e4k-data 4.52.29 → 4.54.9

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 (47) hide show
  1. package/data/alliancehelprequests.json +1 -1
  2. package/data/buildings.json +377 -22
  3. package/data/constructionItems.json +112 -0
  4. package/data/currencies.json +278 -136
  5. package/data/effects.json +60 -0
  6. package/data/effecttypes.json +50 -0
  7. package/data/equipments.json +61 -0
  8. package/data/fortuneTellerClasses.json +4 -4
  9. package/data/generalAbilities.json +279 -33
  10. package/data/generalAbilityEffects.json +347 -107
  11. package/data/generalSkills.json +1122 -737
  12. package/data/generalSlots.json +31 -27
  13. package/data/generals.json +3 -2
  14. package/data/leaguetypeEvents.json +33 -0
  15. package/data/lords.json +14 -0
  16. package/data/merchants.json +1 -1
  17. package/data/packageCategories.json +4 -0
  18. package/data/packageCategoryCurrencyRelations.json +5 -0
  19. package/data/packageCategoryFilterRelations.json +4 -0
  20. package/data/packages.json +1188 -548
  21. package/data/rewards.json +503 -8
  22. package/data/units.json +225 -1
  23. package/data/version.json +1 -1
  24. package/data/versionInfo.json +3 -3
  25. package/data/worldmapskins.json +8 -0
  26. package/images/x768.json +681 -108
  27. package/languages/da.json +181 -53
  28. package/languages/de.json +182 -54
  29. package/languages/el.json +200 -72
  30. package/languages/en.json +203 -75
  31. package/languages/es.json +192 -64
  32. package/languages/fi.json +181 -53
  33. package/languages/fr.json +190 -62
  34. package/languages/it.json +191 -63
  35. package/languages/ja.json +183 -55
  36. package/languages/ko.json +183 -55
  37. package/languages/nl.json +200 -72
  38. package/languages/no.json +182 -54
  39. package/languages/pl.json +191 -63
  40. package/languages/pt.json +201 -73
  41. package/languages/ru.json +184 -56
  42. package/languages/sv.json +183 -55
  43. package/languages/tr.json +195 -67
  44. package/languages/zh_CN.json +186 -58
  45. package/languages/zh_TW.json +190 -62
  46. package/package.json +1 -1
  47. package/typings/types.d.ts +2 -0
package/data/effects.json CHANGED
@@ -2789,6 +2789,12 @@
2789
2789
  "effectTypeID": 1002,
2790
2790
  "capID": 99
2791
2791
  },
2792
+ {
2793
+ "effectID": 21003,
2794
+ "name": "GiantSlayer",
2795
+ "effectTypeID": 1003,
2796
+ "capID": 99
2797
+ },
2792
2798
  {
2793
2799
  "effectID": 21005,
2794
2800
  "name": "Intimidate",
@@ -2813,12 +2819,24 @@
2813
2819
  "effectTypeID": 1013,
2814
2820
  "capID": 99
2815
2821
  },
2822
+ {
2823
+ "effectID": 21014,
2824
+ "name": "HeartofaWarrior",
2825
+ "effectTypeID": 1014,
2826
+ "capID": 99
2827
+ },
2816
2828
  {
2817
2829
  "effectID": 21015,
2818
2830
  "name": "ToweringShield",
2819
2831
  "effectTypeID": 1015,
2820
2832
  "capID": 99
2821
2833
  },
2834
+ {
2835
+ "effectID": 21016,
2836
+ "name": "WallAmount",
2837
+ "effectTypeID": 1016,
2838
+ "capID": 99
2839
+ },
2822
2840
  {
2823
2841
  "effectID": 21018,
2824
2842
  "name": "HeroicDefense",
@@ -2831,6 +2849,18 @@
2831
2849
  "effectTypeID": 1020,
2832
2850
  "capID": 99
2833
2851
  },
