@rpg-engine/shared 0.8.92 → 0.8.94
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +29 -29
- package/dist/constants/date.constants.d.ts +2 -2
- package/dist/constants/date.constants.js +5 -5
- package/dist/constants/npc.constants.d.ts +1 -1
- package/dist/constants/npc.constants.js +4 -4
- package/dist/constants/socket.constants.d.ts +2 -2
- package/dist/constants/socket.constants.js +6 -6
- package/dist/constants/world.constants.d.ts +10 -10
- package/dist/constants/world.constants.js +13 -13
- package/dist/helpers/deviceHelpers.d.ts +2 -2
- package/dist/helpers/deviceHelpers.js +16 -16
- package/dist/helpers/itemSlotHelper.d.ts +7 -7
- package/dist/helpers/itemSlotHelper.js +27 -27
- package/dist/helpers/skillHelpers.d.ts +4 -4
- package/dist/helpers/skillHelpers.js +25 -25
- package/dist/helpers/weightHelper.d.ts +1 -1
- package/dist/helpers/weightHelper.js +14 -14
- package/dist/index.d.ts +57 -57
- package/dist/index.js +73 -73
- package/dist/libs/GridHelper.d.ts +11 -11
- package/dist/libs/GridHelper.js +37 -37
- package/dist/libs/MathHelper.d.ts +16 -16
- package/dist/libs/MathHelper.js +14 -14
- package/dist/libs/SocketHelper.d.ts +2 -2
- package/dist/libs/SocketHelper.js +14 -14
- package/dist/libs/TextHelper.d.ts +7 -7
- package/dist/libs/TextHelper.js +21 -21
- package/dist/libs/TypeHelper.d.ts +3 -3
- package/dist/libs/TypeHelper.js +16 -16
- package/dist/translations/app-rate.lang.json +38 -38
- package/dist/translations/assets.lang.json +82 -82
- package/dist/translations/auth.lang.json +182 -182
- package/dist/translations/email.lang.json +70 -70
- package/dist/translations/error.lang.json +18 -18
- package/dist/translations/form.lang.json +94 -94
- package/dist/translations/global.lang.json +90 -90
- package/dist/translations/logs.lang.json +6 -6
- package/dist/translations/onboarding.lang.d.ts +10 -10
- package/dist/translations/onboarding.lang.js +21 -21
- package/dist/translations/onboarding.lang.json +50 -50
- package/dist/translations/order.lang.json +90 -90
- package/dist/translations/search.lang.json +50 -50
- package/dist/translations/settings.lang.json +14 -14
- package/dist/translations/tabs.lang.json +22 -22
- package/dist/translations/users.lang.json +22 -22
- package/dist/translations/validation.lang.json +86 -86
- package/dist/types/animation.types.d.ts +69 -69
- package/dist/types/animation.types.js +46 -46
- package/dist/types/api.types.d.ts +21 -21
- package/dist/types/api.types.js +20 -20
- package/dist/types/asset.types.d.ts +6 -6
- package/dist/types/asset.types.js +2 -2
- package/dist/types/auth.types.d.ts +7 -7
- package/dist/types/auth.types.js +2 -2
- package/dist/types/battle.types.d.ts +41 -41
- package/dist/types/battle.types.js +18 -18
- package/dist/types/buff.types.d.ts +39 -39
- package/dist/types/buff.types.js +13 -13
- package/dist/types/character.types.d.ts +233 -233
- package/dist/types/character.types.js +65 -65
- package/dist/types/chat.types.d.ts +71 -72
- package/dist/types/chat.types.d.ts.map +1 -1
- package/dist/types/chat.types.js +22 -22
- package/dist/types/chat.types.js.map +1 -1
- package/dist/types/depot.types.d.ts +18 -18
- package/dist/types/depot.types.js +9 -9
- package/dist/types/device.types.d.ts +24 -24
- package/dist/types/device.types.js +7 -7
- package/dist/types/displayText.types.d.ts +10 -10
- package/dist/types/displayText.types.js +7 -7
- package/dist/types/entity.types.d.ts +30 -30
- package/dist/types/entity.types.js +20 -20
- package/dist/types/env.types.d.ts +5 -5
- package/dist/types/env.types.js +9 -9
- package/dist/types/equipment.types.d.ts +35 -35
- package/dist/types/equipment.types.js +18 -18
- package/dist/types/googleOAuth.types.d.ts +47 -47
- package/dist/types/googleOAuth.types.js +2 -2
- package/dist/types/inventory.types.d.ts +7 -7
- package/dist/types/inventory.types.js +2 -2
- package/dist/types/item.types.d.ts +377 -377
- package/dist/types/item.types.js +154 -154
- package/dist/types/itemContainer.types.d.ts +83 -83
- package/dist/types/itemContainer.types.js +11 -11
- package/dist/types/leaderboard.types.d.ts +32 -32
- package/dist/types/leaderboard.types.js +9 -9
- package/dist/types/macro.types.d.ts +8 -8
- package/dist/types/macro.types.js +12 -12
- package/dist/types/maps.types.d.ts +90 -90
- package/dist/types/maps.types.js +85 -85
- package/dist/types/marketplace.types.d.ts +61 -61
- package/dist/types/marketplace.types.js +15 -15
- package/dist/types/notification.types.d.ts +14 -14
- package/dist/types/notification.types.js +2 -2
- package/dist/types/npc.types.d.ts +165 -165
- package/dist/types/npc.types.js +49 -49
- package/dist/types/pagination.types.d.ts +13 -13
- package/dist/types/pagination.types.js +2 -2
- package/dist/types/party.types.d.ts +83 -83
- package/dist/types/party.types.js +54 -54
- package/dist/types/places.types.d.ts +16 -16
- package/dist/types/places.types.js +9 -9
- package/dist/types/preloadScene.types.d.ts +4 -4
- package/dist/types/preloadScene.types.js +7 -7
- package/dist/types/premiumAccount.types.d.ts +7 -7
- package/dist/types/premiumAccount.types.js +11 -11
- package/dist/types/quest.types.d.ts +74 -74
- package/dist/types/quest.types.js +21 -21
- package/dist/types/raid.types.d.ts +6 -6
- package/dist/types/raid.types.js +2 -2
- package/dist/types/resource.types.d.ts +5 -5
- package/dist/types/resource.types.js +2 -2
- package/dist/types/scene.types.d.ts +8 -8
- package/dist/types/scene.types.js +8 -8
- package/dist/types/shortcut.types.d.ts +11 -11
- package/dist/types/shortcut.types.js +9 -9
- package/dist/types/skills.types.d.ts +144 -144
- package/dist/types/skills.types.js +106 -106
- package/dist/types/socket.types.d.ts +18 -18
- package/dist/types/socket.types.js +8 -8
- package/dist/types/spell.types.d.ts +156 -156
- package/dist/types/spell.types.d.ts.map +1 -1
- package/dist/types/spell.types.js +108 -108
- package/dist/types/tiled.types.d.ts +119 -119
- package/dist/types/tiled.types.js +7 -7
- package/dist/types/trade.types.d.ts +65 -65
- package/dist/types/trade.types.js +15 -15
- package/dist/types/translation.types.d.ts +5 -5
- package/dist/types/translation.types.js +8 -8
- package/dist/types/ui.types.d.ts +8 -8
- package/dist/types/ui.types.js +7 -7
- package/dist/types/useWith.types.d.ts +25 -25
- package/dist/types/useWith.types.js +9 -9
- package/dist/types/user.types.d.ts +104 -104
- package/dist/types/user.types.js +38 -38
- package/dist/types/validation.types.d.ts +9 -9
- package/dist/types/validation.types.js +2 -2
- package/dist/types/view.types.d.ts +15 -15
- package/dist/types/view.types.js +7 -7
- package/package.json +43 -43
|
@@ -1,157 +1,157 @@
|
|
|
1
|
-
import { CharacterClass, CharacterRaces } from "./character.types";
|
|
2
|
-
import { EntityType } from "./entity.types";
|
|
3
|
-
import { SpellCastingType } from "./item.types";
|
|
4
|
-
import { UserAccountTypes } from "./premiumAccount.types";
|
|
5
|
-
import { BasicAttribute, CharacterAttributes, CombatSkill, CraftingSkill } from "./skills.types";
|
|
6
|
-
export interface IRawSpell {
|
|
7
|
-
key: string;
|
|
8
|
-
name: string;
|
|
9
|
-
description: string;
|
|
10
|
-
magicWords: string;
|
|
11
|
-
manaCost: number;
|
|
12
|
-
minMagicLevelRequired: number;
|
|
13
|
-
requiredItem?: string;
|
|
14
|
-
texturePath?: string;
|
|
15
|
-
atlasIMG?: any;
|
|
16
|
-
atlasJSON?: any;
|
|
17
|
-
}
|
|
18
|
-
export interface ISpellRead {
|
|
19
|
-
magicLevel: number;
|
|
20
|
-
spells: IRawSpell[];
|
|
21
|
-
}
|
|
22
|
-
export interface ILearnedSpellsRead {
|
|
23
|
-
magicLevel: number;
|
|
24
|
-
learnedSpells: ISpell[];
|
|
25
|
-
}
|
|
26
|
-
export interface ISpellCast {
|
|
27
|
-
magicWords: string;
|
|
28
|
-
targetId?: string;
|
|
29
|
-
targetType?: EntityType;
|
|
30
|
-
}
|
|
31
|
-
export declare enum SpellSocketEvents {
|
|
32
|
-
LearnedSpellsRead = "LearnedSpellsRead",
|
|
33
|
-
CastSpell = "CastSpell",
|
|
34
|
-
IdentifyTarget = "IdentifyTarget",
|
|
35
|
-
SpellDetails = "SpellDetails",
|
|
36
|
-
LearnedSpells = "LearnedSpells",
|
|
37
|
-
SpellCooldownsRead = "SpellCooldownsRead"
|
|
38
|
-
}
|
|
39
|
-
export declare enum SpellsBlueprint {
|
|
40
|
-
SelfHealingSpell = "self-healing-spell",
|
|
41
|
-
FoodCreationSpell = "food-creation-spell",
|
|
42
|
-
ArrowCreationSpell = "arrow-creation-spell",
|
|
43
|
-
BoltCreationSpell = "bolt-creation-spell",
|
|
44
|
-
BlankRuneCreationSpell = "blank-rune-creation-spell",
|
|
45
|
-
SelfHasteSpell = "self-haste-spell",
|
|
46
|
-
FireRuneCreationSpell = "fire-rune-creation-spell",
|
|
47
|
-
HealRuneCreationSpell = "healing-rune-creation-spell",
|
|
48
|
-
PoisonRuneCreationSpell = "poison-rune-creation-spell",
|
|
49
|
-
DarkRuneCreationSpell = "dark-rune-creation-spell",
|
|
50
|
-
GreaterHealingSpell = "greater-healing-spell",
|
|
51
|
-
EnergyBoltRuneCreationSpell = "energy-bolt-rune-creation-spell",
|
|
52
|
-
FireBoltRuneCreationSpell = "fire-bolt-rune-creation-spell",
|
|
53
|
-
FireBoltCreationSpell = "fire-bolt-creation-spell",
|
|
54
|
-
PoisonArrowCreationSpell = "poison-arrow-creation-spell",
|
|
55
|
-
CorruptionRuneCreationSpell = "corruption-rune-creation-spell",
|
|
56
|
-
SpellDivineProtection = "spell-divine-protection",
|
|
57
|
-
SpellPhysicalShield = "spell-physical-shield",
|
|
58
|
-
SpellEagleEyes = "spell-eagle-eyes",
|
|
59
|
-
ThunderRuneCreationSpell = "thunder-rune-creation-spell",
|
|
60
|
-
WarriorStunTarget = "warrior-stun-target",
|
|
61
|
-
RogueStealth = "rogue-stealth-spell",
|
|
62
|
-
BerserkerBloodthirst = "berserker-bloodthirst",
|
|
63
|
-
RogueExecution = "rogue-execution",
|
|
64
|
-
ManaRegenSpell = "auto-mana-regen",
|
|
65
|
-
HealthRegenSell = "auto-health-regen",
|
|
66
|
-
ManaShield = "mana-shield",
|
|
67
|
-
FortifyDefense = "fortify-defense",
|
|
68
|
-
BerserkerExecution = "berserker-execution",
|
|
69
|
-
HunterQuickFire = "hunter-quick-fire",
|
|
70
|
-
BerserkerFrenzy = "berserker-frenzy",
|
|
71
|
-
DruidShapeshift = "druid-shapeshift",
|
|
72
|
-
BerserkerRage = "berserker-rage",
|
|
73
|
-
Focus = "focus",
|
|
74
|
-
PowerStrike = "power-strike",
|
|
75
|
-
CurseOfWeakness = "curse-of-weakness",
|
|
76
|
-
EntanglingRoots = "entangling-roots",
|
|
77
|
-
SpellPolymorph = "spell-polymorph",
|
|
78
|
-
PickPocket = "pick-pocket",
|
|
79
|
-
DruidSilence = "druid-silence",
|
|
80
|
-
ManaDrain = "mana-drain",
|
|
81
|
-
FrostArrowCreation = "frost-arrow-creation",
|
|
82
|
-
CrimsonArrowCreation = "crimson-arrow-creation",
|
|
83
|
-
EmeraldArrowCreation = "emerald-arrow-creation",
|
|
84
|
-
FireBolt = "fire-bolt",
|
|
85
|
-
FrostBolt = "frost-bolt",
|
|
86
|
-
CorruptionBolt = "corruption-bolt",
|
|
87
|
-
VineGrasp = "vine-grasp",
|
|
88
|
-
MagicShuriken = "magic-shuriken",
|
|
89
|
-
SorcererVeilofUndeath = "veil-of-undeath",
|
|
90
|
-
Teleport = "teleport",
|
|
91
|
-
DwarfStoneform = "dwarf-stone-form",
|
|
92
|
-
ElvenArrow = "elven-arrow",
|
|
93
|
-
ChefsDelight = "chefs-delight",
|
|
94
|
-
OrcDispelMagic = "dispel-magic",
|
|
95
|
-
MinotaurBullStrength = "minotaur-bull-strength",
|
|
96
|
-
FireStorm = "fire-storm",
|
|
97
|
-
MassHealing = "mass-healing",
|
|
98
|
-
FocusSwift = "focus-swift",
|
|
99
|
-
Blizzard = "blizzard",
|
|
100
|
-
Arrowstorm = "arrowstorm",
|
|
101
|
-
OrcArrowStorm = "orc-arrowstorm",
|
|
102
|
-
WildfireVolley = "wildfire-volley",
|
|
103
|
-
NaturesRevenge = "natures-revenge",
|
|
104
|
-
BleedingEdge = "bleeding-edge",
|
|
105
|
-
ArcaneExplosion = "arcane-explosion",
|
|
106
|
-
VampiricStorm = "vampiric-storm",
|
|
107
|
-
CorruptionWave = "corruption-wave",
|
|
108
|
-
CleavingStomp = "cleaving-stomp"
|
|
109
|
-
}
|
|
110
|
-
export declare enum MagicsBlueprint {
|
|
111
|
-
Rune = "rune",
|
|
112
|
-
DarkRune = "dark-rune",
|
|
113
|
-
FireRune = "fire-rune",
|
|
114
|
-
HealRune = "heal-rune",
|
|
115
|
-
PoisonRune = "poison-rune",
|
|
116
|
-
ThunderRune = "thunder-rune",
|
|
117
|
-
EnergyBoltRune = "energy-bolt-rune",
|
|
118
|
-
FireBoltRune = "fire-bolt-rune",
|
|
119
|
-
CorruptionRune = "corruption-rune",
|
|
120
|
-
WildwoodTeleport = "wildwood-teleport",
|
|
121
|
-
DungeonIlyaTeleport = "dungeon-ilya-teleport",
|
|
122
|
-
DwarfMinesTeleport = "dwarf-mines-teleport",
|
|
123
|
-
FrostIslandCavesTeleport = "frost-island-caves-teleport",
|
|
124
|
-
FrozenCastleDungeonTeleport = "frozen-castle-dungeon-teleport",
|
|
125
|
-
FrozenIslandTeleport = "frozen-island-teleport",
|
|
126
|
-
MinotaursIslandTeleport = "minotaurs-island-teleport",
|
|
127
|
-
RavenfallSanctuaryTeleport = "ravenfall-sanctuary-teleport",
|
|
128
|
-
ShadowlandsSewerTeleport = "shadowlands-sewer-teleport",
|
|
129
|
-
ShadowlandsTeleport = "shadowlands-teleport",
|
|
130
|
-
TrollsCavesTeleport = "trolls-caves-teleport",
|
|
131
|
-
WildwoodDungeonTeleport = "wildwood-dungeon-teleport"
|
|
132
|
-
}
|
|
133
|
-
export interface ISpell {
|
|
134
|
-
key: SpellsBlueprint;
|
|
135
|
-
name: string;
|
|
136
|
-
description: string;
|
|
137
|
-
textureAtlas?: string;
|
|
138
|
-
texturePath?: string;
|
|
139
|
-
castingType: SpellCastingType;
|
|
140
|
-
magicWords: string;
|
|
141
|
-
manaCost: number;
|
|
142
|
-
castingAnimationKey: string;
|
|
143
|
-
targetHitAnimationKey: string;
|
|
144
|
-
projectileAnimationKey: string;
|
|
145
|
-
onlyPremiumAccountType: UserAccountTypes[];
|
|
146
|
-
minLevelRequired: number;
|
|
147
|
-
minMagicLevelRequired: number;
|
|
148
|
-
cooldown: number;
|
|
149
|
-
requiredItem?:
|
|
150
|
-
characterClass?: CharacterClass[];
|
|
151
|
-
characterRace?: CharacterRaces[];
|
|
152
|
-
attribute?: BasicAttribute | CombatSkill | CraftingSkill | CharacterAttributes;
|
|
153
|
-
maxDistanceGrid?: number;
|
|
154
|
-
usableEffect: (character: any, target?: any) => Promise<boolean> | Promise<void> | void | boolean;
|
|
155
|
-
canSelfTarget?: boolean;
|
|
156
|
-
}
|
|
1
|
+
import { CharacterClass, CharacterRaces } from "./character.types";
|
|
2
|
+
import { EntityType } from "./entity.types";
|
|
3
|
+
import { SpellCastingType } from "./item.types";
|
|
4
|
+
import { UserAccountTypes } from "./premiumAccount.types";
|
|
5
|
+
import { BasicAttribute, CharacterAttributes, CombatSkill, CraftingSkill } from "./skills.types";
|
|
6
|
+
export interface IRawSpell {
|
|
7
|
+
key: string;
|
|
8
|
+
name: string;
|
|
9
|
+
description: string;
|
|
10
|
+
magicWords: string;
|
|
11
|
+
manaCost: number;
|
|
12
|
+
minMagicLevelRequired: number;
|
|
13
|
+
requiredItem?: string;
|
|
14
|
+
texturePath?: string;
|
|
15
|
+
atlasIMG?: any;
|
|
16
|
+
atlasJSON?: any;
|
|
17
|
+
}
|
|
18
|
+
export interface ISpellRead {
|
|
19
|
+
magicLevel: number;
|
|
20
|
+
spells: IRawSpell[];
|
|
21
|
+
}
|
|
22
|
+
export interface ILearnedSpellsRead {
|
|
23
|
+
magicLevel: number;
|
|
24
|
+
learnedSpells: ISpell[];
|
|
25
|
+
}
|
|
26
|
+
export interface ISpellCast {
|
|
27
|
+
magicWords: string;
|
|
28
|
+
targetId?: string;
|
|
29
|
+
targetType?: EntityType;
|
|
30
|
+
}
|
|
31
|
+
export declare enum SpellSocketEvents {
|
|
32
|
+
LearnedSpellsRead = "LearnedSpellsRead",
|
|
33
|
+
CastSpell = "CastSpell",
|
|
34
|
+
IdentifyTarget = "IdentifyTarget",
|
|
35
|
+
SpellDetails = "SpellDetails",
|
|
36
|
+
LearnedSpells = "LearnedSpells",
|
|
37
|
+
SpellCooldownsRead = "SpellCooldownsRead"
|
|
38
|
+
}
|
|
39
|
+
export declare enum SpellsBlueprint {
|
|
40
|
+
SelfHealingSpell = "self-healing-spell",
|
|
41
|
+
FoodCreationSpell = "food-creation-spell",
|
|
42
|
+
ArrowCreationSpell = "arrow-creation-spell",
|
|
43
|
+
BoltCreationSpell = "bolt-creation-spell",
|
|
44
|
+
BlankRuneCreationSpell = "blank-rune-creation-spell",
|
|
45
|
+
SelfHasteSpell = "self-haste-spell",
|
|
46
|
+
FireRuneCreationSpell = "fire-rune-creation-spell",
|
|
47
|
+
HealRuneCreationSpell = "healing-rune-creation-spell",
|
|
48
|
+
PoisonRuneCreationSpell = "poison-rune-creation-spell",
|
|
49
|
+
DarkRuneCreationSpell = "dark-rune-creation-spell",
|
|
50
|
+
GreaterHealingSpell = "greater-healing-spell",
|
|
51
|
+
EnergyBoltRuneCreationSpell = "energy-bolt-rune-creation-spell",
|
|
52
|
+
FireBoltRuneCreationSpell = "fire-bolt-rune-creation-spell",
|
|
53
|
+
FireBoltCreationSpell = "fire-bolt-creation-spell",
|
|
54
|
+
PoisonArrowCreationSpell = "poison-arrow-creation-spell",
|
|
55
|
+
CorruptionRuneCreationSpell = "corruption-rune-creation-spell",
|
|
56
|
+
SpellDivineProtection = "spell-divine-protection",
|
|
57
|
+
SpellPhysicalShield = "spell-physical-shield",
|
|
58
|
+
SpellEagleEyes = "spell-eagle-eyes",
|
|
59
|
+
ThunderRuneCreationSpell = "thunder-rune-creation-spell",
|
|
60
|
+
WarriorStunTarget = "warrior-stun-target",
|
|
61
|
+
RogueStealth = "rogue-stealth-spell",
|
|
62
|
+
BerserkerBloodthirst = "berserker-bloodthirst",
|
|
63
|
+
RogueExecution = "rogue-execution",
|
|
64
|
+
ManaRegenSpell = "auto-mana-regen",
|
|
65
|
+
HealthRegenSell = "auto-health-regen",
|
|
66
|
+
ManaShield = "mana-shield",
|
|
67
|
+
FortifyDefense = "fortify-defense",
|
|
68
|
+
BerserkerExecution = "berserker-execution",
|
|
69
|
+
HunterQuickFire = "hunter-quick-fire",
|
|
70
|
+
BerserkerFrenzy = "berserker-frenzy",
|
|
71
|
+
DruidShapeshift = "druid-shapeshift",
|
|
72
|
+
BerserkerRage = "berserker-rage",
|
|
73
|
+
Focus = "focus",
|
|
74
|
+
PowerStrike = "power-strike",
|
|
75
|
+
CurseOfWeakness = "curse-of-weakness",
|
|
76
|
+
EntanglingRoots = "entangling-roots",
|
|
77
|
+
SpellPolymorph = "spell-polymorph",
|
|
78
|
+
PickPocket = "pick-pocket",
|
|
79
|
+
DruidSilence = "druid-silence",
|
|
80
|
+
ManaDrain = "mana-drain",
|
|
81
|
+
FrostArrowCreation = "frost-arrow-creation",
|
|
82
|
+
CrimsonArrowCreation = "crimson-arrow-creation",
|
|
83
|
+
EmeraldArrowCreation = "emerald-arrow-creation",
|
|
84
|
+
FireBolt = "fire-bolt",
|
|
85
|
+
FrostBolt = "frost-bolt",
|
|
86
|
+
CorruptionBolt = "corruption-bolt",
|
|
87
|
+
VineGrasp = "vine-grasp",
|
|
88
|
+
MagicShuriken = "magic-shuriken",
|
|
89
|
+
SorcererVeilofUndeath = "veil-of-undeath",
|
|
90
|
+
Teleport = "teleport",
|
|
91
|
+
DwarfStoneform = "dwarf-stone-form",
|
|
92
|
+
ElvenArrow = "elven-arrow",
|
|
93
|
+
ChefsDelight = "chefs-delight",
|
|
94
|
+
OrcDispelMagic = "dispel-magic",
|
|
95
|
+
MinotaurBullStrength = "minotaur-bull-strength",
|
|
96
|
+
FireStorm = "fire-storm",
|
|
97
|
+
MassHealing = "mass-healing",
|
|
98
|
+
FocusSwift = "focus-swift",
|
|
99
|
+
Blizzard = "blizzard",
|
|
100
|
+
Arrowstorm = "arrowstorm",
|
|
101
|
+
OrcArrowStorm = "orc-arrowstorm",
|
|
102
|
+
WildfireVolley = "wildfire-volley",
|
|
103
|
+
NaturesRevenge = "natures-revenge",
|
|
104
|
+
BleedingEdge = "bleeding-edge",
|
|
105
|
+
ArcaneExplosion = "arcane-explosion",
|
|
106
|
+
VampiricStorm = "vampiric-storm",
|
|
107
|
+
CorruptionWave = "corruption-wave",
|
|
108
|
+
CleavingStomp = "cleaving-stomp"
|
|
109
|
+
}
|
|
110
|
+
export declare enum MagicsBlueprint {
|
|
111
|
+
Rune = "rune",
|
|
112
|
+
DarkRune = "dark-rune",
|
|
113
|
+
FireRune = "fire-rune",
|
|
114
|
+
HealRune = "heal-rune",
|
|
115
|
+
PoisonRune = "poison-rune",
|
|
116
|
+
ThunderRune = "thunder-rune",
|
|
117
|
+
EnergyBoltRune = "energy-bolt-rune",
|
|
118
|
+
FireBoltRune = "fire-bolt-rune",
|
|
119
|
+
CorruptionRune = "corruption-rune",
|
|
120
|
+
WildwoodTeleport = "wildwood-teleport",
|
|
121
|
+
DungeonIlyaTeleport = "dungeon-ilya-teleport",
|
|
122
|
+
DwarfMinesTeleport = "dwarf-mines-teleport",
|
|
123
|
+
FrostIslandCavesTeleport = "frost-island-caves-teleport",
|
|
124
|
+
FrozenCastleDungeonTeleport = "frozen-castle-dungeon-teleport",
|
|
125
|
+
FrozenIslandTeleport = "frozen-island-teleport",
|
|
126
|
+
MinotaursIslandTeleport = "minotaurs-island-teleport",
|
|
127
|
+
RavenfallSanctuaryTeleport = "ravenfall-sanctuary-teleport",
|
|
128
|
+
ShadowlandsSewerTeleport = "shadowlands-sewer-teleport",
|
|
129
|
+
ShadowlandsTeleport = "shadowlands-teleport",
|
|
130
|
+
TrollsCavesTeleport = "trolls-caves-teleport",
|
|
131
|
+
WildwoodDungeonTeleport = "wildwood-dungeon-teleport"
|
|
132
|
+
}
|
|
133
|
+
export interface ISpell {
|
|
134
|
+
key: SpellsBlueprint;
|
|
135
|
+
name: string;
|
|
136
|
+
description: string;
|
|
137
|
+
textureAtlas?: string;
|
|
138
|
+
texturePath?: string;
|
|
139
|
+
castingType: SpellCastingType;
|
|
140
|
+
magicWords: string;
|
|
141
|
+
manaCost: number;
|
|
142
|
+
castingAnimationKey: string;
|
|
143
|
+
targetHitAnimationKey: string;
|
|
144
|
+
projectileAnimationKey: string;
|
|
145
|
+
onlyPremiumAccountType: UserAccountTypes[];
|
|
146
|
+
minLevelRequired: number;
|
|
147
|
+
minMagicLevelRequired: number;
|
|
148
|
+
cooldown: number;
|
|
149
|
+
requiredItem?: string;
|
|
150
|
+
characterClass?: CharacterClass[];
|
|
151
|
+
characterRace?: CharacterRaces[];
|
|
152
|
+
attribute?: BasicAttribute | CombatSkill | CraftingSkill | CharacterAttributes;
|
|
153
|
+
maxDistanceGrid?: number;
|
|
154
|
+
usableEffect: (character: any, target?: any) => Promise<boolean> | Promise<void> | void | boolean;
|
|
155
|
+
canSelfTarget?: boolean;
|
|
156
|
+
}
|
|
157
157
|
//# sourceMappingURL=spell.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"spell.types.d.ts","sourceRoot":"","sources":["../../src/types/spell.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAC5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAEjG,MAAM,WAAW,SAAS;IACxB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,SAAS,CAAC,EAAE,GAAG,CAAC;CACjB;AAED,MAAM,WAAW,UAAU;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,SAAS,EAAE,CAAC;CACrB;AAED,MAAM,WAAW,kBAAkB;IACjC,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,EAAE,CAAC;CACzB;AAED,MAAM,WAAW,UAAU;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,UAAU,CAAC;CACzB;AAED,oBAAY,iBAAiB;IAC3B,iBAAiB,sBAAsB;IACvC,SAAS,cAAc;IACvB,cAAc,mBAAmB;IACjC,YAAY,iBAAiB;IAC7B,aAAa,kBAAkB;IAC/B,kBAAkB,uBAAuB;CAC1C;AAED,oBAAY,eAAe;IACzB,gBAAgB,uBAAuB;IACvC,iBAAiB,wBAAwB;IACzC,kBAAkB,yBAAyB;IAC3C,iBAAiB,wBAAwB;IACzC,sBAAsB,8BAA8B;IACpD,cAAc,qBAAqB;IACnC,qBAAqB,6BAA6B;IAClD,qBAAqB,gCAAgC;IACrD,uBAAuB,+BAA+B;IACtD,qBAAqB,6BAA6B;IAClD,mBAAmB,0BAA0B;IAC7C,2BAA2B,oCAAoC;IAC/D,yBAAyB,kCAAkC;IAC3D,qBAAqB,6BAA6B;IAClD,wBAAwB,gCAAgC;IACxD,2BAA2B,mCAAmC;IAC9D,qBAAqB,4BAA4B;IACjD,mBAAmB,0BAA0B;IAC7C,cAAc,qBAAqB;IACnC,wBAAwB,gCAAgC;IACxD,iBAAiB,wBAAwB;IACzC,YAAY,wBAAwB;IACpC,oBAAoB,0BAA0B;IAC9C,cAAc,oBAAoB;IAClC,cAAc,oBAAoB;IAClC,eAAe,sBAAsB;IACrC,UAAU,gBAAgB;IAC1B,cAAc,oBAAoB;IAClC,kBAAkB,wBAAwB;IAC1C,eAAe,sBAAsB;IACrC,eAAe,qBAAqB;IACpC,eAAe,qBAAqB;IACpC,aAAa,mBAAmB;IAChC,KAAK,UAAU;IACf,WAAW,iBAAiB;IAC5B,eAAe,sBAAsB;IACrC,eAAe,qBAAqB;IACpC,cAAc,oBAAoB;IAClC,UAAU,gBAAgB;IAC1B,YAAY,kBAAkB;IAC9B,SAAS,eAAe;IACxB,kBAAkB,yBAAyB;IAC3C,oBAAoB,2BAA2B;IAC/C,oBAAoB,2BAA2B;IAC/C,QAAQ,cAAc;IACtB,SAAS,eAAe;IACxB,cAAc,oBAAoB;IAClC,SAAS,eAAe;IACxB,aAAa,mBAAmB;IAChC,qBAAqB,oBAAoB;IACzC,QAAQ,aAAa;IACrB,cAAc,qBAAqB;IACnC,UAAU,gBAAgB;IAC1B,YAAY,kBAAkB;IAC9B,cAAc,iBAAiB;IAC/B,oBAAoB,2BAA2B;IAC/C,SAAS,eAAe;IACxB,WAAW,iBAAiB;IAC5B,UAAU,gBAAgB;IAC1B,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,aAAa,mBAAmB;IAChC,cAAc,oBAAoB;IAClC,cAAc,oBAAoB;IAClC,YAAY,kBAAkB;IAC9B,eAAe,qBAAqB;IACpC,aAAa,mBAAmB;IAChC,cAAc,oBAAoB;IAClC,aAAa,mBAAmB;CACjC;AAED,oBAAY,eAAe;IACzB,IAAI,SAAS;IACb,QAAQ,cAAc;IACtB,QAAQ,cAAc;IACtB,QAAQ,cAAc;IACtB,UAAU,gBAAgB;IAC1B,WAAW,iBAAiB;IAC5B,cAAc,qBAAqB;IACnC,YAAY,mBAAmB;IAC/B,cAAc,oBAAoB;IAClC,gBAAgB,sBAAsB;IACtC,mBAAmB,0BAA0B;IAC7C,kBAAkB,yBAAyB;IAC3C,wBAAwB,gCAAgC;IACxD,2BAA2B,mCAAmC;IAC9D,oBAAoB,2BAA2B;IAC/C,uBAAuB,8BAA8B;IACrD,0BAA0B,iCAAiC;IAC3D,wBAAwB,+BAA+B;IACvD,mBAAmB,yBAAyB;IAC5C,mBAAmB,0BAA0B;IAC7C,uBAAuB,8BAA8B;CACtD;AAED,MAAM,WAAW,MAAM;IACrB,GAAG,EAAE,eAAe,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,gBAAgB,CAAC;IAC9B,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,sBAAsB,EAAE,gBAAgB,EAAE,CAAC;IAC3C,gBAAgB,EAAE,MAAM,CAAC;IACzB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"spell.types.d.ts","sourceRoot":"","sources":["../../src/types/spell.types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,109 +1,109 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MagicsBlueprint = exports.SpellsBlueprint = exports.SpellSocketEvents = void 0;
|
|
4
|
-
var SpellSocketEvents;
|
|
5
|
-
(function (SpellSocketEvents) {
|
|
6
|
-
SpellSocketEvents["LearnedSpellsRead"] = "LearnedSpellsRead";
|
|
7
|
-
SpellSocketEvents["CastSpell"] = "CastSpell";
|
|
8
|
-
SpellSocketEvents["IdentifyTarget"] = "IdentifyTarget";
|
|
9
|
-
SpellSocketEvents["SpellDetails"] = "SpellDetails";
|
|
10
|
-
SpellSocketEvents["LearnedSpells"] = "LearnedSpells";
|
|
11
|
-
SpellSocketEvents["SpellCooldownsRead"] = "SpellCooldownsRead";
|
|
12
|
-
})(SpellSocketEvents = exports.SpellSocketEvents || (exports.SpellSocketEvents = {}));
|
|
13
|
-
var SpellsBlueprint;
|
|
14
|
-
(function (SpellsBlueprint) {
|
|
15
|
-
SpellsBlueprint["SelfHealingSpell"] = "self-healing-spell";
|
|
16
|
-
SpellsBlueprint["FoodCreationSpell"] = "food-creation-spell";
|
|
17
|
-
SpellsBlueprint["ArrowCreationSpell"] = "arrow-creation-spell";
|
|
18
|
-
SpellsBlueprint["BoltCreationSpell"] = "bolt-creation-spell";
|
|
19
|
-
SpellsBlueprint["BlankRuneCreationSpell"] = "blank-rune-creation-spell";
|
|
20
|
-
SpellsBlueprint["SelfHasteSpell"] = "self-haste-spell";
|
|
21
|
-
SpellsBlueprint["FireRuneCreationSpell"] = "fire-rune-creation-spell";
|
|
22
|
-
SpellsBlueprint["HealRuneCreationSpell"] = "healing-rune-creation-spell";
|
|
23
|
-
SpellsBlueprint["PoisonRuneCreationSpell"] = "poison-rune-creation-spell";
|
|
24
|
-
SpellsBlueprint["DarkRuneCreationSpell"] = "dark-rune-creation-spell";
|
|
25
|
-
SpellsBlueprint["GreaterHealingSpell"] = "greater-healing-spell";
|
|
26
|
-
SpellsBlueprint["EnergyBoltRuneCreationSpell"] = "energy-bolt-rune-creation-spell";
|
|
27
|
-
SpellsBlueprint["FireBoltRuneCreationSpell"] = "fire-bolt-rune-creation-spell";
|
|
28
|
-
SpellsBlueprint["FireBoltCreationSpell"] = "fire-bolt-creation-spell";
|
|
29
|
-
SpellsBlueprint["PoisonArrowCreationSpell"] = "poison-arrow-creation-spell";
|
|
30
|
-
SpellsBlueprint["CorruptionRuneCreationSpell"] = "corruption-rune-creation-spell";
|
|
31
|
-
SpellsBlueprint["SpellDivineProtection"] = "spell-divine-protection";
|
|
32
|
-
SpellsBlueprint["SpellPhysicalShield"] = "spell-physical-shield";
|
|
33
|
-
SpellsBlueprint["SpellEagleEyes"] = "spell-eagle-eyes";
|
|
34
|
-
SpellsBlueprint["ThunderRuneCreationSpell"] = "thunder-rune-creation-spell";
|
|
35
|
-
SpellsBlueprint["WarriorStunTarget"] = "warrior-stun-target";
|
|
36
|
-
SpellsBlueprint["RogueStealth"] = "rogue-stealth-spell";
|
|
37
|
-
SpellsBlueprint["BerserkerBloodthirst"] = "berserker-bloodthirst";
|
|
38
|
-
SpellsBlueprint["RogueExecution"] = "rogue-execution";
|
|
39
|
-
SpellsBlueprint["ManaRegenSpell"] = "auto-mana-regen";
|
|
40
|
-
SpellsBlueprint["HealthRegenSell"] = "auto-health-regen";
|
|
41
|
-
SpellsBlueprint["ManaShield"] = "mana-shield";
|
|
42
|
-
SpellsBlueprint["FortifyDefense"] = "fortify-defense";
|
|
43
|
-
SpellsBlueprint["BerserkerExecution"] = "berserker-execution";
|
|
44
|
-
SpellsBlueprint["HunterQuickFire"] = "hunter-quick-fire";
|
|
45
|
-
SpellsBlueprint["BerserkerFrenzy"] = "berserker-frenzy";
|
|
46
|
-
SpellsBlueprint["DruidShapeshift"] = "druid-shapeshift";
|
|
47
|
-
SpellsBlueprint["BerserkerRage"] = "berserker-rage";
|
|
48
|
-
SpellsBlueprint["Focus"] = "focus";
|
|
49
|
-
SpellsBlueprint["PowerStrike"] = "power-strike";
|
|
50
|
-
SpellsBlueprint["CurseOfWeakness"] = "curse-of-weakness";
|
|
51
|
-
SpellsBlueprint["EntanglingRoots"] = "entangling-roots";
|
|
52
|
-
SpellsBlueprint["SpellPolymorph"] = "spell-polymorph";
|
|
53
|
-
SpellsBlueprint["PickPocket"] = "pick-pocket";
|
|
54
|
-
SpellsBlueprint["DruidSilence"] = "druid-silence";
|
|
55
|
-
SpellsBlueprint["ManaDrain"] = "mana-drain";
|
|
56
|
-
SpellsBlueprint["FrostArrowCreation"] = "frost-arrow-creation";
|
|
57
|
-
SpellsBlueprint["CrimsonArrowCreation"] = "crimson-arrow-creation";
|
|
58
|
-
SpellsBlueprint["EmeraldArrowCreation"] = "emerald-arrow-creation";
|
|
59
|
-
SpellsBlueprint["FireBolt"] = "fire-bolt";
|
|
60
|
-
SpellsBlueprint["FrostBolt"] = "frost-bolt";
|
|
61
|
-
SpellsBlueprint["CorruptionBolt"] = "corruption-bolt";
|
|
62
|
-
SpellsBlueprint["VineGrasp"] = "vine-grasp";
|
|
63
|
-
SpellsBlueprint["MagicShuriken"] = "magic-shuriken";
|
|
64
|
-
SpellsBlueprint["SorcererVeilofUndeath"] = "veil-of-undeath";
|
|
65
|
-
SpellsBlueprint["Teleport"] = "teleport";
|
|
66
|
-
SpellsBlueprint["DwarfStoneform"] = "dwarf-stone-form";
|
|
67
|
-
SpellsBlueprint["ElvenArrow"] = "elven-arrow";
|
|
68
|
-
SpellsBlueprint["ChefsDelight"] = "chefs-delight";
|
|
69
|
-
SpellsBlueprint["OrcDispelMagic"] = "dispel-magic";
|
|
70
|
-
SpellsBlueprint["MinotaurBullStrength"] = "minotaur-bull-strength";
|
|
71
|
-
SpellsBlueprint["FireStorm"] = "fire-storm";
|
|
72
|
-
SpellsBlueprint["MassHealing"] = "mass-healing";
|
|
73
|
-
SpellsBlueprint["FocusSwift"] = "focus-swift";
|
|
74
|
-
SpellsBlueprint["Blizzard"] = "blizzard";
|
|
75
|
-
SpellsBlueprint["Arrowstorm"] = "arrowstorm";
|
|
76
|
-
SpellsBlueprint["OrcArrowStorm"] = "orc-arrowstorm";
|
|
77
|
-
SpellsBlueprint["WildfireVolley"] = "wildfire-volley";
|
|
78
|
-
SpellsBlueprint["NaturesRevenge"] = "natures-revenge";
|
|
79
|
-
SpellsBlueprint["BleedingEdge"] = "bleeding-edge";
|
|
80
|
-
SpellsBlueprint["ArcaneExplosion"] = "arcane-explosion";
|
|
81
|
-
SpellsBlueprint["VampiricStorm"] = "vampiric-storm";
|
|
82
|
-
SpellsBlueprint["CorruptionWave"] = "corruption-wave";
|
|
83
|
-
SpellsBlueprint["CleavingStomp"] = "cleaving-stomp";
|
|
84
|
-
})(SpellsBlueprint = exports.SpellsBlueprint || (exports.SpellsBlueprint = {}));
|
|
85
|
-
var MagicsBlueprint;
|
|
86
|
-
(function (MagicsBlueprint) {
|
|
87
|
-
MagicsBlueprint["Rune"] = "rune";
|
|
88
|
-
MagicsBlueprint["DarkRune"] = "dark-rune";
|
|
89
|
-
MagicsBlueprint["FireRune"] = "fire-rune";
|
|
90
|
-
MagicsBlueprint["HealRune"] = "heal-rune";
|
|
91
|
-
MagicsBlueprint["PoisonRune"] = "poison-rune";
|
|
92
|
-
MagicsBlueprint["ThunderRune"] = "thunder-rune";
|
|
93
|
-
MagicsBlueprint["EnergyBoltRune"] = "energy-bolt-rune";
|
|
94
|
-
MagicsBlueprint["FireBoltRune"] = "fire-bolt-rune";
|
|
95
|
-
MagicsBlueprint["CorruptionRune"] = "corruption-rune";
|
|
96
|
-
MagicsBlueprint["WildwoodTeleport"] = "wildwood-teleport";
|
|
97
|
-
MagicsBlueprint["DungeonIlyaTeleport"] = "dungeon-ilya-teleport";
|
|
98
|
-
MagicsBlueprint["DwarfMinesTeleport"] = "dwarf-mines-teleport";
|
|
99
|
-
MagicsBlueprint["FrostIslandCavesTeleport"] = "frost-island-caves-teleport";
|
|
100
|
-
MagicsBlueprint["FrozenCastleDungeonTeleport"] = "frozen-castle-dungeon-teleport";
|
|
101
|
-
MagicsBlueprint["FrozenIslandTeleport"] = "frozen-island-teleport";
|
|
102
|
-
MagicsBlueprint["MinotaursIslandTeleport"] = "minotaurs-island-teleport";
|
|
103
|
-
MagicsBlueprint["RavenfallSanctuaryTeleport"] = "ravenfall-sanctuary-teleport";
|
|
104
|
-
MagicsBlueprint["ShadowlandsSewerTeleport"] = "shadowlands-sewer-teleport";
|
|
105
|
-
MagicsBlueprint["ShadowlandsTeleport"] = "shadowlands-teleport";
|
|
106
|
-
MagicsBlueprint["TrollsCavesTeleport"] = "trolls-caves-teleport";
|
|
107
|
-
MagicsBlueprint["WildwoodDungeonTeleport"] = "wildwood-dungeon-teleport";
|
|
108
|
-
})(MagicsBlueprint = exports.MagicsBlueprint || (exports.MagicsBlueprint = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MagicsBlueprint = exports.SpellsBlueprint = exports.SpellSocketEvents = void 0;
|
|
4
|
+
var SpellSocketEvents;
|
|
5
|
+
(function (SpellSocketEvents) {
|
|
6
|
+
SpellSocketEvents["LearnedSpellsRead"] = "LearnedSpellsRead";
|
|
7
|
+
SpellSocketEvents["CastSpell"] = "CastSpell";
|
|
8
|
+
SpellSocketEvents["IdentifyTarget"] = "IdentifyTarget";
|
|
9
|
+
SpellSocketEvents["SpellDetails"] = "SpellDetails";
|
|
10
|
+
SpellSocketEvents["LearnedSpells"] = "LearnedSpells";
|
|
11
|
+
SpellSocketEvents["SpellCooldownsRead"] = "SpellCooldownsRead";
|
|
12
|
+
})(SpellSocketEvents = exports.SpellSocketEvents || (exports.SpellSocketEvents = {}));
|
|
13
|
+
var SpellsBlueprint;
|
|
14
|
+
(function (SpellsBlueprint) {
|
|
15
|
+
SpellsBlueprint["SelfHealingSpell"] = "self-healing-spell";
|
|
16
|
+
SpellsBlueprint["FoodCreationSpell"] = "food-creation-spell";
|
|
17
|
+
SpellsBlueprint["ArrowCreationSpell"] = "arrow-creation-spell";
|
|
18
|
+
SpellsBlueprint["BoltCreationSpell"] = "bolt-creation-spell";
|
|
19
|
+
SpellsBlueprint["BlankRuneCreationSpell"] = "blank-rune-creation-spell";
|
|
20
|
+
SpellsBlueprint["SelfHasteSpell"] = "self-haste-spell";
|
|
21
|
+
SpellsBlueprint["FireRuneCreationSpell"] = "fire-rune-creation-spell";
|
|
22
|
+
SpellsBlueprint["HealRuneCreationSpell"] = "healing-rune-creation-spell";
|
|
23
|
+
SpellsBlueprint["PoisonRuneCreationSpell"] = "poison-rune-creation-spell";
|
|
24
|
+
SpellsBlueprint["DarkRuneCreationSpell"] = "dark-rune-creation-spell";
|
|
25
|
+
SpellsBlueprint["GreaterHealingSpell"] = "greater-healing-spell";
|
|
26
|
+
SpellsBlueprint["EnergyBoltRuneCreationSpell"] = "energy-bolt-rune-creation-spell";
|
|
27
|
+
SpellsBlueprint["FireBoltRuneCreationSpell"] = "fire-bolt-rune-creation-spell";
|
|
28
|
+
SpellsBlueprint["FireBoltCreationSpell"] = "fire-bolt-creation-spell";
|
|
29
|
+
SpellsBlueprint["PoisonArrowCreationSpell"] = "poison-arrow-creation-spell";
|
|
30
|
+
SpellsBlueprint["CorruptionRuneCreationSpell"] = "corruption-rune-creation-spell";
|
|
31
|
+
SpellsBlueprint["SpellDivineProtection"] = "spell-divine-protection";
|
|
32
|
+
SpellsBlueprint["SpellPhysicalShield"] = "spell-physical-shield";
|
|
33
|
+
SpellsBlueprint["SpellEagleEyes"] = "spell-eagle-eyes";
|
|
34
|
+
SpellsBlueprint["ThunderRuneCreationSpell"] = "thunder-rune-creation-spell";
|
|
35
|
+
SpellsBlueprint["WarriorStunTarget"] = "warrior-stun-target";
|
|
36
|
+
SpellsBlueprint["RogueStealth"] = "rogue-stealth-spell";
|
|
37
|
+
SpellsBlueprint["BerserkerBloodthirst"] = "berserker-bloodthirst";
|
|
38
|
+
SpellsBlueprint["RogueExecution"] = "rogue-execution";
|
|
39
|
+
SpellsBlueprint["ManaRegenSpell"] = "auto-mana-regen";
|
|
40
|
+
SpellsBlueprint["HealthRegenSell"] = "auto-health-regen";
|
|
41
|
+
SpellsBlueprint["ManaShield"] = "mana-shield";
|
|
42
|
+
SpellsBlueprint["FortifyDefense"] = "fortify-defense";
|
|
43
|
+
SpellsBlueprint["BerserkerExecution"] = "berserker-execution";
|
|
44
|
+
SpellsBlueprint["HunterQuickFire"] = "hunter-quick-fire";
|
|
45
|
+
SpellsBlueprint["BerserkerFrenzy"] = "berserker-frenzy";
|
|
46
|
+
SpellsBlueprint["DruidShapeshift"] = "druid-shapeshift";
|
|
47
|
+
SpellsBlueprint["BerserkerRage"] = "berserker-rage";
|
|
48
|
+
SpellsBlueprint["Focus"] = "focus";
|
|
49
|
+
SpellsBlueprint["PowerStrike"] = "power-strike";
|
|
50
|
+
SpellsBlueprint["CurseOfWeakness"] = "curse-of-weakness";
|
|
51
|
+
SpellsBlueprint["EntanglingRoots"] = "entangling-roots";
|
|
52
|
+
SpellsBlueprint["SpellPolymorph"] = "spell-polymorph";
|
|
53
|
+
SpellsBlueprint["PickPocket"] = "pick-pocket";
|
|
54
|
+
SpellsBlueprint["DruidSilence"] = "druid-silence";
|
|
55
|
+
SpellsBlueprint["ManaDrain"] = "mana-drain";
|
|
56
|
+
SpellsBlueprint["FrostArrowCreation"] = "frost-arrow-creation";
|
|
57
|
+
SpellsBlueprint["CrimsonArrowCreation"] = "crimson-arrow-creation";
|
|
58
|
+
SpellsBlueprint["EmeraldArrowCreation"] = "emerald-arrow-creation";
|
|
59
|
+
SpellsBlueprint["FireBolt"] = "fire-bolt";
|
|
60
|
+
SpellsBlueprint["FrostBolt"] = "frost-bolt";
|
|
61
|
+
SpellsBlueprint["CorruptionBolt"] = "corruption-bolt";
|
|
62
|
+
SpellsBlueprint["VineGrasp"] = "vine-grasp";
|
|
63
|
+
SpellsBlueprint["MagicShuriken"] = "magic-shuriken";
|
|
64
|
+
SpellsBlueprint["SorcererVeilofUndeath"] = "veil-of-undeath";
|
|
65
|
+
SpellsBlueprint["Teleport"] = "teleport";
|
|
66
|
+
SpellsBlueprint["DwarfStoneform"] = "dwarf-stone-form";
|
|
67
|
+
SpellsBlueprint["ElvenArrow"] = "elven-arrow";
|
|
68
|
+
SpellsBlueprint["ChefsDelight"] = "chefs-delight";
|
|
69
|
+
SpellsBlueprint["OrcDispelMagic"] = "dispel-magic";
|
|
70
|
+
SpellsBlueprint["MinotaurBullStrength"] = "minotaur-bull-strength";
|
|
71
|
+
SpellsBlueprint["FireStorm"] = "fire-storm";
|
|
72
|
+
SpellsBlueprint["MassHealing"] = "mass-healing";
|
|
73
|
+
SpellsBlueprint["FocusSwift"] = "focus-swift";
|
|
74
|
+
SpellsBlueprint["Blizzard"] = "blizzard";
|
|
75
|
+
SpellsBlueprint["Arrowstorm"] = "arrowstorm";
|
|
76
|
+
SpellsBlueprint["OrcArrowStorm"] = "orc-arrowstorm";
|
|
77
|
+
SpellsBlueprint["WildfireVolley"] = "wildfire-volley";
|
|
78
|
+
SpellsBlueprint["NaturesRevenge"] = "natures-revenge";
|
|
79
|
+
SpellsBlueprint["BleedingEdge"] = "bleeding-edge";
|
|
80
|
+
SpellsBlueprint["ArcaneExplosion"] = "arcane-explosion";
|
|
81
|
+
SpellsBlueprint["VampiricStorm"] = "vampiric-storm";
|
|
82
|
+
SpellsBlueprint["CorruptionWave"] = "corruption-wave";
|
|
83
|
+
SpellsBlueprint["CleavingStomp"] = "cleaving-stomp";
|
|
84
|
+
})(SpellsBlueprint = exports.SpellsBlueprint || (exports.SpellsBlueprint = {}));
|
|
85
|
+
var MagicsBlueprint;
|
|
86
|
+
(function (MagicsBlueprint) {
|
|
87
|
+
MagicsBlueprint["Rune"] = "rune";
|
|
88
|
+
MagicsBlueprint["DarkRune"] = "dark-rune";
|
|
89
|
+
MagicsBlueprint["FireRune"] = "fire-rune";
|
|
90
|
+
MagicsBlueprint["HealRune"] = "heal-rune";
|
|
91
|
+
MagicsBlueprint["PoisonRune"] = "poison-rune";
|
|
92
|
+
MagicsBlueprint["ThunderRune"] = "thunder-rune";
|
|
93
|
+
MagicsBlueprint["EnergyBoltRune"] = "energy-bolt-rune";
|
|
94
|
+
MagicsBlueprint["FireBoltRune"] = "fire-bolt-rune";
|
|
95
|
+
MagicsBlueprint["CorruptionRune"] = "corruption-rune";
|
|
96
|
+
MagicsBlueprint["WildwoodTeleport"] = "wildwood-teleport";
|
|
97
|
+
MagicsBlueprint["DungeonIlyaTeleport"] = "dungeon-ilya-teleport";
|
|
98
|
+
MagicsBlueprint["DwarfMinesTeleport"] = "dwarf-mines-teleport";
|
|
99
|
+
MagicsBlueprint["FrostIslandCavesTeleport"] = "frost-island-caves-teleport";
|
|
100
|
+
MagicsBlueprint["FrozenCastleDungeonTeleport"] = "frozen-castle-dungeon-teleport";
|
|
101
|
+
MagicsBlueprint["FrozenIslandTeleport"] = "frozen-island-teleport";
|
|
102
|
+
MagicsBlueprint["MinotaursIslandTeleport"] = "minotaurs-island-teleport";
|
|
103
|
+
MagicsBlueprint["RavenfallSanctuaryTeleport"] = "ravenfall-sanctuary-teleport";
|
|
104
|
+
MagicsBlueprint["ShadowlandsSewerTeleport"] = "shadowlands-sewer-teleport";
|
|
105
|
+
MagicsBlueprint["ShadowlandsTeleport"] = "shadowlands-teleport";
|
|
106
|
+
MagicsBlueprint["TrollsCavesTeleport"] = "trolls-caves-teleport";
|
|
107
|
+
MagicsBlueprint["WildwoodDungeonTeleport"] = "wildwood-dungeon-teleport";
|
|
108
|
+
})(MagicsBlueprint = exports.MagicsBlueprint || (exports.MagicsBlueprint = {}));
|
|
109
109
|
//# sourceMappingURL=spell.types.js.map
|