e4k-data 4.129.91 → 4.131.13

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 (67) hide show
  1. package/README.md +2 -2
  2. package/data/allianceQuests.json +672 -0
  3. package/data/bosses.json +5 -0
  4. package/data/buildings.json +76 -14
  5. package/data/constructionItems.json +1570 -0
  6. package/data/currencies.json +7 -0
  7. package/data/donationItems.json +635 -0
  8. package/data/donationRewards.json +800 -0
  9. package/data/donationSettings.json +30 -0
  10. package/data/effectCaps.json +1 -1
  11. package/data/effects.json +103 -2
  12. package/data/effecttypes.json +32 -0
  13. package/data/equipment_effects.json +35 -0
  14. package/data/equipment_gem_effects.json +28 -0
  15. package/data/equipment_sets.json +168 -0
  16. package/data/equipments.json +231 -0
  17. package/data/gemlevels.json +13 -13
  18. package/data/gems.json +168 -0
  19. package/data/generals.json +39 -0
  20. package/data/leaguetypeEvents.json +8 -0
  21. package/data/lootBoxTombolas.json +336 -0
  22. package/data/lootBoxes.json +33 -0
  23. package/data/maps.json +58 -28
  24. package/data/merchants.json +2 -2
  25. package/data/packageCategories.json +4 -0
  26. package/data/packageCategoryCostRelations.json +6 -0
  27. package/data/packageCategoryFilterRelations.json +4 -0
  28. package/data/packages.json +891 -0
  29. package/data/quests.json +528 -0
  30. package/data/raidBossLevels.json +240 -0
  31. package/data/raidBossStages.json +2492 -0
  32. package/data/raidBosses.json +7 -0
  33. package/data/rewards.json +1547 -0
  34. package/data/units.json +736 -0
  35. package/data/version.json +1 -1
  36. package/data/versionInfo.json +3 -3
  37. package/images/x384.json +1888 -223
  38. package/images/x768.json +1886 -221
  39. package/index.js +27 -27
  40. package/languages/cs.json +175 -38
  41. package/languages/da.json +175 -38
  42. package/languages/de.json +175 -38
  43. package/languages/el.json +175 -38
  44. package/languages/en.json +177 -40
  45. package/languages/es.json +175 -38
  46. package/languages/fi.json +175 -38
  47. package/languages/fr.json +175 -38
  48. package/languages/hu.json +175 -38
  49. package/languages/it.json +175 -38
  50. package/languages/ja.json +175 -38
  51. package/languages/ko.json +175 -38
  52. package/languages/nl.json +175 -38
  53. package/languages/no.json +175 -38
  54. package/languages/pl.json +175 -38
  55. package/languages/pt.json +175 -38
  56. package/languages/ro.json +175 -38
  57. package/languages/ru.json +175 -38
  58. package/languages/sk.json +175 -38
  59. package/languages/sv.json +175 -38
  60. package/languages/tr.json +175 -38
  61. package/languages/zh_CN.json +175 -38
  62. package/languages/zh_TW.json +175 -38
  63. package/package.json +1 -1
  64. package/typings/data.d.ts +7 -2
  65. package/typings/images.d.ts +124 -13
  66. package/typings/languages.d.ts +167 -30
  67. package/typings/types.d.ts +109 -109
package/data/units.json CHANGED
@@ -14261,6 +14261,196 @@
14261
14261
  "sortOrder": 15.11,
14262
14262
  "extraBossHealthUnit": 1
14263
14263
  },