2852
+ {
2853
+ "effectID": 21021,
2854
+ "name": "Ayala(Falcon)",
2855
+ "effectTypeID": 1021,
2856
+ "capID": 99
2857
+ },
2858
+ {
2859
+ "effectID": 21022,
2860
+ "name": "Ambush",
2861
+ "effectTypeID": 1022,
2862
+ "capID": 99
2863
+ },
2834
2864
  {
2835
2865
  "effectID": 21023,
2836
2866
  "name": "Longbows",
@@ -2843,18 +2873,36 @@
2843
2873
  "effectTypeID": 1025,
2844
2874
  "capID": 99
2845
2875
  },
2876
+ {
2877
+ "effectID": 21026,
2878
+ "name": "Plunder",
2879
+ "effectTypeID": 1026,
2880
+ "capID": 99
2881
+ },
2846
2882
  {
2847
2883
  "effectID": 21027,
2848
2884
  "name": "YourCut",
2849
2885
  "effectTypeID": 1027,
2850
2886
  "capID": 99
2851
2887
  },
2888
+ {
2889
+ "effectID": 21028,
2890
+ "name": "HiddenTreasures",
2891
+ "effectTypeID": 1028,
2892
+ "capID": 99
2893
+ },
2852
2894
  {
2853
2895
  "effectID": 21030,
2854
2896
  "name": "Vengence",
2855
2897
  "effectTypeID": 1030,
2856
2898
  "capID": 99
2857
2899
  },
2900
+ {
2901
+ "effectID": 21033,
2902
+ "name": "WingsWhirlwind",
2903
+ "effectTypeID": 1033,
2904
+ "capID": 99
2905
+ },
2858
2906
  {
2859
2907
  "effectID": 21034,
2860
2908
  "name": "Tailwhip",
@@ -2867,6 +2915,18 @@
2867
2915
  "effectTypeID": 1035,
2868
2916
  "capID": 99
2869
2917
  },
2918
+ {
2919
+ "effectID": 21038,
2920
+ "name": "Exhalted",
2921
+ "effectTypeID": 1038,
2922
+ "capID": 99
2923
+ },
2924
+ {
2925
+ "effectID": 21039,
2926
+ "name": "LastingWounds",
2927
+ "effectTypeID": 1039,
2928
+ "capID": 99
2929
+ },
2870
2930
  {
2871
2931
  "effectID": 2101,
2872
2932
  "name": "relicOffensiveMeleeBonus",
@@ -710,6 +710,11 @@
710
710
  "combatType": 3,
711
711
  "name": "RisetotheTask"
712
712
  },
713
+ {
714
+ "effectTypeID": 1003,
715
+ "combatType": 3,
716
+ "name": "GiantSlayer"
717
+ },
713
718
  {
714
719
  "effectTypeID": 1005,
715
720
  "combatType": 3,
@@ -730,11 +735,21 @@
730
735
  "combatType": 3,
731
736
  "name": "Sabotage"
732
737
  },
738
+ {
739
+ "effectTypeID": 1014,
740
+ "combatType": 3,
741
+ "name": "HeartofaWarrior"
742
+ },
733
743
  {
734
744
  "effectTypeID": 1015,
735
745
  "combatType": 3,
736
746
  "name": "ToweringShield"
737
747
  },
748
+ {
749
+ "effectTypeID": 1016,
750
+ "combatType": 2,
751
+ "name": "WallAmount"
752
+ },
738
753
  {
739
754
  "effectTypeID": 1018,
740
755
  "combatType": 2,
@@ -745,6 +760,16 @@
745
760
  "combatType": 3,
746
761
  "name": "AspectoftheDragon"
747
762
  },
763
+ {
764
+ "effectTypeID": 1021,
765
+ "combatType": 3,
766
+ "name": "Ayala(Falcon)"
767
+ },
768
+ {
769
+ "effectTypeID": 1022,
770
+ "combatType": 3,
771
+ "name": "Ambush"
772
+ },
748
773
  {
749
774
  "effectTypeID": 1023,
750
775
  "combatType": 3,
@@ -755,16 +780,31 @@
755
780
  "combatType": 3,
756
781
  "name": "ReinforcedArrows"
757
782
  },
783
+ {
784
+ "effectTypeID": 1026,
785
+ "combatType": 3,
786
+ "name": "Plunder"
787
+ },
758
788
  {
759
789
  "effectTypeID": 1027,
760
790
  "combatType": 3,
761
791
  "name": "YourCut"
762
792
  },
