e4k-data 4.134.27-775.RC.2 → 4.135.17-776.RC.03-dev
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/allianceCoatLayouts.json +36 -0
- package/data/allianceQuests.json +12240 -0
- package/data/buildings.json +412 -4
- package/data/currencies.json +14 -0
- package/data/divisionRounds.json +44 -0
- package/data/effectCaps.json +5 -0
- package/data/effects.json +50 -0
- package/data/equipments.json +129 -3
- package/data/events.json +13 -0
- package/data/leaderboardRewards.json +500 -0
- package/data/leaguetypeEvents.json +108 -0
- package/data/lootBoxes.json +3 -3
- 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 +183 -0
- package/data/quests.json +7920 -0
- package/data/raidBossLevels.json +19 -19
- package/data/raidBossStages.json +228 -228
- package/data/rewards.json +830 -59
- package/data/sceatSkills.json +6 -6
- package/data/units.json +204 -50
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/data/worldmapskins.json +40 -0
- package/images/x384.json +1729 -91
- package/images/x768.json +1729 -91
- package/languages/cs.json +226 -47
- package/languages/da.json +226 -47
- package/languages/de.json +226 -47
- package/languages/el.json +226 -47
- package/languages/en.json +226 -47
- package/languages/es.json +226 -47
- package/languages/fi.json +226 -47
- package/languages/fr.json +226 -47
- package/languages/hu.json +226 -47
- package/languages/it.json +226 -47
- package/languages/ja.json +226 -47
- package/languages/ko.json +226 -47
- package/languages/nl.json +226 -47
- package/languages/no.json +226 -47
- package/languages/pl.json +226 -47
- package/languages/pt.json +226 -47
- package/languages/ro.json +226 -47
- package/languages/ru.json +226 -47
- package/languages/sk.json +226 -47
- package/languages/sv.json +226 -47
- package/languages/tr.json +226 -47
- package/languages/zh_CN.json +226 -47
- package/languages/zh_TW.json +226 -47
- package/package.json +1 -1
- package/typings/data.d.ts +7 -0
- package/typings/images.d.ts +103 -6
- package/typings/languages.d.ts +195 -16
|
@@ -102,5 +102,41 @@
|
|
|
102
102
|
"eventID": 129,
|
|
103
103
|
"noofColors": 3,
|
|
104
104
|
"effectIconID": 1
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"allianceCoatLayoutID": 16,
|
|
108
|
+
"comment1": "ARMEBronzeRank",
|
|
109
|
+
"maxDuration": 604800,
|
|
110
|
+
"effects": "413&1200",
|
|
111
|
+
"eventID": 137,
|
|
112
|
+
"noofColors": 3,
|
|
113
|
+
"effectIconID": 1
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"allianceCoatLayoutID": 17,
|
|
117
|
+
"comment1": "ARMESilverRank",
|
|
118
|
+
"maxDuration": 604800,
|
|
119
|
+
"effects": "413&1300",
|
|
120
|
+
"eventID": 137,
|
|
121
|
+
"noofColors": 3,
|
|
122
|
+
"effectIconID": 1
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"allianceCoatLayoutID": 18,
|
|
126
|
+
"comment1": "ARMEGoldRank",
|
|
127
|
+
"maxDuration": 604800,
|
|
128
|
+
"effects": "413&1400",
|
|
129
|
+
"eventID": 137,
|
|
130
|
+
"noofColors": 3,
|
|
131
|
+
"effectIconID": 1
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"allianceCoatLayoutID": 19,
|
|
135
|
+
"comment1": "ARMEDiamondRank",
|
|
136
|
+
"maxDuration": 604800,
|
|
137
|
+
"effects": "413&1500",
|
|
138
|
+
"eventID": 137,
|
|
139
|
+
"noofColors": 3,
|
|
140
|
+
"effectIconID": 1
|
|
105
141
|
}
|
|
106
142
|
]
|