e4k-data 4.96.21 → 4.97.33

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 (43) hide show
  1. package/data/buildings.json +1378 -384
  2. package/data/characters.json +3 -3
  3. package/data/currencies.json +21 -0
  4. package/data/effects.json +14 -0
  5. package/data/effecttypes.json +10 -0
  6. package/data/expansions.json +54 -54
  7. package/data/generalAbilityEffects.json +36 -36
  8. package/data/generalRarities.json +10 -0
  9. package/data/generalSkillTiers.json +44 -0
  10. package/data/generalSkills.json +2170 -0
  11. package/data/generalSlots.json +20 -0
  12. package/data/generals.json +22 -8
  13. package/data/horses.json +143 -143
  14. package/data/lootBoxTombolas.json +392 -0
  15. package/data/rewards.json +35 -0
  16. package/data/units.json +20902 -20827
  17. package/data/version.json +1 -1
  18. package/data/versionInfo.json +3 -3
  19. package/data/wodIds.json +186 -186
  20. package/images/x768.json +195 -0
  21. package/languages/da.json +12 -2
  22. package/languages/de.json +12 -2
  23. package/languages/el.json +12 -2
  24. package/languages/en.json +12 -2
  25. package/languages/es.json +12 -2
  26. package/languages/fi.json +12 -2
  27. package/languages/fr.json +12 -2
  28. package/languages/it.json +12 -2
  29. package/languages/ja.json +12 -2
  30. package/languages/ko.json +12 -2
  31. package/languages/nl.json +17 -7
  32. package/languages/no.json +12 -2
  33. package/languages/pl.json +12 -2
  34. package/languages/pt.json +12 -2
  35. package/languages/ru.json +12 -2
  36. package/languages/sv.json +12 -2
  37. package/languages/tr.json +12 -2
  38. package/languages/zh_CN.json +12 -2
  39. package/languages/zh_TW.json +12 -2
  40. package/package.json +1 -1
  41. package/typings/data.d.ts +5 -3
  42. package/typings/images.d.ts +13 -0
  43. package/typings/languages.d.ts +10 -0
@@ -4,15 +4,15 @@
4
4
  "characterID": 1,
5
5
  "crossplayID": 1,
6
6
  "name": "fatKing",
7
- "spinRarities": "1,1,1,1",
8
- "tombolas": "6001+10001",
7
+ "spinRarities": "1,1,1,2",
8
+ "tombolas": "6001+10001#6006+10006",
9
9
  "coolDownInSeconds": 259200,
10
10
  "maxFreeOpenings": 2,
11
11
  "freeOpeningTombolaID": 10001,
12
12
  "unluckyTotalPoints": 10,
13
13
  "badLuckProtectionDrawAmount": 30,
14
14
  "packageIDs": 10515,
15
- "badLuckSpinRarities": "1,1,2,3"
15
+ "badLuckSpinRarities": "1,1,2,4"
16
16
  },
17
17
  {
18
18
  "characterID": 2,
@@ -700,6 +700,13 @@
700
700
  "JSONKey": "TTK",
701
701
  "assetName": "TiziToken"
702
702
  },
703
+ {
704
+ "currencyID": 6006,
705
+ "crossplayID": 6006,
706
+ "Name": "TomAliceToken",
707
+ "JSONKey": "TAT",
708
+ "assetName": "TomAliceToken"
709
+ },
703
710
  {
704
711
  "currencyID": 10000,
705
712
  "crossplayID": 10000,
@@ -749,6 +756,20 @@
749
756
  "JSONKey": "SDN",
750
757
  "assetName": "ShardDiana"
751
758
  },
759
+ {
760
+ "currencyID": 10007,
761
+ "crossplayID": 10007,
762
+ "Name": "ShardTom",
763
+ "JSONKey": "SOM",
764
+ "assetName": "ShardTom"
765
+ },
766
+ {
767
+ "currencyID": 10008,
768
+ "crossplayID": 10008,
769
+ "Name": "ShardAlice",
770
+ "JSONKey": "SAI",
771
+ "assetName": "ShardAlice"
772
+ },
752
773
  {
753
774
  "currencyID": 10009,
754
775
  "crossplayID": 10009,
package/data/effects.json CHANGED
@@ -3785,6 +3785,20 @@
3785
3785
  "areaTypeID": "1,12",
3786
3786
  "spaceIDs": 3
3787
3787
  },
3788
+ {
3789
+ "effectID": 418,
3790
+ "crossplayID": 418,
3791
+ "name": "constructionQueue",
3792
+ "effectTypeID": 195,
3793
+ "capID": 99
3794
+ },
3795
+ {
3796
+ "effectID": 419,
3797
+ "crossplayID": 419,
3798
+ "name": "simultaneousConstruction",
3799
+ "effectTypeID": 196,
3800
+ "capID": 99
3801
+ },
3788
3802
  {
3789
3803
  "effectID": 2101,
3790
3804
  "name": "relicOffensiveMeleeBonus",
@@ -1386,6 +1386,16 @@
1386
1386
  "effectTypeID": 193,
1387
1387
  "crossplayID": 193,
1388
1388
  "name": "enableCraftingRecipeGroups"
1389
+ },
1390
+ {
1391
+ "effectTypeID": 195,
1392
+ "crossplayID": 195,
1393
+ "name": "constructionQueue"
1394
+ },
1395
+ {
1396
+ "effectTypeID": 196,
1397
+ "crossplayID": 196,
1398
+ "name": "simultaneousConstruction"
1389
1399
  }