793
+ {
794
+ "effectTypeID": 1028,
795
+ "combatType": 3,
796
+ "name": "HiddenTreasures"
797
+ },
763
798
  {
764
799
  "effectTypeID": 1030,
765
800
  "combatType": 3,
766
801
  "name": "Vengence"
767
802
  },
803
+ {
804
+ "effectTypeID": 1033,
805
+ "combatType": 3,
806
+ "name": "WingsWhirlwind"
807
+ },
768
808
  {
769
809
  "effectTypeID": 1034,
770
810
  "combatType": 3,
@@ -774,6 +814,16 @@
774
814
  "effectTypeID": 1035,
775
815
  "combatType": 3,
776
816
  "name": "DragonscaleArmor"
817
+ },
818
+ {
819
+ "effectTypeID": 1038,
820
+ "combatType": 3,
821
+ "name": "Exhalted"
822
+ },
823
+ {
824
+ "effectTypeID": 1039,
825
+ "combatType": 3,
826
+ "name": "LastingWounds"
777
827
  }
778
828
  ]
779
829
  }
@@ -11416,6 +11416,19 @@
11416
11416
  "canSlotGem": 1,
11417
11417
  "skinID": 92
11418
11418
  },
11419
+ {
11420
+ "equipmentID": 1194,
11421
+ "comment1": "Maya LTPE 2023",
11422
+ "comment2": "MayaInsignia",
11423
+ "wearerID": 1,
11424
+ "slotID": 5,
11425
+ "reuseAssetOfEquipmentID": 745,
11426
+ "effects": "13&7",
11427
+ "duration": 336,
11428
+ "mightValue": 10,
11429
+ "canSlotGem": 1,
11430
+ "skinID": 41
11431
+ },
11419
11432
  {
11420
11433
  "equipmentID": 1151,
11421
11434
  "comment1": "Sales Days Content October 2022",
@@ -11881,6 +11894,54 @@
11881
11894
  "mightValue": 0,
11882
11895
  "canSlotGem": 0,
11883
11896
  "skinID": 104
11897
+ },
11898
+ {
11899
+ "equipmentID": 1195,
11900
+ "comment1": "Sales Days Content June 2023",
11901
+ "comment2": "FireworkBaron",
11902
+ "wearerID": 1,
11903
+ "slotID": 5,
11904
+ "mightValue": 0,
11905
+ "canSlotGem": 0,
11906
+ "skinID": 105
11907
+ },
11908
+ {
11909
+ "equipmentID": 1196,
11910
+ "comment1": "Sales Days Content June 2023",
11911
+ "comment2": "FireworkGeneral",
11912
+ "wearerID": 2,
11913
+ "slotID": 5,
11914
+ "effects": "24&4,23&15,66&5",
11915
+ "duration": 12,
11916
+ "mightValue": 0,
11917
+ "canSlotGem": 1,
11918
+ "skinID": 106
11919
+ },
11920
+ {
11921
+ "equipmentID": 1197,
11922
+ "comment1": "Sales Days Content June 2023",
11923
+ "comment2": "FireworkGeneral",
11924
+ "wearerID": 2,
11925
+ "slotID": 5,
11926
+ "reuseAssetOfEquipmentID": 1197,
11927
+ "effects": "24&4,23&15,66&5",
11928
+ "duration": 168,
11929
+ "mightValue": 0,
11930
+ "canSlotGem": 1,
11931
+ "skinID": 106
11932
+ },
11933
+ {
11934
+ "equipmentID": 1198,
11935
+ "comment1": "Sales Days Content June 2023",
11936
+ "comment2": "FireworkGeneral",
11937
+ "wearerID": 2,
11938
+ "slotID": 5,
11939
+ "reuseAssetOfEquipmentID": 1197,
11940
+ "effects": "24&4,23&15,66&5",
11941
+ "duration": 336,
11942
+ "mightValue": 0,
11943
+ "canSlotGem": 1,
11944
+ "skinID": 106
11884
11945
  }
