e4k-data 4.85.49 → 4.87.51
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 +957 -504
- package/data/constructionItems.json +300 -38
- 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/equipments.json +92 -0
- package/data/expansions.json +54 -54
- package/data/horses.json +143 -143
- package/data/leaguetypeEvents.json +99 -0
- package/data/packages.json +2361 -6
- package/data/researches.json +71 -71
- package/data/rewards.json +2036 -3
- package/data/sceatSkillTiers.json +14 -15
- package/data/sceatSkills.json +560 -796
- package/data/tempServerDailyTaskRewards.json +5 -5
- package/data/tempServerRankRewards.json +972 -0
- package/data/tempServerSettings.json +58 -0
- package/data/units.json +123 -0
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/data/wodIds.json +192 -192
- package/images/x768.json +605 -4
- package/languages/da.json +317 -198
- package/languages/de.json +316 -197
- package/languages/el.json +318 -199
- package/languages/en.json +321 -201
- package/languages/es.json +319 -200
- package/languages/fi.json +317 -198
- package/languages/fr.json +317 -198
- package/languages/it.json +319 -200
- package/languages/ja.json +314 -195
- package/languages/ko.json +313 -194
- package/languages/nl.json +317 -198
- package/languages/no.json +319 -200
- package/languages/pl.json +317 -198
- package/languages/pt.json +319 -200
- package/languages/ru.json +317 -198
- package/languages/sv.json +319 -200
- package/languages/tr.json +315 -196
- package/languages/zh_CN.json +316 -197
- package/languages/zh_TW.json +316 -197
- package/package.json +1 -1
- package/typings/data.d.ts +2 -2
- package/typings/images.d.ts +39 -0
- package/typings/languages.d.ts +127 -7
|
@@ -4,31 +4,31 @@
|
|
|
4
4
|
"tempServerDailyTaskRewardID": 1,
|
|
5
5
|
"crossplayID": 1,
|
|
6
6
|
"minDailyTaskPointsPerDay": 5,
|
|
7
|
-
"rewardID":
|
|
7
|
+
"rewardID": 10928
|
|
8
8
|
},
|
|
9
9
|
{
|
|
10
10
|
"tempServerDailyTaskRewardID": 2,
|
|
11
11
|
"crossplayID": 2,
|
|
12
12
|
"minDailyTaskPointsPerDay": 10,
|
|
13
|
-
"rewardID":
|
|
13
|
+
"rewardID": 10929
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"tempServerDailyTaskRewardID": 3,
|
|
17
17
|
"crossplayID": 3,
|
|
18
18
|
"minDailyTaskPointsPerDay": 15,
|
|
19
|
-
"rewardID":
|
|
19
|
+
"rewardID": 10930
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
"tempServerDailyTaskRewardID": 4,
|
|
23
23
|
"crossplayID": 4,
|
|
24
24
|
"minDailyTaskPointsPerDay": 35,
|
|
25
|
-
"rewardID":
|
|
25
|
+
"rewardID": 10931
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"tempServerDailyTaskRewardID": 5,
|
|
29
29
|
"crossplayID": 5,
|
|
30
30
|
"minDailyTaskPointsPerDay": 40,
|
|
31
|
-
"rewardID":
|
|
31
|
+
"rewardID": 10932
|
|
32
32
|
}
|
|
33
33
|
]
|
|
34
34
|
}
|