e4k-data 4.108.51 → 4.109.45

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 (49) hide show
  1. package/data/buildings.json +216 -141
  2. package/data/characters.json +1 -1
  3. package/data/constructionItems.json +45 -0
  4. package/data/currencies.json +28 -0
  5. package/data/equipments.json +453 -0
  6. package/data/expansions.json +54 -54
  7. package/data/generalSkillTiers.json +58 -0
  8. package/data/generalSkills.json +3228 -0
  9. package/data/generalSlots.json +40 -0
  10. package/data/generals.json +30 -2
  11. package/data/horses.json +143 -143
  12. package/data/leaderboardRewards.json +1440 -0
  13. package/data/leaguetypeEvents.json +120 -0
  14. package/data/lootBoxTombolas.json +784 -0
  15. package/data/packages.json +3087 -0
  16. package/data/rewards.json +11491 -3933
  17. package/data/units.json +8 -9
  18. package/data/version.json +1 -1
  19. package/data/versionInfo.json +3 -3
  20. package/data/wodIds.json +186 -186
  21. package/data/worldmapskins.json +18 -0
  22. package/images/x768.json +981 -0
  23. package/languages/cs.json +25 -3
  24. package/languages/da.json +25 -3
  25. package/languages/de.json +25 -3
  26. package/languages/el.json +25 -3
  27. package/languages/en.json +25 -3
  28. package/languages/es.json +25 -3
  29. package/languages/fi.json +25 -3
  30. package/languages/fr.json +25 -3
  31. package/languages/hu.json +25 -3
  32. package/languages/it.json +25 -3
  33. package/languages/ja.json +25 -3
  34. package/languages/ko.json +25 -3
  35. package/languages/nl.json +25 -3
  36. package/languages/no.json +25 -3
  37. package/languages/pl.json +25 -3
  38. package/languages/pt.json +25 -3
  39. package/languages/ro.json +25 -3
  40. package/languages/ru.json +25 -3
  41. package/languages/sk.json +25 -3
  42. package/languages/sv.json +25 -3
  43. package/languages/tr.json +25 -3
  44. package/languages/zh_CN.json +25 -3
  45. package/languages/zh_TW.json +25 -3
  46. package/package.json +1 -1
  47. package/typings/data.d.ts +5 -0
  48. package/typings/images.d.ts +59 -0
  49. package/typings/languages.d.ts +22 -0