11885
11946
  ]
11886
11947
  }
@@ -9,25 +9,25 @@
9
9
  {
10
10
  "fortuneTellerClassID": 2,
11
11
  "c2Cost": 300,
12
- "rewardIDs": "28009,28010,28011,28012,28013,28014,28015,28016,28017,28018,28019",
12
+ "rewardIDs": "28009,28010,28011,28012,28013,28014,28015,28016,28017,28019",
13
13
  "toprewardID": 28009
14
14
  },
15
15
  {
16
16
  "fortuneTellerClassID": 3,
17
17
  "c2Cost": 550,
18
- "rewardIDs": "28020,28021,28022,28023,28024,28025,28026,28027,28028,28029,28030",
18
+ "rewardIDs": "28020,28021,28022,28023,28024,28025,28026,28027,28028,28030",
19
19
  "toprewardID": 28020
20
20
  },
21
21
  {
22
22
  "fortuneTellerClassID": 4,
23
23
  "c2Cost": 1050,
24
- "rewardIDs": "28031,28032,28033,28034,28035,28036,28037,28038,28039,28040,28041",
24
+ "rewardIDs": "28031,28032,28033,28034,28035,28036,28037,28038,28039,28041",
25
25
  "toprewardID": 28031
26
26
  },
27
27
  {
28
28
  "fortuneTellerClassID": 5,
29
29
  "c2Cost": 2000,
30
- "rewardIDs": "28042,28043,28044,28045,28046,28047,28048,28049,28050,28051,28052",
30
+ "rewardIDs": "28042,28043,28044,28045,28046,28047,28048,28049,28050,28052",
31
31
  "toprewardID": 28042
32
32
  },
33
33
  {
@@ -60,6 +60,33 @@
60
60
  "abilityAttackEffectID": 100230,
61
61
  "abilityDefenseEffectID": 100235
62
62
  },
63
+ {
64
+ "abilityID": 10031,
65
+ "name": "GiantSlayer",
66
+ "abilityGroupID": 1003,
67
+ "level": 1,
68
+ "abilityTriggerID": 3,
69
+ "abilityAttackEffectID": 100310,
70
+ "abilityDefenseEffectID": 100315
71
+ },
72
+ {
73
+ "abilityID": 10032,
74
+ "name": "GiantSlayer",
75
+ "abilityGroupID": 1003,
76
+ "level": 2,
77
+ "abilityTriggerID": 3,
78
+ "abilityAttackEffectID": 100320,
79
+ "abilityDefenseEffectID": 100325
80
+ },
81
+ {
82
+ "abilityID": 10033,
83
+ "name": "GiantSlayer",
84
+ "abilityGroupID": 1003,
85
+ "level": 3,
86
+ "abilityTriggerID": 3,
87
+ "abilityAttackEffectID": 100330,
88
+ "abilityDefenseEffectID": 100335
89
+ },
63
90
  {
64
91
  "abilityID": 10051,
65
92
  "name": "Intimidate",
@@ -120,36 +147,6 @@
120
147
  "abilityAttackEffectID": 100730,
121
148
  "abilityDefenseEffectID": 100735
122
149
  },
123
- {
124
- "abilityID": 10121,
125
- "name": "Reinforcements",
126
- "abilityGroupID": 1012,
127
- "level": 1,
128
- "abilityTriggerID": 2,
129
- "triggerPerWave": 3,
130
- "abilityAttackEffectID": 101210,
131
- "abilityDefenseEffectID": 101215
132
- },
133
- {
134
- "abilityID": 10122,
135
- "name": "Reinforcements",
136
- "abilityGroupID": 1012,
137
- "level": 2,
138
- "abilityTriggerID": 2,
139
- "triggerPerWave": 3,
140
- "abilityAttackEffectID": 101220,
141
- "abilityDefenseEffectID": 101225
142
- },
143
- {
144
- "abilityID": 10123,
145
- "name": "Reinforcements",
146
- "abilityGroupID": 1012,
147
- "level": 3,
148
- "abilityTriggerID": 2,
149
- "triggerPerWave": 3,
150
- "abilityAttackEffectID": 101230,
151
- "abilityDefenseEffectID": 101235
152
- },
153
150
  {
154
151
  "abilityID": 10131,
155
152
  "name": "Sabotage",
@@ -180,6 +177,36 @@
180
177
  "abilityAttackEffectID": 101330,
181
178
  "abilityDefenseEffectID": 101335
182
179
  },
