@rpg-engine/shared 0.8.92 → 0.8.93

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.
Files changed (138) hide show
  1. package/README.md +29 -29
  2. package/dist/constants/date.constants.d.ts +2 -2
  3. package/dist/constants/date.constants.js +5 -5
  4. package/dist/constants/npc.constants.d.ts +1 -1
  5. package/dist/constants/npc.constants.js +4 -4
  6. package/dist/constants/socket.constants.d.ts +2 -2
  7. package/dist/constants/socket.constants.js +6 -6
  8. package/dist/constants/world.constants.d.ts +10 -10
  9. package/dist/constants/world.constants.js +13 -13
  10. package/dist/helpers/deviceHelpers.d.ts +2 -2
  11. package/dist/helpers/deviceHelpers.js +16 -16
  12. package/dist/helpers/itemSlotHelper.d.ts +7 -7
  13. package/dist/helpers/itemSlotHelper.js +27 -27
  14. package/dist/helpers/skillHelpers.d.ts +4 -4
  15. package/dist/helpers/skillHelpers.js +25 -25
  16. package/dist/helpers/weightHelper.d.ts +1 -1
  17. package/dist/helpers/weightHelper.js +14 -14
  18. package/dist/index.d.ts +57 -57
  19. package/dist/index.js +73 -73
  20. package/dist/libs/GridHelper.d.ts +11 -11
  21. package/dist/libs/GridHelper.js +37 -37
  22. package/dist/libs/MathHelper.d.ts +16 -16
  23. package/dist/libs/MathHelper.js +14 -14
  24. package/dist/libs/SocketHelper.d.ts +2 -2
  25. package/dist/libs/SocketHelper.js +14 -14
  26. package/dist/libs/TextHelper.d.ts +7 -7
  27. package/dist/libs/TextHelper.js +21 -21
  28. package/dist/libs/TypeHelper.d.ts +3 -3
  29. package/dist/libs/TypeHelper.js +16 -16
  30. package/dist/translations/app-rate.lang.json +38 -38
  31. package/dist/translations/assets.lang.json +82 -82
  32. package/dist/translations/auth.lang.json +182 -182
  33. package/dist/translations/email.lang.json +70 -70
  34. package/dist/translations/error.lang.json +18 -18
  35. package/dist/translations/form.lang.json +94 -94
  36. package/dist/translations/global.lang.json +90 -90
  37. package/dist/translations/logs.lang.json +6 -6
  38. package/dist/translations/onboarding.lang.d.ts +10 -10
  39. package/dist/translations/onboarding.lang.js +21 -21
  40. package/dist/translations/onboarding.lang.json +50 -50
  41. package/dist/translations/order.lang.json +90 -90
  42. package/dist/translations/search.lang.json +50 -50
  43. package/dist/translations/settings.lang.json +14 -14
  44. package/dist/translations/tabs.lang.json +22 -22
  45. package/dist/translations/users.lang.json +22 -22
  46. package/dist/translations/validation.lang.json +86 -86
  47. package/dist/types/animation.types.d.ts +69 -69
  48. package/dist/types/animation.types.js +46 -46
  49. package/dist/types/api.types.d.ts +21 -21
  50. package/dist/types/api.types.js +20 -20
  51. package/dist/types/asset.types.d.ts +6 -6
  52. package/dist/types/asset.types.js +2 -2
  53. package/dist/types/auth.types.d.ts +7 -7
  54. package/dist/types/auth.types.js +2 -2
  55. package/dist/types/battle.types.d.ts +41 -41
  56. package/dist/types/battle.types.js +18 -18
  57. package/dist/types/buff.types.d.ts +39 -39
  58. package/dist/types/buff.types.js +13 -13
  59. package/dist/types/character.types.d.ts +233 -233
  60. package/dist/types/character.types.js +65 -65
  61. package/dist/types/chat.types.d.ts +72 -72
  62. package/dist/types/chat.types.js +22 -22
  63. package/dist/types/depot.types.d.ts +18 -18
  64. package/dist/types/depot.types.js +9 -9
  65. package/dist/types/device.types.d.ts +24 -24
  66. package/dist/types/device.types.js +7 -7
  67. package/dist/types/displayText.types.d.ts +10 -10
  68. package/dist/types/displayText.types.js +7 -7
  69. package/dist/types/entity.types.d.ts +30 -30
  70. package/dist/types/entity.types.js +20 -20
  71. package/dist/types/env.types.d.ts +5 -5
  72. package/dist/types/env.types.js +9 -9
  73. package/dist/types/equipment.types.d.ts +35 -35
  74. package/dist/types/equipment.types.js +18 -18
  75. package/dist/types/googleOAuth.types.d.ts +47 -47
  76. package/dist/types/googleOAuth.types.js +2 -2
  77. package/dist/types/inventory.types.d.ts +7 -7
  78. package/dist/types/inventory.types.js +2 -2
  79. package/dist/types/item.types.d.ts +377 -377
  80. package/dist/types/item.types.js +154 -154
  81. package/dist/types/itemContainer.types.d.ts +83 -83
  82. package/dist/types/itemContainer.types.js +11 -11
  83. package/dist/types/leaderboard.types.d.ts +32 -32
  84. package/dist/types/leaderboard.types.js +9 -9
  85. package/dist/types/macro.types.d.ts +8 -8
  86. package/dist/types/macro.types.js +12 -12
  87. package/dist/types/maps.types.d.ts +90 -90
  88. package/dist/types/maps.types.js +85 -85
  89. package/dist/types/marketplace.types.d.ts +61 -61
  90. package/dist/types/marketplace.types.js +15 -15
  91. package/dist/types/notification.types.d.ts +14 -14
  92. package/dist/types/notification.types.js +2 -2
  93. package/dist/types/npc.types.d.ts +165 -165
  94. package/dist/types/npc.types.js +49 -49
  95. package/dist/types/pagination.types.d.ts +13 -13
  96. package/dist/types/pagination.types.js +2 -2
  97. package/dist/types/party.types.d.ts +83 -83
  98. package/dist/types/party.types.js +54 -54
  99. package/dist/types/places.types.d.ts +16 -16
  100. package/dist/types/places.types.js +9 -9
  101. package/dist/types/preloadScene.types.d.ts +4 -4
  102. package/dist/types/preloadScene.types.js +7 -7
  103. package/dist/types/premiumAccount.types.d.ts +7 -7
  104. package/dist/types/premiumAccount.types.js +11 -11
  105. package/dist/types/quest.types.d.ts +74 -74
  106. package/dist/types/quest.types.js +21 -21
  107. package/dist/types/raid.types.d.ts +6 -6
  108. package/dist/types/raid.types.js +2 -2
  109. package/dist/types/resource.types.d.ts +5 -5
  110. package/dist/types/resource.types.js +2 -2
  111. package/dist/types/scene.types.d.ts +8 -8
  112. package/dist/types/scene.types.js +8 -8
  113. package/dist/types/shortcut.types.d.ts +11 -11
  114. package/dist/types/shortcut.types.js +9 -9
  115. package/dist/types/skills.types.d.ts +144 -144
  116. package/dist/types/skills.types.js +106 -106
  117. package/dist/types/socket.types.d.ts +18 -18
  118. package/dist/types/socket.types.js +8 -8
  119. package/dist/types/spell.types.d.ts +156 -156
  120. package/dist/types/spell.types.d.ts.map +1 -1
  121. package/dist/types/spell.types.js +108 -108
  122. package/dist/types/tiled.types.d.ts +119 -119
  123. package/dist/types/tiled.types.js +7 -7
  124. package/dist/types/trade.types.d.ts +65 -65
  125. package/dist/types/trade.types.js +15 -15
  126. package/dist/types/translation.types.d.ts +5 -5
  127. package/dist/types/translation.types.js +8 -8
  128. package/dist/types/ui.types.d.ts +8 -8
  129. package/dist/types/ui.types.js +7 -7
  130. package/dist/types/useWith.types.d.ts +25 -25
  131. package/dist/types/useWith.types.js +9 -9
  132. package/dist/types/user.types.d.ts +104 -104
  133. package/dist/types/user.types.js +38 -38
  134. package/dist/types/validation.types.d.ts +9 -9
  135. package/dist/types/validation.types.js +2 -2
  136. package/dist/types/view.types.d.ts +15 -15
  137. package/dist/types/view.types.js +7 -7
  138. 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?: MagicsBlueprint;
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":"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"}
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