1390
1400
  ]
1391
1401
  }
@@ -1,5 +1,59 @@
1
1
  {
2
2
  "expansion": [
3
+ {
4
+ "wodID": 901000,
5
+ "group": "Expansion",
6
+ "name": "Basic",
7
+ "shopCategory": "EXPANSION",
8
+ "type": "TYPE_NORMAL",
9
+ "kIDs": "0,1,2,3,4",
10
+ "mapIDs": ""
11
+ },
12
+ {
13
+ "wodID": 901001,
14
+ "group": "Expansion",
15
+ "name": "Basic",
16
+ "shopCategory": "EXPANSION",
17
+ "type": "TYPE_PREMIUM",
18
+ "kIDs": "0,1,2,3,4",
19
+ "mapIDs": ""
20
+ },
21
+ {
22
+ "wodID": 901002,
23
+ "group": "Expansion",
24
+ "name": "Camp",
25
+ "shopCategory": "EXPANSION",
26
+ "type": "TYPE_NORMAL",
27
+ "kIDs": "",
28
+ "mapIDs": "21,22,23,24,27,28"
29
+ },
30
+ {
31
+ "wodID": 901003,
32
+ "group": "Expansion",
33
+ "name": "Camp",
34
+ "shopCategory": "EXPANSION",
35
+ "type": "TYPE_PREMIUM",
36
+ "kIDs": "",
37
+ "mapIDs": "21,22,23,24,27,28"
38
+ },
39
+ {
40
+ "wodID": 901004,
41
+ "group": "Expansion",
42
+ "name": "Camp",
43
+ "shopCategory": "EXPANSION",
44
+ "type": "TYPE_NORMAL",
45
+ "kIDs": 10,
46
+ "mapIDs": ""
47
+ },
48
+ {
49
+ "wodID": 901005,
50
+ "group": "Expansion",
51
+ "name": "Camp",
52
+ "shopCategory": "EXPANSION",
53
+ "type": "TYPE_PREMIUM",
54
+ "kIDs": 10,
55
+ "mapIDs": ""
56
+ },
3
57
  {
4
58
  "expansionID": 1,
5
59
  "crossplayID": 1,
@@ -1097,60 +1151,6 @@
1097
1151
  "costWood": 80000,
1098
1152
  "costStone": 80000,
1099
1153
  "costC2": 3200
1100
- },
1101
- {
1102
- "wodID": 901000,
1103
- "group": "Expansion",
1104
- "name": "Basic",
1105
- "shopCategory": "EXPANSION",
1106
- "type": "TYPE_NORMAL",
1107
- "kIDs": "0,1,2,3,4",
1108
- "mapIDs": ""
1109
- },
1110
- {
1111
- "wodID": 901001,
1112
- "group": "Expansion",
1113
- "name": "Basic",
1114
- "shopCategory": "EXPANSION",
1115
- "type": "TYPE_PREMIUM",
1116
- "kIDs": "0,1,2,3,4",
1117
- "mapIDs": ""
1118
- },
1119
- {
1120
- "wodID": 901002,
1121
- "group": "Expansion",
1122
- "name": "Camp",
1123
- "shopCategory": "EXPANSION",
1124
- "type": "TYPE_NORMAL",
1125
- "kIDs": "",
1126
- "mapIDs": "21,22,23,24,27,28"
1127
- },
1128
- {
1129
- "wodID": 901003,
1130
- "group": "Expansion",
1131
- "name": "Camp",
1132
- "shopCategory": "EXPANSION",
1133
- "type": "TYPE_PREMIUM",
1134
- "kIDs": "",
1135
- "mapIDs": "21,22,23,24,27,28"
1136
- },
1137
- {
1138
- "wodID": 901004,
1139
- "group": "Expansion",
1140
- "name": "Camp",
1141
- "shopCategory": "EXPANSION",
1142
- "type": "TYPE_NORMAL",
1143
- "kIDs": 10,
1144
- "mapIDs": ""
1145
- },
1146
- {
1147
- "wodID": 901005,
1148
- "group": "Expansion",
1149
- "name": "Camp",
1150
- "shopCategory": "EXPANSION",
1151
- "type": "TYPE_PREMIUM",
1152
- "kIDs": 10,
1153
- "mapIDs": ""
1154
1154
  }
1155
1155
  ]
1156
1156
  }