180
+ {
181
+ "abilityID": 10141,
182
+ "name": "HeartofaWarrior",
183
+ "abilityGroupID": 1014,
184
+ "level": 1,
185
+ "abilityTriggerID": 2,
186
+ "triggerPerWave": 2,
187
+ "abilityAttackEffectID": 101410,
188
+ "abilityDefenseEffectID": 101415
189
+ },
190
+ {
191
+ "abilityID": 10142,
192
+ "name": "HeartofaWarrior",
193
+ "abilityGroupID": 1014,
194
+ "level": 2,
195
+ "abilityTriggerID": 2,
196
+ "triggerPerWave": 2,
197
+ "abilityAttackEffectID": 101420,
198
+ "abilityDefenseEffectID": 101425
199
+ },
200
+ {
201
+ "abilityID": 10143,
202
+ "name": "HeartofaWarrior",
203
+ "abilityGroupID": 1014,
204
+ "level": 3,
205
+ "abilityTriggerID": 2,
206
+ "triggerPerWave": 2,
207
+ "abilityAttackEffectID": 101430,
208
+ "abilityDefenseEffectID": 101435
209
+ },
183
210
  {
184
211
  "abilityID": 10151,
185
212
  "name": "ToweringShield",
@@ -210,6 +237,30 @@
210
237
  "abilityAttackEffectID": 101530,
211
238
  "abilityDefenseEffectID": 101535
212
239
  },
240
+ {
241
+ "abilityID": 10161,
242
+ "name": "WallAmount",
243
+ "abilityGroupID": 1016,
244
+ "level": 1,
245
+ "abilityTriggerID": 1,
246
+ "abilityDefenseEffectID": 101615
247
+ },
248
+ {
249
+ "abilityID": 10162,
250
+ "name": "WallAmount",
251
+ "abilityGroupID": 1016,
252
+ "level": 2,
253
+ "abilityTriggerID": 1,
254
+ "abilityDefenseEffectID": 101625
255
+ },
256
+ {
257
+ "abilityID": 10163,
258
+ "name": "WallAmount",
259
+ "abilityGroupID": 1016,
260
+ "level": 3,
261
+ "abilityTriggerID": 1,
262
+ "abilityDefenseEffectID": 101635
263
+ },
213
264
  {
214
265
  "abilityID": 10181,
215
266
  "name": "HeroicDefense",
@@ -217,7 +268,6 @@
217
268
  "level": 1,
218
269
  "abilityTriggerID": 2,
219
270
  "triggerPerWave": 2,
220
- "abilityAttackEffectID": 101810,
221
271
  "abilityDefenseEffectID": 101815
222
272
  },
223
273
  {
@@ -227,7 +277,6 @@
227
277
  "level": 2,
228
278
  "abilityTriggerID": 2,
229
279
  "triggerPerWave": 2,
230
- "abilityAttackEffectID": 101820,
231
280
  "abilityDefenseEffectID": 101825
232
281
  },
233
282
  {
@@ -237,7 +286,6 @@
237
286
  "level": 3,
238
287
  "abilityTriggerID": 2,
239
288
  "triggerPerWave": 2,
240
- "abilityAttackEffectID": 101830,
241
289
  "abilityDefenseEffectID": 101835
242
290
  },
243
291
  {
@@ -270,6 +318,63 @@
270
318
  "abilityAttackEffectID": 102030,
271
319
  "abilityDefenseEffectID": 102035
272
320
  },
