e4k-data 4.53.23 → 4.55.17
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 +502 -93
- package/data/characters.json +3 -3
- package/data/constructionItems.json +118 -6
- package/data/currencies.json +12 -0
- package/data/effects.json +31 -1
- package/data/effecttypes.json +27 -2
- package/data/equipments.json +61 -0
- package/data/expansions.json +54 -54
- package/data/generalAbilities.json +474 -270
- package/data/generalAbilityEffects.json +397 -307
- package/data/generalSkillTiers.json +31 -0
- package/data/generalSkills.json +1723 -0
- package/data/generalSlots.json +32 -0
- package/data/generals.json +31 -4
- package/data/horses.json +143 -143
- package/data/leaguetypeEvents.json +33 -0
- package/data/lootBoxTombolas.json +343 -0
- package/data/merchants.json +1 -1
- package/data/packageCategories.json +4 -0
- package/data/packageCategoryCurrencyRelations.json +5 -0
- package/data/packageCategoryFilterRelations.json +4 -0
- package/data/packages.json +1197 -548
- package/data/quests.json +2 -0
- package/data/relicLootOptions.json +6 -0
- package/data/rewards.json +884 -85
- package/data/units.json +1 -1
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/data/wodIds.json +192 -192
- package/data/worldmapskins.json +8 -0
- package/images/x768.json +384 -61
- package/languages/da.json +74 -38
- package/languages/de.json +77 -41
- package/languages/el.json +78 -42
- package/languages/en.json +71 -35
- package/languages/es.json +78 -42
- package/languages/fi.json +74 -38
- package/languages/fr.json +74 -38
- package/languages/it.json +77 -41
- package/languages/ja.json +76 -40
- package/languages/ko.json +75 -39
- package/languages/nl.json +80 -44
- package/languages/no.json +77 -41
- package/languages/pl.json +76 -40
- package/languages/pt.json +77 -41
- package/languages/ru.json +77 -41
- package/languages/sv.json +75 -39
- package/languages/tr.json +76 -40
- package/languages/zh_CN.json +77 -41
- package/languages/zh_TW.json +75 -39
- package/package.json +1 -1
- package/typings/types.d.ts +6 -0
package/data/buildings.json
CHANGED
|
@@ -1,5 +1,141 @@
|
|
|
1
1
|
{
|
|
2
2
|
"building": [
|
|
3
|
+
{
|
|
4
|
+
"wodID": 900000,
|
|
5
|
+
"group": "Building",
|
|
6
|
+
"name": "Offer",
|
|
7
|
+
"type": "isoObject",
|
|
8
|
+
"kIDs": "",
|
|
9
|
+
"server": 0,
|
|
10
|
+
"block": 0,
|
|
11
|
+
"width": 8,
|
|
12
|
+
"height": 8,
|
|
13
|
+
"movable": 0,
|
|
14
|
+
"level": 1
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"wodID": 900001,
|
|
18
|
+
"group": "Tower",
|
|
19
|
+
"type": "CornerLevel1",
|
|
20
|
+
"width": 2,
|
|
21
|
+
"height": 2,
|
|
22
|
+
"movable": 0,
|
|
23
|
+
"kIDs": "0,1,2,3,4",
|
|
24
|
+
"name": "Corner",
|
|
25
|
+
"level": 1,
|
|
26
|
+
"destructable": 0,
|
|
27
|
+
"burnable": 0,
|
|
28
|
+
"smashable": 0,
|
|
29
|
+
"rotateType": 4
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"wodID": 900002,
|
|
33
|
+
"group": "Tower",
|
|
34
|
+
"type": "CornerLevel2",
|
|
35
|
+
"width": 2,
|
|
36
|
+
"height": 2,
|
|
37
|
+
"movable": 0,
|
|
38
|
+
"kIDs": "0,1,2,3,4",
|
|
39
|
+
"name": "Corner",
|
|
40
|
+
"level": 2,
|
|
41
|
+
"destructable": 0,
|
|
42
|
+
"burnable": 0,
|
|
43
|
+
"smashable": 0,
|
|
44
|
+
"rotateType": 4
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"wodID": 900003,
|
|
48
|
+
"group": "Tower",
|
|
49
|
+
"type": "CornerLevel3",
|
|
50
|
+
"width": 2,
|
|
51
|
+
"height": 2,
|
|
52
|
+
"movable": 0,
|
|
53
|
+
"kIDs": "0,1,2,3,4",
|
|
54
|
+
"name": "Corner",
|
|
55
|
+
"level": 3,
|
|
56
|
+
"destructable": 0,
|
|
57
|
+
"burnable": 0,
|
|
58
|
+
"smashable": 0,
|
|
59
|
+
"rotateType": 4
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"wodID": 900004,
|
|
63
|
+
"group": "Tower",
|
|
64
|
+
"type": "CornerLevel4",
|
|
65
|
+
"width": 2,
|
|
66
|
+
"height": 2,
|
|
67
|
+
"movable": 0,
|
|
68
|
+
"kIDs": "0,1,2,3,4",
|
|
69
|
+
"name": "Corner",
|
|
70
|
+
"level": 4,
|
|
71
|
+
"destructable": 0,
|
|
72
|
+
"burnable": 0,
|
|
73
|
+
"smashable": 0,
|
|
74
|
+
"rotateType": 4
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"wodID": 900005,
|
|
78
|
+
"group": "Tower",
|
|
79
|
+
"type": "CornerLevel5",
|
|
80
|
+
"width": 2,
|
|
81
|
+
"height": 2,
|
|
82
|
+
"movable": 0,
|
|
83
|
+
"kIDs": "0,1,2,3,4",
|
|
84
|
+
"name": "Corner",
|
|
85
|
+
"level": 5,
|
|
86
|
+
"destructable": 0,
|
|
87
|
+
"burnable": 0,
|
|
88
|
+
"smashable": 0,
|
|
89
|
+
"rotateType": 4
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"wodID": 900006,
|
|
93
|
+
"group": "Tower",
|
|
94
|
+
"type": "Level1",
|
|
95
|
+
"width": 2,
|
|
96
|
+
"height": 2,
|
|
97
|
+
"movable": 0,
|
|
98
|
+
"eventIDs": 3,
|
|
99
|
+
"kIDs": 10,
|
|
100
|
+
"name": "FactionLookoutCorner",
|
|
101
|
+
"level": 1,
|
|
102
|
+
"destructable": 0,
|
|
103
|
+
"burnable": 0,
|
|
104
|
+
"smashable": 0,
|
|
105
|
+
"rotateType": 4
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"wodID": 900007,
|
|
109
|
+
"group": "Tower",
|
|
110
|
+
"type": "Level2",
|
|
111
|
+
"width": 2,
|
|
112
|
+
"height": 2,
|
|
113
|
+
"movable": 0,
|
|
114
|
+
"eventIDs": 3,
|
|
115
|
+
"kIDs": 10,
|
|
116
|
+
"name": "FactionLookoutCorner",
|
|
117
|
+
"level": 2,
|
|
118
|
+
"destructable": 0,
|
|
119
|
+
"burnable": 0,
|
|
120
|
+
"smashable": 0,
|
|
121
|
+
"rotateType": 4
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"wodID": 900008,
|
|
125
|
+
"group": "Tower",
|
|
126
|
+
"type": "Level3",
|
|
127
|
+
"width": 2,
|
|
128
|
+
"height": 2,
|
|
129
|
+
"movable": 0,
|
|
130
|
+
"eventIDs": 3,
|
|
131
|
+
"kIDs": 10,
|
|
132
|
+
"name": "FactionLookoutCorner",
|
|
133
|
+
"level": 3,
|
|
134
|
+
"destructable": 0,
|
|
135
|
+
"burnable": 0,
|
|
136
|
+
"smashable": 0,
|
|
137
|
+
"rotateType": 4
|
|
138
|
+
},
|
|
3
139
|
{
|
|
4
140
|
"wodID": 401,
|
|
5
141
|
"name": "Guard",
|
|
@@ -5243,7 +5379,7 @@
|
|
|
5243
5379
|
"kIDs": "0,1,2,3,4",
|
|
5244
5380
|
"onlyInAreaTypes": 1,
|
|
5245
5381
|
"shopCategory": "MILITARY",
|
|
5246
|
-
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150",
|
|
5382
|
+
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187",
|
|
5247
5383
|
"buildingGroundType": "MILITARY",
|
|
5248
5384
|
"costWood": 325,
|
|
5249
5385
|
"costStone": 280,
|
|
@@ -5276,7 +5412,7 @@
|
|
|
5276
5412
|
"height": 6,
|
|
5277
5413
|
"kIDs": "0,1,2,3,4",
|
|
5278
5414
|
"onlyInAreaTypes": 1,
|
|
5279
|
-
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150",
|
|
5415
|
+
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187",
|
|
5280
5416
|
"buildingGroundType": "MILITARY",
|
|
5281
5417
|
"costWood": 2494,
|
|
5282
5418
|
"costStone": 2662,
|
|
@@ -5308,7 +5444,7 @@
|
|
|
5308
5444
|
"height": 6,
|
|
5309
5445
|
"kIDs": "0,1,2,3,4",
|
|
5310
5446
|
"onlyInAreaTypes": 1,
|
|
5311
|
-
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150",
|
|
5447
|
+
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187",
|
|
5312
5448
|
"buildingGroundType": "MILITARY",
|
|
5313
5449
|
"costWood": 5663,
|
|
5314
5450
|
"costStone": 7947,
|
|
@@ -5340,7 +5476,7 @@
|
|
|
5340
5476
|
"height": 6,
|
|
5341
5477
|
"kIDs": "0,1,2,3,4",
|
|
5342
5478
|
"onlyInAreaTypes": 1,
|
|
5343
|
-
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150",
|
|
5479
|
+
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187",
|
|
5344
5480
|
"buildingGroundType": "MILITARY",
|
|
5345
5481
|
"costWood": 74980,
|
|
5346
5482
|
"costStone": 79880,
|
|
@@ -5371,7 +5507,7 @@
|
|
|
5371
5507
|
"height": 6,
|
|
5372
5508
|
"kIDs": "0,1,2,3,4",
|
|
5373
5509
|
"onlyInAreaTypes": 1,
|
|
5374
|
-
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150",
|
|
5510
|
+
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187",
|
|
5375
5511
|
"buildingGroundType": "MILITARY",
|
|
5376
5512
|
"costWood": 78513,
|
|
5377
5513
|
"costStone": 80162,
|
|
@@ -5405,7 +5541,7 @@
|
|
|
5405
5541
|
"height": 6,
|
|
5406
5542
|
"kIDs": "0,1,2,3,4",
|
|
5407
5543
|
"onlyInAreaTypes": 1,
|
|
5408
|
-
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150",
|
|
5544
|
+
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187",
|
|
5409
5545
|
"buildingGroundType": "MILITARY",
|
|
5410
5546
|
"costWood": 79374,
|
|
5411
5547
|
"costStone": 80576,
|
|
@@ -5438,7 +5574,7 @@
|
|
|
5438
5574
|
"height": 6,
|
|
5439
5575
|
"kIDs": "0,1,2,3,4",
|
|
5440
5576
|
"onlyInAreaTypes": 1,
|
|
5441
|
-
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150",
|
|
5577
|
+
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187",
|
|
5442
5578
|
"buildingGroundType": "MILITARY",
|
|
5443
5579
|
"costWood": 80643,
|
|
5444
5580
|
"costStone": 80917,
|
|
@@ -8595,6 +8731,7 @@
|
|
|
8595
8731
|
"kIDs": 0,
|
|
8596
8732
|
"onlyInAreaTypes": 1,
|
|
8597
8733
|
"shopCategory": "CIVIL",
|
|
8734
|
+
"constructionItemGroupIDs": "3184,3185,3186",
|
|
8598
8735
|
"buildingGroundType": "CIVIL",
|
|
8599
8736
|
"costWood": 29900,
|
|
8600
8737
|
"costStone": 34600,
|
|
@@ -8629,6 +8766,7 @@
|
|
|
8629
8766
|
"height": 5,
|
|
8630
8767
|
"kIDs": 0,
|
|
8631
8768
|
"onlyInAreaTypes": 1,
|
|
8769
|
+
"constructionItemGroupIDs": "3184,3185,3186",
|
|
8632
8770
|
"buildingGroundType": "CIVIL",
|
|
8633
8771
|
"costC2": 35000,
|
|
8634
8772
|
"buildDuration": 129145,
|
|
@@ -8660,6 +8798,7 @@
|
|
|
8660
8798
|
"height": 5,
|
|
8661
8799
|
"kIDs": 0,
|
|
8662
8800
|
"onlyInAreaTypes": 1,
|
|
8801
|
+
"constructionItemGroupIDs": "3184,3185,3186",
|
|
8663
8802
|
"buildingGroundType": "CIVIL",
|
|
8664
8803
|
"costC2": 48000,
|
|
8665
8804
|
"buildDuration": 222000,
|
|
@@ -10643,6 +10782,28 @@
|
|
|
10643
10782
|
"smashable": 0,
|
|
10644
10783
|
"maximumCount": 1
|
|
10645
10784
|
},
|
|
10785
|
+
{
|
|
10786
|
+
"wodID": 2742,
|
|
10787
|
+
"comment1": "Event",
|
|
10788
|
+
"comment2": "MayaLTPECamp",
|
|
10789
|
+
"name": "Event",
|
|
10790
|
+
"level": 0,
|
|
10791
|
+
"group": "Building",
|
|
10792
|
+
"type": "MayaLTPECamp",
|
|
10793
|
+
"width": 8,
|
|
10794
|
+
"height": 8,
|
|
10795
|
+
"rotateType": 0,
|
|
10796
|
+
"movable": 0,
|
|
10797
|
+
"eventIDs": 83,
|
|
10798
|
+
"mightValue": 0,
|
|
10799
|
+
"destructable": 0,
|
|
10800
|
+
"tempServerDestructable": 0,
|
|
10801
|
+
"burnable": 0,
|
|
10802
|
+
"tempServerBurnable": 1,
|
|
10803
|
+
"smashable": 0,
|
|
10804
|
+
"maximumCount": 1,
|
|
10805
|
+
"skinID": 11
|
|
10806
|
+
},
|
|
10646
10807
|
{
|
|
10647
10808
|
"wodID": 1654,
|
|
10648
10809
|
"comment1": "Event",
|
|
@@ -77021,140 +77182,388 @@
|
|
|
77021
77182
|
"tempServerDestructable": 1
|
|
77022
77183
|
},
|
|
77023
77184
|
{
|
|
77024
|
-
"wodID":
|
|
77185
|
+
"wodID": 2711,
|
|
77186
|
+
"comment1": "LTPE Maya June 2023",
|
|
77187
|
+
"comment2": "reward 870",
|
|
77025
77188
|
"group": "Building",
|
|
77026
|
-
"
|
|
77027
|
-
"
|
|
77028
|
-
"
|
|
77029
|
-
"
|
|
77030
|
-
"
|
|
77031
|
-
"
|
|
77032
|
-
"
|
|
77033
|
-
"
|
|
77034
|
-
"
|
|
77189
|
+
"type": "MayaRuinsRed",
|
|
77190
|
+
"width": 5,
|
|
77191
|
+
"height": 10,
|
|
77192
|
+
"storeable": 1,
|
|
77193
|
+
"kIDs": "0,1,2,3,4",
|
|
77194
|
+
"name": "Deco",
|
|
77195
|
+
"level": 1,
|
|
77196
|
+
"buildDuration": 600,
|
|
77197
|
+
"mightValue": 1000,
|
|
77198
|
+
"destructable": 0,
|
|
77199
|
+
"burnable": 0,
|
|
77200
|
+
"tempServerBurnable": 1,
|
|
77201
|
+
"smashable": 0,
|
|
77202
|
+
"initialFusionLevel": 800,
|
|
77203
|
+
"isFusionSource": 1,
|
|
77204
|
+
"isFusionTarget": 1,
|
|
77205
|
+
"sellC1": 200000,
|
|
77206
|
+
"tempServerDestructable": 1
|
|
77035
77207
|
},
|
|
77036
77208
|
{
|
|
77037
|
-
"wodID":
|
|
77038
|
-
"
|
|
77039
|
-
"
|
|
77040
|
-
"
|
|
77041
|
-
"
|
|
77042
|
-
"
|
|
77209
|
+
"wodID": 2712,
|
|
77210
|
+
"comment1": "LTPE Maya June 2023",
|
|
77211
|
+
"comment2": "shop 870, reward 800",
|
|
77212
|
+
"group": "Building",
|
|
77213
|
+
"type": "MayaRuinsRed",
|
|
77214
|
+
"width": 5,
|
|
77215
|
+
"height": 10,
|
|
77216
|
+
"storeable": 1,
|
|
77043
77217
|
"kIDs": "0,1,2,3,4",
|
|
77044
|
-
"name": "
|
|
77218
|
+
"name": "Deco",
|
|
77045
77219
|
"level": 1,
|
|
77220
|
+
"buildDuration": 600,
|
|
77221
|
+
"mightValue": 1000,
|
|
77046
77222
|
"destructable": 0,
|
|
77047
77223
|
"burnable": 0,
|
|
77224
|
+
"tempServerBurnable": 1,
|
|
77048
77225
|
"smashable": 0,
|
|
77049
|
-
"
|
|
77226
|
+
"initialFusionLevel": 760,
|
|
77227
|
+
"isFusionSource": 1,
|
|
77228
|
+
"isFusionTarget": 1,
|
|
77229
|
+
"sellC1": 200000,
|
|
77230
|
+
"tempServerDestructable": 1
|
|
77050
77231
|
},
|
|
77051
77232
|
{
|
|
77052
|
-
"wodID":
|
|
77053
|
-
"
|
|
77054
|
-
"
|
|
77055
|
-
"
|
|
77056
|
-
"
|
|
77057
|
-
"
|
|
77233
|
+
"wodID": 2713,
|
|
77234
|
+
"comment1": "LTPE Maya June 2023",
|
|
77235
|
+
"comment2": "shop 800",
|
|
77236
|
+
"group": "Building",
|
|
77237
|
+
"type": "MayaRuinsRed",
|
|
77238
|
+
"width": 5,
|
|
77239
|
+
"height": 10,
|
|
77240
|
+
"storeable": 1,
|
|
77058
77241
|
"kIDs": "0,1,2,3,4",
|
|
77059
|
-
"name": "
|
|
77060
|
-
"level":
|
|
77242
|
+
"name": "Deco",
|
|
77243
|
+
"level": 1,
|
|
77244
|
+
"buildDuration": 600,
|
|
77245
|
+
"mightValue": 1000,
|
|
77061
77246
|
"destructable": 0,
|
|
77062
77247
|
"burnable": 0,
|
|
77248
|
+
"tempServerBurnable": 1,
|
|
77063
77249
|
"smashable": 0,
|
|
77064
|
-
"
|
|
77250
|
+
"initialFusionLevel": 720,
|
|
77251
|
+
"isFusionSource": 1,
|
|
77252
|
+
"isFusionTarget": 1,
|
|
77253
|
+
"sellC1": 200000,
|
|
77254
|
+
"tempServerDestructable": 1
|
|
77065
77255
|
},
|
|
77066
77256
|
{
|
|
77067
|
-
"wodID":
|
|
77068
|
-
"
|
|
77069
|
-
"
|
|
77070
|
-
"
|
|
77071
|
-
"
|
|
77072
|
-
"
|
|
77257
|
+
"wodID": 2714,
|
|
77258
|
+
"comment1": "LTPE Maya June 2023",
|
|
77259
|
+
"comment2": "reward 70",
|
|
77260
|
+
"group": "Building",
|
|
77261
|
+
"type": "MayaRuinsRed",
|
|
77262
|
+
"width": 5,
|
|
77263
|
+
"height": 10,
|
|
77264
|
+
"storeable": 1,
|
|
77073
77265
|
"kIDs": "0,1,2,3,4",
|
|
77074
|
-
"name": "
|
|
77075
|
-
"level":
|
|
77266
|
+
"name": "Deco",
|
|
77267
|
+
"level": 1,
|
|
77268
|
+
"buildDuration": 600,
|
|
77269
|
+
"mightValue": 1000,
|
|
77076
77270
|
"destructable": 0,
|
|
77077
77271
|
"burnable": 0,
|
|
77272
|
+
"tempServerBurnable": 1,
|
|
77078
77273
|
"smashable": 0,
|
|
77079
|
-
"
|
|
77274
|
+
"initialFusionLevel": 700,
|
|
77275
|
+
"isFusionSource": 1,
|
|
77276
|
+
"isFusionTarget": 1,
|
|
77277
|
+
"sellC1": 200000,
|
|
77278
|
+
"tempServerDestructable": 1
|
|
77080
77279
|
},
|
|
77081
77280
|
{
|
|
77082
|
-
"wodID":
|
|
77083
|
-
"
|
|
77084
|
-
"
|
|
77085
|
-
"
|
|
77086
|
-
"
|
|
77087
|
-
"
|
|
77281
|
+
"wodID": 2715,
|
|
77282
|
+
"comment1": "LTPE Maya June 2023",
|
|
77283
|
+
"comment2": "shop 70",
|
|
77284
|
+
"group": "Building",
|
|
77285
|
+
"type": "MayaRuinsRed",
|
|
77286
|
+
"width": 5,
|
|
77287
|
+
"height": 10,
|
|
77288
|
+
"storeable": 1,
|
|
77088
77289
|
"kIDs": "0,1,2,3,4",
|
|
77089
|
-
"name": "
|
|
77090
|
-
"level":
|
|
77290
|
+
"name": "Deco",
|
|
77291
|
+
"level": 1,
|
|
77292
|
+
"buildDuration": 600,
|
|
77293
|
+
"mightValue": 1000,
|
|
77091
77294
|
"destructable": 0,
|
|
77092
77295
|
"burnable": 0,
|
|
77296
|
+
"tempServerBurnable": 1,
|
|
77093
77297
|
"smashable": 0,
|
|
77094
|
-
"
|
|
77298
|
+
"initialFusionLevel": 440,
|
|
77299
|
+
"isFusionSource": 1,
|
|
77300
|
+
"isFusionTarget": 1,
|
|
77301
|
+
"sellC1": 200000,
|
|
77302
|
+
"tempServerDestructable": 1
|
|
77095
77303
|
},
|
|
77096
77304
|
{
|
|
77097
|
-
"wodID":
|
|
77098
|
-
"
|
|
77099
|
-
"
|
|
77100
|
-
"
|
|
77101
|
-
"
|
|
77102
|
-
"
|
|
77305
|
+
"wodID": 2716,
|
|
77306
|
+
"comment1": "LTPE Maya June 2023",
|
|
77307
|
+
"comment2": "shop 870,",
|
|
77308
|
+
"group": "Building",
|
|
77309
|
+
"type": "MayaRuinsBlue",
|
|
77310
|
+
"width": 5,
|
|
77311
|
+
"height": 10,
|
|
77312
|
+
"storeable": 1,
|
|
77103
77313
|
"kIDs": "0,1,2,3,4",
|
|
77104
|
-
"name": "
|
|
77105
|
-
"level":
|
|
77314
|
+
"name": "Deco",
|
|
77315
|
+
"level": 1,
|
|
77316
|
+
"buildDuration": 600,
|
|
77317
|
+
"mightValue": 1000,
|
|
77106
77318
|
"destructable": 0,
|
|
77107
77319
|
"burnable": 0,
|
|
77320
|
+
"tempServerBurnable": 1,
|
|
77108
77321
|
"smashable": 0,
|
|
77109
|
-
"
|
|
77322
|
+
"initialFusionLevel": 760,
|
|
77323
|
+
"isFusionSource": 1,
|
|
77324
|
+
"isFusionTarget": 1,
|
|
77325
|
+
"sellC1": 200000,
|
|
77326
|
+
"tempServerDestructable": 1
|
|
77110
77327
|
},
|
|
77111
77328
|
{
|
|
77112
|
-
"wodID":
|
|
77113
|
-
"
|
|
77114
|
-
"
|
|
77115
|
-
"
|
|
77116
|
-
"
|
|
77117
|
-
"
|
|
77118
|
-
"
|
|
77119
|
-
"
|
|
77120
|
-
"
|
|
77329
|
+
"wodID": 2717,
|
|
77330
|
+
"comment1": "LTPE Maya June 2023",
|
|
77331
|
+
"comment2": "shop 800",
|
|
77332
|
+
"group": "Building",
|
|
77333
|
+
"type": "MayaRuinsBlue",
|
|
77334
|
+
"width": 5,
|
|
77335
|
+
"height": 10,
|
|
77336
|
+
"storeable": 1,
|
|
77337
|
+
"kIDs": "0,1,2,3,4",
|
|
77338
|
+
"name": "Deco",
|
|
77121
77339
|
"level": 1,
|
|
77340
|
+
"buildDuration": 600,
|
|
77341
|
+
"mightValue": 1000,
|
|
77122
77342
|
"destructable": 0,
|
|
77123
77343
|
"burnable": 0,
|
|
77344
|
+
"tempServerBurnable": 1,
|
|
77124
77345
|
"smashable": 0,
|
|
77125
|
-
"
|
|
77346
|
+
"initialFusionLevel": 720,
|
|
77347
|
+
"isFusionSource": 1,
|
|
77348
|
+
"isFusionTarget": 1,
|
|
77349
|
+
"sellC1": 200000,
|
|
77350
|
+
"tempServerDestructable": 1
|
|
77126
77351
|
},
|
|
77127
77352
|
{
|
|
77128
|
-
"wodID":
|
|
77129
|
-
"
|
|
77130
|
-
"
|
|
77131
|
-
"
|
|
77132
|
-
"
|
|
77133
|
-
"
|
|
77134
|
-
"
|
|
77135
|
-
"
|
|
77136
|
-
"
|
|
77137
|
-
"
|
|
77353
|
+
"wodID": 2718,
|
|
77354
|
+
"comment1": "LTPE Maya June 2023",
|
|
77355
|
+
"comment2": "shop 70",
|
|
77356
|
+
"group": "Building",
|
|
77357
|
+
"type": "MayaRuinsBlue",
|
|
77358
|
+
"width": 5,
|
|
77359
|
+
"height": 10,
|
|
77360
|
+
"storeable": 1,
|
|
77361
|
+
"kIDs": "0,1,2,3,4",
|
|
77362
|
+
"name": "Deco",
|
|
77363
|
+
"level": 1,
|
|
77364
|
+
"buildDuration": 600,
|
|
77365
|
+
"mightValue": 1000,
|
|
77138
77366
|
"destructable": 0,
|
|
77139
77367
|
"burnable": 0,
|
|
77368
|
+
"tempServerBurnable": 1,
|
|
77140
77369
|
"smashable": 0,
|
|
77141
|
-
"
|
|
77370
|
+
"initialFusionLevel": 440,
|
|
77371
|
+
"isFusionSource": 1,
|
|
77372
|
+
"isFusionTarget": 1,
|
|
77373
|
+
"sellC1": 200000,
|
|
77374
|
+
"tempServerDestructable": 1
|
|
77142
77375
|
},
|
|
77143
77376
|
{
|
|
77144
|
-
"wodID":
|
|
77145
|
-
"
|
|
77146
|
-
"
|
|
77147
|
-
"
|
|
77148
|
-
"
|
|
77149
|
-
"
|
|
77150
|
-
"
|
|
77151
|
-
"
|
|
77152
|
-
"
|
|
77153
|
-
"
|
|
77377
|
+
"wodID": 2719,
|
|
77378
|
+
"comment1": "SalesDays Content June 2023",
|
|
77379
|
+
"comment2": "TikiVolcano",
|
|
77380
|
+
"group": "Building",
|
|
77381
|
+
"type": "TikiVolcano",
|
|
77382
|
+
"width": 5,
|
|
77383
|
+
"height": 10,
|
|
77384
|
+
"storeable": 1,
|
|
77385
|
+
"kIDs": "0,1,2,3,4",
|
|
77386
|
+
"name": "Deco",
|
|
77387
|
+
"level": 1,
|
|
77388
|
+
"buildDuration": 600,
|
|
77389
|
+
"mightValue": 1000,
|
|
77154
77390
|
"destructable": 0,
|
|
77155
77391
|
"burnable": 0,
|
|
77392
|
+
"tempServerBurnable": 1,
|
|
77156
77393
|
"smashable": 0,
|
|
77157
|
-
"
|
|
77394
|
+
"initialFusionLevel": 760,
|
|
77395
|
+
"isFusionSource": 1,
|
|
77396
|
+
"isFusionTarget": 1,
|
|
77397
|
+
"sellC1": 200000,
|
|
77398
|
+
"tempServerDestructable": 1
|
|
77399
|
+
},
|
|
77400
|
+
{
|
|
77401
|
+
"wodID": 2720,
|
|
77402
|
+
"comment1": "SalesDays Content June 2023",
|
|
77403
|
+
"comment2": "TikiVolcano",
|
|
77404
|
+
"group": "Building",
|
|
77405
|
+
"type": "TikiVolcano",
|
|
77406
|
+
"width": 5,
|
|
77407
|
+
"height": 10,
|
|
77408
|
+
"storeable": 1,
|
|
77409
|
+
"kIDs": "0,1,2,3,4",
|
|
77410
|
+
"name": "Deco",
|
|
77411
|
+
"level": 1,
|
|
77412
|
+
"buildDuration": 600,
|
|
77413
|
+
"mightValue": 1000,
|
|
77414
|
+
"destructable": 0,
|
|
77415
|
+
"burnable": 0,
|
|
77416
|
+
"tempServerBurnable": 1,
|
|
77417
|
+
"smashable": 0,
|
|
77418
|
+
"initialFusionLevel": 770,
|
|
77419
|
+
"isFusionSource": 1,
|
|
77420
|
+
"isFusionTarget": 1,
|
|
77421
|
+
"sellC1": 200000,
|
|
77422
|
+
"tempServerDestructable": 1
|
|
77423
|
+
},
|
|
77424
|
+
{
|
|
77425
|
+
"wodID": 2721,
|
|
77426
|
+
"comment1": "SalesDays Content June 2023",
|
|
77427
|
+
"comment2": "TikiVolcano",
|
|
77428
|
+
"group": "Building",
|
|
77429
|
+
"type": "TikiVolcano",
|
|
77430
|
+
"width": 5,
|
|
77431
|
+
"height": 10,
|
|
77432
|
+
"storeable": 1,
|
|
77433
|
+
"kIDs": "0,1,2,3,4",
|
|
77434
|
+
"name": "Deco",
|
|
77435
|
+
"level": 1,
|
|
77436
|
+
"buildDuration": 600,
|
|
77437
|
+
"mightValue": 1000,
|
|
77438
|
+
"destructable": 0,
|
|
77439
|
+
"burnable": 0,
|
|
77440
|
+
"tempServerBurnable": 1,
|
|
77441
|
+
"smashable": 0,
|
|
77442
|
+
"initialFusionLevel": 780,
|
|
77443
|
+
"isFusionSource": 1,
|
|
77444
|
+
"isFusionTarget": 1,
|
|
77445
|
+
"sellC1": 200000,
|
|
77446
|
+
"tempServerDestructable": 1
|
|
77447
|
+
},
|
|
77448
|
+
{
|
|
77449
|
+
"wodID": 2722,
|
|
77450
|
+
"comment1": "SalesDays Content June 2023",
|
|
77451
|
+
"comment2": "TikiVolcanoRed",
|
|
77452
|
+
"group": "Building",
|
|
77453
|
+
"type": "TikiVolcanoRed",
|
|
77454
|
+
"width": 5,
|
|
77455
|
+
"height": 10,
|
|
77456
|
+
"storeable": 1,
|
|
77457
|
+
"kIDs": "0,1,2,3,4",
|
|
77458
|
+
"name": "Deco",
|
|
77459
|
+
"level": 1,
|
|
77460
|
+
"buildDuration": 600,
|
|
77461
|
+
"mightValue": 1000,
|
|
77462
|
+
"destructable": 0,
|
|
77463
|
+
"burnable": 0,
|
|
77464
|
+
"tempServerBurnable": 1,
|
|
77465
|
+
"smashable": 0,
|
|
77466
|
+
"initialFusionLevel": 760,
|
|
77467
|
+
"isFusionSource": 1,
|
|
77468
|
+
"isFusionTarget": 1,
|
|
77469
|
+
"sellC1": 200000,
|
|
77470
|
+
"tempServerDestructable": 1
|
|
77471
|
+
},
|
|
77472
|
+
{
|
|
77473
|
+
"wodID": 2723,
|
|
77474
|
+
"comment1": "SalesDays Content June 2023",
|
|
77475
|
+
"comment2": "TikiVolcanoRed",
|
|
77476
|
+
"group": "Building",
|
|
77477
|
+
"type": "TikiVolcanoRed",
|
|
77478
|
+
"width": 5,
|
|
77479
|
+
"height": 10,
|
|
77480
|
+
"storeable": 1,
|
|
77481
|
+
"kIDs": "0,1,2,3,4",
|
|
77482
|
+
"name": "Deco",
|
|
77483
|
+
"level": 1,
|
|
77484
|
+
"buildDuration": 600,
|
|
77485
|
+
"mightValue": 1000,
|
|
77486
|
+
"destructable": 0,
|
|
77487
|
+
"burnable": 0,
|
|
77488
|
+
"tempServerBurnable": 1,
|
|
77489
|
+
"smashable": 0,
|
|
77490
|
+
"initialFusionLevel": 770,
|
|
77491
|
+
"isFusionSource": 1,
|
|
77492
|
+
"isFusionTarget": 1,
|
|
77493
|
+
"sellC1": 200000,
|
|
77494
|
+
"tempServerDestructable": 1
|
|
77495
|
+
},
|
|
77496
|
+
{
|
|
77497
|
+
"wodID": 2724,
|
|
77498
|
+
"comment1": "SalesDays Content June 2023",
|
|
77499
|
+
"comment2": "TikiVolcanoRed",
|
|
77500
|
+
"group": "Building",
|
|
77501
|
+
"type": "TikiVolcanoRed",
|
|
77502
|
+
"width": 5,
|
|
77503
|
+
"height": 10,
|
|
77504
|
+
"storeable": 1,
|
|
77505
|
+
"kIDs": "0,1,2,3,4",
|
|
77506
|
+
"name": "Deco",
|
|
77507
|
+
"level": 1,
|
|
77508
|
+
"buildDuration": 600,
|
|
77509
|
+
"mightValue": 1000,
|
|
77510
|
+
"destructable": 0,
|
|
77511
|
+
"burnable": 0,
|
|
77512
|
+
"tempServerBurnable": 1,
|
|
77513
|
+
"smashable": 0,
|
|
77514
|
+
"initialFusionLevel": 780,
|
|
77515
|
+
"isFusionSource": 1,
|
|
77516
|
+
"isFusionTarget": 1,
|
|
77517
|
+
"sellC1": 200000,
|
|
77518
|
+
"tempServerDestructable": 1
|
|
77519
|
+
},
|
|
77520
|
+
{
|
|
77521
|
+
"wodID": 2725,
|
|
77522
|
+
"comment1": "Offering Reward 3250PO",
|
|
77523
|
+
"comment2": "FalconRecolour",
|
|
77524
|
+
"group": "Building",
|
|
77525
|
+
"type": "FalconRecolour",
|
|
77526
|
+
"width": 5,
|
|
77527
|
+
"height": 10,
|
|
77528
|
+
"storeable": 1,
|
|
77529
|
+
"kIDs": "0,1,2,3,4",
|
|
77530
|
+
"name": "Deco",
|
|
77531
|
+
"level": 1,
|
|
77532
|
+
"buildDuration": 600,
|
|
77533
|
+
"mightValue": 1000,
|
|
77534
|
+
"destructable": 0,
|
|
77535
|
+
"burnable": 0,
|
|
77536
|
+
"tempServerBurnable": 1,
|
|
77537
|
+
"smashable": 0,
|
|
77538
|
+
"initialFusionLevel": 630,
|
|
77539
|
+
"isFusionSource": 1,
|
|
77540
|
+
"isFusionTarget": 1,
|
|
77541
|
+
"sellC1": 200000,
|
|
77542
|
+
"tempServerDestructable": 1
|
|
77543
|
+
},
|
|
77544
|
+
{
|
|
77545
|
+
"wodID": 2726,
|
|
77546
|
+
"comment1": "Offering Reward 3600PO",
|
|
77547
|
+
"comment2": "KnightOfTheRedSun",
|
|
77548
|
+
"group": "Building",
|
|
77549
|
+
"type": "KnightOfTheRedSun",
|
|
77550
|
+
"width": 5,
|
|
77551
|
+
"height": 10,
|
|
77552
|
+
"storeable": 1,
|
|
77553
|
+
"kIDs": "0,1,2,3,4",
|
|
77554
|
+
"name": "Deco",
|
|
77555
|
+
"level": 1,
|
|
77556
|
+
"buildDuration": 600,
|
|
77557
|
+
"mightValue": 1000,
|
|
77558
|
+
"destructable": 0,
|
|
77559
|
+
"burnable": 0,
|
|
77560
|
+
"tempServerBurnable": 1,
|
|
77561
|
+
"smashable": 0,
|
|
77562
|
+
"initialFusionLevel": 700,
|
|
77563
|
+
"isFusionSource": 1,
|
|
77564
|
+
"isFusionTarget": 1,
|
|
77565
|
+
"sellC1": 200000,
|
|
77566
|
+
"tempServerDestructable": 1
|
|
77158
77567
|
}
|
|
77159
77568
|
]
|
|
77160
77569
|
}
|