e4k-data 4.97.33 → 4.98.71
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 +265 -169
- package/data/characters.json +1 -1
- package/data/constructionItems.json +62 -2
- package/data/currencies.json +14 -0
- package/data/effects.json +7 -0
- package/data/effecttypes.json +7 -0
- package/data/equipments.json +604 -0
- package/data/events.json +1 -1
- package/data/expansions.json +54 -54
- package/data/generalSkillTiers.json +36 -0
- package/data/generalSkills.json +2104 -0
- package/data/generalSlots.json +30 -0
- package/data/generals.json +14 -0
- package/data/horses.json +143 -143
- package/data/leaderboardRewards.json +1920 -0
- package/data/leaguetypeEvents.json +540 -0
- package/data/leaguetypeTopXSizes.json +186 -11
- package/data/leaguetypes.json +12 -5
- package/data/longtermpointeventquests.json +28 -0
- package/data/lootBoxTombolas.json +392 -0
- package/data/packages.json +4112 -103
- package/data/quests.json +1 -1
- package/data/rerollCosts.json +0 -12
- package/data/rewards.json +10433 -548
- package/data/units.json +222 -222
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/data/wodIds.json +186 -186
- package/images/x768.json +870 -75
- package/languages/da.json +210 -9
- package/languages/de.json +210 -9
- package/languages/el.json +210 -9
- package/languages/en.json +211 -10
- package/languages/es.json +210 -9
- package/languages/fi.json +210 -9
- package/languages/fr.json +210 -9
- package/languages/it.json +210 -9
- package/languages/ja.json +210 -9
- package/languages/ko.json +210 -9
- package/languages/nl.json +210 -9
- package/languages/no.json +210 -9
- package/languages/pl.json +210 -9
- package/languages/pt.json +210 -9
- package/languages/ru.json +210 -9
- package/languages/sv.json +210 -9
- package/languages/tr.json +210 -9
- package/languages/zh_CN.json +210 -9
- package/languages/zh_TW.json +210 -9
- package/package.json +1 -1
- package/typings/data.d.ts +8 -6
- package/typings/images.d.ts +53 -0
- package/typings/languages.d.ts +201 -0
package/data/buildings.json
CHANGED
|
@@ -1,150 +1,5 @@
|
|
|
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
|
-
},
|
|
148
3
|
{
|
|
149
4
|
"wodID": 401,
|
|
150
5
|
"crossplayID": 401,
|
|
@@ -3342,7 +3197,7 @@
|
|
|
3342
3197
|
"height": 10,
|
|
3343
3198
|
"kIDs": "0,1,2,3,4",
|
|
3344
3199
|
"shopCategory": "MILITARY",
|
|
3345
|
-
"constructionItemGroupIDs": "5,2004,2037,3043,3056,3093,3180",
|
|
3200
|
+
"constructionItemGroupIDs": "5,2004,2037,3043,3056,3093,3180,270",
|
|
3346
3201
|
"buildingGroundType": "MILITARY",
|
|
3347
3202
|
"costC2": 1500,
|
|
3348
3203
|
"buildDuration": 14274,
|
|
@@ -3374,7 +3229,7 @@
|
|
|
3374
3229
|
"width": 5,
|
|
3375
3230
|
"height": 10,
|
|
3376
3231
|
"kIDs": "0,1,2,3,4",
|
|
3377
|
-
"constructionItemGroupIDs": "5,2004,2037,3043,3056,3093,3180",
|
|
3232
|
+
"constructionItemGroupIDs": "5,2004,2037,3043,3056,3093,3180,270",
|
|
3378
3233
|
"buildingGroundType": "MILITARY",
|
|
3379
3234
|
"costC2": 13500,
|
|
3380
3235
|
"buildDuration": 58646,
|
|
@@ -3405,7 +3260,7 @@
|
|
|
3405
3260
|
"width": 5,
|
|
3406
3261
|
"height": 10,
|
|
3407
3262
|
"kIDs": "0,1,2,3,4",
|
|
3408
|
-
"constructionItemGroupIDs": "5,2004,2037,3043,3056,3093,3180",
|
|
3263
|
+
"constructionItemGroupIDs": "5,2004,2037,3043,3056,3093,3180,270",
|
|
3409
3264
|
"buildingGroundType": "MILITARY",
|
|
3410
3265
|
"costC2": 19500,
|
|
3411
3266
|
"buildDuration": 106113,
|
|
@@ -3436,7 +3291,7 @@
|
|
|
3436
3291
|
"width": 5,
|
|
3437
3292
|
"height": 10,
|
|
3438
3293
|
"kIDs": "0,1,2,3,4",
|
|
3439
|
-
"constructionItemGroupIDs": "5,2004,2037,3043,3056,3093,3180",
|
|
3294
|
+
"constructionItemGroupIDs": "5,2004,2037,3043,3056,3093,3180,270",
|
|
3440
3295
|
"buildingGroundType": "MILITARY",
|
|
3441
3296
|
"costC2": 29500,
|
|
3442
3297
|
"buildDuration": 125336,
|
|
@@ -3466,7 +3321,7 @@
|
|
|
3466
3321
|
"width": 5,
|
|
3467
3322
|
"height": 10,
|
|
3468
3323
|
"kIDs": "0,1,2,3,4",
|
|
3469
|
-
"constructionItemGroupIDs": "5,2004,2037,3043,3056,3093,3180",
|
|
3324
|
+
"constructionItemGroupIDs": "5,2004,2037,3043,3056,3093,3180,270",
|
|
3470
3325
|
"buildingGroundType": "MILITARY",
|
|
3471
3326
|
"costC2": 39500,
|
|
3472
3327
|
"buildDuration": 158945,
|
|
@@ -16002,7 +15857,7 @@
|
|
|
16002
15857
|
"kIDs": "0,1,2,3,4",
|
|
16003
15858
|
"onlyInAreaTypes": 1,
|
|
16004
15859
|
"shopCategory": "MILITARY",
|
|
16005
|
-
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234,3250",
|
|
15860
|
+
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234,3250,269",
|
|
16006
15861
|
"buildingGroundType": "MILITARY",
|
|
16007
15862
|
"costWood": 325,
|
|
16008
15863
|
"costStone": 280,
|
|
@@ -16036,7 +15891,7 @@
|
|
|
16036
15891
|
"height": 6,
|
|
16037
15892
|
"kIDs": "0,1,2,3,4",
|
|
16038
15893
|
"onlyInAreaTypes": 1,
|
|
16039
|
-
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234,3250",
|
|
15894
|
+
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234,3250,269",
|
|
16040
15895
|
"buildingGroundType": "MILITARY",
|
|
16041
15896
|
"costWood": 2494,
|
|
16042
15897
|
"costStone": 2662,
|
|
@@ -16069,7 +15924,7 @@
|
|
|
16069
15924
|
"height": 6,
|
|
16070
15925
|
"kIDs": "0,1,2,3,4",
|
|
16071
15926
|
"onlyInAreaTypes": 1,
|
|
16072
|
-
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234,3250",
|
|
15927
|
+
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234,3250,269",
|
|
16073
15928
|
"buildingGroundType": "MILITARY",
|
|
16074
15929
|
"costWood": 5663,
|
|
16075
15930
|
"costStone": 7947,
|
|
@@ -16102,7 +15957,7 @@
|
|
|
16102
15957
|
"height": 6,
|
|
16103
15958
|
"kIDs": "0,1,2,3,4",
|
|
16104
15959
|
"onlyInAreaTypes": 1,
|
|
16105
|
-
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234,3250",
|
|
15960
|
+
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234,3250,269",
|
|
16106
15961
|
"buildingGroundType": "MILITARY",
|
|
16107
15962
|
"costWood": 74980,
|
|
16108
15963
|
"costStone": 79880,
|
|
@@ -16134,7 +15989,7 @@
|
|
|
16134
15989
|
"height": 6,
|
|
16135
15990
|
"kIDs": "0,1,2,3,4",
|
|
16136
15991
|
"onlyInAreaTypes": 1,
|
|
16137
|
-
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234,3250",
|
|
15992
|
+
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234,3250,269",
|
|
16138
15993
|
"buildingGroundType": "MILITARY",
|
|
16139
15994
|
"costWood": 78513,
|
|
16140
15995
|
"costStone": 80162,
|
|
@@ -16169,7 +16024,7 @@
|
|
|
16169
16024
|
"height": 6,
|
|
16170
16025
|
"kIDs": "0,1,2,3,4",
|
|
16171
16026
|
"onlyInAreaTypes": 1,
|
|
16172
|
-
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234,3250",
|
|
16027
|
+
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234,3250,269",
|
|
16173
16028
|
"buildingGroundType": "MILITARY",
|
|
16174
16029
|
"costWood": 79374,
|
|
16175
16030
|
"costStone": 80576,
|
|
@@ -16204,7 +16059,7 @@
|
|
|
16204
16059
|
"height": 6,
|
|
16205
16060
|
"kIDs": "0,1,2,3,4",
|
|
16206
16061
|
"onlyInAreaTypes": 1,
|
|
16207
|
-
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234,3250",
|
|
16062
|
+
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234,3250,269",
|
|
16208
16063
|
"buildingGroundType": "MILITARY",
|
|
16209
16064
|
"costWood": 80643,
|
|
16210
16065
|
"costStone": 80917,
|
|
@@ -16240,7 +16095,7 @@
|
|
|
16240
16095
|
"height": 6,
|
|
16241
16096
|
"kIDs": "0,1,2,3,4",
|
|
16242
16097
|
"onlyInAreaTypes": 1,
|
|
16243
|
-
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234,3250",
|
|
16098
|
+
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234,3250,269",
|
|
16244
16099
|
"buildingGroundType": "MILITARY",
|
|
16245
16100
|
"costWood": 80643,
|
|
16246
16101
|
"costStone": 80917,
|
|
@@ -16277,7 +16132,7 @@
|
|
|
16277
16132
|
"height": 6,
|
|
16278
16133
|
"kIDs": "0,1,2,3,4",
|
|
16279
16134
|
"onlyInAreaTypes": 1,
|
|
16280
|
-
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234,3250",
|
|
16135
|
+
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234,3250,269",
|
|
16281
16136
|
"buildingGroundType": "MILITARY",
|
|
16282
16137
|
"costWood": 80643,
|
|
16283
16138
|
"costStone": 80917,
|
|
@@ -16311,7 +16166,7 @@
|
|
|
16311
16166
|
"height": 6,
|
|
16312
16167
|
"kIDs": "0,1,2,3,4",
|
|
16313
16168
|
"onlyInAreaTypes": 1,
|
|
16314
|
-
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234,3250",
|
|
16169
|
+
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234,3250,269",
|
|
16315
16170
|
"buildingGroundType": "MILITARY",
|
|
16316
16171
|
"costWood": 80643,
|
|
16317
16172
|
"costStone": 80917,
|
|
@@ -16346,7 +16201,7 @@
|
|
|
16346
16201
|
"kIDs": 0,
|
|
16347
16202
|
"onlyInAreaTypes": 1,
|
|
16348
16203
|
"shopCategory": "MILITARY",
|
|
16349
|
-
"constructionItemGroupIDs": "2019,2048,2053,2054,3002,3015,3035,2071,3038,3051,3069,3082,3084,3113,3135,3160,3161,3162,3226,9998,207,208,231,237",
|
|
16204
|
+
"constructionItemGroupIDs": "2019,2048,2053,2054,3002,3015,3035,2071,3038,3051,3069,3082,3084,3113,3135,3160,3161,3162,3226,9998,207,208,231,237,271",
|
|
16350
16205
|
"buildingGroundType": "MILITARY",
|
|
16351
16206
|
"costWood": 2077,
|
|
16352
16207
|
"costStone": 1728,
|
|
@@ -16381,7 +16236,7 @@
|
|
|
16381
16236
|
"height": 8,
|
|
16382
16237
|
"kIDs": 0,
|
|
16383
16238
|
"onlyInAreaTypes": 1,
|
|
16384
|
-
"constructionItemGroupIDs": "2019,2048,2053,2054,3002,3015,3035,2071,3038,3051,3069,3082,3084,3113,3135,3160,3161,3162,3226,9998,207,208,231,237",
|
|
16239
|
+
"constructionItemGroupIDs": "2019,2048,2053,2054,3002,3015,3035,2071,3038,3051,3069,3082,3084,3113,3135,3160,3161,3162,3226,9998,207,208,231,237,271",
|
|
16385
16240
|
"buildingGroundType": "MILITARY",
|
|
16386
16241
|
"costWood": 3689,
|
|
16387
16242
|
"costStone": 3813,
|
|
@@ -16414,7 +16269,7 @@
|
|
|
16414
16269
|
"height": 8,
|
|
16415
16270
|
"kIDs": 0,
|
|
16416
16271
|
"onlyInAreaTypes": 1,
|
|
16417
|
-
"constructionItemGroupIDs": "2019,2048,2053,2054,3002,3015,3035,2071,3038,3051,3069,3082,3084,3113,3135,3160,3161,3162,3226,9998,207,208,231,237",
|
|
16272
|
+
"constructionItemGroupIDs": "2019,2048,2053,2054,3002,3015,3035,2071,3038,3051,3069,3082,3084,3113,3135,3160,3161,3162,3226,9998,207,208,231,237,271",
|
|
16418
16273
|
"buildingGroundType": "MILITARY",
|
|
16419
16274
|
"costWood": 10016,
|
|
16420
16275
|
"costStone": 14393,
|
|
@@ -20132,7 +19987,7 @@
|
|
|
20132
19987
|
"kIDs": 0,
|
|
20133
19988
|
"onlyInAreaTypes": 1,
|
|
20134
19989
|
"shopCategory": "MILITARY",
|
|
20135
|
-
"constructionItemGroupIDs": "31,2016,2033,2063,3009,3021,3075,2077,3083,3220,3221,3222,3252,204,205,216,244",
|
|
19990
|
+
"constructionItemGroupIDs": "31,2016,2033,2063,3009,3021,3075,2077,3083,3220,3221,3222,3252,204,205,216,244,268",
|
|
20136
19991
|
"buildingGroundType": "MILITARY",
|
|
20137
19992
|
"costWood": 40,
|
|
20138
19993
|
"costStone": 30,
|
|
@@ -20164,7 +20019,7 @@
|
|
|
20164
20019
|
"height": 4,
|
|
20165
20020
|
"kIDs": 0,
|
|
20166
20021
|
"onlyInAreaTypes": 1,
|
|
20167
|
-
"constructionItemGroupIDs": "31,2016,2033,2063,3009,3021,3075,2077,3083,3220,3221,3222,3252,204,205,216,244",
|
|
20022
|
+
"constructionItemGroupIDs": "31,2016,2033,2063,3009,3021,3075,2077,3083,3220,3221,3222,3252,204,205,216,244,268",
|
|
20168
20023
|
"buildingGroundType": "MILITARY",
|
|
20169
20024
|
"costWood": 13803,
|
|
20170
20025
|
"costStone": 23546,
|
|
@@ -20196,7 +20051,7 @@
|
|
|
20196
20051
|
"height": 4,
|
|
20197
20052
|
"kIDs": 0,
|
|
20198
20053
|
"onlyInAreaTypes": 1,
|
|
20199
|
-
"constructionItemGroupIDs": "31,2016,2033,2063,3009,3021,3075,2077,3083,3220,3221,3222,3252,204,205,216,244",
|
|
20054
|
+
"constructionItemGroupIDs": "31,2016,2033,2063,3009,3021,3075,2077,3083,3220,3221,3222,3252,204,205,216,244,268",
|
|
20200
20055
|
"buildingGroundType": "MILITARY",
|
|
20201
20056
|
"costWood": 37584,
|
|
20202
20057
|
"costStone": 49736,
|
|
@@ -20230,7 +20085,7 @@
|
|
|
20230
20085
|
"height": 4,
|
|
20231
20086
|
"kIDs": 0,
|
|
20232
20087
|
"onlyInAreaTypes": 1,
|
|
20233
|
-
"constructionItemGroupIDs": "31,2016,2033,2063,3009,3021,3075,2077,3083,3220,3221,3222,3252,204,205,216,244",
|
|
20088
|
+
"constructionItemGroupIDs": "31,2016,2033,2063,3009,3021,3075,2077,3083,3220,3221,3222,3252,204,205,216,244,268",
|
|
20234
20089
|
"buildingGroundType": "MILITARY",
|
|
20235
20090
|
"costWood": 74281,
|
|
20236
20091
|
"costStone": 80534,
|
|
@@ -20264,7 +20119,7 @@
|
|
|
20264
20119
|
"height": 4,
|
|
20265
20120
|
"kIDs": 0,
|
|
20266
20121
|
"onlyInAreaTypes": 1,
|
|
20267
|
-
"constructionItemGroupIDs": "31,2016,2033,2063,3009,3021,3075,2077,3083,3220,3221,3222,3252,204,205,216,244",
|
|
20122
|
+
"constructionItemGroupIDs": "31,2016,2033,2063,3009,3021,3075,2077,3083,3220,3221,3222,3252,204,205,216,244,268",
|
|
20268
20123
|
"buildingGroundType": "MILITARY",
|
|
20269
20124
|
"costLegendaryToken": 550,
|
|
20270
20125
|
"costLegendaryMaterial": 2300,
|
|
@@ -20299,7 +20154,7 @@
|
|
|
20299
20154
|
"height": 4,
|
|
20300
20155
|
"kIDs": 0,
|
|
20301
20156
|
"onlyInAreaTypes": 1,
|
|
20302
|
-
"constructionItemGroupIDs": "31,2016,2033,2063,3009,3021,3075,2077,3083,3220,3221,3222,3252,204,205,216,244",
|
|
20157
|
+
"constructionItemGroupIDs": "31,2016,2033,2063,3009,3021,3075,2077,3083,3220,3221,3222,3252,204,205,216,244,268",
|
|
20303
20158
|
"buildingGroundType": "MILITARY",
|
|
20304
20159
|
"costPlaster": 480,
|
|
20305
20160
|
"costDragonScaleTile": 2400,
|
|
@@ -103640,6 +103495,247 @@
|
|
|
103640
103495
|
"sellC1": 200000,
|
|
103641
103496
|
"areaSpecificEffects": "361&1875,360&1875,362&18750",
|
|
103642
103497
|
"tempServerDestructable": 1
|
|
103498
|
+
},
|
|
103499
|
+
{
|
|
103500
|
+
"wodID": 3213,
|
|
103501
|
+
"comment1": "LTPE March 2025",
|
|
103502
|
+
"comment2": "LTPE Shop",
|
|
103503
|
+
"group": "Building",
|
|
103504
|
+
"type": "RainbowsEnd",
|
|
103505
|
+
"width": 5,
|
|
103506
|
+
"height": 10,
|
|
103507
|
+
"storeable": 1,
|
|
103508
|
+
"kIDs": "0,1,2,3,4",
|
|
103509
|
+
"name": "Deco",
|
|
103510
|
+
"level": 1,
|
|
103511
|
+
"buildDuration": 600,
|
|
103512
|
+
"mightValue": 1000,
|
|
103513
|
+
"destructable": 0,
|
|
103514
|
+
"burnable": 0,
|
|
103515
|
+
"tempServerBurnable": 1,
|
|
103516
|
+
"smashable": 0,
|
|
103517
|
+
"initialFusionLevel": 850,
|
|
103518
|
+
"isFusionSource": 1,
|
|
103519
|
+
"isFusionTarget": 1,
|
|
103520
|
+
"sellC1": 200000,
|
|
103521
|
+
"tempServerDestructable": 1
|
|
103522
|
+
},
|
|
103523
|
+
{
|
|
103524
|
+
"wodID": 3214,
|
|
103525
|
+
"comment1": "LTPE April 2025",
|
|
103526
|
+
"comment2": "LTPE Shop",
|
|
103527
|
+
"group": "Building",
|
|
103528
|
+
"type": "SpringTower2",
|
|
103529
|
+
"width": 5,
|
|
103530
|
+
"height": 10,
|
|
103531
|
+
"storeable": 1,
|
|
103532
|
+
"kIDs": "0,1,2,3,4",
|
|
103533
|
+
"name": "Deco",
|
|
103534
|
+
"level": 1,
|
|
103535
|
+
"buildDuration": 600,
|
|
103536
|
+
"mightValue": 1000,
|
|
103537
|
+
"destructable": 0,
|
|
103538
|
+
"burnable": 0,
|
|
103539
|
+
"tempServerBurnable": 1,
|
|
103540
|
+
"smashable": 0,
|
|
103541
|
+
"initialFusionLevel": 850,
|
|
103542
|
+
"isFusionSource": 1,
|
|
103543
|
+
"isFusionTarget": 1,
|
|
103544
|
+
"sellC1": 200000,
|
|
103545
|
+
"tempServerDestructable": 1
|
|
103546
|
+
},
|
|
103547
|
+
{
|
|
103548
|
+
"wodID": 3215,
|
|
103549
|
+
"comment1": "LTPE May 2025",
|
|
103550
|
+
"comment2": "LTPE Shop",
|
|
103551
|
+
"group": "Building",
|
|
103552
|
+
"type": "IndianWaterTempleWhite",
|
|
103553
|
+
"width": 5,
|
|
103554
|
+
"height": 10,
|
|
103555
|
+
"storeable": 1,
|
|
103556
|
+
"kIDs": "0,1,2,3,4",
|
|
103557
|
+
"name": "Deco",
|
|
103558
|
+
"level": 1,
|
|
103559
|
+
"buildDuration": 600,
|
|
103560
|
+
"mightValue": 1000,
|
|
103561
|
+
"destructable": 0,
|
|
103562
|
+
"burnable": 0,
|
|
103563
|
+
"tempServerBurnable": 1,
|
|
103564
|
+
"smashable": 0,
|
|
103565
|
+
"initialFusionLevel": 850,
|
|
103566
|
+
"isFusionSource": 1,
|
|
103567
|
+
"isFusionTarget": 1,
|
|
103568
|
+
"sellC1": 200000,
|
|
103569
|
+
"tempServerDestructable": 1
|
|
103570
|
+
},
|
|
103571
|
+
{
|
|
103572
|
+
"wodID": 3216,
|
|
103573
|
+
"comment1": "LTPE June 2025",
|
|
103574
|
+
"comment2": "LTPE Shop",
|
|
103575
|
+
"group": "Building",
|
|
103576
|
+
"type": "MayaRuinsBlue",
|
|
103577
|
+
"width": 5,
|
|
103578
|
+
"height": 10,
|
|
103579
|
+
"storeable": 1,
|
|
103580
|
+
"kIDs": "0,1,2,3,4",
|
|
103581
|
+
"name": "Deco",
|
|
103582
|
+
"level": 1,
|
|
103583
|
+
"buildDuration": 600,
|
|
103584
|
+
"mightValue": 1000,
|
|
103585
|
+
"destructable": 0,
|
|
103586
|
+
"burnable": 0,
|
|
103587
|
+
"tempServerBurnable": 1,
|
|
103588
|
+
"smashable": 0,
|
|
103589
|
+
"initialFusionLevel": 850,
|
|
103590
|
+
"isFusionSource": 1,
|
|
103591
|
+
"isFusionTarget": 1,
|
|
103592
|
+
"sellC1": 200000,
|
|
103593
|
+
"tempServerDestructable": 1
|
|
103594
|
+
},
|
|
103595
|
+
{
|
|
103596
|
+
"wodID": 900000,
|
|
103597
|
+
"crossplayID": 900000,
|
|
103598
|
+
"group": "Building",
|
|
103599
|
+
"name": "Offer",
|
|
103600
|
+
"type": "isoObject",
|
|
103601
|
+
"kIDs": "",
|
|
103602
|
+
"server": 0,
|
|
103603
|
+
"block": 0,
|
|
103604
|
+
"width": 8,
|
|
103605
|
+
"height": 8,
|
|
103606
|
+
"movable": 0,
|
|
103607
|
+
"level": 1
|
|
103608
|
+
},
|
|
103609
|
+
{
|
|
103610
|
+
"wodID": 900001,
|
|
103611
|
+
"crossplayID": 900001,
|
|
103612
|
+
"group": "Tower",
|
|
103613
|
+
"type": "CornerLevel1",
|
|
103614
|
+
"width": 2,
|
|
103615
|
+
"height": 2,
|
|
103616
|
+
"movable": 0,
|
|
103617
|
+
"kIDs": "0,1,2,3,4",
|
|
103618
|
+
"name": "Corner",
|
|
103619
|
+
"level": 1,
|
|
103620
|
+
"destructable": 0,
|
|
103621
|
+
"burnable": 0,
|
|
103622
|
+
"smashable": 0,
|
|
103623
|
+
"rotateType": 4
|
|
103624
|
+
},
|
|
103625
|
+
{
|
|
103626
|
+
"wodID": 900002,
|
|
103627
|
+
"crossplayID": 900002,
|
|
103628
|
+
"group": "Tower",
|
|
103629
|
+
"type": "CornerLevel2",
|
|
103630
|
+
"width": 2,
|
|
103631
|
+
"height": 2,
|
|
103632
|
+
"movable": 0,
|
|
103633
|
+
"kIDs": "0,1,2,3,4",
|
|
103634
|
+
"name": "Corner",
|
|
103635
|
+
"level": 2,
|
|
103636
|
+
"destructable": 0,
|
|
103637
|
+
"burnable": 0,
|
|
103638
|
+
"smashable": 0,
|
|
103639
|
+
"rotateType": 4
|
|
103640
|
+
},
|
|
103641
|
+
{
|
|
103642
|
+
"wodID": 900003,
|
|
103643
|
+
"crossplayID": 900003,
|
|
103644
|
+
"group": "Tower",
|
|
103645
|
+
"type": "CornerLevel3",
|
|
103646
|
+
"width": 2,
|
|
103647
|
+
"height": 2,
|
|
103648
|
+
"movable": 0,
|
|
103649
|
+
"kIDs": "0,1,2,3,4",
|
|
103650
|
+
"name": "Corner",
|
|
103651
|
+
"level": 3,
|
|
103652
|
+
"destructable": 0,
|
|
103653
|
+
"burnable": 0,
|
|
103654
|
+
"smashable": 0,
|
|
103655
|
+
"rotateType": 4
|
|
103656
|
+
},
|
|
103657
|
+
{
|
|
103658
|
+
"wodID": 900004,
|
|
103659
|
+
"crossplayID": 900004,
|
|
103660
|
+
"group": "Tower",
|
|
103661
|
+
"type": "CornerLevel4",
|
|
103662
|
+
"width": 2,
|
|
103663
|
+
"height": 2,
|
|
103664
|
+
"movable": 0,
|
|
103665
|
+
"kIDs": "0,1,2,3,4",
|
|
103666
|
+
"name": "Corner",
|
|
103667
|
+
"level": 4,
|
|
103668
|
+
"destructable": 0,
|
|
103669
|
+
"burnable": 0,
|
|
103670
|
+
"smashable": 0,
|
|
103671
|
+
"rotateType": 4
|
|
103672
|
+
},
|
|
103673
|
+
{
|
|
103674
|
+
"wodID": 900005,
|
|
103675
|
+
"crossplayID": 900005,
|
|
103676
|
+
"group": "Tower",
|
|
103677
|
+
"type": "CornerLevel5",
|
|
103678
|
+
"width": 2,
|
|
103679
|
+
"height": 2,
|
|
103680
|
+
"movable": 0,
|
|
103681
|
+
"kIDs": "0,1,2,3,4",
|
|
103682
|
+
"name": "Corner",
|
|
103683
|
+
"level": 5,
|
|
103684
|
+
"destructable": 0,
|
|
103685
|
+
"burnable": 0,
|
|
103686
|
+
"smashable": 0,
|
|
103687
|
+
"rotateType": 4
|
|
103688
|
+
},
|
|
103689
|
+
{
|
|
103690
|
+
"wodID": 900006,
|
|
103691
|
+
"crossplayID": 900006,
|
|
103692
|
+
"group": "Tower",
|
|
103693
|
+
"type": "Level1",
|
|
103694
|
+
"width": 2,
|
|
103695
|
+
"height": 2,
|
|
103696
|
+
"movable": 0,
|
|
103697
|
+
"eventIDs": 3,
|
|
103698
|
+
"kIDs": 10,
|
|
103699
|
+
"name": "FactionLookoutCorner",
|
|
103700
|
+
"level": 1,
|
|
103701
|
+
"destructable": 0,
|
|
103702
|
+
"burnable": 0,
|
|
103703
|
+
"smashable": 0,
|
|
103704
|
+
"rotateType": 4
|
|
103705
|
+
},
|
|
103706
|
+
{
|
|
103707
|
+
"wodID": 900007,
|
|
103708
|
+
"crossplayID": 900007,
|
|
103709
|
+
"group": "Tower",
|
|
103710
|
+
"type": "Level2",
|
|
103711
|
+
"width": 2,
|
|
103712
|
+
"height": 2,
|
|
103713
|
+
"movable": 0,
|
|
103714
|
+
"eventIDs": 3,
|
|
103715
|
+
"kIDs": 10,
|
|
103716
|
+
"name": "FactionLookoutCorner",
|
|
103717
|
+
"level": 2,
|
|
103718
|
+
"destructable": 0,
|
|
103719
|
+
"burnable": 0,
|
|
103720
|
+
"smashable": 0,
|
|
103721
|
+
"rotateType": 4
|
|
103722
|
+
},
|
|
103723
|
+
{
|
|
103724
|
+
"wodID": 900008,
|
|
103725
|
+
"crossplayID": 900008,
|
|
103726
|
+
"group": "Tower",
|
|
103727
|
+
"type": "Level3",
|
|
103728
|
+
"width": 2,
|
|
103729
|
+
"height": 2,
|
|
103730
|
+
"movable": 0,
|
|
103731
|
+
"eventIDs": 3,
|
|
103732
|
+
"kIDs": 10,
|
|
103733
|
+
"name": "FactionLookoutCorner",
|
|
103734
|
+
"level": 3,
|
|
103735
|
+
"destructable": 0,
|
|
103736
|
+
"burnable": 0,
|
|
103737
|
+
"smashable": 0,
|
|
103738
|
+
"rotateType": 4
|
|
103643
103739
|
}
|
|
103644
103740
|
]
|
|
103645
103741
|
}
|
package/data/characters.json
CHANGED