321
+ {
322
+ "abilityID": 10211,
323
+ "name": "Ayala(Falcon)",
324
+ "abilityGroupID": 1021,
325
+ "level": 1,
326
+ "abilityTriggerID": 2,
327
+ "triggerPerWave": 1,
328
+ "abilityAttackEffectID": 102110,
329
+ "abilityDefenseEffectID": 102115
330
+ },
331
+ {
332
+ "abilityID": 10212,
333
+ "name": "Ayala(Falcon)",
334
+ "abilityGroupID": 1021,
335
+ "level": 2,
336
+ "abilityTriggerID": 2,
337
+ "triggerPerWave": 1,
338
+ "abilityAttackEffectID": 102120,
339
+ "abilityDefenseEffectID": 102125
340
+ },
341
+ {
342
+ "abilityID": 10213,
343
+ "name": "Ayala(Falcon)",
344
+ "abilityGroupID": 1021,
345
+ "level": 3,
346
+ "abilityTriggerID": 2,
347
+ "triggerPerWave": 1,
348
+ "abilityAttackEffectID": 102130,
349
+ "abilityDefenseEffectID": 102135
350
+ },
351
+ {
352
+ "abilityID": 10221,
353
+ "name": "Ambush",
354
+ "abilityGroupID": 1022,
355
+ "level": 1,
356
+ "abilityTriggerID": 1,
357
+ "abilityAttackEffectID": 102210,
358
+ "abilityDefenseEffectID": 102215
359
+ },
360
+ {
361
+ "abilityID": 10222,
362
+ "name": "Ambush",
363
+ "abilityGroupID": 1022,
364
+ "level": 2,
365
+ "abilityTriggerID": 1,
366
+ "abilityAttackEffectID": 102220,
367
+ "abilityDefenseEffectID": 102225
368
+ },
369
+ {
370
+ "abilityID": 10223,
371
+ "name": "Ambush",
372
+ "abilityGroupID": 1022,
373
+ "level": 3,
374
+ "abilityTriggerID": 1,
375
+ "abilityAttackEffectID": 102230,
376
+ "abilityDefenseEffectID": 102235
377
+ },
273
378
  {
274
379
  "abilityID": 10231,
275
380
  "name": "Longbows",
@@ -330,6 +435,33 @@
330
435
  "abilityAttackEffectID": 102530,
331
436
  "abilityDefenseEffectID": 102535
332
437
  },
438
+ {
439
+ "abilityID": 10261,
440
+ "name": "Plunder",
441
+ "abilityGroupID": 1026,
442
+ "level": 1,
443
+ "abilityTriggerID": 3,
444
+ "abilityAttackEffectID": 102610,
445
+ "abilityDefenseEffectID": 102615
446
+ },
447
+ {
448
+ "abilityID": 10262,
449
+ "name": "Plunder",
450
+ "abilityGroupID": 1026,
451
+ "level": 2,
452
+ "abilityTriggerID": 3,
453
+ "abilityAttackEffectID": 102620,
454
+ "abilityDefenseEffectID": 102625
455
+ },
456
+ {
457
+ "abilityID": 10263,
458
+ "name": "Plunder",
459
+ "abilityGroupID": 1026,
460
+ "level": 3,
461
+ "abilityTriggerID": 3,
462
+ "abilityAttackEffectID": 102630,
463
+ "abilityDefenseEffectID": 102635
464
+ },
333
465
  {
334
466
  "abilityID": 10271,
335
467
  "name": "YourCut",
@@ -360,6 +492,33 @@
360
492
  "abilityAttackEffectID": 102730,
361
493
  "abilityDefenseEffectID": 102735
362
494
  },
495
+ {
496
+ "abilityID": 10281,
497
+ "name": "HiddenTreasures",
498
+ "abilityGroupID": 1028,
499
+ "level": 1,
500
+ "abilityTriggerID": 4,
501
+ "abilityAttackEffectID": 102810,
502
+ "abilityDefenseEffectID": 102815
503
+ },
504
+ {
505
+ "abilityID": 10282,
506
+ "name": "HiddenTreasures",
507
+ "abilityGroupID": 1028,
508
+ "level": 2,
509
+ "abilityTriggerID": 4,
510
+ "abilityAttackEffectID": 102820,
511
+ "abilityDefenseEffectID": 102825
512
+ },
513
+ {
514
+ "abilityID": 10283,
515
+ "name": "HiddenTreasures",
516
+ "abilityGroupID": 1028,
517
+ "level": 3,
518
+ "abilityTriggerID": 4,
519
+ "abilityAttackEffectID": 102830,
520
+ "abilityDefenseEffectID": 102835
521
+ },
363
522
  {
364
523
  "abilityID": 10301,
365
524
  "name": "Vengence",
@@ -387,6 +546,36 @@
387
546
  "abilityAttackEffectID": 103030,
388
547
  "abilityDefenseEffectID": 103035
389
548
  },
