e4k-data 4.130.19 → 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.
- package/data/bosses.json +5 -0
- package/data/currencies.json +7 -0
- package/data/effects.json +103 -2
- package/data/effecttypes.json +32 -0
- package/data/equipment_effects.json +35 -0
- package/data/equipment_gem_effects.json +28 -0
- package/data/equipment_sets.json +168 -0
- package/data/equipments.json +231 -0
- package/data/gemlevels.json +13 -13
- package/data/gems.json +168 -0
- package/data/generals.json +39 -0
- package/data/leaguetypeEvents.json +8 -0
- package/data/lootBoxTombolas.json +336 -0
- package/data/lootBoxes.json +33 -0
- package/data/maps.json +58 -28
- package/data/merchants.json +2 -2
- package/data/packageCategories.json +4 -0
- package/data/packageCategoryCostRelations.json +6 -0
- package/data/packageCategoryFilterRelations.json +4 -0
- package/data/packages.json +891 -0
- package/data/raidBossLevels.json +240 -0
- package/data/raidBossStages.json +2492 -0
- package/data/raidBosses.json +7 -0
- package/data/rewards.json +947 -0
- package/data/units.json +736 -0
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/images/x384.json +1487 -332
- package/images/x768.json +1485 -330
- package/languages/cs.json +143 -7
- package/languages/da.json +143 -7
- package/languages/de.json +143 -7
- package/languages/el.json +143 -7
- package/languages/en.json +145 -9
- package/languages/es.json +143 -7
- package/languages/fi.json +143 -7
- package/languages/fr.json +143 -7
- package/languages/hu.json +143 -7
- package/languages/it.json +143 -7
- package/languages/ja.json +143 -7
- package/languages/ko.json +143 -7
- package/languages/nl.json +143 -7
- package/languages/no.json +143 -7
- package/languages/pl.json +143 -7
- package/languages/pt.json +143 -7
- package/languages/ro.json +143 -7
- package/languages/ru.json +143 -7
- package/languages/sk.json +143 -7
- package/languages/sv.json +143 -7
- package/languages/tr.json +143 -7
- package/languages/zh_CN.json +143 -7
- package/languages/zh_TW.json +143 -7
- package/package.json +1 -1
- package/typings/data.d.ts +7 -2
- package/typings/images.d.ts +100 -23
- package/typings/languages.d.ts +136 -0
package/data/bosses.json
CHANGED
package/data/currencies.json
CHANGED
|
@@ -1287,6 +1287,13 @@
|
|
|
1287
1287
|
"JSONKey": "CMK",
|
|
1288
1288
|
"assetName": "CarnivalMask"
|
|
1289
1289
|
},
|
|
1290
|
+
{
|
|
1291
|
+
"currencyID": 88,
|
|
1292
|
+
"crossplayID": 88,
|
|
1293
|
+
"Name": "RiftShard",
|
|
1294
|
+
"JSONKey": "RSH",
|
|
1295
|
+
"assetName": "RiftShard"
|
|
1296
|
+
},
|
|
1290
1297
|
{
|
|
1291
1298
|
"currencyID": 100000,
|
|
1292
1299
|
"crossplayID": 100000,
|
package/data/effects.json
CHANGED
|
@@ -4166,7 +4166,8 @@
|
|
|
4166
4166
|
"name": "spawnReserveUnit",
|
|
4167
4167
|
"effectTypeID": 213,
|
|
4168
4168
|
"capID": 99,
|
|
4169
|
-
"areaTypeID": 43
|
|
4169
|
+
"areaTypeID": 43,
|
|
4170
|
+
"raidBossID": 2
|
|
4170
4171
|
},
|
|
4171
4172
|
{
|
|
4172
4173
|
"effectID": 466,
|
|
@@ -4174,7 +4175,8 @@
|
|
|
4174
4175
|
"name": "mutateReserveUnit",
|
|
4175
4176
|
"effectTypeID": 214,
|
|
4176
4177
|
"capID": 99,
|
|
4177
|
-
"areaTypeID": 43
|
|
4178
|
+
"areaTypeID": 43,
|
|
4179
|
+
"raidBossID": 2
|
|
4178
4180
|
},
|
|
4179
4181
|
{
|
|
4180
4182
|
"effectID": 467,
|
|
@@ -4344,6 +4346,105 @@
|
|
|
4344
4346
|
"capID": 87,
|
|
4345
4347
|
"sortOrder": "4.1.1"
|
|
4346
4348
|
},
|
|
4349
|
+
{
|
|
4350
|
+
"effectID": 487,
|
|
4351
|
+
"crossplayID": 487,
|
|
4352
|
+
"name": "spawnReserveUnitLegendaryDragon",
|
|
4353
|
+
"effectTypeID": 213,
|
|
4354
|
+
"capID": 99,
|
|
4355
|
+
"areaTypeID": 43,
|
|
4356
|
+
"raidBossID": 3
|
|
4357
|
+
},
|
|
4358
|
+
{
|
|
4359
|
+
"effectID": 488,
|
|
4360
|
+
"crossplayID": 488,
|
|
4361
|
+
"name": "mutateReserveUnitLegendaryDragon",
|
|
4362
|
+
"effectTypeID": 214,
|
|
4363
|
+
"capID": 99,
|
|
4364
|
+
"areaTypeID": 43,
|
|
4365
|
+
"raidBossID": 3
|
|
4366
|
+
},
|
|
4367
|
+
{
|
|
4368
|
+
"effectID": 489,
|
|
4369
|
+
"crossplayID": 489,
|
|
4370
|
+
"name": "meleeDefenseMalus",
|
|
4371
|
+
"effectTypeID": 215,
|
|
4372
|
+
"capID": 99,
|
|
4373
|
+
"areaTypeID": 43,
|
|
4374
|
+
"raidBossID": 3
|
|
4375
|
+
},
|
|
4376
|
+
{
|
|
4377
|
+
"effectID": 490,
|
|
4378
|
+
"crossplayID": 490,
|
|
4379
|
+
"name": "meleeDefenseMalusYard",
|
|
4380
|
+
"effectTypeID": 216,
|
|
4381
|
+
"capID": 99,
|
|
4382
|
+
"areaTypeID": 43,
|
|
4383
|
+
"raidBossID": 3
|
|
4384
|
+
},
|
|
4385
|
+
{
|
|
4386
|
+
"effectID": 491,
|
|
4387
|
+
"crossplayID": 491,
|
|
4388
|
+
"name": "rangeDefenseMalus",
|
|
4389
|
+
"effectTypeID": 217,
|
|
4390
|
+
"capID": 99,
|
|
4391
|
+
"areaTypeID": 43,
|
|
4392
|
+
"raidBossID": 3
|
|
4393
|
+
},
|
|
4394
|
+
{
|
|
4395
|
+
"effectID": 492,
|
|
4396
|
+
"crossplayID": 492,
|
|
4397
|
+
"name": "rangeDefenseMalusYard",
|
|
4398
|
+
"effectTypeID": 218,
|
|
4399
|
+
"capID": 99,
|
|
4400
|
+
"areaTypeID": 43,
|
|
4401
|
+
"raidBossID": 3
|
|
4402
|
+
},
|
|
4403
|
+
{
|
|
4404
|
+
"effectID": 493,
|
|
4405
|
+
"crossplayID": 493,
|
|
4406
|
+
"name": "reserveUnitKillLegendaryDragon",
|
|
4407
|
+
"effectTypeID": 208,
|
|
4408
|
+
"capID": 99,
|
|
4409
|
+
"areaTypeID": 43,
|
|
4410
|
+
"raidBossID": 3
|
|
4411
|
+
},
|
|
4412
|
+
{
|
|
4413
|
+
"effectID": 494,
|
|
4414
|
+
"crossplayID": 494,
|
|
4415
|
+
"name": "raidBossWallRegenerationDelayLeftLegendaryDragon",
|
|
4416
|
+
"effectTypeID": 209,
|
|
4417
|
+
"capID": 99,
|
|
4418
|
+
"areaTypeID": 43,
|
|
4419
|
+
"raidBossID": 3
|
|
4420
|
+
},
|
|
4421
|
+
{
|
|
4422
|
+
"effectID": 495,
|
|
4423
|
+
"crossplayID": 495,
|
|
4424
|
+
"name": "raidBossWallRegenerationDelayFrontLegendaryDragon",
|
|
4425
|
+
"effectTypeID": 210,
|
|
4426
|
+
"capID": 99,
|
|
4427
|
+
"areaTypeID": 43,
|
|
4428
|
+
"raidBossID": 3
|
|
4429
|
+
},
|
|
4430
|
+
{
|
|
4431
|
+
"effectID": 496,
|
|
4432
|
+
"crossplayID": 496,
|
|
4433
|
+
"name": "raidBossWallRegenerationDelayRightLegendaryDragon",
|
|
4434
|
+
"effectTypeID": 211,
|
|
4435
|
+
"capID": 99,
|
|
4436
|
+
"areaTypeID": 43,
|
|
4437
|
+
"raidBossID": 3
|
|
4438
|
+
},
|
|
4439
|
+
{
|
|
4440
|
+
"effectID": 497,
|
|
4441
|
+
"crossplayID": 497,
|
|
4442
|
+
"name": "raidBossWallRegenerationDelayAllLegendaryDragon",
|
|
4443
|
+
"effectTypeID": 212,
|
|
4444
|
+
"capID": 99,
|
|
4445
|
+
"areaTypeID": 43,
|
|
4446
|
+
"raidBossID": 3
|
|
4447
|
+
},
|
|
4347
4448
|
{
|
|
4348
4449
|
"effectID": 2101,
|
|
4349
4450
|
"name": "relicOffensiveMeleeBonus",
|
package/data/effecttypes.json
CHANGED
|
@@ -1570,5 +1570,37 @@
|
|
|
1570
1570
|
"name": "mutateReserveUnit",
|
|
1571
1571
|
"sortCategory": 6,
|
|
1572
1572
|
"sortGroup": 46
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
"effectTypeID": 215,
|
|
1576
|
+
"crossplayID": 215,
|
|
1577
|
+
"combatType": 3,
|
|
1578
|
+
"name": "meleeDefenseMalus",
|
|
1579
|
+
"sortCategory": 6,
|
|
1580
|
+
"sortGroup": 48
|
|
1581
|
+
},
|
|
1582
|
+
{
|
|
1583
|
+
"effectTypeID": 216,
|
|
1584
|
+
"crossplayID": 216,
|
|
1585
|
+
"combatType": 3,
|
|
1586
|
+
"name": "meleeDefenseMalusYard",
|
|
1587
|
+
"sortCategory": 6,
|
|
1588
|
+
"sortGroup": 48
|
|
1589
|
+
},
|
|
1590
|
+
{
|
|
1591
|
+
"effectTypeID": 217,
|
|
1592
|
+
"crossplayID": 217,
|
|
1593
|
+
"combatType": 3,
|
|
1594
|
+
"name": "rangeDefenseMalus",
|
|
1595
|
+
"sortCategory": 6,
|
|
1596
|
+
"sortGroup": 48
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
"effectTypeID": 218,
|
|
1600
|
+
"crossplayID": 218,
|
|
1601
|
+
"combatType": 3,
|
|
1602
|
+
"name": "rangeDefenseMalusYard",
|
|
1603
|
+
"sortCategory": 6,
|
|
1604
|
+
"sortGroup": 48
|
|
1573
1605
|
}
|
|
1574
1606
|
]
|
|
@@ -2443,5 +2443,40 @@
|
|
|
2443
2443
|
"effectID": 486,
|
|
2444
2444
|
"wearerID": 2,
|
|
2445
2445
|
"name": "newPVPAttackBonusUnitBeef"
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
"equipmentEffectID": 193,
|
|
2449
|
+
"crossplayID": 193,
|
|
2450
|
+
"effectID": 494,
|
|
2451
|
+
"wearerID": 2,
|
|
2452
|
+
"name": "raidBossWallRegenerationDelayLeftLegendaryDragon"
|
|
2453
|
+
},
|
|
2454
|
+
{
|
|
2455
|
+
"equipmentEffectID": 194,
|
|
2456
|
+
"crossplayID": 194,
|
|
2457
|
+
"effectID": 495,
|
|
2458
|
+
"wearerID": 2,
|
|
2459
|
+
"name": "raidBossWallRegenerationDelayFrontLegendaryDragon"
|
|
2460
|
+
},
|
|
2461
|
+
{
|
|
2462
|
+
"equipmentEffectID": 195,
|
|
2463
|
+
"crossplayID": 195,
|
|
2464
|
+
"effectID": 496,
|
|
2465
|
+
"wearerID": 2,
|
|
2466
|
+
"name": "raidBossWallRegenerationDelayRightLegendaryDragon"
|
|
2467
|
+
},
|
|
2468
|
+
{
|
|
2469
|
+
"equipmentEffectID": 196,
|
|
2470
|
+
"crossplayID": 196,
|
|
2471
|
+
"effectID": 497,
|
|
2472
|
+
"wearerID": 2,
|
|
2473
|
+
"name": "raidBossWallRegenerationDelayAllLegendaryDragon"
|
|
2474
|
+
},
|
|
2475
|
+
{
|
|
2476
|
+
"equipmentEffectID": 197,
|
|
2477
|
+
"crossplayID": 197,
|
|
2478
|
+
"effectID": 493,
|
|
2479
|
+
"wearerID": 2,
|
|
2480
|
+
"name": "AREreserveUnitKillLegendaryDragon"
|
|
2446
2481
|
}
|
|
2447
2482
|
]
|
|
@@ -1087,5 +1087,33 @@
|
|
|
1087
1087
|
"crossplayID": 286,
|
|
1088
1088
|
"name": "newPVPAttackBonus",
|
|
1089
1089
|
"effectTypeID": 36
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"effectID": 287,
|
|
1093
|
+
"crossplayID": 287,
|
|
1094
|
+
"name": "raidBossWallRegenerationDelayLeftFungalSwarm",
|
|
1095
|
+
"effectTypeID": 209,
|
|
1096
|
+
"areaTypeID": 43
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"effectID": 288,
|
|
1100
|
+
"crossplayID": 288,
|
|
1101
|
+
"name": "raidBossWallRegenerationDelayFrontFungalSwarm",
|
|
1102
|
+
"effectTypeID": 210,
|
|
1103
|
+
"areaTypeID": 43
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
"effectID": 289,
|
|
1107
|
+
"crossplayID": 289,
|
|
1108
|
+
"name": "raidBossWallRegenerationDelayRightFungalSwarm",
|
|
1109
|
+
"effectTypeID": 211,
|
|
1110
|
+
"areaTypeID": 43
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"effectID": 290,
|
|
1114
|
+
"crossplayID": 290,
|
|
1115
|
+
"name": "raidBossWallRegenerationDelayAllFungalSwarm",
|
|
1116
|
+
"effectTypeID": 212,
|
|
1117
|
+
"areaTypeID": 43
|
|
1090
1118
|
}
|
|
1091
1119
|
]
|
package/data/equipment_sets.json
CHANGED
|
@@ -4689,5 +4689,173 @@
|
|
|
4689
4689
|
"setID": 1096,
|
|
4690
4690
|
"neededItems": 9,
|
|
4691
4691
|
"effects": "190&3"
|
|
4692
|
+
},
|
|
4693
|
+
{
|
|
4694
|
+
"ID": 636,
|
|
4695
|
+
"comment1": "9 piece ARE Legendary Dragon set 1",
|
|
4696
|
+
"setID": 1097,
|
|
4697
|
+
"neededItems": 2,
|
|
4698
|
+
"effects": "197&785+250"
|
|
4699
|
+
},
|
|
4700
|
+
{
|
|
4701
|
+
"ID": 637,
|
|
4702
|
+
"comment1": "9 piece ARE Legendary Dragon set 1",
|
|
4703
|
+
"setID": 1097,
|
|
4704
|
+
"neededItems": 3,
|
|
4705
|
+
"effects": "158&380"
|
|
4706
|
+
},
|
|
4707
|
+
{
|
|
4708
|
+
"ID": 638,
|
|
4709
|
+
"comment1": "9 piece ARE Legendary Dragon set 1",
|
|
4710
|
+
"setID": 1097,
|
|
4711
|
+
"neededItems": 4,
|
|
4712
|
+
"effects": "197&785+250"
|
|
4713
|
+
},
|
|
4714
|
+
{
|
|
4715
|
+
"ID": 639,
|
|
4716
|
+
"comment1": "9 piece ARE Legendary Dragon set 1",
|
|
4717
|
+
"setID": 1097,
|
|
4718
|
+
"neededItems": 5,
|
|
4719
|
+
"effects": "164&500"
|
|
4720
|
+
},
|
|
4721
|
+
{
|
|
4722
|
+
"ID": 640,
|
|
4723
|
+
"comment1": "9 piece ARE Legendary Dragon set 1",
|
|
4724
|
+
"setID": 1097,
|
|
4725
|
+
"neededItems": 6,
|
|
4726
|
+
"effects": "196&5"
|
|
4727
|
+
},
|
|
4728
|
+
{
|
|
4729
|
+
"ID": 641,
|
|
4730
|
+
"comment1": "9 piece ARE Legendary Dragon set 1",
|
|
4731
|
+
"setID": 1097,
|
|
4732
|
+
"neededItems": 7,
|
|
4733
|
+
"effects": "162&380"
|
|
4734
|
+
},
|
|
4735
|
+
{
|
|
4736
|
+
"ID": 642,
|
|
4737
|
+
"comment1": "9 piece ARE Legendary Dragon set 1",
|
|
4738
|
+
"setID": 1097,
|
|
4739
|
+
"neededItems": 8,
|
|
4740
|
+
"effects": "196&5"
|
|
4741
|
+
},
|
|
4742
|
+
{
|
|
4743
|
+
"ID": 643,
|
|
4744
|
+
"comment1": "9 piece ARE Legendary Dragon set 1",
|
|
4745
|
+
"setID": 1097,
|
|
4746
|
+
"neededItems": 9,
|
|
4747
|
+
"effects": "159&350"
|
|
4748
|
+
},
|
|
4749
|
+
{
|
|
4750
|
+
"ID": 644,
|
|
4751
|
+
"comment1": "9 piece ARE Legendary Dragon set 2",
|
|
4752
|
+
"setID": 1098,
|
|
4753
|
+
"neededItems": 2,
|
|
4754
|
+
"effects": "197&785+500"
|
|
4755
|
+
},
|
|
4756
|
+
{
|
|
4757
|
+
"ID": 645,
|
|
4758
|
+
"comment1": "9 piece ARE Legendary Dragon set 2",
|
|
4759
|
+
"setID": 1098,
|
|
4760
|
+
"neededItems": 3,
|
|
4761
|
+
"effects": "158&600"
|
|
4762
|
+
},
|
|
4763
|
+
{
|
|
4764
|
+
"ID": 646,
|
|
4765
|
+
"comment1": "9 piece ARE Legendary Dragon set 2",
|
|
4766
|
+
"setID": 1098,
|
|
4767
|
+
"neededItems": 4,
|
|
4768
|
+
"effects": "197&785+500"
|
|
4769
|
+
},
|
|
4770
|
+
{
|
|
4771
|
+
"ID": 647,
|
|
4772
|
+
"comment1": "9 piece ARE Legendary Dragon set 2",
|
|
4773
|
+
"setID": 1098,
|
|
4774
|
+
"neededItems": 5,
|
|
4775
|
+
"effects": "164&790"
|
|
4776
|
+
},
|
|
4777
|
+
{
|
|
4778
|
+
"ID": 648,
|
|
4779
|
+
"comment1": "9 piece ARE Legendary Dragon set 2",
|
|
4780
|
+
"setID": 1098,
|
|
4781
|
+
"neededItems": 6,
|
|
4782
|
+
"effects": "196&10"
|
|
4783
|
+
},
|
|
4784
|
+
{
|
|
4785
|
+
"ID": 649,
|
|
4786
|
+
"comment1": "9 piece ARE Legendary Dragon set 2",
|
|
4787
|
+
"setID": 1098,
|
|
4788
|
+
"neededItems": 7,
|
|
4789
|
+
"effects": "162&600"
|
|
4790
|
+
},
|
|
4791
|
+
{
|
|
4792
|
+
"ID": 650,
|
|
4793
|
+
"comment1": "9 piece ARE Legendary Dragon set 2",
|
|
4794
|
+
"setID": 1098,
|
|
4795
|
+
"neededItems": 8,
|
|
4796
|
+
"effects": "196&10"
|
|
4797
|
+
},
|
|
4798
|
+
{
|
|
4799
|
+
"ID": 651,
|
|
4800
|
+
"comment1": "9 piece ARE Legendary Dragon set 2",
|
|
4801
|
+
"setID": 1098,
|
|
4802
|
+
"neededItems": 9,
|
|
4803
|
+
"effects": "159&555"
|
|
4804
|
+
},
|
|
4805
|
+
{
|
|
4806
|
+
"ID": 652,
|
|
4807
|
+
"comment1": "9 piece ARE Legendary Dragon set 3",
|
|
4808
|
+
"setID": 1099,
|
|
4809
|
+
"neededItems": 2,
|
|
4810
|
+
"effects": "197&785+750"
|
|
4811
|
+
},
|
|
4812
|
+
{
|
|
4813
|
+
"ID": 653,
|
|
4814
|
+
"comment1": "9 piece ARE Legendary Dragon set 3",
|
|
4815
|
+
"setID": 1099,
|
|
4816
|
+
"neededItems": 3,
|
|
4817
|
+
"effects": "158&825"
|
|
4818
|
+
},
|
|
4819
|
+
{
|
|
4820
|
+
"ID": 654,
|
|
4821
|
+
"comment1": "9 piece ARE Legendary Dragon set 3",
|
|
4822
|
+
"setID": 1099,
|
|
4823
|
+
"neededItems": 4,
|
|
4824
|
+
"effects": "197&785+750"
|
|
4825
|
+
},
|
|
4826
|
+
{
|
|
4827
|
+
"ID": 655,
|
|
4828
|
+
"comment1": "9 piece ARE Legendary Dragon set 3",
|
|
4829
|
+
"setID": 1099,
|
|
4830
|
+
"neededItems": 5,
|
|
4831
|
+
"effects": "164&1080"
|
|
4832
|
+
},
|
|
4833
|
+
{
|
|
4834
|
+
"ID": 656,
|
|
4835
|
+
"comment1": "9 piece ARE Legendary Dragon set 3",
|
|
4836
|
+
"setID": 1099,
|
|
4837
|
+
"neededItems": 6,
|
|
4838
|
+
"effects": "196&15"
|
|
4839
|
+
},
|
|
4840
|
+
{
|
|
4841
|
+
"ID": 657,
|
|
4842
|
+
"comment1": "9 piece ARE Legendary Dragon set 3",
|
|
4843
|
+
"setID": 1099,
|
|
4844
|
+
"neededItems": 7,
|
|
4845
|
+
"effects": "162&825"
|
|
4846
|
+
},
|
|
4847
|
+
{
|
|
4848
|
+
"ID": 658,
|
|
4849
|
+
"comment1": "9 piece ARE Legendary Dragon set 3",
|
|
4850
|
+
"setID": 1099,
|
|
4851
|
+
"neededItems": 8,
|
|
4852
|
+
"effects": "196&15"
|
|
4853
|
+
},
|
|
4854
|
+
{
|
|
4855
|
+
"ID": 659,
|
|
4856
|
+
"comment1": "9 piece ARE Legendary Dragon set 3",
|
|
4857
|
+
"setID": 1099,
|
|
4858
|
+
"neededItems": 9,
|
|
4859
|
+
"effects": "159&760"
|
|
4692
4860
|
}
|
|
4693
4861
|
]
|