e4k-data 4.71.13 → 4.82.61
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/buildings.json +22660 -17019
- package/data/collectorEventOptions.json +118 -0
- package/data/collectorEventRewards.json +288 -0
- package/data/constructionItems.json +632 -229
- package/data/constructionItemsEffectGroups.json +24 -0
- package/data/craftingQueues.json +23 -1
- package/data/craftingRecipes.json +2321 -0
- package/data/currencies.json +77 -0
- package/data/currencyCaps.json +6 -0
- package/data/donationItems.json +135 -0
- package/data/donationRewards.json +160 -0
- package/data/donationSettings.json +14 -6
- package/data/dungeons.json +266 -0
- package/data/effectCaps.json +70 -0
- package/data/effects.json +125 -16
- package/data/effecttypes.json +408 -141
- package/data/equipment_effects.json +28 -0
- package/data/equipment_rarenesses.json +24 -12
- package/data/equipments.json +467 -86
- package/data/eventAutoScalingUnitPairings.json +13554 -4338
- package/data/events.json +11 -2
- package/data/expansions.json +54 -54
- package/data/horses.json +143 -143
- package/data/islandPlayerRewards.json +30 -0
- package/data/islandrewardranks.json +42 -0
- package/data/leaguetypeEvents.json +247 -0
- package/data/legendskills.json +20 -20
- package/data/lootBoxTombolas.json +704 -0
- package/data/lootBoxes.json +22 -0
- package/data/lords.json +2 -2
- package/data/merchants.json +1 -1
- package/data/packageCategories.json +4 -0
- package/data/{packageCategoryCurrencyRelations.json → packageCategoryCostRelations.json} +7 -1
- package/data/packageCategoryFilterRelations.json +4 -0
- package/data/packages.json +4954 -12
- package/data/quests.json +1 -1
- package/data/relicLootOptions.json +84 -0
- package/data/researches.json +4224 -950
- package/data/resources.json +6 -0
- package/data/rewards.json +63223 -56400
- package/data/saleDaysLuckyWheelClasses.json +9 -9
- package/data/saleDaysLuckyWheelDropChanceJackpots.json +288 -288
- package/data/saleDaysLuckyWheelDropChances.json +59 -283
- package/data/saleDaysLuckyWheelRewardSets.json +180 -180
- package/data/sceatSkillTiers.json +49 -0
- package/data/sceatSkillTrees.json +12 -0
- package/data/sceatSkills.json +1382 -1
- package/data/seasonEndRewards.json +224 -0
- package/data/seasonEventRewards.json +315 -0
- package/data/seasonPromotionRewards.json +600 -0
- package/data/slums.json +1 -1
- package/data/units.json +1945 -0
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/data/wodIds.json +192 -192
- package/data/worldmapskins.json +10 -0
- package/images/x768.json +6409 -1780
- package/languages/da.json +502 -234
- package/languages/de.json +516 -248
- package/languages/el.json +498 -230
- package/languages/en.json +493 -225
- package/languages/es.json +574 -306
- package/languages/fi.json +506 -238
- package/languages/fr.json +600 -332
- package/languages/it.json +514 -246
- package/languages/ja.json +506 -238
- package/languages/ko.json +500 -232
- package/languages/nl.json +503 -235
- package/languages/no.json +536 -268
- package/languages/pl.json +505 -237
- package/languages/pt.json +497 -229
- package/languages/ru.json +516 -248
- package/languages/sv.json +504 -236
- package/languages/tr.json +498 -230
- package/languages/zh_CN.json +496 -228
- package/languages/zh_TW.json +498 -230
- package/package.json +1 -1
- package/typings/data.d.ts +45 -6
- package/typings/images.d.ts +259 -11
- package/typings/languages.d.ts +442 -57
|
@@ -2127,6 +2127,34 @@
|
|
|
2127
2127
|
"effectID": 703,
|
|
2128
2128
|
"wearerID": 1,
|
|
2129
2129
|
"name": "defenseUnitAmountYardBoost"
|
|
2130
|
+
},
|
|
2131
|
+
{
|
|
2132
|
+
"equipmentEffectID": 44,
|
|
2133
|
+
"crossplayID": 44,
|
|
2134
|
+
"effectID": 372,
|
|
2135
|
+
"wearerID": 1,
|
|
2136
|
+
"name": "BeefProductionIncrease"
|
|
2137
|
+
},
|
|
2138
|
+
{
|
|
2139
|
+
"equipmentEffectID": 45,
|
|
2140
|
+
"crossplayID": 45,
|
|
2141
|
+
"effectID": 374,
|
|
2142
|
+
"wearerID": 1,
|
|
2143
|
+
"name": "unboostedBeefProduction"
|
|
2144
|
+
},
|
|
2145
|
+
{
|
|
2146
|
+
"equipmentEffectID": 46,
|
|
2147
|
+
"crossplayID": 46,
|
|
2148
|
+
"effectID": 375,
|
|
2149
|
+
"wearerID": 1,
|
|
2150
|
+
"name": "beefProductionBoost"
|
|
2151
|
+
},
|
|
2152
|
+
{
|
|
2153
|
+
"equipmentEffectID": 47,
|
|
2154
|
+
"crossplayID": 47,
|
|
2155
|
+
"effectID": 376,
|
|
2156
|
+
"wearerID": 1,
|
|
2157
|
+
"name": "beefCapacityBonus"
|
|
2130
2158
|
}
|
|
2131
2159
|
]
|
|
2132
2160
|
}
|
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
"saleValue": 25,
|
|
9
9
|
"mightValue": 20,
|
|
10
10
|
"slotIDs": "1,2,3,4",
|
|
11
|
-
"color": "0xCCCCCC"
|
|
11
|
+
"color": "0xCCCCCC",
|
|
12
|
+
"sortOrder": 6
|
|
12
13
|
},
|
|
13
14
|
{
|
|
14
15
|
"rarenessID": 2,
|
|
@@ -18,7 +19,8 @@
|
|
|
18
19
|
"saleValue": 250,
|
|
19
20
|
"mightValue": 50,
|
|
20
21
|
"slotIDs": "1,2,3,4",
|
|
21
|
-
"color": "0xA0D948"
|
|
22
|
+
"color": "0xA0D948",
|
|
23
|
+
"sortOrder": 5
|
|
22
24
|
},
|
|
23
25
|
{
|
|
24
26
|
"rarenessID": 3,
|
|
@@ -28,7 +30,8 @@
|
|
|
28
30
|
"saleValue": 1000,
|
|
29
31
|
"mightValue": 100,
|
|
30
32
|
"slotIDs": "1,2,3,4",
|
|
31
|
-
"color": "0xC885FF"
|
|
33
|
+
"color": "0xC885FF",
|
|
34
|
+
"sortOrder": 4
|
|
32
35
|
},
|
|
33
36
|
{
|
|
34
37
|
"rarenessID": 4,
|
|
@@ -38,7 +41,8 @@
|
|
|
38
41
|
"saleValue": 6000,
|
|
39
42
|
"mightValue": 200,
|
|
40
43
|
"slotIDs": "1,2,3,4",
|
|
41
|
-
"color": "0xF9AD1C"
|
|
44
|
+
"color": "0xF9AD1C",
|
|
45
|
+
"sortOrder": 3
|
|
42
46
|
},
|
|
43
47
|
{
|
|
44
48
|
"rarenessID": 0,
|
|
@@ -47,12 +51,14 @@
|
|
|
47
51
|
"secondaryAttributes": 2,
|
|
48
52
|
"saleValue": 12000,
|
|
49
53
|
"slotIDs": "1,2,3,4",
|
|
50
|
-
"color": "0xFF6161"
|
|
54
|
+
"color": "0xFF6161",
|
|
55
|
+
"sortOrder": 2
|
|
51
56
|
},
|
|
52
57
|
{
|
|
53
58
|
"rarenessID": 5,
|
|
54
59
|
"name": "relic",
|
|
55
|
-
"color": "
|
|
60
|
+
"color": "0x3FB5FF",
|
|
61
|
+
"sortOrder": 1
|
|
56
62
|
},
|
|
57
63
|
{
|
|
58
64
|
"rarenessID": 10,
|
|
@@ -62,7 +68,8 @@
|
|
|
62
68
|
"saleValue": 15000,
|
|
63
69
|
"slotIDs": 6,
|
|
64
70
|
"isHero": 1,
|
|
65
|
-
"color": "0xFF6161"
|
|
71
|
+
"color": "0xFF6161",
|
|
72
|
+
"sortOrder": 2
|
|
66
73
|
},
|
|
67
74
|
{
|
|
68
75
|
"rarenessID": 11,
|
|
@@ -73,7 +80,8 @@
|
|
|
73
80
|
"mightValue": 25,
|
|
74
81
|
"slotIDs": 6,
|
|
75
82
|
"isHero": 1,
|
|
76
|
-
"color": "0xCCCCCC"
|
|
83
|
+
"color": "0xCCCCCC",
|
|
84
|
+
"sortOrder": 6
|
|
77
85
|
},
|
|
78
86
|
{
|
|
79
87
|
"rarenessID": 12,
|
|
@@ -84,7 +92,8 @@
|
|
|
84
92
|
"mightValue": 65,
|
|
85
93
|
"slotIDs": 6,
|
|
86
94
|
"isHero": 1,
|
|
87
|
-
"color": "0xA0D948"
|
|
95
|
+
"color": "0xA0D948",
|
|
96
|
+
"sortOrder": 5
|
|
88
97
|
},
|
|
89
98
|
{
|
|
90
99
|
"rarenessID": 13,
|
|
@@ -95,7 +104,8 @@
|
|
|
95
104
|
"mightValue": 125,
|
|
96
105
|
"slotIDs": 6,
|
|
97
106
|
"isHero": 1,
|
|
98
|
-
"color": "0xC885FF"
|
|
107
|
+
"color": "0xC885FF",
|
|
108
|
+
"sortOrder": 4
|
|
99
109
|
},
|
|
100
110
|
{
|
|
101
111
|
"rarenessID": 14,
|
|
@@ -106,13 +116,15 @@
|
|
|
106
116
|
"mightValue": 250,
|
|
107
117
|
"slotIDs": 6,
|
|
108
118
|
"isHero": 1,
|
|
109
|
-
"color": "0xF9AD1C"
|
|
119
|
+
"color": "0xF9AD1C",
|
|
120
|
+
"sortOrder": 3
|
|
110
121
|
},
|
|
111
122
|
{
|
|
112
123
|
"rarenessID": 15,
|
|
113
124
|
"name": "relicHero",
|
|
114
125
|
"isHero": 1,
|
|
115
|
-
"color": "
|
|
126
|
+
"color": "0x3FB5FF",
|
|
127
|
+
"sortOrder": 1
|
|
116
128
|
}
|
|
117
129
|
]
|
|
118
130
|
}
|