549
+ {
550
+ "abilityID": 10331,
551
+ "name": "WingsWhirlwind",
552
+ "abilityGroupID": 1033,
553
+ "level": 1,
554
+ "abilityTriggerID": 2,
555
+ "triggerPerWave": 2,
556
+ "abilityAttackEffectID": 103310,
557
+ "abilityDefenseEffectID": 103315
558
+ },
559
+ {
560
+ "abilityID": 10332,
561
+ "name": "WingsWhirlwind",
562
+ "abilityGroupID": 1033,
563
+ "level": 2,
564
+ "abilityTriggerID": 2,
565
+ "triggerPerWave": 2,
566
+ "abilityAttackEffectID": 103320,
567
+ "abilityDefenseEffectID": 103325
568
+ },
569
+ {
570
+ "abilityID": 10333,
571
+ "name": "WingsWhirlwind",
572
+ "abilityGroupID": 1033,
573
+ "level": 3,
574
+ "abilityTriggerID": 2,
575
+ "triggerPerWave": 2,
576
+ "abilityAttackEffectID": 103330,
577
+ "abilityDefenseEffectID": 103335
578
+ },
390
579
  {
391
580
  "abilityID": 10341,
392
581
  "name": "Tailwhip",
@@ -446,6 +635,63 @@
446
635
  "triggerPerWave": 2,
447
636
  "abilityAttackEffectID": 103530,
448
637
  "abilityDefenseEffectID": 103535
638
+ },
639
+ {
640
+ "abilityID": 10381,
641
+ "name": "Exhalted",
642
+ "abilityGroupID": 1038,
643
+ "level": 1,
644
+ "abilityTriggerID": 3,
645
+ "abilityAttackEffectID": 103810,
646
+ "abilityDefenseEffectID": 103815
647
+ },
648
+ {
649
+ "abilityID": 10382,
650
+ "name": "Exhalted",
651
+ "abilityGroupID": 1038,
652
+ "level": 2,
653
+ "abilityTriggerID": 3,
654
+ "abilityAttackEffectID": 103820,
655
+ "abilityDefenseEffectID": 103825
656
+ },
657
+ {
658
+ "abilityID": 10383,
659
+ "name": "Exhalted",
660
+ "abilityGroupID": 1038,
661
+ "level": 3,
662
+ "abilityTriggerID": 3,
663
+ "abilityAttackEffectID": 103830,
664
+ "abilityDefenseEffectID": 103835
665
+ },
666
+ {
667
+ "abilityID": 10391,
668
+ "name": "LastingWounds",
669
+ "abilityGroupID": 1039,
670
+ "level": 1,
671
+ "abilityTriggerID": 2,
672
+ "triggerPerWave": 3,
673
+ "abilityAttackEffectID": 103910,
674
+ "abilityDefenseEffectID": 103915
675
+ },
676
+ {
677
+ "abilityID": 10392,
678
+ "name": "LastingWounds",
679
+ "abilityGroupID": 1039,
680
+ "level": 2,
681
+ "abilityTriggerID": 2,
682
+ "triggerPerWave": 3,
683
+ "abilityAttackEffectID": 103920,
684
+ "abilityDefenseEffectID": 103925
685
+ },
686
+ {
687
+ "abilityID": 10393,
688
+ "name": "LastingWounds",
689
+ "abilityGroupID": 1039,
690
+ "level": 3,
691
+ "abilityTriggerID": 2,
692
+ "triggerPerWave": 3,
693
+ "abilityAttackEffectID": 103930,
694
+ "abilityDefenseEffectID": 103935
449
695
  }
450
696
  ]
451
697
  }