e4k-data 4.85.49 → 4.89.79
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 +885 -395
- package/data/constructionItems.json +476 -106
- package/data/constructionItemsEffectGroups.json +1 -1
- package/data/districtTypes.json +5 -0
- package/data/effectCaps.json +140 -0
- package/data/effects.json +231 -1
- package/data/effecttypes.json +8 -7
- package/data/equipments.json +106 -0
- package/data/events.json +2 -37
- package/data/externalServerSkins.json +0 -4
- package/data/highscoreboni.json +110 -110
- package/data/leaguetypeEvents.json +99 -0
- package/data/leaguetypes.json +0 -16
- package/data/movements.json +0 -6
- package/data/packages.json +2475 -6
- package/data/properties.json +0 -30
- package/data/researches.json +71 -71
- package/data/rewards.json +2032 -7
- package/data/sceatSkillTiers.json +14 -15
- package/data/sceatSkills.json +563 -799
- package/data/tempServerDailyTaskRewards.json +5 -5
- package/data/tempServerRankRewards.json +972 -0
- package/data/tempServerSettings.json +58 -21
- package/data/units.json +498 -110
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/data/wodIds.json +0 -6
- package/images/x768.json +1250 -349
- package/languages/da.json +564 -224
- package/languages/de.json +563 -223
- package/languages/el.json +565 -225
- package/languages/en.json +569 -229
- package/languages/es.json +567 -227
- package/languages/fi.json +564 -224
- package/languages/fr.json +564 -224
- package/languages/it.json +567 -227
- package/languages/ja.json +561 -221
- package/languages/ko.json +560 -220
- package/languages/nl.json +564 -224
- package/languages/no.json +567 -227
- package/languages/pl.json +564 -224
- package/languages/pt.json +566 -226
- package/languages/ru.json +564 -224
- package/languages/sv.json +567 -227
- package/languages/tr.json +562 -222
- package/languages/zh_CN.json +564 -224
- package/languages/zh_TW.json +564 -224
- package/package.json +1 -1
- package/typings/data.d.ts +2 -44
- package/typings/images.d.ts +77 -18
- package/typings/languages.d.ts +355 -15
- package/data/shapeshifterActivityRewards.json +0 -44
- package/data/shapeshifterHardcoreModeEffects.json +0 -54
- package/data/shapeshifterPermittedEffects.json +0 -184
- package/data/shapeshifterRankingRewards.json +0 -337
- package/data/shapeshifterTickets.json +0 -24
|
@@ -41,13 +41,6 @@
|
|
|
41
41
|
"tier": 1,
|
|
42
42
|
"requiredBuildings": "1957,1938"
|
|
43
43
|
},
|
|
44
|
-
{
|
|
45
|
-
"tierID": 7,
|
|
46
|
-
"crossplayID": 7,
|
|
47
|
-
"skillTreeID": 4,
|
|
48
|
-
"tier": 2,
|
|
49
|
-
"requiredBuildings": "1957,1938"
|
|
50
|
-
},
|
|
51
44
|
{
|
|
52
45
|
"tierID": 8,
|
|
53
46
|
"crossplayID": 8,
|
|
@@ -66,56 +59,62 @@
|
|
|
66
59
|
"crossplayID": 10,
|
|
67
60
|
"skillTreeID": 5,
|
|
68
61
|
"tier": 3,
|
|
69
|
-
"requiredBuildings":
|
|
62
|
+
"requiredBuildings": 254,
|
|
63
|
+
"requirePreviousTierUnlocked": 0
|
|
70
64
|
},
|
|
71
65
|
{
|
|
72
66
|
"tierID": 11,
|
|
73
67
|
"crossplayID": 11,
|
|
74
68
|
"skillTreeID": 5,
|
|
75
69
|
"tier": 4,
|
|
76
|
-
"
|
|
70
|
+
"requirePreviousTierUnlocked": 0
|
|
77
71
|
},
|
|
78
72
|
{
|
|
79
73
|
"tierID": 12,
|
|
80
74
|
"crossplayID": 12,
|
|
81
75
|
"skillTreeID": 5,
|
|
82
76
|
"tier": 5,
|
|
83
|
-
"
|
|
77
|
+
"requirePreviousTierUnlocked": 0
|
|
84
78
|
},
|
|
85
79
|
{
|
|
86
80
|
"tierID": 13,
|
|
87
81
|
"crossplayID": 13,
|
|
88
82
|
"skillTreeID": 6,
|
|
89
83
|
"tier": 1,
|
|
90
|
-
"requiredBuildings": "252,256,257"
|
|
84
|
+
"requiredBuildings": "252,256,257",
|
|
85
|
+
"requirePreviousTierUnlocked": 0
|
|
91
86
|
},
|
|
92
87
|
{
|
|
93
88
|
"tierID": 14,
|
|
94
89
|
"crossplayID": 14,
|
|
95
90
|
"skillTreeID": 6,
|
|
96
91
|
"tier": 2,
|
|
97
|
-
"requiredBuildings": "252,256,257"
|
|
92
|
+
"requiredBuildings": "252,256,257",
|
|
93
|
+
"requirePreviousTierUnlocked": 0
|
|
98
94
|
},
|
|
99
95
|
{
|
|
100
96
|
"tierID": 15,
|
|
101
97
|
"crossplayID": 15,
|
|
102
98
|
"skillTreeID": 6,
|
|
103
99
|
"tier": 3,
|
|
104
|
-
"requiredBuildings": "252,256,257"
|
|
100
|
+
"requiredBuildings": "252,256,257",
|
|
101
|
+
"requirePreviousTierUnlocked": 0
|
|
105
102
|
},
|
|
106
103
|
{
|
|
107
104
|
"tierID": 16,
|
|
108
105
|
"crossplayID": 16,
|
|
109
106
|
"skillTreeID": 6,
|
|
110
107
|
"tier": 4,
|
|
111
|
-
"requiredBuildings": "252,256,257"
|
|
108
|
+
"requiredBuildings": "252,256,257",
|
|
109
|
+
"requirePreviousTierUnlocked": 0
|
|
112
110
|
},
|
|
113
111
|
{
|
|
114
112
|
"tierID": 17,
|
|
115
113
|
"crossplayID": 17,
|
|
116
114
|
"skillTreeID": 6,
|
|
117
115
|
"tier": 5,
|
|
118
|
-
"requiredBuildings": "252,256,257"
|
|
116
|
+
"requiredBuildings": "252,256,257",
|
|
117
|
+
"requirePreviousTierUnlocked": 0
|
|
119
118
|
},
|
|
120
119
|
{
|
|
121
120
|
"tierID": 18,
|