e4k-data 4.106.13 → 4.108.43

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 (42) hide show
  1. package/data/allianceCoatColors.json +84 -0
  2. package/data/allianceCoatLayouts.json +81 -0
  3. package/data/alliancebuffs.json +0 -22
  4. package/data/alliancerankrights.json +5 -0
  5. package/data/buildings.json +24057 -21610
  6. package/data/effectCaps.json +1 -1
  7. package/data/events.json +4 -2
  8. package/data/gachaEvents.json +67 -0
  9. package/data/leaguetypeEvents.json +354 -0
  10. package/data/lootBoxTombolas.json +1728 -0
  11. package/data/rewards.json +473 -0
  12. package/data/surroundings.json +15 -0
  13. package/data/version.json +1 -1
  14. package/data/versionInfo.json +3 -3
  15. package/images/x768.json +2085 -45
  16. package/languages/cs.json +61 -5
  17. package/languages/da.json +61 -5
  18. package/languages/de.json +61 -5
  19. package/languages/el.json +62 -6
  20. package/languages/en.json +60 -5
  21. package/languages/es.json +61 -5
  22. package/languages/fi.json +61 -5
  23. package/languages/fr.json +61 -5
  24. package/languages/hu.json +61 -5
  25. package/languages/it.json +61 -5
  26. package/languages/ja.json +61 -5
  27. package/languages/ko.json +61 -5
  28. package/languages/nl.json +61 -5
  29. package/languages/no.json +61 -5
  30. package/languages/pl.json +61 -5
  31. package/languages/pt.json +61 -5
  32. package/languages/ro.json +61 -5
  33. package/languages/ru.json +62 -6
  34. package/languages/sk.json +61 -5
  35. package/languages/sv.json +61 -5
  36. package/languages/tr.json +61 -5
  37. package/languages/zh_CN.json +61 -5
  38. package/languages/zh_TW.json +61 -5
  39. package/package.json +1 -1
  40. package/typings/data.d.ts +19 -3
  41. package/typings/images.d.ts +136 -0
  42. package/typings/languages.d.ts +56 -1