14264
+ {
14265
+ "wodID": 783,
14266
+ "crossplayID": 783,
14267
+ "comment1": "Dragon Defender",
14268
+ "comment2": "ARE Legendary Dragon Boss",
14269
+ "group": "Unit",
14270
+ "name": "Eventunit",
14271
+ "type": "ARELegendaryDragonMeleeDefender",
14272
+ "role": "melee",
14273
+ "speed": 34,
14274
+ "healingCostC1": 401,
14275
+ "skipCostC2": 201,
14276
+ "healingTime": 1056,
14277
+ "healingOrder": 30,
14278
+ "reviveAllCostC2": 461,
14279
+ "kingdomTravellingCost": 271,
14280
+ "allowedToTravel": "0+-1#1+-1#2+-1#3+-1#4+-1",
14281
+ "beefSupply": 2,
14282
+ "meleeDefence": 60,
14283
+ "rangeDefence": 30,
14284
+ "mightValue": 11,
14285
+ "lootValue": 7,
14286
+ "kIDs": "0,1,2,3,4",
14287
+ "allowedForNpcAttackInKingdom": 0,
14288
+ "fightType": 1,
14289
+ "fameAsDef": 5.28,
14290
+ "fameAsOff": 0.0576,
14291
+ "sortOrder": 14.11
14292
+ },
14293
+ {
14294
+ "wodID": 784,
14295
+ "crossplayID": 784,
14296
+ "comment1": "Dragon Archer",
14297
+ "comment2": "ARE Legendary Dragon Boss",
14298
+ "group": "Unit",
14299
+ "name": "Eventunit",
14300
+ "type": "ARELegendaryDragonRangedDefender",
14301
+ "role": "ranged",
14302
+ "speed": 34,
14303
+ "healingCostC1": 401,
14304
+ "skipCostC2": 201,
14305
+ "healingTime": 1056,
14306
+ "healingOrder": 30,
14307
+ "reviveAllCostC2": 461,
14308
+ "kingdomTravellingCost": 271,
14309
+ "allowedToTravel": "0+-1#1+-1#2+-1#3+-1#4+-1",
14310
+ "beefSupply": 2,
14311
+ "meleeDefence": 70,
14312
+ "rangeDefence": 150,
14313
+ "mightValue": 11,
14314
+ "lootValue": 7,
14315
+ "kIDs": "0,1,2,3,4",
14316
+ "allowedForNpcAttackInKingdom": 0,
14317
+ "fightType": 1,
14318
+ "fameAsDef": 5.28,
14319
+ "fameAsOff": 0.0576,
14320
+ "sortOrder": 14.11
14321
+ },
14322
+ {
14323
+ "wodID": 785,
14324
+ "crossplayID": 785,
14325
+ "comment1": "Dragon Egg",
14326
+ "comment2": "ARE Legendary Dragon Boss",
14327
+ "upgradeWodID": 786,
14328
+ "level": 0,
14329
+ "group": "Unit",
14330
+ "name": "Eventunit",
14331
+ "type": "ARELegendaryDragonEgg",
14332
+ "role": "melee",
14333
+ "speed": 34,
14334
+ "healingCostC1": 376,
14335
+ "skipCostC2": 188,
14336
+ "healingTime": 1024,
14337
+ "healingOrder": 30,
14338
+ "reviveAllCostC2": 432,
14339
+ "kingdomTravellingCost": 254,
14340
+ "allowedToTravel": "0+-1#1+-1#2+-1#3+-1#4+-1",
14341
+ "beefSupply": 2,
14342
+ "meleeDefence": 1,
14343
+ "rangeDefence": 1,
14344
+ "mightValue": 0,
14345
+ "lootValue": 1,
14346
+ "kIDs": "0,1,2,3,4",
14347
+ "allowedForNpcAttackInKingdom": 0,
14348
+ "isDormant": 1,
14349
+ "fightType": 1,
14350
+ "fameAsDef": 4.95,
14351
+ "fameAsOff": 0.056,
14352
+ "sortOrder": 15.11,
14353
+ "extraBossHealthUnit": 1
14354
+ },
14355
+ {
14356
+ "wodID": 786,
14357
+ "crossplayID": 786,
14358
+ "comment1": "Dragon Hatchling",
14359
+ "comment2": "ARE Legendary Dragon Boss",
14360
+ "upgradeWodID": 787,
14361
+ "downgradeWodID": 785,
14362
+ "level": 1,
14363
+ "group": "Unit",
14364
+ "name": "Eventunit",
14365
+ "type": "ARELegendaryDragonHatchling",
14366
+ "role": "melee",
14367
+ "speed": 34,
14368
+ "healingCostC1": 401,
14369
+ "skipCostC2": 201,
14370
+ "healingTime": 1056,
14371
+ "healingOrder": 30,
14372
+ "reviveAllCostC2": 461,
14373
+ "kingdomTravellingCost": 271,
14374
+ "allowedToTravel": "0+-1#1+-1#2+-1#3+-1#4+-1",
14375
+ "beefSupply": 2,
14376
+ "meleeDefence": 1,
14377
+ "rangeDefence": 1,
14378
+ "mightValue": 0,
14379
+ "lootValue": 1,
14380
+ "kIDs": "0,1,2,3,4",
14381
+ "allowedForNpcAttackInKingdom": 0,
14382
+ "isDormant": 1,
14383
+ "fightType": 1,
14384
+ "fameAsDef": 5.28,
14385
+ "fameAsOff": 0.0576,
14386
+ "sortOrder": 16.11,
14387
+ "extraBossHealthUnit": 1
14388
+ },
14389
+ {
14390
+ "wodID": 787,
14391
+ "crossplayID": 787,
14392
+ "comment1": "Dragon Juvenile",
14393
+ "comment2": "ARE Legendary Dragon Boss",
14394
+ "upgradeWodID": 788,
14395
+ "downgradeWodID": 786,
14396
+ "level": 2,
14397
+ "group": "Unit",
14398
+ "name": "Eventunit",
14399
+ "type": "ARELegendaryDragonYoungling",
14400
+ "role": "melee",
14401
+ "speed": 34,
14402
+ "healingCostC1": 401,
14403
+ "skipCostC2": 201,
14404
+ "healingTime": 1056,
14405
+ "healingOrder": 30,
14406
+ "reviveAllCostC2": 461,
14407
+ "kingdomTravellingCost": 271,
14408
+ "allowedToTravel": "0+-1#1+-1#2+-1#3+-1#4+-1",
14409
+ "beefSupply": 2,
14410
+ "meleeDefence": 450,
14411
+ "rangeDefence": 280,
14412
+ "mightValue": 11,
14413
+ "lootValue": 7,
14414
+ "kIDs": "0,1,2,3,4",
14415
+ "allowedForNpcAttackInKingdom": 0,
14416
+ "fightType": 1,
14417
+ "fameAsDef": 5.28,
14418
+ "fameAsOff": 0.0576,
14419
+ "sortOrder": 17.11,
14420
+ "extraBossHealthUnit": 1
14421
+ },
14422
+ {
14423
+ "wodID": 788,
14424
+ "crossplayID": 788,
14425
+ "comment1": "Dragon Adult",
14426
+ "comment2": "ARE Legendary Dragon Boss",
14427
+ "downgradeWodID": 787,
14428
+ "level": 3,
14429
+ "group": "Unit",
14430
+ "name": "Eventunit",
14431
+ "type": "ARELegendaryDragonAdult",
14432
+ "role": "ranged",
14433
+ "speed": 34,
14434
+ "healingCostC1": 376,
14435
+ "skipCostC2": 188,
14436
+ "healingTime": 1024,
14437
+ "healingOrder": 30,
14438
+ "reviveAllCostC2": 432,
14439
+ "kingdomTravellingCost": 254,
14440
+ "allowedToTravel": "0+-1#1+-1#2+-1#3+-1#4+-1",
14441
+ "beefSupply": 2,
14442
+ "meleeDefence": 550,
14443
+ "rangeDefence": 850,
14444
+ "mightValue": 11,
14445
+ "lootValue": 7,
14446
+ "kIDs": "0,1,2,3,4",
14447
+ "allowedForNpcAttackInKingdom": 0,
14448
+ "fightType": 1,
14449
+ "fameAsDef": 4.95,
14450
+ "fameAsOff": 0.056,
14451
+ "sortOrder": 18.11,
14452
+ "extraBossHealthUnit": 1
14453
+ },
14264
14454
  {
14265
14455
  "wodID": 666,
14266
14456
  "crossplayID": 666,
@@ -25311,5 +25501,551 @@
25311
25501
  "fightType": 0,
25312
25502
  "sortOrder": 219.403,
25313
25503
  "effects": "464&597+600000"
25504
+ },
25505
+ {
25506
+ "wodID": 789,
25507
+ "crossplayID": 789,
25508
+ "comment1": "ARE Event - Legendary Dragon - Wall Delay Tool",
25509
+ "comment2": "Weak - Left",
25510
+ "group": "Unit",
25511
+ "name": "Eventtool",
25512
+ "type": "ARELegendaryDragonWallDelayIncreaseLeftWeak",
25513
+ "toolCategory": 4,
25514
+ "speed": 30,
25515
+ "recruitmentTime": 3600,
25516
+ "costSceatToken": 1,
25517
+ "costLegendaryToken": 1,
25518
+ "cleavageOfCellsCost": 138,
25519
+ "amountPerWave": 1,
25520
+ "typ": "Attack",
25521
+ "slotTypes": 10,
25522
+ "allowedToAttack": "0+43",
25523
+ "deleteToolAfterBattle": 1,
25524
+ "fightType": 0,
25525
+ "sortOrder": 219.35,
25526
+ "effects": "494&30"
25527
+ },
25528
+ {
25529
+ "wodID": 790,
25530
+ "crossplayID": 790,
25531
+ "comment1": "ARE Event - Legendary Dragon - Wall Delay Tool",
25532
+ "comment2": "Weak - Front",
25533
+ "group": "Unit",
25534
+ "name": "Eventtool",
25535
+ "type": "ARELegendaryDragonWallDelayIncreaseFrontWeak",
25536
+ "toolCategory": 4,
25537
+ "speed": 30,
25538
+ "recruitmentTime": 3600,
25539
+ "costSceatToken": 1,
25540
+ "costLegendaryToken": 1,
25541
+ "cleavageOfCellsCost": 138,
25542
+ "amountPerWave": 1,
25543
+ "typ": "Attack",
25544
+ "slotTypes": 10,
25545
+ "allowedToAttack": "0+43",
25546
+ "deleteToolAfterBattle": 1,
25547
+ "fightType": 0,
25548
+ "sortOrder": 219.36,
25549
+ "effects": "495&30"
25550
+ },
25551
+ {
25552
+ "wodID": 791,
25553
+ "crossplayID": 791,
25554
+ "comment1": "ARE Event - Legendary Dragon - Wall Delay Tool",
25555
+ "comment2": "Weak - Right",
25556
+ "group": "Unit",
25557
+ "name": "Eventtool",
25558
+ "type": "ARELegendaryDragonWallDelayIncreaseRightWeak",
25559
+ "toolCategory": 4,
25560
+ "speed": 30,
25561
+ "recruitmentTime": 3600,
25562
+ "costSceatToken": 1,
25563
+ "costLegendaryToken": 1,
25564
+ "cleavageOfCellsCost": 138,
25565
+ "amountPerWave": 1,
25566
+ "typ": "Attack",
25567
+ "slotTypes": 10,
25568
+ "allowedToAttack": "0+43",
25569
+ "deleteToolAfterBattle": 1,
25570
+ "fightType": 0,
25571
+ "sortOrder": 219.37,
25572
+ "effects": "496&30"
25573
+ },
25574
+ {
25575
+ "wodID": 792,
25576
+ "crossplayID": 792,
25577
+ "comment1": "ARE Event - Legendary Dragon - Wall Delay Tool",
25578
+ "comment2": "Weak - All",
25579
+ "group": "Unit",
25580
+ "name": "Eventtool",
25581
+ "type": "ARELegendaryDragonWallDelayIncreaseAllWeak",
25582
+ "toolCategory": 4,
25583
+ "speed": 30,
25584
+ "recruitmentTime": 3600,
25585
+ "costSceatToken": 1,
25586
+ "costLegendaryToken": 1,
25587
+ "cleavageOfCellsCost": 138,
25588
+ "amountPerWave": 1,
25589
+ "typ": "Attack",
25590
+ "slotTypes": 10,
25591
+ "allowedToAttack": "0+43",
25592
+ "deleteToolAfterBattle": 1,
25593
+ "fightType": 0,
25594
+ "sortOrder": 219.38,
25595
+ "effects": "497&30"
25596
+ },
25597
+ {
25598
+ "wodID": 793,
25599
+ "crossplayID": 793,
25600
+ "comment1": "ARE Event - Legendary Dragon - Wall Delay Tool",
25601
+ "comment2": "Medium - Left",
25602
+ "group": "Unit",
25603
+ "name": "Eventtool",
25604
+ "type": "ARELegendaryDragonWallDelayIncreaseLeftNormal",
25605
+ "toolCategory": 4,
25606
+ "speed": 30,
25607
+ "recruitmentTime": 3600,
25608
+ "costSceatToken": 1,
25609
+ "costLegendaryToken": 1,
25610
+ "cleavageOfCellsCost": 138,
25611
+ "amountPerWave": 1,
25612
+ "typ": "Attack",
25613
+ "slotTypes": 10,
25614
+ "allowedToAttack": "0+43",
25615
+ "deleteToolAfterBattle": 1,
25616
+ "fightType": 0,
25617
+ "sortOrder": 219.39,
25618
+ "effects": "494&90"
25619
+ },
25620
+ {
25621
+ "wodID": 794,
25622
+ "crossplayID": 794,
25623
+ "comment1": "ARE Event - Legendary Dragon - Wall Delay Tool",
25624
+ "comment2": "Medium - Front",
25625
+ "group": "Unit",
25626
+ "name": "Eventtool",
25627
+ "type": "ARELegendaryDragonWallDelayIncreaseFrontNormal",
25628
+ "toolCategory": 4,
25629
+ "speed": 30,
25630
+ "recruitmentTime": 3600,
25631
+ "costSceatToken": 1,
25632
+ "costLegendaryToken": 1,
25633
+ "cleavageOfCellsCost": 138,
25634
+ "amountPerWave": 1,
25635
+ "typ": "Attack",
25636
+ "slotTypes": 10,
25637
+ "allowedToAttack": "0+43",
25638
+ "deleteToolAfterBattle": 1,
25639
+ "fightType": 0,
25640
+ "sortOrder": 219.391,
25641
+ "effects": "495&90"
25642
+ },
25643
+ {
25644
+ "wodID": 795,
25645
+ "crossplayID": 795,
25646
+ "comment1": "ARE Event - Legendary Dragon - Wall Delay Tool",
25647
+ "comment2": "Medium - Right",
25648
+ "group": "Unit",
25649
+ "name": "Eventtool",
25650
+ "type": "ARELegendaryDragonWallDelayIncreaseRightNormal",
25651
+ "toolCategory": 4,
25652
+ "speed": 30,
25653
+ "recruitmentTime": 3600,
25654
+ "costSceatToken": 1,
25655
+ "costLegendaryToken": 1,
25656
+ "cleavageOfCellsCost": 138,
25657
+ "amountPerWave": 1,
25658
+ "typ": "Attack",
25659
+ "slotTypes": 10,
25660
+ "allowedToAttack": "0+43",
25661
+ "deleteToolAfterBattle": 1,
25662
+ "fightType": 0,
25663
+ "sortOrder": 219.392,
25664
+ "effects": "496&90"
25665
+ },
25666
+ {
25667
+ "wodID": 796,
25668
+ "crossplayID": 796,
25669
+ "comment1": "ARE Event - Legendary Dragon - Wall Delay Tool",
25670
+ "comment2": "Medium - All",
25671
+ "group": "Unit",
25672
+ "name": "Eventtool",
25673
+ "type": "ARELegendaryDragonWallDelayIncreaseAllNormal",
25674
+ "toolCategory": 4,
25675
+ "speed": 30,
25676
+ "recruitmentTime": 3600,
25677
+ "costSceatToken": 1,
25678
+ "costLegendaryToken": 1,
25679
+ "cleavageOfCellsCost": 138,
25680
+ "amountPerWave": 1,
25681
+ "typ": "Attack",
25682
+ "slotTypes": 10,
25683
+ "allowedToAttack": "0+43",
25684
+ "deleteToolAfterBattle": 1,
25685
+ "fightType": 0,
25686
+ "sortOrder": 219.393,
25687
+ "effects": "497&90"
25688
+ },
25689
+ {
25690
+ "wodID": 797,
25691
+ "crossplayID": 797,
25692
+ "comment1": "ARE Event - Legendary Dragon - Wall Delay Tool",
25693
+ "comment2": "Premium - Left",
25694
+ "group": "Unit",
25695
+ "name": "Eventtool",
25696
+ "type": "ARELegendaryDragonWallDelayIncreaseLeftStrong",
25697
+ "toolCategory": 4,
25698
+ "speed": 30,
25699
+ "recruitmentTime": 3600,
25700
+ "costSceatToken": 1,
25701
+ "costLegendaryToken": 1,
25702
+ "cleavageOfCellsCost": 138,
25703
+ "amountPerWave": 1,
25704
+ "typ": "Attack",
25705
+ "slotTypes": 10,
25706
+ "allowedToAttack": "0+43",
25707
+ "deleteToolAfterBattle": 1,
25708
+ "fightType": 0,
25709
+ "sortOrder": 219.394,
25710
+ "effects": "494&270"
25711
+ },
25712
+ {
25713
+ "wodID": 798,
25714
+ "crossplayID": 798,
25715
+ "comment1": "ARE Event - Legendary Dragon - Wall Delay Tool",
25716
+ "comment2": "Premium - Front",
25717
+ "group": "Unit",
25718
+ "name": "Eventtool",
25719
+ "type": "ARELegendaryDragonWallDelayIncreaseFrontStrong",
25720
+ "toolCategory": 4,
25721
+ "speed": 30,
25722
+ "recruitmentTime": 3600,
25723
+ "costSceatToken": 1,
25724
+ "costLegendaryToken": 1,
25725
+ "cleavageOfCellsCost": 138,
25726
+ "amountPerWave": 1,
25727
+ "typ": "Attack",
25728
+ "slotTypes": 10,
25729
+ "allowedToAttack": "0+43",
25730
+ "deleteToolAfterBattle": 1,
25731
+ "fightType": 0,
25732
+ "sortOrder": 219.395,
25733
+ "effects": "495&270"
25734
+ },
25735
+ {
25736
+ "wodID": 799,
25737
+ "crossplayID": 799,
25738
+ "comment1": "ARE Event - Legendary Dragon - Wall Delay Tool",
25739
+ "comment2": "Premium - Right",
25740
+ "group": "Unit",
25741
+ "name": "Eventtool",
25742
+ "type": "ARELegendaryDragonWallDelayIncreaseRightStrong",
25743
+ "toolCategory": 4,
25744
+ "speed": 30,
25745
+ "recruitmentTime": 3600,
25746
+ "costSceatToken": 1,
25747
+ "costLegendaryToken": 1,
25748
+ "cleavageOfCellsCost": 138,
25749
+ "amountPerWave": 1,
25750
+ "typ": "Attack",
25751
+ "slotTypes": 10,
25752
+ "allowedToAttack": "0+43",
25753
+ "deleteToolAfterBattle": 1,
25754
+ "fightType": 0,
25755
+ "sortOrder": 219.396,
25756
+ "effects": "496&270"
25757
+ },
25758
+ {
25759
+ "wodID": 800,
25760
+ "crossplayID": 800,
25761
+ "comment1": "ARE Event - Legendary Dragon - Wall Delay Tool",
25762
+ "comment2": "Premium - All",
25763
+ "group": "Unit",
25764
+ "name": "Eventtool",
25765
+ "type": "ARELegendaryDragonWallDelayIncreaseAllStrong",
25766
+ "toolCategory": 4,
25767
+ "speed": 30,
25768
+ "recruitmentTime": 3600,
25769
+ "costSceatToken": 1,
25770
+ "costLegendaryToken": 1,
25771
+ "cleavageOfCellsCost": 138,
25772
+ "amountPerWave": 1,
25773
+ "typ": "Attack",
25774
+ "slotTypes": 10,
25775
+ "allowedToAttack": "0+43",
25776
+ "deleteToolAfterBattle": 1,
25777
+ "fightType": 0,
25778
+ "sortOrder": 219.397,
25779
+ "effects": "497&270"
25780
+ },
25781
+ {
25782
+ "wodID": 801,
25783
+ "crossplayID": 801,
25784
+ "comment1": "ARE Event - Legendary Dragon - Dragon Egg Kill Tool",
25785
+ "comment2": "Weak",
25786
+ "group": "Unit",
25787
+ "name": "Eventtool",
25788
+ "type": "ARELegendaryDragonEggKillingToolWeak",
25789
+ "toolCategory": 4,
25790
+ "speed": 30,
25791
+ "recruitmentTime": 3600,
25792
+ "costSceatToken": 1,
25793
+ "costLegendaryToken": 1,
25794
+ "cleavageOfCellsCost": 138,
25795
+ "amountPerWave": 1,
25796
+ "typ": "Attack",
25797
+ "slotTypes": 10,
25798
+ "allowedToAttack": "0+43",
25799
+ "deleteToolAfterBattle": 1,
25800
+ "fightType": 0,
25801
+ "sortOrder": 219.398,
25802
+ "effects": "493&785+5000"
25803
+ },
25804
+ {
25805
+ "wodID": 802,
25806
+ "crossplayID": 802,
25807
+ "comment1": "ARE Event - Legendary Dragon - Dragon Egg Kill Tool",
25808
+ "comment2": "Medium",
25809
+ "group": "Unit",
25810
+ "name": "Eventtool",
25811
+ "type": "ARELegendaryDragonEggKillingToolMedium",
25812
+ "toolCategory": 4,
25813
+ "speed": 30,
25814
+ "recruitmentTime": 3600,
25815
+ "costSceatToken": 1,
25816
+ "costLegendaryToken": 1,
25817
+ "cleavageOfCellsCost": 138,
25818
+ "amountPerWave": 1,
25819
+ "typ": "Attack",
25820
+ "slotTypes": 10,
25821
+ "allowedToAttack": "0+43",
25822
+ "deleteToolAfterBattle": 1,
25823
+ "fightType": 0,
25824
+ "sortOrder": 219.399,
25825
+ "effects": "493&785+50000"
25826
+ },
25827
+ {
25828
+ "wodID": 803,
25829
+ "crossplayID": 803,
25830
+ "comment1": "ARE Event - Legendary Dragon - Dragon Egg Kill Tool",
25831
+ "comment2": "Premium",
25832
+ "group": "Unit",
25833
+ "name": "Eventtool",
25834
+ "type": "ARELegendaryDragonEggKillingToolStrong",
25835
+ "toolCategory": 4,
25836
+ "speed": 30,
25837
+ "recruitmentTime": 3600,
25838
+ "costSceatToken": 1,
25839
+ "costLegendaryToken": 1,
25840
+ "cleavageOfCellsCost": 138,
25841
+ "amountPerWave": 1,
25842
+ "typ": "Attack",
25843
+ "slotTypes": 10,
25844
+ "allowedToAttack": "0+43",
25845
+ "deleteToolAfterBattle": 1,
25846
+ "fightType": 0,
25847
+ "sortOrder": 219.4,
25848
+ "effects": "493&785+250000"
25849
+ },
25850
+ {
25851
+ "wodID": 804,
25852
+ "crossplayID": 804,
25853
+ "comment1": "ARE Event - Legendary Dragon - Dragon Hatchling Kill Tool",
25854
+ "comment2": "Weak",
25855
+ "group": "Unit",
25856
+ "name": "Eventtool",
25857
+ "type": "ARELegendaryDragonHatchlingKillingToolWeak",
25858
+ "toolCategory": 4,
25859
+ "speed": 30,
25860
+ "recruitmentTime": 3600,
25861
+ "costSceatToken": 1,
25862
+ "costLegendaryToken": 1,
25863
+ "cleavageOfCellsCost": 138,
25864
+ "amountPerWave": 1,
25865
+ "typ": "Attack",
25866
+ "slotTypes": 10,
25867
+ "allowedToAttack": "0+43",
25868
+ "deleteToolAfterBattle": 1,
25869
+ "fightType": 0,
25870
+ "sortOrder": 219.401,
25871
+ "effects": "493&786+1000"
25872
+ },
25873
+ {
25874
+ "wodID": 805,
25875
+ "crossplayID": 805,
25876
+ "comment1": "ARE Event - Legendary Dragon - Dragon Hatchling Kill Tool",
25877
+ "comment2": "Medium",
25878
+ "group": "Unit",
25879
+ "name": "Eventtool",
25880
+ "type": "ARELegendaryDragonHatchlingKillingToolMedium",
25881
+ "toolCategory": 4,
25882
+ "speed": 30,
25883
+ "recruitmentTime": 3600,
25884
+ "costSceatToken": 1,
25885
+ "costLegendaryToken": 1,
25886
+ "cleavageOfCellsCost": 138,
25887
+ "amountPerWave": 1,
25888
+ "typ": "Attack",
25889
+ "slotTypes": 10,
25890
+ "allowedToAttack": "0+43",
25891
+ "deleteToolAfterBattle": 1,
25892
+ "fightType": 0,
25893
+ "sortOrder": 219.402,
25894
+ "effects": "493&786+10000"
25895
+ },
25896
+ {
25897
+ "wodID": 806,
25898
+ "crossplayID": 806,
25899
+ "comment1": "ARE Event - Legendary Dragon - Dragon Hatchling Kill Tool",
25900
+ "comment2": "Premium",
25901
+ "group": "Unit",
25902
+ "name": "Eventtool",
25903
+ "type": "ARELegendaryDragonHatchlingKillingToolStrong",
25904
+ "toolCategory": 4,
25905
+ "speed": 30,
25906
+ "recruitmentTime": 3600,
25907
+ "costSceatToken": 1,
25908
+ "costLegendaryToken": 1,
25909
+ "cleavageOfCellsCost": 138,
25910
+ "amountPerWave": 1,
25911
+ "typ": "Attack",
25912
+ "slotTypes": 10,
25913
+ "allowedToAttack": "0+43",
25914
+ "deleteToolAfterBattle": 1,
25915
+ "fightType": 0,
25916
+ "sortOrder": 219.403,
25917
+ "effects": "493&786+50000"
25918
+ },
25919
+ {
25920
+ "wodID": 807,
25921
+ "crossplayID": 807,
25922
+ "comment1": "ARE Event - Legendary Dragon - Melee Weakening Tool",
25923
+ "comment2": "Weak",
25924
+ "group": "Unit",
25925
+ "name": "Eventtool",
25926
+ "type": "ARELegendaryDragonWeakeningToolMeleeWeak",
25927
+ "toolCategory": 4,
25928
+ "speed": 30,
25929
+ "recruitmentTime": 3600,
25930
+ "costSceatToken": 1,
25931
+ "costLegendaryToken": 1,
25932
+ "cleavageOfCellsCost": 138,
25933
+ "typ": "Attack",
25934
+ "slotTypes": "1,2,9",
25935
+ "allowedToAttack": "0+43",
25936
+ "deleteToolAfterBattle": 1,
25937
+ "fightType": 0,
25938
+ "sortOrder": 219.398,
25939
+ "effects": "489&50"
25940
+ },
25941
+ {
25942
+ "wodID": 808,
25943
+ "crossplayID": 808,
25944
+ "comment1": "ARE Event - Legendary Dragon - Melee Weakening Tool",
25945
+ "comment2": "Medium",
25946
+ "group": "Unit",
25947
+ "name": "Eventtool",
25948
+ "type": "ARELegendaryDragonWeakeningToolMeleeMedium",
25949
+ "toolCategory": 4,
25950
+ "speed": 30,
25951
+ "recruitmentTime": 3600,
25952
+ "costSceatToken": 1,
25953
+ "costLegendaryToken": 1,
25954
+ "cleavageOfCellsCost": 138,
25955
+ "typ": "Attack",
25956
+ "slotTypes": "1,2,9",
25957
+ "allowedToAttack": "0+43",
25958
+ "deleteToolAfterBattle": 1,
25959
+ "fightType": 0,
25960
+ "sortOrder": 219.399,
25961
+ "effects": "489&250"
25962
+ },
25963
+ {
25964
+ "wodID": 809,
25965
+ "crossplayID": 809,
25966
+ "comment1": "ARE Event - Legendary Dragon - Melee Weakening Tool",
25967
+ "comment2": "Premium",
25968
+ "group": "Unit",
25969
+ "name": "Eventtool",
25970
+ "type": "ARELegendaryDragonWeakeningToolMeleeStrong",
25971
+ "toolCategory": 4,
25972
+ "speed": 30,
25973
+ "recruitmentTime": 3600,
25974
+ "costSceatToken": 1,
25975
+ "costLegendaryToken": 1,
25976
+ "cleavageOfCellsCost": 138,
25977
+ "typ": "Attack",
25978
+ "slotTypes": "1,2,9",
25979
+ "allowedToAttack": "0+43",
25980
+ "deleteToolAfterBattle": 1,
25981
+ "fightType": 0,
25982
+ "sortOrder": 219.4,
25983
+ "effects": "489&500"
25984
+ },
25985
+ {
25986
+ "wodID": 810,
25987
+ "crossplayID": 810,
25988
+ "comment1": "ARE Event - Legendary Dragon - Range Weakening Tool",
25989
+ "comment2": "Weak",
25990
+ "group": "Unit",
25991
+ "name": "Eventtool",
25992
+ "type": "ARELegendaryDragonWeakeningToolRangedWeak",
25993
+ "toolCategory": 4,
25994
+ "speed": 30,
25995
+ "recruitmentTime": 3600,
25996
+ "costSceatToken": 1,
25997
+ "costLegendaryToken": 1,
25998
+ "cleavageOfCellsCost": 138,
25999
+ "typ": "Attack",
26000
+ "slotTypes": "1,2,9",
26001
+ "allowedToAttack": "0+43",
26002
+ "deleteToolAfterBattle": 1,
26003
+ "fightType": 0,
26004
+ "sortOrder": 219.401,
26005
+ "effects": "491&50"
26006
+ },
26007
+ {
26008
+ "wodID": 811,
26009
+ "crossplayID": 811,
26010
+ "comment1": "ARE Event - Legendary Dragon - Range Weakening Tool",
26011
+ "comment2": "Medium",
26012
+ "group": "Unit",
26013
+ "name": "Eventtool",
26014
+ "type": "ARELegendaryDragonWeakeningToolRangedMedium",
26015
+ "toolCategory": 4,
26016
+ "speed": 30,
26017
+ "recruitmentTime": 3600,
26018
+ "costSceatToken": 1,
26019
+ "costLegendaryToken": 1,
26020
+ "cleavageOfCellsCost": 138,
26021
+ "typ": "Attack",
26022
+ "slotTypes": "1,2,9",
26023
+ "allowedToAttack": "0+43",
26024
+ "deleteToolAfterBattle": 1,
26025
+ "fightType": 0,
26026
+ "sortOrder": 219.402,
26027
+ "effects": "491&250"
26028
+ },
26029
+ {
26030
+ "wodID": 812,
26031
+ "crossplayID": 812,
26032
+ "comment1": "ARE Event - Legendary Dragon - Range Weakening Tool",
26033
+ "comment2": "Premium",
26034
+ "group": "Unit",
26035
+ "name": "Eventtool",
26036
+ "type": "ARELegendaryDragonWeakeningToolRangedStrong",
26037
+ "toolCategory": 4,
26038
+ "speed": 30,
26039
+ "recruitmentTime": 3600,
26040
+ "costSceatToken": 1,
26041
+ "costLegendaryToken": 1,
26042
+ "cleavageOfCellsCost": 138,
26043
+ "typ": "Attack",
26044
+ "slotTypes": "1,2,9",
26045
+ "allowedToAttack": "0+43",
26046
+ "deleteToolAfterBattle": 1,
26047
+ "fightType": 0,
26048
+ "sortOrder": 219.403,
26049
+ "effects": "491&500"
25314
26050
  }
25315
26051
  ]