@@ -1,5 +1,41 @@
1
1
  {
2
2
  "generalAbilityEffect": [
3
+ {
4
+ "abilityEffectID": 102610,
5
+ "crossplayID": 102610,
6
+ "effects": "21026&759+1#760+1",
7
+ "priority": 75
8
+ },
9
+ {
10
+ "abilityEffectID": 102620,
11
+ "crossplayID": 102620,
12
+ "effects": "21026&705+1.3#707+1.3",
13
+ "priority": 76
14
+ },
15
+ {
16
+ "abilityEffectID": 102630,
17
+ "crossplayID": 102630,
18
+ "effects": "21026&706+1.6#708+1.6",
19
+ "priority": 77
20
+ },
21
+ {
22
+ "abilityEffectID": 102615,
23
+ "crossplayID": 102615,
24
+ "effects": "21026&716+1#717+1",
25
+ "priority": 195
26
+ },
27
+ {
28
+ "abilityEffectID": 102625,
29
+ "crossplayID": 102625,
30
+ "effects": "21026&701+1.3#703+1.3",
31
+ "priority": 196
32
+ },
33
+ {
34
+ "abilityEffectID": 102635,
35
+ "crossplayID": 102635,
36
+ "effects": "21026&702+1.6#704+1.6",
37
+ "priority": 197
38
+ },
3
39
  {
4
40
  "abilityEffectID": 100110,
5
41
  "crossplayID": 100110,
@@ -953,42 +989,6 @@
953
989
  "crossplayID": 103935,
954
990
  "effects": "21039&25",
955
991
  "priority": 39
956
- },
957
- {
958
- "abilityEffectID": 102610,
959
- "crossplayID": 102610,
960
- "effects": "21026&759+1#760+1",
961
- "priority": 75
962
- },
963
- {
964
- "abilityEffectID": 102620,
965
- "crossplayID": 102620,
966
- "effects": "21026&705+1.3#707+1.3",
967
- "priority": 76
968
- },
969
- {
970
- "abilityEffectID": 102630,
971
- "crossplayID": 102630,
972
- "effects": "21026&706+1.6#708+1.6",
973
- "priority": 77
974
- },
975
- {
976
- "abilityEffectID": 102615,
977
- "crossplayID": 102615,
978
- "effects": "21026&716+1#717+1",
979
- "priority": 195
980
- },
981
- {
982
- "abilityEffectID": 102625,
983
- "crossplayID": 102625,
984
- "effects": "21026&701+1.3#703+1.3",
985
- "priority": 196
986
- },
987
- {
988
- "abilityEffectID": 102635,
989
- "crossplayID": 102635,
990
- "effects": "21026&702+1.6#704+1.6",
991
- "priority": 197
992
992
  }
993
993
  ]
994
994
  }
@@ -1,5 +1,15 @@
1
1
  {
2
2
  "generalRarity": [
3
+ {
4
+ "generalRarityID": 1,
5
+ "crossplayID": 1,
6
+ "maxStarLevel": 5,
7
+ "unlockCosts": 80,
8
+ "upgradeCosts": "120,160,240,320,400",
9
+ "xpRequirements": "0,500,1250,2250,3500,5000,6750,8750,11000,13500,16250,19250,22500,26000,29750,33750,38000,42500,47250,52250,57500,63000,68750,74750,81000,87500,94250,101250,108500,116000,123750,131750,140000,148500,157250,166250,175500,185000,194750,204750,215250,226250,237750,249750,262250,275250,288750,302750,317250,332250,347750,363750,380250,397250,414750,432750,451250,470250,489750,509750",
10
+ "universalShardsPerHundred": 2,
11
+ "name": "common"
12
+ },
3
13
  {
4
14
  "generalRarityID": 2,
5
15
  "crossplayID": 2,
@@ -215,6 +215,50 @@
215
215
  "tier": 5,
216
216
  "previousTierRequiredSkillPoints": 90,
217
217
  "minGeneralStarTier": 10
218
+ },
219
+ {
220
+ "tierID": 31,
221
+ "crossplayID": 31,
222
+ "generalID": 107,
223
+ "tier": 1,
224
+ "previousTierRequiredSkillPoints": 0
225
+ },
226
+ {
227
+ "tierID": 32,
228
+ "crossplayID": 32,
229
+ "generalID": 107,
230
+ "tier": 2,
231
+ "previousTierRequiredSkillPoints": 10
232
+ },
233
+ {
234
+ "tierID": 33,
235
+ "crossplayID": 33,
236
+ "generalID": 107,
237
+ "tier": 3,
238
+ "previousTierRequiredSkillPoints": 35,
239
+ "minGeneralStarTier": 5
240
+ },
241
+ {
242
+ "tierID": 34,
243
+ "crossplayID": 34,
244
+ "generalID": 108,
245
+ "tier": 1,
246
+ "previousTierRequiredSkillPoints": 0
247
+ },
248
+ {
249
+ "tierID": 35,
250
+ "crossplayID": 35,
251
+ "generalID": 108,
252
+ "tier": 2,
253
+ "previousTierRequiredSkillPoints": 10
254
+ },
255
+ {
256
+ "tierID": 36,
257
+ "crossplayID": 36,
258
+ "generalID": 108,
259
+ "tier": 3,
260
+ "previousTierRequiredSkillPoints": 35,
261
+ "minGeneralStarTier": 5
218
262
  }
219
263
  ]
220
264
  }