@@ -1,5 +1,150 @@
1
1
  {
2
2
  "building": [
3
+ {
4
+ "wodID": 900000,
5
+ "crossplayID": 900000,
6
+ "group": "Building",
7
+ "name": "Offer",
8
+ "type": "isoObject",
9
+ "kIDs": "",
10
+ "server": 0,
11
+ "block": 0,
12
+ "width": 8,
13
+ "height": 8,
14
+ "movable": 0,
15
+ "level": 1
16
+ },
17
+ {
18
+ "wodID": 900001,
19
+ "crossplayID": 900001,
20
+ "group": "Tower",
21
+ "type": "CornerLevel1",
22
+ "width": 2,
23
+ "height": 2,
24
+ "movable": 0,
25
+ "kIDs": "0,1,2,3,4",
26
+ "name": "Corner",
27
+ "level": 1,
28
+ "destructable": 0,
29
+ "burnable": 0,
30
+ "smashable": 0,
31
+ "rotateType": 4
32
+ },
33
+ {
34
+ "wodID": 900002,
35
+ "crossplayID": 900002,
36
+ "group": "Tower",
37
+ "type": "CornerLevel2",
38
+ "width": 2,
39
+ "height": 2,
40
+ "movable": 0,
41
+ "kIDs": "0,1,2,3,4",
42
+ "name": "Corner",
43
+ "level": 2,
44
+ "destructable": 0,
45
+ "burnable": 0,
46
+ "smashable": 0,
47
+ "rotateType": 4
48
+ },
49
+ {
50
+ "wodID": 900003,
51
+ "crossplayID": 900003,
52
+ "group": "Tower",
53
+ "type": "CornerLevel3",
54
+ "width": 2,
55
+ "height": 2,
56
+ "movable": 0,
57
+ "kIDs": "0,1,2,3,4",
58
+ "name": "Corner",
59
+ "level": 3,
60
+ "destructable": 0,
61
+ "burnable": 0,
62
+ "smashable": 0,
63
+ "rotateType": 4
64
+ },
65
+ {
66
+ "wodID": 900004,
67
+ "crossplayID": 900004,
68
+ "group": "Tower",
69
+ "type": "CornerLevel4",
70
+ "width": 2,
71
+ "height": 2,
72
+ "movable": 0,
73
+ "kIDs": "0,1,2,3,4",
74
+ "name": "Corner",
75
+ "level": 4,
76
+ "destructable": 0,
77
+ "burnable": 0,
78
+ "smashable": 0,
79
+ "rotateType": 4
80
+ },
81
+ {
82
+ "wodID": 900005,
83
+ "crossplayID": 900005,
84
+ "group": "Tower",
85
+ "type": "CornerLevel5",
86
+ "width": 2,
87
+ "height": 2,
88
+ "movable": 0,
89
+ "kIDs": "0,1,2,3,4",
90
+ "name": "Corner",
91
+ "level": 5,
92
+ "destructable": 0,
93
+ "burnable": 0,
94
+ "smashable": 0,
95
+ "rotateType": 4
96
+ },
97
+ {
98
+ "wodID": 900006,
99
+ "crossplayID": 900006,
100
+ "group": "Tower",
101
+ "type": "Level1",
102
+ "width": 2,
103
+ "height": 2,
104
+ "movable": 0,
105
+ "eventIDs": 3,
106
+ "kIDs": 10,
107
+ "name": "FactionLookoutCorner",
108
+ "level": 1,
109
+ "destructable": 0,
110
+ "burnable": 0,
111
+ "smashable": 0,
112
+ "rotateType": 4
113
+ },
114
+ {
115
+ "wodID": 900007,
116
+ "crossplayID": 900007,
117
+ "group": "Tower",
118
+ "type": "Level2",
119
+ "width": 2,
120
+ "height": 2,
121
+ "movable": 0,
122
+ "eventIDs": 3,
123
+ "kIDs": 10,
124
+ "name": "FactionLookoutCorner",
125
+ "level": 2,
126
+ "destructable": 0,
127
+ "burnable": 0,
128
+ "smashable": 0,
129
+ "rotateType": 4
130
+ },
131
+ {
132
+ "wodID": 900008,
133
+ "crossplayID": 900008,
134
+ "group": "Tower",
135
+ "type": "Level3",
136
+ "width": 2,
137
+ "height": 2,
138
+ "movable": 0,
139
+ "eventIDs": 3,
140
+ "kIDs": 10,
141
+ "name": "FactionLookoutCorner",
142
+ "level": 3,
143
+ "destructable": 0,
144
+ "burnable": 0,
145
+ "smashable": 0,
146
+ "rotateType": 4
147
+ },
3
148
  {
4
149
  "wodID": 401,
5
150
  "crossplayID": 401,
@@ -1539,7 +1684,7 @@
1539
1684
  "width": 12,
1540
1685
  "height": 12,
1541
1686
  "kIDs": "0,1,2,3,4",
1542
- "constructionItemGroupIDs": "6,40,2005,2015,2020,2036,2041,2050,2059,3005,3018,3026,2065,3028,3031,2073,3044,3057,3063,2074,3067,3090,3106,3116,3140,3141,3142,3163,3164,3165,3189,3193,3217,9999,209,210,226,278,284",
1687
+ "constructionItemGroupIDs": "6,40,2005,2015,2020,2036,2041,2050,2059,3005,3018,3026,2065,3028,3031,2073,3044,3057,3063,2074,3067,3090,3106,3116,3140,3141,3142,3163,3164,3165,3189,3193,3217,9999,209,210,226,278,284,300,301",
1543
1688
  "buildingGroundType": "KEEP",
1544
1689
  "costWood": 46,
1545
1690
  "costStone": 20,
@@ -1583,7 +1728,7 @@
1583
1728
  "width": 12,
1584
1729
  "height": 12,
1585
1730
  "kIDs": "0,1,2,3,4",
1586
- "constructionItemGroupIDs": "6,40,2005,2015,2020,2036,2041,2050,2059,3005,3018,3026,2065,3028,3031,2073,3044,3057,3063,2074,3067,3090,3106,3116,3140,3141,3142,3163,3164,3165,3189,3193,3217,9999,209,210,226,278,284",
1731
+ "constructionItemGroupIDs": "6,40,2005,2015,2020,2036,2041,2050,2059,3005,3018,3026,2065,3028,3031,2073,3044,3057,3063,2074,3067,3090,3106,3116,3140,3141,3142,3163,3164,3165,3189,3193,3217,9999,209,210,226,278,284,300,301",
1587
1732
  "buildingGroundType": "KEEP",
1588
1733
  "costWood": 1255,
1589
1734
  "costStone": 960,
@@ -1630,7 +1775,7 @@
1630
1775
  "width": 12,
1631
1776
  "height": 12,
1632
1777
  "kIDs": "0,1,2,3,4",
1633
- "constructionItemGroupIDs": "6,40,2005,2015,2020,2036,2041,2050,2059,3005,3018,3026,2065,3028,3031,2073,3044,3057,3063,2074,3067,3090,3106,3116,3140,3141,3142,3163,3164,3165,3189,3193,3217,9999,209,210,226,278,284",
1778
+ "constructionItemGroupIDs": "6,40,2005,2015,2020,2036,2041,2050,2059,3005,3018,3026,2065,3028,3031,2073,3044,3057,3063,2074,3067,3090,3106,3116,3140,3141,3142,3163,3164,3165,3189,3193,3217,9999,209,210,226,278,284,300,301",
1634
1779
  "buildingGroundType": "KEEP",
1635
1780
  "costWood": 6347,
1636
1781
  "costStone": 7627,
@@ -1676,7 +1821,7 @@
1676
1821
  "width": 12,
1677
1822
  "height": 12,
1678
1823
  "kIDs": "0,1,2,3,4",
1679
- "constructionItemGroupIDs": "6,40,2005,2015,2020,2036,2041,2050,2059,3005,3018,3026,2065,3028,3031,2073,3044,3057,3063,2074,3067,3090,3106,3116,3140,3141,3142,3163,3164,3165,3189,3193,3217,9999,209,210,226,278,284",
1824
+ "constructionItemGroupIDs": "6,40,2005,2015,2020,2036,2041,2050,2059,3005,3018,3026,2065,3028,3031,2073,3044,3057,3063,2074,3067,3090,3106,3116,3140,3141,3142,3163,3164,3165,3189,3193,3217,9999,209,210,226,278,284,300,301",
1680
1825
  "buildingGroundType": "KEEP",
1681
1826
  "costWood": 23200,
1682
1827
  "costStone": 48156,
@@ -1722,7 +1867,7 @@
1722
1867
  "width": 12,
1723
1868
  "height": 12,
1724
1869
  "kIDs": "0,1,2,3,4",
1725
- "constructionItemGroupIDs": "6,40,2005,2015,2020,2036,2041,2050,2059,3005,3018,3026,2065,3028,3031,2073,3044,3057,3063,2074,3067,3090,3106,3116,3140,3141,3142,3163,3164,3165,3189,3193,3217,9999,209,210,226,278,284",
1870
+ "constructionItemGroupIDs": "6,40,2005,2015,2020,2036,2041,2050,2059,3005,3018,3026,2065,3028,3031,2073,3044,3057,3063,2074,3067,3090,3106,3116,3140,3141,3142,3163,3164,3165,3189,3193,3217,9999,209,210,226,278,284,300,301",
1726
1871
  "buildingGroundType": "KEEP",
1727
1872
  "costWood": 72010,
1728
1873
  "costStone": 80980,
@@ -1769,7 +1914,7 @@
1769
1914
  "width": 12,
1770
1915
  "height": 12,
1771
1916
  "kIDs": "0,1,2,3,4",
1772
- "constructionItemGroupIDs": "6,40,2005,2015,2020,2036,2041,2050,2059,3005,3018,3026,2065,3028,3031,2073,3044,3057,3063,2074,3067,3090,3106,3116,3140,3141,3142,3163,3164,3165,3189,3193,3217,9999,209,210,226,278,284",
1917
+ "constructionItemGroupIDs": "6,40,2005,2015,2020,2036,2041,2050,2059,3005,3018,3026,2065,3028,3031,2073,3044,3057,3063,2074,3067,3090,3106,3116,3140,3141,3142,3163,3164,3165,3189,3193,3217,9999,209,210,226,278,284,300,301",
1773
1918
  "buildingGroundType": "KEEP",
1774
1919
  "costLegendaryToken": 850,
1775
1920
  "costLegendaryMaterial": 1250,
@@ -1820,7 +1965,7 @@
1820
1965
  "width": 12,
1821
1966
  "height": 12,
1822
1967
  "kIDs": "0,1,2,3,4",
1823
- "constructionItemGroupIDs": "6,40,2005,2015,2020,2036,2041,2050,2059,3005,3018,3026,2065,3028,3031,2073,3044,3057,3063,2074,3067,3090,3106,3116,3140,3141,3142,3163,3164,3165,3189,3193,3217,9999,209,210,226,278,284",
1968
+ "constructionItemGroupIDs": "6,40,2005,2015,2020,2036,2041,2050,2059,3005,3018,3026,2065,3028,3031,2073,3044,3057,3063,2074,3067,3090,3106,3116,3140,3141,3142,3163,3164,3165,3189,3193,3217,9999,209,210,226,278,284,300,301",
1824
1969
  "buildingGroundType": "KEEP",
1825
1970
  "costLegendaryToken": 1240,
1826
1971
  "costLegendaryMaterial": 5200,
@@ -1870,7 +2015,7 @@
1870
2015
  "width": 12,
1871
2016
  "height": 12,
1872
2017
  "kIDs": "0,1,2,3,4",
1873
- "constructionItemGroupIDs": "6,40,2005,2015,2020,2036,2041,2050,2059,3005,3018,3026,2065,3028,3031,2073,3044,3057,3063,2074,3067,3090,3106,3116,3140,3141,3142,3163,3164,3165,3189,3193,3217,9999,209,210,226,278,284",
2018
+ "constructionItemGroupIDs": "6,40,2005,2015,2020,2036,2041,2050,2059,3005,3018,3026,2065,3028,3031,2073,3044,3057,3063,2074,3067,3090,3106,3116,3140,3141,3142,3163,3164,3165,3189,3193,3217,9999,209,210,226,278,284,300,301",
1874
2019
  "buildingGroundType": "KEEP",
1875
2020
  "costLegendaryToken": 1840,
1876
2021
  "costLegendaryMaterial": 7700,
@@ -16184,7 +16329,7 @@
16184
16329
  "height": 9,
16185
16330
  "kIDs": "0,1,2,3,4",
16186
16331
  "shopCategory": "CIVIL",
16187
- "constructionItemGroupIDs": "17,2012,2028,2045,2058,3006,3019,3040,3053,3074,3108,3131,3248,3253,203,211,241",
16332
+ "constructionItemGroupIDs": "17,2012,2028,2045,2058,3006,3019,3040,3053,3074,3108,3131,3248,3253,203,211,241,302",
16188
16333
  "buildingGroundType": "CIVIL",
16189
16334
  "costWood": 200,
16190
16335
  "costStone": 126,
@@ -16217,7 +16362,7 @@
16217
16362
  "width": 6,
16218
16363
  "height": 9,
16219
16364
  "kIDs": "0,1,2,3,4",
16220
- "constructionItemGroupIDs": "17,2012,2028,2045,2058,3006,3019,3040,3053,3074,3108,3131,3248,3253,203,211,241",
16365
+ "constructionItemGroupIDs": "17,2012,2028,2045,2058,3006,3019,3040,3053,3074,3108,3131,3248,3253,203,211,241,302",
16221
16366
  "buildingGroundType": "CIVIL",
16222
16367
  "costWood": 1305,
16223
16368
  "costStone": 1129,
@@ -16250,7 +16395,7 @@
16250
16395
  "width": 6,
16251
16396
  "height": 9,
16252
16397
  "kIDs": "0,1,2,3,4",
16253
- "constructionItemGroupIDs": "17,2012,2028,2045,2058,3006,3019,3040,3053,3074,3108,3131,3248,3253,203,211,241",
16398
+ "constructionItemGroupIDs": "17,2012,2028,2045,2058,3006,3019,3040,3053,3074,3108,3131,3248,3253,203,211,241,302",
16254
16399
  "buildingGroundType": "CIVIL",
16255
16400
  "costWood": 3046,
16256
16401
  "costStone": 3353,
@@ -16282,7 +16427,7 @@
16282
16427
  "width": 6,
16283
16428
  "height": 9,
16284
16429
  "kIDs": "0,1,2,3,4",
16285
- "constructionItemGroupIDs": "17,2012,2028,2045,2058,3006,3019,3040,3053,3074,3108,3131,3248,3253,203,211,241",
16430
+ "constructionItemGroupIDs": "17,2012,2028,2045,2058,3006,3019,3040,3053,3074,3108,3131,3248,3253,203,211,241,302",
16286
16431
  "buildingGroundType": "CIVIL",
16287
16432
  "costWood": 4569,
16288
16433
  "costStone": 5951,
@@ -16314,7 +16459,7 @@
16314
16459
  "width": 6,
16315
16460
  "height": 9,
16316
16461
  "kIDs": "0,1,2,3,4",
16317
- "constructionItemGroupIDs": "17,2012,2028,2045,2058,3006,3019,3040,3053,3074,3108,3131,3248,3253,203,211,241",
16462
+ "constructionItemGroupIDs": "17,2012,2028,2045,2058,3006,3019,3040,3053,3074,3108,3131,3248,3253,203,211,241,302",
16318
16463
  "buildingGroundType": "CIVIL",
16319
16464
  "costWood": 7732,
16320
16465
  "costStone": 12151,
@@ -16346,7 +16491,7 @@
16346
16491
  "width": 6,
16347
16492
  "height": 9,
16348
16493
  "kIDs": "0,1,2,3,4",
16349
- "constructionItemGroupIDs": "17,2012,2028,2045,2058,3006,3019,3040,3053,3074,3108,3131,3248,3253,203,211,241",
16494
+ "constructionItemGroupIDs": "17,2012,2028,2045,2058,3006,3019,3040,3053,3074,3108,3131,3248,3253,203,211,241,302",
16350
16495
  "buildingGroundType": "CIVIL",
16351
16496
  "costWood": 28626,
16352
16497
  "costStone": 43215,
@@ -16379,7 +16524,7 @@
16379
16524
  "width": 6,
16380
16525
  "height": 9,
16381
16526
  "kIDs": "0,1,2,3,4",
16382
- "constructionItemGroupIDs": "17,2012,2028,2045,2058,3006,3019,3040,3053,3074,3108,3131,3248,3253,203,211,241",
16527
+ "constructionItemGroupIDs": "17,2012,2028,2045,2058,3006,3019,3040,3053,3074,3108,3131,3248,3253,203,211,241,302",
16383
16528
  "buildingGroundType": "CIVIL",
16384
16529
  "costWood": 54960,
16385
16530
  "costStone": 68410,
@@ -16411,7 +16556,7 @@
16411
16556
  "type": "Level8",
16412
16557
  "width": 6,
16413
16558
  "height": 9,
16414
- "constructionItemGroupIDs": "17,2012,2028,2045,2058,3006,3019,3040,3053,3074,3108,3131,3248,3253,203,211,241",
16559
+ "constructionItemGroupIDs": "17,2012,2028,2045,2058,3006,3019,3040,3053,3074,3108,3131,3248,3253,203,211,241,302",
16415
16560
  "buildingGroundType": "CIVIL",
16416
16561
  "costWood": 78650,
16417
16562
  "costStone": 81000,
@@ -16441,7 +16586,7 @@
16441
16586
  "type": "Level8",
16442
16587
  "width": 6,
16443
16588
  "height": 9,
16444
- "constructionItemGroupIDs": "17,2012,2028,2045,2058,3006,3019,3040,3053,3074,3108,3131,3248,3253,203,211,241",
16589
+ "constructionItemGroupIDs": "17,2012,2028,2045,2058,3006,3019,3040,3053,3074,3108,3131,3248,3253,203,211,241,302",
16445
16590
  "buildingGroundType": "CIVIL",
16446
16591
  "costLegendaryToken": 550,
16447
16592
  "costLegendaryMaterial": 2300,
@@ -107880,149 +108025,79 @@
107880
108025
  "districtTypeID": 7
107881
108026
  },
107882
108027
  {
107883
- "wodID": 900000,
107884
- "crossplayID": 900000,
108028
+ "wodID": 4264,
108029
+ "comment1": "LTPE Pirates July 2025",
108030
+ "comment2": "LTPE Shop July",
107885
108031
  "group": "Building",
107886
- "name": "Offer",
107887
- "type": "isoObject",
107888
- "kIDs": "",
107889
- "server": 0,
107890
- "block": 0,
107891
- "width": 8,
107892
- "height": 8,
107893
- "movable": 0,
107894
- "level": 1
107895
- },
107896
- {
107897
- "wodID": 900001,
107898
- "crossplayID": 900001,
107899
- "group": "Tower",
107900
- "type": "CornerLevel1",
107901
- "width": 2,
107902
- "height": 2,
107903
- "movable": 0,
108032
+ "type": "shipwreckCove",
108033
+ "width": 5,
108034
+ "height": 10,
108035
+ "storeable": 1,
107904
108036
  "kIDs": "0,1,2,3,4",
107905
- "name": "Corner",
108037
+ "name": "Deco",
107906
108038
  "level": 1,
108039
+ "buildDuration": 600,
108040
+ "mightValue": 1000,
107907
108041
  "destructable": 0,
107908
108042
  "burnable": 0,
108043
+ "tempServerBurnable": 1,
107909
108044
  "smashable": 0,
107910
- "rotateType": 4
107911
- },
107912
- {
107913
- "wodID": 900002,
107914
- "crossplayID": 900002,
107915
- "group": "Tower",
107916
- "type": "CornerLevel2",
107917
- "width": 2,
107918
- "height": 2,
107919
- "movable": 0,
107920
- "kIDs": "0,1,2,3,4",
107921
- "name": "Corner",
107922
- "level": 2,
107923
- "destructable": 0,
107924
- "burnable": 0,
107925
- "smashable": 0,
107926
- "rotateType": 4
107927
- },
107928
- {
107929
- "wodID": 900003,
107930
- "crossplayID": 900003,
107931
- "group": "Tower",
107932
- "type": "CornerLevel3",
107933
- "width": 2,
107934
- "height": 2,
107935
- "movable": 0,
107936
- "kIDs": "0,1,2,3,4",
107937
- "name": "Corner",
107938
- "level": 3,
107939
- "destructable": 0,
107940
- "burnable": 0,
107941
- "smashable": 0,
107942
- "rotateType": 4
108045
+ "decoPoints": 4350,
108046
+ "initialFusionLevel": 850,
108047
+ "isFusionSource": 1,
108048
+ "isFusionTarget": 1,
108049
+ "sellC1": 200000,
108050
+ "tempServerDestructable": 1
107943
108051
  },
107944
108052
  {
107945
- "wodID": 900004,
107946
- "crossplayID": 900004,
107947
- "group": "Tower",
107948
- "type": "CornerLevel4",
107949
- "width": 2,
107950
- "height": 2,
107951
- "movable": 0,
108053
+ "wodID": 4295,
108054
+ "comment1": "LTPE Anniversary August 2025",
108055
+ "comment2": "LTPE Shop August",
108056
+ "group": "Building",
108057
+ "type": "anniversaryParty",
108058
+ "width": 5,
108059
+ "height": 10,
108060
+ "storeable": 1,
107952
108061
  "kIDs": "0,1,2,3,4",
107953
- "name": "Corner",
107954
- "level": 4,
108062
+ "name": "Deco",
108063
+ "level": 1,
108064
+ "buildDuration": 600,
108065
+ "mightValue": 1000,
107955
108066
  "destructable": 0,
107956
108067
  "burnable": 0,
108068
+ "tempServerBurnable": 1,
107957
108069
  "smashable": 0,
107958
- "rotateType": 4
108070
+ "decoPoints": 4350,
108071
+ "initialFusionLevel": 850,
108072
+ "isFusionSource": 1,
108073
+ "isFusionTarget": 1,
108074
+ "sellC1": 200000,
108075
+ "tempServerDestructable": 1
107959
108076
  },
107960
108077
  {
107961
- "wodID": 900005,
107962
- "crossplayID": 900005,
107963
- "group": "Tower",
107964
- "type": "CornerLevel5",
107965
- "width": 2,
107966
- "height": 2,
107967
- "movable": 0,
108078
+ "wodID": 4296,
108079
+ "comment1": "LTPE Oktoberfest September 2025",
108080
+ "comment2": "LTPE Shop September",
108081
+ "group": "Building",
108082
+ "type": "octoberfestParty",
108083
+ "width": 5,
108084
+ "height": 10,
108085
+ "storeable": 1,
107968
108086
  "kIDs": "0,1,2,3,4",
107969
- "name": "Corner",
107970
- "level": 5,
107971
- "destructable": 0,
107972
- "burnable": 0,
107973
- "smashable": 0,
107974
- "rotateType": 4
107975
- },
107976
- {
107977
- "wodID": 900006,
107978
- "crossplayID": 900006,
107979
- "group": "Tower",
107980
- "type": "Level1",
107981
- "width": 2,
107982
- "height": 2,
107983
- "movable": 0,
107984
- "eventIDs": 3,
107985
- "kIDs": 10,
107986
- "name": "FactionLookoutCorner",
108087
+ "name": "Deco",
107987
108088
  "level": 1,
108089
+ "buildDuration": 600,
108090
+ "mightValue": 1000,
107988
108091
  "destructable": 0,
107989
108092
  "burnable": 0,
108093
+ "tempServerBurnable": 1,
107990
108094
  "smashable": 0,
107991
- "rotateType": 4
107992
- },
107993
- {
107994
- "wodID": 900007,
107995
- "crossplayID": 900007,
107996
- "group": "Tower",
107997
- "type": "Level2",
107998
- "width": 2,
107999
- "height": 2,
108000
- "movable": 0,
108001
- "eventIDs": 3,
108002
- "kIDs": 10,
108003
- "name": "FactionLookoutCorner",
108004
- "level": 2,
108005
- "destructable": 0,
108006
- "burnable": 0,
108007
- "smashable": 0,
108008
- "rotateType": 4
108009
- },
108010
- {
108011
- "wodID": 900008,
108012
- "crossplayID": 900008,
108013
- "group": "Tower",
108014
- "type": "Level3",
108015
- "width": 2,
108016
- "height": 2,
108017
- "movable": 0,
108018
- "eventIDs": 3,
108019
- "kIDs": 10,
108020
- "name": "FactionLookoutCorner",
108021
- "level": 3,
108022
- "destructable": 0,
108023
- "burnable": 0,
108024
- "smashable": 0,
108025
- "rotateType": 4
108095
+ "decoPoints": 4350,
108096
+ "initialFusionLevel": 850,
108097
+ "isFusionSource": 1,
108098
+ "isFusionTarget": 1,
108099
+ "sellC1": 200000,
108100
+ "tempServerDestructable": 1
108026
108101
  }
108027
108102
  ]
108028
108103
  }