@@ -0,0 +1,84 @@
1
+ {
2
+ "allianceCoatColor": [
3
+ {
4
+ "allianceCoatColorID": 1,
5
+ "color": "0xDBDACA"
6
+ },
7
+ {
8
+ "allianceCoatColorID": 2,
9
+ "color": "0x878470"
10
+ },
11
+ {
12
+ "allianceCoatColorID": 3,
13
+ "color": "0x4F4D46"
14
+ },
15
+ {
16
+ "allianceCoatColorID": 4,
17
+ "color": "0x191919"
18
+ },
19
+ {
20
+ "allianceCoatColorID": 5,
21
+ "color": "0x512C0A"
22
+ },
23
+ {
24
+ "allianceCoatColorID": 6,
25
+ "color": "0x893C27"
26
+ },
27
+ {
28
+ "allianceCoatColorID": 7,
29
+ "color": "0xB70000"
30
+ },
31
+ {
32
+ "allianceCoatColorID": 8,
33
+ "color": "0xD63212"
34
+ },
35
+ {
36
+ "allianceCoatColorID": 9,
37
+ "color": "0xF95B1C"
38
+ },
39
+ {
40
+ "allianceCoatColorID": 10,
41
+ "color": "0xDB9C0F"
42
+ },
43
+ {
44
+ "allianceCoatColorID": 11,
45
+ "color": "0xEFB206"
46
+ },
47
+ {
48
+ "allianceCoatColorID": 12,
49
+ "color": "0xE8D80F"
50
+ },
51
+ {
52
+ "allianceCoatColorID": 13,
53
+ "color": "0xCEC519"
54
+ },
55
+ {
56
+ "allianceCoatColorID": 14,
57
+ "color": "0x007730"
58
+ },
59
+ {
60
+ "allianceCoatColorID": 15,
61
+ "color": "0x009B67"
62
+ },
63
+ {
64
+ "allianceCoatColorID": 16,
65
+ "color": "0x04A8A3"
66
+ },
67
+ {
68
+ "allianceCoatColorID": 17,
69
+ "color": "0x4792DD"
70
+ },
71
+ {
72
+ "allianceCoatColorID": 18,
73
+ "color": "0x0F65BA"
74
+ },
75
+ {
76
+ "allianceCoatColorID": 19,
77
+ "color": "0x3D227F"
78
+ },
79
+ {
80
+ "allianceCoatColorID": 20,
81
+ "color": "0xCE2469"
82
+ }
83
+ ]
84
+ }
@@ -0,0 +1,81 @@
1
+ {
2
+ "allianceCoatLayout": [
3
+ {
4
+ "allianceCoatLayoutID": 1,
5
+ "comment1": "free",
6
+ "noofColors": 1,
7
+ "isDefault": 1
8
+ },
9
+ {
10
+ "allianceCoatLayoutID": 2,
11
+ "comment1": "free",
12
+ "noofColors": 2
13
+ },
14
+ {
15
+ "allianceCoatLayoutID": 3,
16
+ "comment1": "free",
17
+ "noofColors": 2
18
+ },
19
+ {
20
+ "allianceCoatLayoutID": 4,
21
+ "comment1": "free",
22
+ "noofColors": 2
23
+ },
24
+ {
25
+ "allianceCoatLayoutID": 5,
26
+ "comment1": "free",
27
+ "noofColors": 2
28
+ },
29
+ {
30
+ "allianceCoatLayoutID": 6,
31
+ "comment1": "free",
32
+ "noofColors": 2
33
+ },
34
+ {
35
+ "allianceCoatLayoutID": 7,
36
+ "comment1": "free",
37
+ "noofColors": 2
38
+ },
39
+ {
40
+ "allianceCoatLayoutID": 8,
41
+ "comment1": "free",
42
+ "noofColors": 2
43
+ },
44
+ {
45
+ "allianceCoatLayoutID": 9,
46
+ "comment1": "nomad",
47
+ "maxDuration": 259200,
48
+ "effects": "413&1000",
49
+ "eventID": 72,
50
+ "noofColors": 2,
51
+ "effectIconID": 2
52
+ },
53
+ {
54
+ "allianceCoatLayoutID": 10,
55
+ "comment1": "samurai",
56
+ "maxDuration": 432000,
57
+ "effects": "405&35000",
58
+ "eventID": 80,
59
+ "noofColors": 3,
60
+ "effectIconID": 3
61
+ },
62
+ {
63
+ "allianceCoatLayoutID": 11,
64
+ "comment1": "aliens",
65
+ "maxDuration": 777600,
66
+ "effects": "368&30",
67
+ "eventID": 71,
68
+ "noofColors": 3,
69
+ "effectIconID": 1
70
+ },
71
+ {
72
+ "allianceCoatLayoutID": 12,
73
+ "comment1": "aliensRed",
74
+ "maxDuration": 777600,
75
+ "effects": "369&30",
76
+ "eventID": 103,
77
+ "noofColors": 2,
78
+ "effectIconID": 1
79
+ }
80
+ ]
81
+ }
@@ -2215,28 +2215,6 @@
2215
2215
  "isDefaultLevel": 1,
2216
2216
  "isTemporary": 1
2217
2217
  },
2218
- {
2219
- "allianceBuffID": 195,
2220
- "crossplayID": 195,
2221
- "allianceBuffSeriesID": 11,
2222
- "level": 0,
2223
- "maxLevel": 1,
2224
- "isDefaultLevel": 1
2225
- },
2226
- {
2227
- "allianceBuffID": 190,
2228
- "crossplayID": 190,
2229
- "allianceBuffSeriesID": 11,
2230
- "level": 1,
2231
- "maxLevel": 1,
2232
- "costWood": 3000000,
2233
- "costStone": 3000000,
2234
- "costC1": 1000000,
2235
- "costC2": 50000,
2236
- "requiredMightPoints": 350000,
2237
- "requiredRankID": 0,
2238
- "requiredAllianceFame": 138000
2239
- },
2240
2218
  {
2241
2219
  "allianceBuffID": 200,
2242
2220
  "crossplayID": 200,
@@ -80,6 +80,11 @@
80
80
  "rankRightName": "RIGHT_MANAGE_BOOKMARKS",
81
81
  "neededMemberRank": 6
82
82
  },
83
+ {
84
+ "rankRightID": 16,
85
+ "rankRightName": "RIGHT_EMBLEM",
86
+ "neededMemberRank": 1
87
+ },
83
88
  {
84
89
  "rankRightID": 18,
85
90
  "rankRightName": "RIGHT_CHANGE_LANGUAGE",