@@ -5,7 +5,7 @@
5
5
  "crossplayID": 1,
6
6
  "name": "fatKing",
7
7
  "spinRarities": "1,1,1,2",
8
- "tombolas": "6001+10001#6006+10006#6007+10007",
8
+ "tombolas": "6001+10001#6006+10006#6007+10007#6010+10013#6009+10012",
9
9
  "coolDownInSeconds": 259200,
10
10
  "maxFreeOpenings": 2,
11
11
  "freeOpeningTombolaID": 10001,
@@ -30415,6 +30415,51 @@
30415
30415
  "constructionItemEffectGroupID": 28,
30416
30416
  "disassemblingTombolaID": 4,
30417
30417
  "effects": "66&25"
30418
+ },
30419
+ {
30420
+ "constructionItemID": 974,
30421
+ "crossplayID": 974,
30422
+ "comment1": "Appearance",
30423
+ "comment2": "LTPE July 2025",
30424
+ "name": "piratesKeep",
30425
+ "constructionItemGroupID": 300,
30426
+ "level": 4,
30427
+ "rarenessID": 4,
30428
+ "slotTypeID": 0,
30429
+ "duration": 2419200,
30430
+ "constructionItemEffectGroupID": 51,
30431
+ "disassemblingTombolaID": 4,
30432
+ "effects": "296&80000,298&8000"
30433
+ },
30434
+ {
30435
+ "constructionItemID": 975,
30436
+ "crossplayID": 975,
30437
+ "comment1": "Appearance",
30438
+ "comment2": "LTPE August 2025",
30439
+ "name": "GenericAnniversaryKeep",
30440
+ "constructionItemGroupID": 301,
30441
+ "level": 4,
30442
+ "rarenessID": 4,
30443
+ "slotTypeID": 0,
30444
+ "duration": 2419200,
30445
+ "constructionItemEffectGroupID": 51,
30446
+ "disassemblingTombolaID": 4,
30447
+ "effects": "296&80000,298&8000"
30448
+ },
30449
+ {
30450
+ "constructionItemID": 976,
30451
+ "crossplayID": 976,
30452
+ "comment1": "Appearance",
30453
+ "comment2": "LTPE September 2025",
30454
+ "name": "octoberfestMarket",
30455
+ "constructionItemGroupID": 302,
30456
+ "level": 4,
30457
+ "rarenessID": 4,
30458
+ "slotTypeID": 0,
30459
+ "duration": 2419200,
30460
+ "constructionItemEffectGroupID": 51,
30461
+ "disassemblingTombolaID": 4,
30462
+ "effects": "296&80000,298&8000"
30418
30463
  }
30419
30464
  ]
30420
30465
  }
@@ -721,6 +721,20 @@
721
721
  "JSONKey": "DAT",
722
722
  "assetName": "DianaToken"
723
723
  },
724
+ {
725
+ "currencyID": 6009,
726
+ "crossplayID": 6009,
727
+ "Name": "ValentaToken",
728
+ "JSONKey": "VAT",
729
+ "assetName": "ValentaToken"
730
+ },
731
+ {
732
+ "currencyID": 6010,
733
+ "crossplayID": 6010,
734
+ "Name": "GarrikToken",
735
+ "JSONKey": "GAT",
736
+ "assetName": "GarrikToken"
737
+ },
724
738
  {
725
739
  "currencyID": 10000,
726
740
  "crossplayID": 10000,
@@ -798,6 +812,20 @@
798
812
  "JSONKey": "SHS",
799
813
  "assetName": "ShardHasan"
800
814
  },
815
+ {
816
+ "currencyID": 10012,
817
+ "crossplayID": 10012,
818
+ "Name": "ShardValenta",
819
+ "JSONKey": "SVA",
820
+ "assetName": "ShardValenta"
821
+ },
822
+ {
823
+ "currencyID": 10013,
824
+ "crossplayID": 10013,
825
+ "Name": "ShardGarrik",
826
+ "JSONKey": "SGA",
827
+ "assetName": "ShardGarrik"
828
+ },
801
829
  {
802
830
  "currencyID": 9999,
803
831
  "crossplayID": 9999,