e4k-data 4.93.95 → 4.95.27
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 +1420 -355
- package/data/characters.json +3 -3
- package/data/constructionItems.json +13 -13
- package/data/currencies.json +14 -0
- package/data/donationItems.json +8 -16
- package/data/expansions.json +54 -54
- package/data/generalSkillTiers.json +36 -0
- package/data/generalSkills.json +1868 -0
- package/data/generalSlots.json +40 -0
- package/data/generals.json +14 -0
- package/data/horses.json +143 -143
- package/data/leaguetypeEvents.json +33 -0
- package/data/lootBoxTombolas.json +392 -0
- package/data/packages.json +15 -1
- package/data/rewards.json +112 -5
- package/data/titles.json +66 -66
- package/data/units.json +362 -0
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/data/wodIds.json +186 -186
- package/data/worldmapskins.json +12 -6
- package/images/x768.json +2920 -632
- package/languages/da.json +45 -17
- package/languages/de.json +44 -16
- package/languages/el.json +45 -17
- package/languages/en.json +45 -17
- package/languages/es.json +45 -17
- package/languages/fi.json +44 -16
- package/languages/fr.json +45 -17
- package/languages/it.json +45 -17
- package/languages/ja.json +44 -16
- package/languages/ko.json +44 -16
- package/languages/nl.json +45 -17
- package/languages/no.json +45 -17
- package/languages/pl.json +45 -17
- package/languages/pt.json +45 -17
- package/languages/ru.json +45 -17
- package/languages/sv.json +45 -17
- package/languages/tr.json +45 -17
- package/languages/zh_CN.json +44 -16
- package/languages/zh_TW.json +44 -16
- package/package.json +1 -1
- package/typings/data.d.ts +5 -2
- package/typings/images.d.ts +181 -29
- package/typings/languages.d.ts +32 -4
package/data/buildings.json
CHANGED
|
@@ -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,
|
|
@@ -11876,14 +12021,925 @@
|
|
|
11876
12021
|
"costFloraToken": 7,
|
|
11877
12022
|
"costC1": 56548,
|
|
11878
12023
|
"costSceatToken": 6,
|
|
11879
|
-
"sellFloraToken": 1934,
|
|
11880
|
-
"buildDuration": 56700,
|
|
11881
|
-
"xp": 800,
|
|
11882
|
-
"mightValue": 1076500,
|
|
12024
|
+
"sellFloraToken": 1934,
|
|
12025
|
+
"buildDuration": 56700,
|
|
12026
|
+
"xp": 800,
|
|
12027
|
+
"mightValue": 1076500,
|
|
12028
|
+
"districtTypeID": 7,
|
|
12029
|
+
"isDistrict": 1,
|
|
12030
|
+
"districtSlots": 7,
|
|
12031
|
+
"decoPoints": 3358,
|
|
12032
|
+
"destructable": 0,
|
|
12033
|
+
"burnable": 0,
|
|
12034
|
+
"tempServerBurnable": 0,
|
|
12035
|
+
"smashable": 0,
|
|
12036
|
+
"isRelicBuilding": 1,
|
|
12037
|
+
"maximumCount": 1
|
|
12038
|
+
},
|
|
12039
|
+
{
|
|
12040
|
+
"wodID": 3430,
|
|
12041
|
+
"crossplayID": 3430,
|
|
12042
|
+
"comment1": "Deco2x2",
|
|
12043
|
+
"comment2": "District",
|
|
12044
|
+
"name": "DecoDistrict2x2",
|
|
12045
|
+
"upgradeWodID": 3431,
|
|
12046
|
+
"downgradeWodID": 3429,
|
|
12047
|
+
"level": 181,
|
|
12048
|
+
"requiredLevel": 10,
|
|
12049
|
+
"group": "Building",
|
|
12050
|
+
"type": "Level1",
|
|
12051
|
+
"width": 5,
|
|
12052
|
+
"height": 10,
|
|
12053
|
+
"storeable": 1,
|
|
12054
|
+
"kIDs": "0,1,2,3",
|
|
12055
|
+
"onlyInAreaTypes": "1,4,12",
|
|
12056
|
+
"buildingGroundType": "CIVIL",
|
|
12057
|
+
"costFloraToken": 7,
|
|
12058
|
+
"costC1": 56548,
|
|
12059
|
+
"costGoldToken": 329,
|
|
12060
|
+
"costRareNails": 379,
|
|
12061
|
+
"sellFloraToken": 1937,
|
|
12062
|
+
"buildDuration": 57000,
|
|
12063
|
+
"xp": 800,
|
|
12064
|
+
"mightValue": 1080000,
|
|
12065
|
+
"districtTypeID": 7,
|
|
12066
|
+
"isDistrict": 1,
|
|
12067
|
+
"districtSlots": 7,
|
|
12068
|
+
"decoPoints": 3360,
|
|
12069
|
+
"destructable": 0,
|
|
12070
|
+
"burnable": 0,
|
|
12071
|
+
"tempServerBurnable": 0,
|
|
12072
|
+
"smashable": 0,
|
|
12073
|
+
"isRelicBuilding": 1,
|
|
12074
|
+
"maximumCount": 1
|
|
12075
|
+
},
|
|
12076
|
+
{
|
|
12077
|
+
"wodID": 3431,
|
|
12078
|
+
"crossplayID": 3431,
|
|
12079
|
+
"comment1": "Deco2x2",
|
|
12080
|
+
"comment2": "District",
|
|
12081
|
+
"name": "DecoDistrict2x2",
|
|
12082
|
+
"upgradeWodID": 3432,
|
|
12083
|
+
"downgradeWodID": 3430,
|
|
12084
|
+
"level": 182,
|
|
12085
|
+
"requiredLevel": 10,
|
|
12086
|
+
"group": "Building",
|
|
12087
|
+
"type": "Level1",
|
|
12088
|
+
"width": 5,
|
|
12089
|
+
"height": 10,
|
|
12090
|
+
"storeable": 1,
|
|
12091
|
+
"kIDs": "0,1,2,3",
|
|
12092
|
+
"onlyInAreaTypes": "1,4,12",
|
|
12093
|
+
"buildingGroundType": "CIVIL",
|
|
12094
|
+
"costFloraToken": 7,
|
|
12095
|
+
"costC1": 56548,
|
|
12096
|
+
"costSceatToken": 6,
|
|
12097
|
+
"sellFloraToken": 1941,
|
|
12098
|
+
"buildDuration": 57300,
|
|
12099
|
+
"xp": 800,
|
|
12100
|
+
"mightValue": 1083500,
|
|
12101
|
+
"districtTypeID": 7,
|
|
12102
|
+
"isDistrict": 1,
|
|
12103
|
+
"districtSlots": 7,
|
|
12104
|
+
"decoPoints": 3362,
|
|
12105
|
+
"destructable": 0,
|
|
12106
|
+
"burnable": 0,
|
|
12107
|
+
"tempServerBurnable": 0,
|
|
12108
|
+
"smashable": 0,
|
|
12109
|
+
"isRelicBuilding": 1,
|
|
12110
|
+
"maximumCount": 1
|
|
12111
|
+
},
|
|
12112
|
+
{
|
|
12113
|
+
"wodID": 3432,
|
|
12114
|
+
"crossplayID": 3432,
|
|
12115
|
+
"comment1": "Deco2x2",
|
|
12116
|
+
"comment2": "District",
|
|
12117
|
+
"name": "DecoDistrict2x2",
|
|
12118
|
+
"upgradeWodID": 3433,
|
|
12119
|
+
"downgradeWodID": 3431,
|
|
12120
|
+
"level": 183,
|
|
12121
|
+
"requiredLevel": 10,
|
|
12122
|
+
"group": "Building",
|
|
12123
|
+
"type": "Level1",
|
|
12124
|
+
"width": 5,
|
|
12125
|
+
"height": 10,
|
|
12126
|
+
"storeable": 1,
|
|
12127
|
+
"kIDs": "0,1,2,3",
|
|
12128
|
+
"onlyInAreaTypes": "1,4,12",
|
|
12129
|
+
"buildingGroundType": "CIVIL",
|
|
12130
|
+
"costFloraToken": 7,
|
|
12131
|
+
"costC1": 56548,
|
|
12132
|
+
"costGoldToken": 329,
|
|
12133
|
+
"costRareGlue": 11,
|
|
12134
|
+
"sellFloraToken": 1944,
|
|
12135
|
+
"buildDuration": 57600,
|
|
12136
|
+
"xp": 800,
|
|
12137
|
+
"mightValue": 1087000,
|
|
12138
|
+
"districtTypeID": 7,
|
|
12139
|
+
"isDistrict": 1,
|
|
12140
|
+
"districtSlots": 7,
|
|
12141
|
+
"decoPoints": 3364,
|
|
12142
|
+
"destructable": 0,
|
|
12143
|
+
"burnable": 0,
|
|
12144
|
+
"tempServerBurnable": 0,
|
|
12145
|
+
"smashable": 0,
|
|
12146
|
+
"isRelicBuilding": 1,
|
|
12147
|
+
"maximumCount": 1
|
|
12148
|
+
},
|
|
12149
|
+
{
|
|
12150
|
+
"wodID": 3433,
|
|
12151
|
+
"crossplayID": 3433,
|
|
12152
|
+
"comment1": "Deco2x2",
|
|
12153
|
+
"comment2": "District",
|
|
12154
|
+
"name": "DecoDistrict2x2",
|
|
12155
|
+
"upgradeWodID": 3434,
|
|
12156
|
+
"downgradeWodID": 3432,
|
|
12157
|
+
"level": 184,
|
|
12158
|
+
"requiredLevel": 10,
|
|
12159
|
+
"group": "Building",
|
|
12160
|
+
"type": "Level1",
|
|
12161
|
+
"width": 5,
|
|
12162
|
+
"height": 10,
|
|
12163
|
+
"storeable": 1,
|
|
12164
|
+
"kIDs": "0,1,2,3",
|
|
12165
|
+
"onlyInAreaTypes": "1,4,12",
|
|
12166
|
+
"buildingGroundType": "CIVIL",
|
|
12167
|
+
"costFloraToken": 7,
|
|
12168
|
+
"costC1": 56548,
|
|
12169
|
+
"costSceatToken": 6,
|
|
12170
|
+
"sellFloraToken": 1948,
|
|
12171
|
+
"buildDuration": 57900,
|
|
12172
|
+
"xp": 800,
|
|
12173
|
+
"mightValue": 1090500,
|
|
12174
|
+
"districtTypeID": 7,
|
|
12175
|
+
"isDistrict": 1,
|
|
12176
|
+
"districtSlots": 7,
|
|
12177
|
+
"decoPoints": 3366,
|
|
12178
|
+
"destructable": 0,
|
|
12179
|
+
"burnable": 0,
|
|
12180
|
+
"tempServerBurnable": 0,
|
|
12181
|
+
"smashable": 0,
|
|
12182
|
+
"isRelicBuilding": 1,
|
|
12183
|
+
"maximumCount": 1
|
|
12184
|
+
},
|
|
12185
|
+
{
|
|
12186
|
+
"wodID": 3434,
|
|
12187
|
+
"crossplayID": 3434,
|
|
12188
|
+
"comment1": "Deco2x2",
|
|
12189
|
+
"comment2": "District",
|
|
12190
|
+
"name": "DecoDistrict2x2",
|
|
12191
|
+
"upgradeWodID": 3435,
|
|
12192
|
+
"downgradeWodID": 3433,
|
|
12193
|
+
"level": 185,
|
|
12194
|
+
"requiredLevel": 10,
|
|
12195
|
+
"group": "Building",
|
|
12196
|
+
"type": "Level1",
|
|
12197
|
+
"width": 5,
|
|
12198
|
+
"height": 10,
|
|
12199
|
+
"storeable": 1,
|
|
12200
|
+
"kIDs": "0,1,2,3",
|
|
12201
|
+
"onlyInAreaTypes": "1,4,12",
|
|
12202
|
+
"buildingGroundType": "CIVIL",
|
|
12203
|
+
"costFloraToken": 7,
|
|
12204
|
+
"costC1": 56548,
|
|
12205
|
+
"costWood": 65000,
|
|
12206
|
+
"costGoldToken": 329,
|
|
12207
|
+
"sellFloraToken": 1951,
|
|
12208
|
+
"buildDuration": 58200,
|
|
12209
|
+
"xp": 800,
|
|
12210
|
+
"mightValue": 1094000,
|
|
12211
|
+
"districtTypeID": 7,
|
|
12212
|
+
"isDistrict": 1,
|
|
12213
|
+
"districtSlots": 7,
|
|
12214
|
+
"decoPoints": 3368,
|
|
12215
|
+
"destructable": 0,
|
|
12216
|
+
"burnable": 0,
|
|
12217
|
+
"tempServerBurnable": 0,
|
|
12218
|
+
"smashable": 0,
|
|
12219
|
+
"isRelicBuilding": 1,
|
|
12220
|
+
"maximumCount": 1
|
|
12221
|
+
},
|
|
12222
|
+
{
|
|
12223
|
+
"wodID": 3435,
|
|
12224
|
+
"crossplayID": 3435,
|
|
12225
|
+
"comment1": "Deco2x2",
|
|
12226
|
+
"comment2": "District",
|
|
12227
|
+
"name": "DecoDistrict2x2",
|
|
12228
|
+
"upgradeWodID": 3436,
|
|
12229
|
+
"downgradeWodID": 3434,
|
|
12230
|
+
"level": 186,
|
|
12231
|
+
"requiredLevel": 10,
|
|
12232
|
+
"group": "Building",
|
|
12233
|
+
"type": "Level1",
|
|
12234
|
+
"width": 5,
|
|
12235
|
+
"height": 10,
|
|
12236
|
+
"storeable": 1,
|
|
12237
|
+
"kIDs": "0,1,2,3",
|
|
12238
|
+
"onlyInAreaTypes": "1,4,12",
|
|
12239
|
+
"buildingGroundType": "CIVIL",
|
|
12240
|
+
"costFloraToken": 7,
|
|
12241
|
+
"costC1": 56548,
|
|
12242
|
+
"costSceatToken": 6,
|
|
12243
|
+
"sellFloraToken": 1955,
|
|
12244
|
+
"buildDuration": 58500,
|
|
12245
|
+
"xp": 800,
|
|
12246
|
+
"mightValue": 1097500,
|
|
12247
|
+
"districtTypeID": 7,
|
|
12248
|
+
"isDistrict": 1,
|
|
12249
|
+
"districtSlots": 7,
|
|
12250
|
+
"decoPoints": 3370,
|
|
12251
|
+
"destructable": 0,
|
|
12252
|
+
"burnable": 0,
|
|
12253
|
+
"tempServerBurnable": 0,
|
|
12254
|
+
"smashable": 0,
|
|
12255
|
+
"isRelicBuilding": 1,
|
|
12256
|
+
"maximumCount": 1
|
|
12257
|
+
},
|
|
12258
|
+
{
|
|
12259
|
+
"wodID": 3436,
|
|
12260
|
+
"crossplayID": 3436,
|
|
12261
|
+
"comment1": "Deco2x2",
|
|
12262
|
+
"comment2": "District",
|
|
12263
|
+
"name": "DecoDistrict2x2",
|
|
12264
|
+
"upgradeWodID": 3437,
|
|
12265
|
+
"downgradeWodID": 3435,
|
|
12266
|
+
"level": 187,
|
|
12267
|
+
"requiredLevel": 10,
|
|
12268
|
+
"group": "Building",
|
|
12269
|
+
"type": "Level1",
|
|
12270
|
+
"width": 5,
|
|
12271
|
+
"height": 10,
|
|
12272
|
+
"storeable": 1,
|
|
12273
|
+
"kIDs": "0,1,2,3",
|
|
12274
|
+
"onlyInAreaTypes": "1,4,12",
|
|
12275
|
+
"buildingGroundType": "CIVIL",
|
|
12276
|
+
"costFloraToken": 7,
|
|
12277
|
+
"costC1": 56548,
|
|
12278
|
+
"costStone": 65000,
|
|
12279
|
+
"costGoldToken": 329,
|
|
12280
|
+
"sellFloraToken": 1958,
|
|
12281
|
+
"buildDuration": 58800,
|
|
12282
|
+
"xp": 800,
|
|
12283
|
+
"mightValue": 1101000,
|
|
12284
|
+
"districtTypeID": 7,
|
|
12285
|
+
"isDistrict": 1,
|
|
12286
|
+
"districtSlots": 7,
|
|
12287
|
+
"decoPoints": 3372,
|
|
12288
|
+
"destructable": 0,
|
|
12289
|
+
"burnable": 0,
|
|
12290
|
+
"tempServerBurnable": 0,
|
|
12291
|
+
"smashable": 0,
|
|
12292
|
+
"isRelicBuilding": 1,
|
|
12293
|
+
"maximumCount": 1
|
|
12294
|
+
},
|
|
12295
|
+
{
|
|
12296
|
+
"wodID": 3437,
|
|
12297
|
+
"crossplayID": 3437,
|
|
12298
|
+
"comment1": "Deco2x2",
|
|
12299
|
+
"comment2": "District",
|
|
12300
|
+
"name": "DecoDistrict2x2",
|
|
12301
|
+
"upgradeWodID": 3438,
|
|
12302
|
+
"downgradeWodID": 3436,
|
|
12303
|
+
"level": 188,
|
|
12304
|
+
"requiredLevel": 10,
|
|
12305
|
+
"group": "Building",
|
|
12306
|
+
"type": "Level1",
|
|
12307
|
+
"width": 5,
|
|
12308
|
+
"height": 10,
|
|
12309
|
+
"storeable": 1,
|
|
12310
|
+
"kIDs": "0,1,2,3",
|
|
12311
|
+
"onlyInAreaTypes": "1,4,12",
|
|
12312
|
+
"buildingGroundType": "CIVIL",
|
|
12313
|
+
"costFloraToken": 7,
|
|
12314
|
+
"costC1": 56548,
|
|
12315
|
+
"costSceatToken": 6,
|
|
12316
|
+
"sellFloraToken": 1962,
|
|
12317
|
+
"buildDuration": 59100,
|
|
12318
|
+
"xp": 800,
|
|
12319
|
+
"mightValue": 1104500,
|
|
12320
|
+
"districtTypeID": 7,
|
|
12321
|
+
"isDistrict": 1,
|
|
12322
|
+
"districtSlots": 7,
|
|
12323
|
+
"decoPoints": 3374,
|
|
12324
|
+
"destructable": 0,
|
|
12325
|
+
"burnable": 0,
|
|
12326
|
+
"tempServerBurnable": 0,
|
|
12327
|
+
"smashable": 0,
|
|
12328
|
+
"isRelicBuilding": 1,
|
|
12329
|
+
"maximumCount": 1
|
|
12330
|
+
},
|
|
12331
|
+
{
|
|
12332
|
+
"wodID": 3438,
|
|
12333
|
+
"crossplayID": 3438,
|
|
12334
|
+
"comment1": "Deco2x2",
|
|
12335
|
+
"comment2": "District",
|
|
12336
|
+
"name": "DecoDistrict2x2",
|
|
12337
|
+
"upgradeWodID": 3439,
|
|
12338
|
+
"downgradeWodID": 3437,
|
|
12339
|
+
"level": 189,
|
|
12340
|
+
"requiredLevel": 10,
|
|
12341
|
+
"group": "Building",
|
|
12342
|
+
"type": "Level1",
|
|
12343
|
+
"width": 5,
|
|
12344
|
+
"height": 10,
|
|
12345
|
+
"storeable": 1,
|
|
12346
|
+
"kIDs": "0,1,2,3",
|
|
12347
|
+
"onlyInAreaTypes": "1,4,12",
|
|
12348
|
+
"buildingGroundType": "CIVIL",
|
|
12349
|
+
"costFloraToken": 7,
|
|
12350
|
+
"costC1": 56548,
|
|
12351
|
+
"costIron": 65000,
|
|
12352
|
+
"costGoldToken": 329,
|
|
12353
|
+
"sellFloraToken": 1965,
|
|
12354
|
+
"buildDuration": 59400,
|
|
12355
|
+
"xp": 800,
|
|
12356
|
+
"mightValue": 1108000,
|
|
12357
|
+
"districtTypeID": 7,
|
|
12358
|
+
"isDistrict": 1,
|
|
12359
|
+
"districtSlots": 7,
|
|
12360
|
+
"decoPoints": 3376,
|
|
12361
|
+
"destructable": 0,
|
|
12362
|
+
"burnable": 0,
|
|
12363
|
+
"tempServerBurnable": 0,
|
|
12364
|
+
"smashable": 0,
|
|
12365
|
+
"isRelicBuilding": 1,
|
|
12366
|
+
"maximumCount": 1
|
|
12367
|
+
},
|
|
12368
|
+
{
|
|
12369
|
+
"wodID": 3439,
|
|
12370
|
+
"crossplayID": 3439,
|
|
12371
|
+
"comment1": "Deco2x2",
|
|
12372
|
+
"comment2": "District",
|
|
12373
|
+
"name": "DecoDistrict2x2",
|
|
12374
|
+
"upgradeWodID": 3440,
|
|
12375
|
+
"downgradeWodID": 3438,
|
|
12376
|
+
"level": 190,
|
|
12377
|
+
"requiredLevel": 10,
|
|
12378
|
+
"group": "Building",
|
|
12379
|
+
"type": "Level1",
|
|
12380
|
+
"width": 5,
|
|
12381
|
+
"height": 10,
|
|
12382
|
+
"storeable": 1,
|
|
12383
|
+
"kIDs": "0,1,2,3",
|
|
12384
|
+
"onlyInAreaTypes": "1,4,12",
|
|
12385
|
+
"buildingGroundType": "CIVIL",
|
|
12386
|
+
"costFloraToken": 7,
|
|
12387
|
+
"costC1": 56548,
|
|
12388
|
+
"costSceatToken": 6,
|
|
12389
|
+
"sellFloraToken": 1969,
|
|
12390
|
+
"buildDuration": 59700,
|
|
12391
|
+
"xp": 800,
|
|
12392
|
+
"mightValue": 1111500,
|
|
12393
|
+
"districtTypeID": 7,
|
|
12394
|
+
"isDistrict": 1,
|
|
12395
|
+
"districtSlots": 7,
|
|
12396
|
+
"decoPoints": 3378,
|
|
12397
|
+
"destructable": 0,
|
|
12398
|
+
"burnable": 0,
|
|
12399
|
+
"tempServerBurnable": 0,
|
|
12400
|
+
"smashable": 0,
|
|
12401
|
+
"isRelicBuilding": 1,
|
|
12402
|
+
"maximumCount": 1
|
|
12403
|
+
},
|
|
12404
|
+
{
|
|
12405
|
+
"wodID": 3440,
|
|
12406
|
+
"crossplayID": 3440,
|
|
12407
|
+
"comment1": "Deco2x2",
|
|
12408
|
+
"comment2": "District",
|
|
12409
|
+
"name": "DecoDistrict2x2",
|
|
12410
|
+
"upgradeWodID": 3441,
|
|
12411
|
+
"downgradeWodID": 3439,
|
|
12412
|
+
"level": 191,
|
|
12413
|
+
"requiredLevel": 10,
|
|
12414
|
+
"group": "Building",
|
|
12415
|
+
"type": "Level1",
|
|
12416
|
+
"width": 5,
|
|
12417
|
+
"height": 10,
|
|
12418
|
+
"storeable": 1,
|
|
12419
|
+
"kIDs": "0,1,2,3",
|
|
12420
|
+
"onlyInAreaTypes": "1,4,12",
|
|
12421
|
+
"buildingGroundType": "CIVIL",
|
|
12422
|
+
"costFloraToken": 7,
|
|
12423
|
+
"costC1": 56548,
|
|
12424
|
+
"costGlass": 65000,
|
|
12425
|
+
"costGoldToken": 329,
|
|
12426
|
+
"sellFloraToken": 1972,
|
|
12427
|
+
"buildDuration": 60000,
|
|
12428
|
+
"xp": 800,
|
|
12429
|
+
"mightValue": 1115000,
|
|
12430
|
+
"districtTypeID": 7,
|
|
12431
|
+
"isDistrict": 1,
|
|
12432
|
+
"districtSlots": 7,
|
|
12433
|
+
"decoPoints": 3380,
|
|
12434
|
+
"destructable": 0,
|
|
12435
|
+
"burnable": 0,
|
|
12436
|
+
"tempServerBurnable": 0,
|
|
12437
|
+
"smashable": 0,
|
|
12438
|
+
"isRelicBuilding": 1,
|
|
12439
|
+
"maximumCount": 1
|
|
12440
|
+
},
|
|
12441
|
+
{
|
|
12442
|
+
"wodID": 3441,
|
|
12443
|
+
"crossplayID": 3441,
|
|
12444
|
+
"comment1": "Deco2x2",
|
|
12445
|
+
"comment2": "District",
|
|
12446
|
+
"name": "DecoDistrict2x2",
|
|
12447
|
+
"upgradeWodID": 3442,
|
|
12448
|
+
"downgradeWodID": 3440,
|
|
12449
|
+
"level": 192,
|
|
12450
|
+
"requiredLevel": 10,
|
|
12451
|
+
"group": "Building",
|
|
12452
|
+
"type": "Level1",
|
|
12453
|
+
"width": 5,
|
|
12454
|
+
"height": 10,
|
|
12455
|
+
"storeable": 1,
|
|
12456
|
+
"kIDs": "0,1,2,3",
|
|
12457
|
+
"onlyInAreaTypes": "1,4,12",
|
|
12458
|
+
"buildingGroundType": "CIVIL",
|
|
12459
|
+
"costFloraToken": 7,
|
|
12460
|
+
"costC1": 56548,
|
|
12461
|
+
"costSceatToken": 6,
|
|
12462
|
+
"sellFloraToken": 1976,
|
|
12463
|
+
"buildDuration": 60300,
|
|
12464
|
+
"xp": 800,
|
|
12465
|
+
"mightValue": 1118500,
|
|
12466
|
+
"districtTypeID": 7,
|
|
12467
|
+
"isDistrict": 1,
|
|
12468
|
+
"districtSlots": 7,
|
|
12469
|
+
"decoPoints": 3382,
|
|
12470
|
+
"destructable": 0,
|
|
12471
|
+
"burnable": 0,
|
|
12472
|
+
"tempServerBurnable": 0,
|
|
12473
|
+
"smashable": 0,
|
|
12474
|
+
"isRelicBuilding": 1,
|
|
12475
|
+
"maximumCount": 1
|
|
12476
|
+
},
|
|
12477
|
+
{
|
|
12478
|
+
"wodID": 3442,
|
|
12479
|
+
"crossplayID": 3442,
|
|
12480
|
+
"comment1": "Deco2x2",
|
|
12481
|
+
"comment2": "District",
|
|
12482
|
+
"name": "DecoDistrict2x2",
|
|
12483
|
+
"upgradeWodID": 3443,
|
|
12484
|
+
"downgradeWodID": 3441,
|
|
12485
|
+
"level": 193,
|
|
12486
|
+
"requiredLevel": 10,
|
|
12487
|
+
"group": "Building",
|
|
12488
|
+
"type": "Level1",
|
|
12489
|
+
"width": 5,
|
|
12490
|
+
"height": 10,
|
|
12491
|
+
"storeable": 1,
|
|
12492
|
+
"kIDs": "0,1,2,3",
|
|
12493
|
+
"onlyInAreaTypes": "1,4,12",
|
|
12494
|
+
"buildingGroundType": "CIVIL",
|
|
12495
|
+
"costFloraToken": 7,
|
|
12496
|
+
"costC1": 56548,
|
|
12497
|
+
"costOil": 65000,
|
|
12498
|
+
"costGoldToken": 329,
|
|
12499
|
+
"sellFloraToken": 1979,
|
|
12500
|
+
"buildDuration": 60600,
|
|
12501
|
+
"xp": 800,
|
|
12502
|
+
"mightValue": 1122000,
|
|
12503
|
+
"districtTypeID": 7,
|
|
12504
|
+
"isDistrict": 1,
|
|
12505
|
+
"districtSlots": 7,
|
|
12506
|
+
"decoPoints": 3384,
|
|
12507
|
+
"destructable": 0,
|
|
12508
|
+
"burnable": 0,
|
|
12509
|
+
"tempServerBurnable": 0,
|
|
12510
|
+
"smashable": 0,
|
|
12511
|
+
"isRelicBuilding": 1,
|
|
12512
|
+
"maximumCount": 1
|
|
12513
|
+
},
|
|
12514
|
+
{
|
|
12515
|
+
"wodID": 3443,
|
|
12516
|
+
"crossplayID": 3443,
|
|
12517
|
+
"comment1": "Deco2x2",
|
|
12518
|
+
"comment2": "District",
|
|
12519
|
+
"name": "DecoDistrict2x2",
|
|
12520
|
+
"upgradeWodID": 3444,
|
|
12521
|
+
"downgradeWodID": 3442,
|
|
12522
|
+
"level": 194,
|
|
12523
|
+
"requiredLevel": 10,
|
|
12524
|
+
"group": "Building",
|
|
12525
|
+
"type": "Level1",
|
|
12526
|
+
"width": 5,
|
|
12527
|
+
"height": 10,
|
|
12528
|
+
"storeable": 1,
|
|
12529
|
+
"kIDs": "0,1,2,3",
|
|
12530
|
+
"onlyInAreaTypes": "1,4,12",
|
|
12531
|
+
"buildingGroundType": "CIVIL",
|
|
12532
|
+
"costFloraToken": 7,
|
|
12533
|
+
"costC1": 56548,
|
|
12534
|
+
"costSceatToken": 6,
|
|
12535
|
+
"sellFloraToken": 1983,
|
|
12536
|
+
"buildDuration": 60900,
|
|
12537
|
+
"xp": 800,
|
|
12538
|
+
"mightValue": 1125500,
|
|
12539
|
+
"districtTypeID": 7,
|
|
12540
|
+
"isDistrict": 1,
|
|
12541
|
+
"districtSlots": 7,
|
|
12542
|
+
"decoPoints": 3386,
|
|
12543
|
+
"destructable": 0,
|
|
12544
|
+
"burnable": 0,
|
|
12545
|
+
"tempServerBurnable": 0,
|
|
12546
|
+
"smashable": 0,
|
|
12547
|
+
"isRelicBuilding": 1,
|
|
12548
|
+
"maximumCount": 1
|
|
12549
|
+
},
|
|
12550
|
+
{
|
|
12551
|
+
"wodID": 3444,
|
|
12552
|
+
"crossplayID": 3444,
|
|
12553
|
+
"comment1": "Deco2x2",
|
|
12554
|
+
"comment2": "District",
|
|
12555
|
+
"name": "DecoDistrict2x2",
|
|
12556
|
+
"upgradeWodID": 3445,
|
|
12557
|
+
"downgradeWodID": 3443,
|
|
12558
|
+
"level": 195,
|
|
12559
|
+
"requiredLevel": 10,
|
|
12560
|
+
"group": "Building",
|
|
12561
|
+
"type": "Level1",
|
|
12562
|
+
"width": 5,
|
|
12563
|
+
"height": 10,
|
|
12564
|
+
"storeable": 1,
|
|
12565
|
+
"kIDs": "0,1,2,3",
|
|
12566
|
+
"onlyInAreaTypes": "1,4,12",
|
|
12567
|
+
"buildingGroundType": "CIVIL",
|
|
12568
|
+
"costFloraToken": 7,
|
|
12569
|
+
"costC1": 56548,
|
|
12570
|
+
"costCoal": 65000,
|
|
12571
|
+
"costGoldToken": 329,
|
|
12572
|
+
"sellFloraToken": 1986,
|
|
12573
|
+
"buildDuration": 61200,
|
|
12574
|
+
"xp": 800,
|
|
12575
|
+
"mightValue": 1129000,
|
|
12576
|
+
"districtTypeID": 7,
|
|
12577
|
+
"isDistrict": 1,
|
|
12578
|
+
"districtSlots": 7,
|
|
12579
|
+
"decoPoints": 3388,
|
|
12580
|
+
"destructable": 0,
|
|
12581
|
+
"burnable": 0,
|
|
12582
|
+
"tempServerBurnable": 0,
|
|
12583
|
+
"smashable": 0,
|
|
12584
|
+
"isRelicBuilding": 1,
|
|
12585
|
+
"maximumCount": 1
|
|
12586
|
+
},
|
|
12587
|
+
{
|
|
12588
|
+
"wodID": 3445,
|
|
12589
|
+
"crossplayID": 3445,
|
|
12590
|
+
"comment1": "Deco2x2",
|
|
12591
|
+
"comment2": "District",
|
|
12592
|
+
"name": "DecoDistrict2x2",
|
|
12593
|
+
"upgradeWodID": 3446,
|
|
12594
|
+
"downgradeWodID": 3444,
|
|
12595
|
+
"level": 196,
|
|
12596
|
+
"requiredLevel": 10,
|
|
12597
|
+
"group": "Building",
|
|
12598
|
+
"type": "Level1",
|
|
12599
|
+
"width": 5,
|
|
12600
|
+
"height": 10,
|
|
12601
|
+
"storeable": 1,
|
|
12602
|
+
"kIDs": "0,1,2,3",
|
|
12603
|
+
"onlyInAreaTypes": "1,4,12",
|
|
12604
|
+
"buildingGroundType": "CIVIL",
|
|
12605
|
+
"costFloraToken": 7,
|
|
12606
|
+
"costC1": 56548,
|
|
12607
|
+
"costSceatToken": 6,
|
|
12608
|
+
"sellFloraToken": 1990,
|
|
12609
|
+
"buildDuration": 61500,
|
|
12610
|
+
"xp": 800,
|
|
12611
|
+
"mightValue": 1132500,
|
|
12612
|
+
"districtTypeID": 7,
|
|
12613
|
+
"isDistrict": 1,
|
|
12614
|
+
"districtSlots": 7,
|
|
12615
|
+
"decoPoints": 3390,
|
|
12616
|
+
"destructable": 0,
|
|
12617
|
+
"burnable": 0,
|
|
12618
|
+
"tempServerBurnable": 0,
|
|
12619
|
+
"smashable": 0,
|
|
12620
|
+
"isRelicBuilding": 1,
|
|
12621
|
+
"maximumCount": 1
|
|
12622
|
+
},
|
|
12623
|
+
{
|
|
12624
|
+
"wodID": 3446,
|
|
12625
|
+
"crossplayID": 3446,
|
|
12626
|
+
"comment1": "Deco2x2",
|
|
12627
|
+
"comment2": "District",
|
|
12628
|
+
"name": "DecoDistrict2x2",
|
|
12629
|
+
"upgradeWodID": 3447,
|
|
12630
|
+
"downgradeWodID": 3445,
|
|
12631
|
+
"level": 197,
|
|
12632
|
+
"requiredLevel": 10,
|
|
12633
|
+
"group": "Building",
|
|
12634
|
+
"type": "Level1",
|
|
12635
|
+
"width": 5,
|
|
12636
|
+
"height": 10,
|
|
12637
|
+
"storeable": 1,
|
|
12638
|
+
"kIDs": "0,1,2,3",
|
|
12639
|
+
"onlyInAreaTypes": "1,4,12",
|
|
12640
|
+
"buildingGroundType": "CIVIL",
|
|
12641
|
+
"costFloraToken": 7,
|
|
12642
|
+
"costC1": 56548,
|
|
12643
|
+
"costSamuraiToken": 514,
|
|
12644
|
+
"costKhanTablet": 2036,
|
|
12645
|
+
"sellFloraToken": 1993,
|
|
12646
|
+
"buildDuration": 61800,
|
|
12647
|
+
"xp": 800,
|
|
12648
|
+
"mightValue": 1136000,
|
|
12649
|
+
"districtTypeID": 7,
|
|
12650
|
+
"isDistrict": 1,
|
|
12651
|
+
"districtSlots": 7,
|
|
12652
|
+
"decoPoints": 3392,
|
|
12653
|
+
"destructable": 0,
|
|
12654
|
+
"burnable": 0,
|
|
12655
|
+
"tempServerBurnable": 0,
|
|
12656
|
+
"smashable": 0,
|
|
12657
|
+
"isRelicBuilding": 1,
|
|
12658
|
+
"maximumCount": 1
|
|
12659
|
+
},
|
|
12660
|
+
{
|
|
12661
|
+
"wodID": 3447,
|
|
12662
|
+
"crossplayID": 3447,
|
|
12663
|
+
"comment1": "Deco2x2",
|
|
12664
|
+
"comment2": "District",
|
|
12665
|
+
"name": "DecoDistrict2x2",
|
|
12666
|
+
"upgradeWodID": 3448,
|
|
12667
|
+
"downgradeWodID": 3446,
|
|
12668
|
+
"level": 198,
|
|
12669
|
+
"requiredLevel": 10,
|
|
12670
|
+
"group": "Building",
|
|
12671
|
+
"type": "Level1",
|
|
12672
|
+
"width": 5,
|
|
12673
|
+
"height": 10,
|
|
12674
|
+
"storeable": 1,
|
|
12675
|
+
"kIDs": "0,1,2,3",
|
|
12676
|
+
"onlyInAreaTypes": "1,4,12",
|
|
12677
|
+
"buildingGroundType": "CIVIL",
|
|
12678
|
+
"costFloraToken": 7,
|
|
12679
|
+
"costC1": 56548,
|
|
12680
|
+
"costLegendaryToken": 61,
|
|
12681
|
+
"costLegendaryMaterial": 214,
|
|
12682
|
+
"sellFloraToken": 1997,
|
|
12683
|
+
"buildDuration": 62100,
|
|
12684
|
+
"xp": 800,
|
|
12685
|
+
"mightValue": 1139500,
|
|
12686
|
+
"districtTypeID": 7,
|
|
12687
|
+
"isDistrict": 1,
|
|
12688
|
+
"districtSlots": 7,
|
|
12689
|
+
"decoPoints": 3394,
|
|
12690
|
+
"destructable": 0,
|
|
12691
|
+
"burnable": 0,
|
|
12692
|
+
"tempServerBurnable": 0,
|
|
12693
|
+
"smashable": 0,
|
|
12694
|
+
"isRelicBuilding": 1,
|
|
12695
|
+
"maximumCount": 1
|
|
12696
|
+
},
|
|
12697
|
+
{
|
|
12698
|
+
"wodID": 3448,
|
|
12699
|
+
"crossplayID": 3448,
|
|
12700
|
+
"comment1": "Deco2x2",
|
|
12701
|
+
"comment2": "District",
|
|
12702
|
+
"name": "DecoDistrict2x2",
|
|
12703
|
+
"upgradeWodID": 3449,
|
|
12704
|
+
"downgradeWodID": 3447,
|
|
12705
|
+
"level": 199,
|
|
12706
|
+
"requiredLevel": 10,
|
|
12707
|
+
"group": "Building",
|
|
12708
|
+
"type": "Level1",
|
|
12709
|
+
"width": 5,
|
|
12710
|
+
"height": 10,
|
|
12711
|
+
"storeable": 1,
|
|
12712
|
+
"kIDs": "0,1,2,3",
|
|
12713
|
+
"onlyInAreaTypes": "1,4,12",
|
|
12714
|
+
"buildingGroundType": "CIVIL",
|
|
12715
|
+
"costFloraToken": 7,
|
|
12716
|
+
"costC1": 56548,
|
|
12717
|
+
"costGoldToken": 329,
|
|
12718
|
+
"sellFloraToken": 2000,
|
|
12719
|
+
"buildDuration": 62400,
|
|
12720
|
+
"xp": 800,
|
|
12721
|
+
"mightValue": 1143000,
|
|
12722
|
+
"districtTypeID": 7,
|
|
12723
|
+
"isDistrict": 1,
|
|
12724
|
+
"districtSlots": 7,
|
|
12725
|
+
"decoPoints": 3396,
|
|
12726
|
+
"destructable": 0,
|
|
12727
|
+
"burnable": 0,
|
|
12728
|
+
"tempServerBurnable": 0,
|
|
12729
|
+
"smashable": 0,
|
|
12730
|
+
"isRelicBuilding": 1,
|
|
12731
|
+
"maximumCount": 1
|
|
12732
|
+
},
|
|
12733
|
+
{
|
|
12734
|
+
"wodID": 3449,
|
|
12735
|
+
"crossplayID": 3449,
|
|
12736
|
+
"comment1": "Deco2x2",
|
|
12737
|
+
"comment2": "District",
|
|
12738
|
+
"name": "DecoDistrict2x2",
|
|
12739
|
+
"upgradeWodID": 3450,
|
|
12740
|
+
"downgradeWodID": 3448,
|
|
12741
|
+
"level": 200,
|
|
12742
|
+
"requiredLevel": 10,
|
|
12743
|
+
"group": "Building",
|
|
12744
|
+
"type": "Level1",
|
|
12745
|
+
"width": 5,
|
|
12746
|
+
"height": 10,
|
|
12747
|
+
"storeable": 1,
|
|
12748
|
+
"kIDs": "0,1,2,3",
|
|
12749
|
+
"onlyInAreaTypes": "1,4,12",
|
|
12750
|
+
"buildingGroundType": "CIVIL",
|
|
12751
|
+
"costFloraToken": 7,
|
|
12752
|
+
"costC1": 56548,
|
|
12753
|
+
"costSceatToken": 6,
|
|
12754
|
+
"costKhanMedal": 500,
|
|
12755
|
+
"sellFloraToken": 2004,
|
|
12756
|
+
"buildDuration": 62700,
|
|
12757
|
+
"xp": 800,
|
|
12758
|
+
"mightValue": 1146500,
|
|
12759
|
+
"districtTypeID": 7,
|
|
12760
|
+
"isDistrict": 1,
|
|
12761
|
+
"districtSlots": 7,
|
|
12762
|
+
"decoPoints": 3398,
|
|
12763
|
+
"destructable": 0,
|
|
12764
|
+
"burnable": 0,
|
|
12765
|
+
"tempServerBurnable": 0,
|
|
12766
|
+
"smashable": 0,
|
|
12767
|
+
"isRelicBuilding": 1,
|
|
12768
|
+
"maximumCount": 1
|
|
12769
|
+
},
|
|
12770
|
+
{
|
|
12771
|
+
"wodID": 3450,
|
|
12772
|
+
"crossplayID": 3450,
|
|
12773
|
+
"comment1": "Deco2x2",
|
|
12774
|
+
"comment2": "District",
|
|
12775
|
+
"name": "DecoDistrict2x2",
|
|
12776
|
+
"upgradeWodID": 3451,
|
|
12777
|
+
"downgradeWodID": 3449,
|
|
12778
|
+
"level": 201,
|
|
12779
|
+
"requiredLevel": 10,
|
|
12780
|
+
"group": "Building",
|
|
12781
|
+
"type": "Level1",
|
|
12782
|
+
"width": 5,
|
|
12783
|
+
"height": 10,
|
|
12784
|
+
"storeable": 1,
|
|
12785
|
+
"kIDs": "0,1,2,3",
|
|
12786
|
+
"onlyInAreaTypes": "1,4,12",
|
|
12787
|
+
"buildingGroundType": "CIVIL",
|
|
12788
|
+
"costFloraToken": 332,
|
|
12789
|
+
"sellFloraToken": 2170,
|
|
12790
|
+
"buildDuration": 63000,
|
|
12791
|
+
"xp": 900,
|
|
12792
|
+
"mightValue": 1150000,
|
|
12793
|
+
"districtTypeID": 7,
|
|
12794
|
+
"isDistrict": 1,
|
|
12795
|
+
"districtSlots": 8,
|
|
12796
|
+
"decoPoints": 3400,
|
|
12797
|
+
"destructable": 0,
|
|
12798
|
+
"burnable": 0,
|
|
12799
|
+
"tempServerBurnable": 0,
|
|
12800
|
+
"smashable": 0,
|
|
12801
|
+
"isRelicBuilding": 1,
|
|
12802
|
+
"maximumCount": 1
|
|
12803
|
+
},
|
|
12804
|
+
{
|
|
12805
|
+
"wodID": 3451,
|
|
12806
|
+
"crossplayID": 3451,
|
|
12807
|
+
"comment1": "Deco2x2",
|
|
12808
|
+
"comment2": "District",
|
|
12809
|
+
"name": "DecoDistrict2x2",
|
|
12810
|
+
"upgradeWodID": 3452,
|
|
12811
|
+
"downgradeWodID": 3450,
|
|
12812
|
+
"level": 202,
|
|
12813
|
+
"requiredLevel": 10,
|
|
12814
|
+
"group": "Building",
|
|
12815
|
+
"type": "Level1",
|
|
12816
|
+
"width": 5,
|
|
12817
|
+
"height": 10,
|
|
12818
|
+
"storeable": 1,
|
|
12819
|
+
"kIDs": "0,1,2,3",
|
|
12820
|
+
"onlyInAreaTypes": "1,4,12",
|
|
12821
|
+
"buildingGroundType": "CIVIL",
|
|
12822
|
+
"costFloraToken": 7,
|
|
12823
|
+
"costC1": 56548,
|
|
12824
|
+
"costGoldToken": 329,
|
|
12825
|
+
"costCommonTimber": 1543,
|
|
12826
|
+
"sellFloraToken": 2173,
|
|
12827
|
+
"buildDuration": 63300,
|
|
12828
|
+
"xp": 900,
|
|
12829
|
+
"mightValue": 1153500,
|
|
12830
|
+
"districtTypeID": 7,
|
|
12831
|
+
"isDistrict": 1,
|
|
12832
|
+
"districtSlots": 8,
|
|
12833
|
+
"decoPoints": 3402,
|
|
12834
|
+
"destructable": 0,
|
|
12835
|
+
"burnable": 0,
|
|
12836
|
+
"tempServerBurnable": 0,
|
|
12837
|
+
"smashable": 0,
|
|
12838
|
+
"isRelicBuilding": 1,
|
|
12839
|
+
"maximumCount": 1
|
|
12840
|
+
},
|
|
12841
|
+
{
|
|
12842
|
+
"wodID": 3452,
|
|
12843
|
+
"crossplayID": 3452,
|
|
12844
|
+
"comment1": "Deco2x2",
|
|
12845
|
+
"comment2": "District",
|
|
12846
|
+
"name": "DecoDistrict2x2",
|
|
12847
|
+
"upgradeWodID": 3453,
|
|
12848
|
+
"downgradeWodID": 3451,
|
|
12849
|
+
"level": 203,
|
|
12850
|
+
"requiredLevel": 10,
|
|
12851
|
+
"group": "Building",
|
|
12852
|
+
"type": "Level1",
|
|
12853
|
+
"width": 5,
|
|
12854
|
+
"height": 10,
|
|
12855
|
+
"storeable": 1,
|
|
12856
|
+
"kIDs": "0,1,2,3",
|
|
12857
|
+
"onlyInAreaTypes": "1,4,12",
|
|
12858
|
+
"buildingGroundType": "CIVIL",
|
|
12859
|
+
"costFloraToken": 7,
|
|
12860
|
+
"costC1": 56548,
|
|
12861
|
+
"costSceatToken": 6,
|
|
12862
|
+
"sellFloraToken": 2177,
|
|
12863
|
+
"buildDuration": 63600,
|
|
12864
|
+
"xp": 900,
|
|
12865
|
+
"mightValue": 1157000,
|
|
12866
|
+
"districtTypeID": 7,
|
|
12867
|
+
"isDistrict": 1,
|
|
12868
|
+
"districtSlots": 8,
|
|
12869
|
+
"decoPoints": 3404,
|
|
12870
|
+
"destructable": 0,
|
|
12871
|
+
"burnable": 0,
|
|
12872
|
+
"tempServerBurnable": 0,
|
|
12873
|
+
"smashable": 0,
|
|
12874
|
+
"isRelicBuilding": 1,
|
|
12875
|
+
"maximumCount": 1
|
|
12876
|
+
},
|
|
12877
|
+
{
|
|
12878
|
+
"wodID": 3453,
|
|
12879
|
+
"crossplayID": 3453,
|
|
12880
|
+
"comment1": "Deco2x2",
|
|
12881
|
+
"comment2": "District",
|
|
12882
|
+
"name": "DecoDistrict2x2",
|
|
12883
|
+
"upgradeWodID": 3454,
|
|
12884
|
+
"downgradeWodID": 3452,
|
|
12885
|
+
"level": 204,
|
|
12886
|
+
"requiredLevel": 10,
|
|
12887
|
+
"group": "Building",
|
|
12888
|
+
"type": "Level1",
|
|
12889
|
+
"width": 5,
|
|
12890
|
+
"height": 10,
|
|
12891
|
+
"storeable": 1,
|
|
12892
|
+
"kIDs": "0,1,2,3",
|
|
12893
|
+
"onlyInAreaTypes": "1,4,12",
|
|
12894
|
+
"buildingGroundType": "CIVIL",
|
|
12895
|
+
"costFloraToken": 7,
|
|
12896
|
+
"costC1": 56548,
|
|
12897
|
+
"costGoldToken": 329,
|
|
12898
|
+
"costCommonStraw": 850,
|
|
12899
|
+
"sellFloraToken": 2180,
|
|
12900
|
+
"buildDuration": 63900,
|
|
12901
|
+
"xp": 900,
|
|
12902
|
+
"mightValue": 1160500,
|
|
12903
|
+
"districtTypeID": 7,
|
|
12904
|
+
"isDistrict": 1,
|
|
12905
|
+
"districtSlots": 8,
|
|
12906
|
+
"decoPoints": 3406,
|
|
12907
|
+
"destructable": 0,
|
|
12908
|
+
"burnable": 0,
|
|
12909
|
+
"tempServerBurnable": 0,
|
|
12910
|
+
"smashable": 0,
|
|
12911
|
+
"isRelicBuilding": 1,
|
|
12912
|
+
"maximumCount": 1
|
|
12913
|
+
},
|
|
12914
|
+
{
|
|
12915
|
+
"wodID": 3454,
|
|
12916
|
+
"crossplayID": 3454,
|
|
12917
|
+
"comment1": "Deco2x2",
|
|
12918
|
+
"comment2": "District",
|
|
12919
|
+
"name": "DecoDistrict2x2",
|
|
12920
|
+
"upgradeWodID": 3455,
|
|
12921
|
+
"downgradeWodID": 3453,
|
|
12922
|
+
"level": 205,
|
|
12923
|
+
"requiredLevel": 10,
|
|
12924
|
+
"group": "Building",
|
|
12925
|
+
"type": "Level1",
|
|
12926
|
+
"width": 5,
|
|
12927
|
+
"height": 10,
|
|
12928
|
+
"storeable": 1,
|
|
12929
|
+
"kIDs": "0,1,2,3",
|
|
12930
|
+
"onlyInAreaTypes": "1,4,12",
|
|
12931
|
+
"buildingGroundType": "CIVIL",
|
|
12932
|
+
"costFloraToken": 7,
|
|
12933
|
+
"costC1": 56548,
|
|
12934
|
+
"costSceatToken": 6,
|
|
12935
|
+
"sellFloraToken": 2184,
|
|
12936
|
+
"buildDuration": 64200,
|
|
12937
|
+
"xp": 900,
|
|
12938
|
+
"mightValue": 1164000,
|
|
11883
12939
|
"districtTypeID": 7,
|
|
11884
12940
|
"isDistrict": 1,
|
|
11885
|
-
"districtSlots":
|
|
11886
|
-
"decoPoints":
|
|
12941
|
+
"districtSlots": 8,
|
|
12942
|
+
"decoPoints": 3408,
|
|
11887
12943
|
"destructable": 0,
|
|
11888
12944
|
"burnable": 0,
|
|
11889
12945
|
"tempServerBurnable": 0,
|
|
@@ -11892,14 +12948,14 @@
|
|
|
11892
12948
|
"maximumCount": 1
|
|
11893
12949
|
},
|
|
11894
12950
|
{
|
|
11895
|
-
"wodID":
|
|
11896
|
-
"crossplayID":
|
|
12951
|
+
"wodID": 3455,
|
|
12952
|
+
"crossplayID": 3455,
|
|
11897
12953
|
"comment1": "Deco2x2",
|
|
11898
12954
|
"comment2": "District",
|
|
11899
12955
|
"name": "DecoDistrict2x2",
|
|
11900
|
-
"upgradeWodID":
|
|
11901
|
-
"downgradeWodID":
|
|
11902
|
-
"level":
|
|
12956
|
+
"upgradeWodID": 3456,
|
|
12957
|
+
"downgradeWodID": 3454,
|
|
12958
|
+
"level": 206,
|
|
11903
12959
|
"requiredLevel": 10,
|
|
11904
12960
|
"group": "Building",
|
|
11905
12961
|
"type": "Level1",
|
|
@@ -11913,14 +12969,14 @@
|
|
|
11913
12969
|
"costC1": 56548,
|
|
11914
12970
|
"costGoldToken": 329,
|
|
11915
12971
|
"costRareNails": 379,
|
|
11916
|
-
"sellFloraToken":
|
|
11917
|
-
"buildDuration":
|
|
11918
|
-
"xp":
|
|
11919
|
-
"mightValue":
|
|
12972
|
+
"sellFloraToken": 2187,
|
|
12973
|
+
"buildDuration": 64500,
|
|
12974
|
+
"xp": 900,
|
|
12975
|
+
"mightValue": 1167500,
|
|
11920
12976
|
"districtTypeID": 7,
|
|
11921
12977
|
"isDistrict": 1,
|
|
11922
|
-
"districtSlots":
|
|
11923
|
-
"decoPoints":
|
|
12978
|
+
"districtSlots": 8,
|
|
12979
|
+
"decoPoints": 3410,
|
|
11924
12980
|
"destructable": 0,
|
|
11925
12981
|
"burnable": 0,
|
|
11926
12982
|
"tempServerBurnable": 0,
|
|
@@ -11929,14 +12985,14 @@
|
|
|
11929
12985
|
"maximumCount": 1
|
|
11930
12986
|
},
|
|
11931
12987
|
{
|
|
11932
|
-
"wodID":
|
|
11933
|
-
"crossplayID":
|
|
12988
|
+
"wodID": 3456,
|
|
12989
|
+
"crossplayID": 3456,
|
|
11934
12990
|
"comment1": "Deco2x2",
|
|
11935
12991
|
"comment2": "District",
|
|
11936
12992
|
"name": "DecoDistrict2x2",
|
|
11937
|
-
"upgradeWodID":
|
|
11938
|
-
"downgradeWodID":
|
|
11939
|
-
"level":
|
|
12993
|
+
"upgradeWodID": 3457,
|
|
12994
|
+
"downgradeWodID": 3455,
|
|
12995
|
+
"level": 207,
|
|
11940
12996
|
"requiredLevel": 10,
|
|
11941
12997
|
"group": "Building",
|
|
11942
12998
|
"type": "Level1",
|
|
@@ -11949,14 +13005,14 @@
|
|
|
11949
13005
|
"costFloraToken": 7,
|
|
11950
13006
|
"costC1": 56548,
|
|
11951
13007
|
"costSceatToken": 6,
|
|
11952
|
-
"sellFloraToken":
|
|
11953
|
-
"buildDuration":
|
|
11954
|
-
"xp":
|
|
11955
|
-
"mightValue":
|
|
13008
|
+
"sellFloraToken": 2191,
|
|
13009
|
+
"buildDuration": 64800,
|
|
13010
|
+
"xp": 900,
|
|
13011
|
+
"mightValue": 1171000,
|
|
11956
13012
|
"districtTypeID": 7,
|
|
11957
13013
|
"isDistrict": 1,
|
|
11958
|
-
"districtSlots":
|
|
11959
|
-
"decoPoints":
|
|
13014
|
+
"districtSlots": 8,
|
|
13015
|
+
"decoPoints": 3412,
|
|
11960
13016
|
"destructable": 0,
|
|
11961
13017
|
"burnable": 0,
|
|
11962
13018
|
"tempServerBurnable": 0,
|
|
@@ -11965,14 +13021,14 @@
|
|
|
11965
13021
|
"maximumCount": 1
|
|
11966
13022
|
},
|
|
11967
13023
|
{
|
|
11968
|
-
"wodID":
|
|
11969
|
-
"crossplayID":
|
|
13024
|
+
"wodID": 3457,
|
|
13025
|
+
"crossplayID": 3457,
|
|
11970
13026
|
"comment1": "Deco2x2",
|
|
11971
13027
|
"comment2": "District",
|
|
11972
13028
|
"name": "DecoDistrict2x2",
|
|
11973
|
-
"upgradeWodID":
|
|
11974
|
-
"downgradeWodID":
|
|
11975
|
-
"level":
|
|
13029
|
+
"upgradeWodID": 3458,
|
|
13030
|
+
"downgradeWodID": 3456,
|
|
13031
|
+
"level": 208,
|
|
11976
13032
|
"requiredLevel": 10,
|
|
11977
13033
|
"group": "Building",
|
|
11978
13034
|
"type": "Level1",
|
|
@@ -11986,14 +13042,14 @@
|
|
|
11986
13042
|
"costC1": 56548,
|
|
11987
13043
|
"costGoldToken": 329,
|
|
11988
13044
|
"costRareGlue": 11,
|
|
11989
|
-
"sellFloraToken":
|
|
11990
|
-
"buildDuration":
|
|
11991
|
-
"xp":
|
|
11992
|
-
"mightValue":
|
|
13045
|
+
"sellFloraToken": 2194,
|
|
13046
|
+
"buildDuration": 65100,
|
|
13047
|
+
"xp": 900,
|
|
13048
|
+
"mightValue": 1174500,
|
|
11993
13049
|
"districtTypeID": 7,
|
|
11994
13050
|
"isDistrict": 1,
|
|
11995
|
-
"districtSlots":
|
|
11996
|
-
"decoPoints":
|
|
13051
|
+
"districtSlots": 8,
|
|
13052
|
+
"decoPoints": 3414,
|
|
11997
13053
|
"destructable": 0,
|
|
11998
13054
|
"burnable": 0,
|
|
11999
13055
|
"tempServerBurnable": 0,
|
|
@@ -12002,14 +13058,14 @@
|
|
|
12002
13058
|
"maximumCount": 1
|
|
12003
13059
|
},
|
|
12004
13060
|
{
|
|
12005
|
-
"wodID":
|
|
12006
|
-
"crossplayID":
|
|
13061
|
+
"wodID": 3458,
|
|
13062
|
+
"crossplayID": 3458,
|
|
12007
13063
|
"comment1": "Deco2x2",
|
|
12008
13064
|
"comment2": "District",
|
|
12009
13065
|
"name": "DecoDistrict2x2",
|
|
12010
|
-
"upgradeWodID":
|
|
12011
|
-
"downgradeWodID":
|
|
12012
|
-
"level":
|
|
13066
|
+
"upgradeWodID": 3459,
|
|
13067
|
+
"downgradeWodID": 3457,
|
|
13068
|
+
"level": 209,
|
|
12013
13069
|
"requiredLevel": 10,
|
|
12014
13070
|
"group": "Building",
|
|
12015
13071
|
"type": "Level1",
|
|
@@ -12022,14 +13078,14 @@
|
|
|
12022
13078
|
"costFloraToken": 7,
|
|
12023
13079
|
"costC1": 56548,
|
|
12024
13080
|
"costSceatToken": 6,
|
|
12025
|
-
"sellFloraToken":
|
|
12026
|
-
"buildDuration":
|
|
12027
|
-
"xp":
|
|
12028
|
-
"mightValue":
|
|
13081
|
+
"sellFloraToken": 2198,
|
|
13082
|
+
"buildDuration": 65400,
|
|
13083
|
+
"xp": 900,
|
|
13084
|
+
"mightValue": 1178000,
|
|
12029
13085
|
"districtTypeID": 7,
|
|
12030
13086
|
"isDistrict": 1,
|
|
12031
|
-
"districtSlots":
|
|
12032
|
-
"decoPoints":
|
|
13087
|
+
"districtSlots": 8,
|
|
13088
|
+
"decoPoints": 3416,
|
|
12033
13089
|
"destructable": 0,
|
|
12034
13090
|
"burnable": 0,
|
|
12035
13091
|
"tempServerBurnable": 0,
|
|
@@ -12038,14 +13094,14 @@
|
|
|
12038
13094
|
"maximumCount": 1
|
|
12039
13095
|
},
|
|
12040
13096
|
{
|
|
12041
|
-
"wodID":
|
|
12042
|
-
"crossplayID":
|
|
13097
|
+
"wodID": 3459,
|
|
13098
|
+
"crossplayID": 3459,
|
|
12043
13099
|
"comment1": "Deco2x2",
|
|
12044
13100
|
"comment2": "District",
|
|
12045
13101
|
"name": "DecoDistrict2x2",
|
|
12046
|
-
"upgradeWodID":
|
|
12047
|
-
"downgradeWodID":
|
|
12048
|
-
"level":
|
|
13102
|
+
"upgradeWodID": 3460,
|
|
13103
|
+
"downgradeWodID": 3458,
|
|
13104
|
+
"level": 210,
|
|
12049
13105
|
"requiredLevel": 10,
|
|
12050
13106
|
"group": "Building",
|
|
12051
13107
|
"type": "Level1",
|
|
@@ -12059,14 +13115,14 @@
|
|
|
12059
13115
|
"costC1": 56548,
|
|
12060
13116
|
"costWood": 65000,
|
|
12061
13117
|
"costGoldToken": 329,
|
|
12062
|
-
"sellFloraToken":
|
|
12063
|
-
"buildDuration":
|
|
12064
|
-
"xp":
|
|
12065
|
-
"mightValue":
|
|
13118
|
+
"sellFloraToken": 2201,
|
|
13119
|
+
"buildDuration": 65700,
|
|
13120
|
+
"xp": 900,
|
|
13121
|
+
"mightValue": 1181500,
|
|
12066
13122
|
"districtTypeID": 7,
|
|
12067
13123
|
"isDistrict": 1,
|
|
12068
|
-
"districtSlots":
|
|
12069
|
-
"decoPoints":
|
|
13124
|
+
"districtSlots": 8,
|
|
13125
|
+
"decoPoints": 3418,
|
|
12070
13126
|
"destructable": 0,
|
|
12071
13127
|
"burnable": 0,
|
|
12072
13128
|
"tempServerBurnable": 0,
|
|
@@ -12075,14 +13131,14 @@
|
|
|
12075
13131
|
"maximumCount": 1
|
|
12076
13132
|
},
|
|
12077
13133
|
{
|
|
12078
|
-
"wodID":
|
|
12079
|
-
"crossplayID":
|
|
13134
|
+
"wodID": 3460,
|
|
13135
|
+
"crossplayID": 3460,
|
|
12080
13136
|
"comment1": "Deco2x2",
|
|
12081
13137
|
"comment2": "District",
|
|
12082
13138
|
"name": "DecoDistrict2x2",
|
|
12083
|
-
"upgradeWodID":
|
|
12084
|
-
"downgradeWodID":
|
|
12085
|
-
"level":
|
|
13139
|
+
"upgradeWodID": 3461,
|
|
13140
|
+
"downgradeWodID": 3459,
|
|
13141
|
+
"level": 211,
|
|
12086
13142
|
"requiredLevel": 10,
|
|
12087
13143
|
"group": "Building",
|
|
12088
13144
|
"type": "Level1",
|
|
@@ -12095,14 +13151,14 @@
|
|
|
12095
13151
|
"costFloraToken": 7,
|
|
12096
13152
|
"costC1": 56548,
|
|
12097
13153
|
"costSceatToken": 6,
|
|
12098
|
-
"sellFloraToken":
|
|
12099
|
-
"buildDuration":
|
|
12100
|
-
"xp":
|
|
12101
|
-
"mightValue":
|
|
13154
|
+
"sellFloraToken": 2205,
|
|
13155
|
+
"buildDuration": 66000,
|
|
13156
|
+
"xp": 900,
|
|
13157
|
+
"mightValue": 1185000,
|
|
12102
13158
|
"districtTypeID": 7,
|
|
12103
13159
|
"isDistrict": 1,
|
|
12104
|
-
"districtSlots":
|
|
12105
|
-
"decoPoints":
|
|
13160
|
+
"districtSlots": 8,
|
|
13161
|
+
"decoPoints": 3420,
|
|
12106
13162
|
"destructable": 0,
|
|
12107
13163
|
"burnable": 0,
|
|
12108
13164
|
"tempServerBurnable": 0,
|
|
@@ -12111,14 +13167,14 @@
|
|
|
12111
13167
|
"maximumCount": 1
|
|
12112
13168
|
},
|
|
12113
13169
|
{
|
|
12114
|
-
"wodID":
|
|
12115
|
-
"crossplayID":
|
|
13170
|
+
"wodID": 3461,
|
|
13171
|
+
"crossplayID": 3461,
|
|
12116
13172
|
"comment1": "Deco2x2",
|
|
12117
13173
|
"comment2": "District",
|
|
12118
13174
|
"name": "DecoDistrict2x2",
|
|
12119
|
-
"upgradeWodID":
|
|
12120
|
-
"downgradeWodID":
|
|
12121
|
-
"level":
|
|
13175
|
+
"upgradeWodID": 3462,
|
|
13176
|
+
"downgradeWodID": 3460,
|
|
13177
|
+
"level": 212,
|
|
12122
13178
|
"requiredLevel": 10,
|
|
12123
13179
|
"group": "Building",
|
|
12124
13180
|
"type": "Level1",
|
|
@@ -12132,14 +13188,14 @@
|
|
|
12132
13188
|
"costC1": 56548,
|
|
12133
13189
|
"costStone": 65000,
|
|
12134
13190
|
"costGoldToken": 329,
|
|
12135
|
-
"sellFloraToken":
|
|
12136
|
-
"buildDuration":
|
|
12137
|
-
"xp":
|
|
12138
|
-
"mightValue":
|
|
13191
|
+
"sellFloraToken": 2208,
|
|
13192
|
+
"buildDuration": 66300,
|
|
13193
|
+
"xp": 900,
|
|
13194
|
+
"mightValue": 1188500,
|
|
12139
13195
|
"districtTypeID": 7,
|
|
12140
13196
|
"isDistrict": 1,
|
|
12141
|
-
"districtSlots":
|
|
12142
|
-
"decoPoints":
|
|
13197
|
+
"districtSlots": 8,
|
|
13198
|
+
"decoPoints": 3422,
|
|
12143
13199
|
"destructable": 0,
|
|
12144
13200
|
"burnable": 0,
|
|
12145
13201
|
"tempServerBurnable": 0,
|
|
@@ -12148,14 +13204,14 @@
|
|
|
12148
13204
|
"maximumCount": 1
|
|
12149
13205
|
},
|
|
12150
13206
|
{
|
|
12151
|
-
"wodID":
|
|
12152
|
-
"crossplayID":
|
|
13207
|
+
"wodID": 3462,
|
|
13208
|
+
"crossplayID": 3462,
|
|
12153
13209
|
"comment1": "Deco2x2",
|
|
12154
13210
|
"comment2": "District",
|
|
12155
13211
|
"name": "DecoDistrict2x2",
|
|
12156
|
-
"upgradeWodID":
|
|
12157
|
-
"downgradeWodID":
|
|
12158
|
-
"level":
|
|
13212
|
+
"upgradeWodID": 3463,
|
|
13213
|
+
"downgradeWodID": 3461,
|
|
13214
|
+
"level": 213,
|
|
12159
13215
|
"requiredLevel": 10,
|
|
12160
13216
|
"group": "Building",
|
|
12161
13217
|
"type": "Level1",
|
|
@@ -12168,14 +13224,14 @@
|
|
|
12168
13224
|
"costFloraToken": 7,
|
|
12169
13225
|
"costC1": 56548,
|
|
12170
13226
|
"costSceatToken": 6,
|
|
12171
|
-
"sellFloraToken":
|
|
12172
|
-
"buildDuration":
|
|
12173
|
-
"xp":
|
|
12174
|
-
"mightValue":
|
|
13227
|
+
"sellFloraToken": 2212,
|
|
13228
|
+
"buildDuration": 66600,
|
|
13229
|
+
"xp": 900,
|
|
13230
|
+
"mightValue": 1192000,
|
|
12175
13231
|
"districtTypeID": 7,
|
|
12176
13232
|
"isDistrict": 1,
|
|
12177
|
-
"districtSlots":
|
|
12178
|
-
"decoPoints":
|
|
13233
|
+
"districtSlots": 8,
|
|
13234
|
+
"decoPoints": 3424,
|
|
12179
13235
|
"destructable": 0,
|
|
12180
13236
|
"burnable": 0,
|
|
12181
13237
|
"tempServerBurnable": 0,
|
|
@@ -12184,14 +13240,14 @@
|
|
|
12184
13240
|
"maximumCount": 1
|
|
12185
13241
|
},
|
|
12186
13242
|
{
|
|
12187
|
-
"wodID":
|
|
12188
|
-
"crossplayID":
|
|
13243
|
+
"wodID": 3463,
|
|
13244
|
+
"crossplayID": 3463,
|
|
12189
13245
|
"comment1": "Deco2x2",
|
|
12190
13246
|
"comment2": "District",
|
|
12191
13247
|
"name": "DecoDistrict2x2",
|
|
12192
|
-
"upgradeWodID":
|
|
12193
|
-
"downgradeWodID":
|
|
12194
|
-
"level":
|
|
13248
|
+
"upgradeWodID": 3464,
|
|
13249
|
+
"downgradeWodID": 3462,
|
|
13250
|
+
"level": 214,
|
|
12195
13251
|
"requiredLevel": 10,
|
|
12196
13252
|
"group": "Building",
|
|
12197
13253
|
"type": "Level1",
|
|
@@ -12205,14 +13261,14 @@
|
|
|
12205
13261
|
"costC1": 56548,
|
|
12206
13262
|
"costIron": 65000,
|
|
12207
13263
|
"costGoldToken": 329,
|
|
12208
|
-
"sellFloraToken":
|
|
12209
|
-
"buildDuration":
|
|
12210
|
-
"xp":
|
|
12211
|
-
"mightValue":
|
|
13264
|
+
"sellFloraToken": 2215,
|
|
13265
|
+
"buildDuration": 66900,
|
|
13266
|
+
"xp": 900,
|
|
13267
|
+
"mightValue": 1195500,
|
|
12212
13268
|
"districtTypeID": 7,
|
|
12213
13269
|
"isDistrict": 1,
|
|
12214
|
-
"districtSlots":
|
|
12215
|
-
"decoPoints":
|
|
13270
|
+
"districtSlots": 8,
|
|
13271
|
+
"decoPoints": 3426,
|
|
12216
13272
|
"destructable": 0,
|
|
12217
13273
|
"burnable": 0,
|
|
12218
13274
|
"tempServerBurnable": 0,
|
|
@@ -12221,14 +13277,14 @@
|
|
|
12221
13277
|
"maximumCount": 1
|
|
12222
13278
|
},
|
|
12223
13279
|
{
|
|
12224
|
-
"wodID":
|
|
12225
|
-
"crossplayID":
|
|
13280
|
+
"wodID": 3464,
|
|
13281
|
+
"crossplayID": 3464,
|
|
12226
13282
|
"comment1": "Deco2x2",
|
|
12227
13283
|
"comment2": "District",
|
|
12228
13284
|
"name": "DecoDistrict2x2",
|
|
12229
|
-
"upgradeWodID":
|
|
12230
|
-
"downgradeWodID":
|
|
12231
|
-
"level":
|
|
13285
|
+
"upgradeWodID": 3465,
|
|
13286
|
+
"downgradeWodID": 3463,
|
|
13287
|
+
"level": 215,
|
|
12232
13288
|
"requiredLevel": 10,
|
|
12233
13289
|
"group": "Building",
|
|
12234
13290
|
"type": "Level1",
|
|
@@ -12241,14 +13297,14 @@
|
|
|
12241
13297
|
"costFloraToken": 7,
|
|
12242
13298
|
"costC1": 56548,
|
|
12243
13299
|
"costSceatToken": 6,
|
|
12244
|
-
"sellFloraToken":
|
|
12245
|
-
"buildDuration":
|
|
12246
|
-
"xp":
|
|
12247
|
-
"mightValue":
|
|
13300
|
+
"sellFloraToken": 2219,
|
|
13301
|
+
"buildDuration": 67200,
|
|
13302
|
+
"xp": 900,
|
|
13303
|
+
"mightValue": 1199000,
|
|
12248
13304
|
"districtTypeID": 7,
|
|
12249
13305
|
"isDistrict": 1,
|
|
12250
|
-
"districtSlots":
|
|
12251
|
-
"decoPoints":
|
|
13306
|
+
"districtSlots": 8,
|
|
13307
|
+
"decoPoints": 3428,
|
|
12252
13308
|
"destructable": 0,
|
|
12253
13309
|
"burnable": 0,
|
|
12254
13310
|
"tempServerBurnable": 0,
|
|
@@ -12257,14 +13313,14 @@
|
|
|
12257
13313
|
"maximumCount": 1
|
|
12258
13314
|
},
|
|
12259
13315
|
{
|
|
12260
|
-
"wodID":
|
|
12261
|
-
"crossplayID":
|
|
13316
|
+
"wodID": 3465,
|
|
13317
|
+
"crossplayID": 3465,
|
|
12262
13318
|
"comment1": "Deco2x2",
|
|
12263
13319
|
"comment2": "District",
|
|
12264
13320
|
"name": "DecoDistrict2x2",
|
|
12265
|
-
"upgradeWodID":
|
|
12266
|
-
"downgradeWodID":
|
|
12267
|
-
"level":
|
|
13321
|
+
"upgradeWodID": 3466,
|
|
13322
|
+
"downgradeWodID": 3464,
|
|
13323
|
+
"level": 216,
|
|
12268
13324
|
"requiredLevel": 10,
|
|
12269
13325
|
"group": "Building",
|
|
12270
13326
|
"type": "Level1",
|
|
@@ -12278,14 +13334,14 @@
|
|
|
12278
13334
|
"costC1": 56548,
|
|
12279
13335
|
"costGlass": 65000,
|
|
12280
13336
|
"costGoldToken": 329,
|
|
12281
|
-
"sellFloraToken":
|
|
12282
|
-
"buildDuration":
|
|
12283
|
-
"xp":
|
|
12284
|
-
"mightValue":
|
|
13337
|
+
"sellFloraToken": 2222,
|
|
13338
|
+
"buildDuration": 67500,
|
|
13339
|
+
"xp": 900,
|
|
13340
|
+
"mightValue": 1202500,
|
|
12285
13341
|
"districtTypeID": 7,
|
|
12286
13342
|
"isDistrict": 1,
|
|
12287
|
-
"districtSlots":
|
|
12288
|
-
"decoPoints":
|
|
13343
|
+
"districtSlots": 8,
|
|
13344
|
+
"decoPoints": 3430,
|
|
12289
13345
|
"destructable": 0,
|
|
12290
13346
|
"burnable": 0,
|
|
12291
13347
|
"tempServerBurnable": 0,
|
|
@@ -12294,14 +13350,14 @@
|
|
|
12294
13350
|
"maximumCount": 1
|
|
12295
13351
|
},
|
|
12296
13352
|
{
|
|
12297
|
-
"wodID":
|
|
12298
|
-
"crossplayID":
|
|
13353
|
+
"wodID": 3466,
|
|
13354
|
+
"crossplayID": 3466,
|
|
12299
13355
|
"comment1": "Deco2x2",
|
|
12300
13356
|
"comment2": "District",
|
|
12301
13357
|
"name": "DecoDistrict2x2",
|
|
12302
|
-
"upgradeWodID":
|
|
12303
|
-
"downgradeWodID":
|
|
12304
|
-
"level":
|
|
13358
|
+
"upgradeWodID": 3467,
|
|
13359
|
+
"downgradeWodID": 3465,
|
|
13360
|
+
"level": 217,
|
|
12305
13361
|
"requiredLevel": 10,
|
|
12306
13362
|
"group": "Building",
|
|
12307
13363
|
"type": "Level1",
|
|
@@ -12314,14 +13370,14 @@
|
|
|
12314
13370
|
"costFloraToken": 7,
|
|
12315
13371
|
"costC1": 56548,
|
|
12316
13372
|
"costSceatToken": 6,
|
|
12317
|
-
"sellFloraToken":
|
|
12318
|
-
"buildDuration":
|
|
12319
|
-
"xp":
|
|
12320
|
-
"mightValue":
|
|
13373
|
+
"sellFloraToken": 2226,
|
|
13374
|
+
"buildDuration": 67800,
|
|
13375
|
+
"xp": 900,
|
|
13376
|
+
"mightValue": 1206000,
|
|
12321
13377
|
"districtTypeID": 7,
|
|
12322
13378
|
"isDistrict": 1,
|
|
12323
|
-
"districtSlots":
|
|
12324
|
-
"decoPoints":
|
|
13379
|
+
"districtSlots": 8,
|
|
13380
|
+
"decoPoints": 3432,
|
|
12325
13381
|
"destructable": 0,
|
|
12326
13382
|
"burnable": 0,
|
|
12327
13383
|
"tempServerBurnable": 0,
|
|
@@ -12330,14 +13386,14 @@
|
|
|
12330
13386
|
"maximumCount": 1
|
|
12331
13387
|
},
|
|
12332
13388
|
{
|
|
12333
|
-
"wodID":
|
|
12334
|
-
"crossplayID":
|
|
13389
|
+
"wodID": 3467,
|
|
13390
|
+
"crossplayID": 3467,
|
|
12335
13391
|
"comment1": "Deco2x2",
|
|
12336
13392
|
"comment2": "District",
|
|
12337
13393
|
"name": "DecoDistrict2x2",
|
|
12338
|
-
"upgradeWodID":
|
|
12339
|
-
"downgradeWodID":
|
|
12340
|
-
"level":
|
|
13394
|
+
"upgradeWodID": 3468,
|
|
13395
|
+
"downgradeWodID": 3466,
|
|
13396
|
+
"level": 218,
|
|
12341
13397
|
"requiredLevel": 10,
|
|
12342
13398
|
"group": "Building",
|
|
12343
13399
|
"type": "Level1",
|
|
@@ -12351,14 +13407,14 @@
|
|
|
12351
13407
|
"costC1": 56548,
|
|
12352
13408
|
"costOil": 65000,
|
|
12353
13409
|
"costGoldToken": 329,
|
|
12354
|
-
"sellFloraToken":
|
|
12355
|
-
"buildDuration":
|
|
12356
|
-
"xp":
|
|
12357
|
-
"mightValue":
|
|
13410
|
+
"sellFloraToken": 2229,
|
|
13411
|
+
"buildDuration": 68100,
|
|
13412
|
+
"xp": 900,
|
|
13413
|
+
"mightValue": 1209500,
|
|
12358
13414
|
"districtTypeID": 7,
|
|
12359
13415
|
"isDistrict": 1,
|
|
12360
|
-
"districtSlots":
|
|
12361
|
-
"decoPoints":
|
|
13416
|
+
"districtSlots": 8,
|
|
13417
|
+
"decoPoints": 3434,
|
|
12362
13418
|
"destructable": 0,
|
|
12363
13419
|
"burnable": 0,
|
|
12364
13420
|
"tempServerBurnable": 0,
|
|
@@ -12367,14 +13423,14 @@
|
|
|
12367
13423
|
"maximumCount": 1
|
|
12368
13424
|
},
|
|
12369
13425
|
{
|
|
12370
|
-
"wodID":
|
|
12371
|
-
"crossplayID":
|
|
13426
|
+
"wodID": 3468,
|
|
13427
|
+
"crossplayID": 3468,
|
|
12372
13428
|
"comment1": "Deco2x2",
|
|
12373
13429
|
"comment2": "District",
|
|
12374
13430
|
"name": "DecoDistrict2x2",
|
|
12375
|
-
"upgradeWodID":
|
|
12376
|
-
"downgradeWodID":
|
|
12377
|
-
"level":
|
|
13431
|
+
"upgradeWodID": 3469,
|
|
13432
|
+
"downgradeWodID": 3467,
|
|
13433
|
+
"level": 219,
|
|
12378
13434
|
"requiredLevel": 10,
|
|
12379
13435
|
"group": "Building",
|
|
12380
13436
|
"type": "Level1",
|
|
@@ -12387,14 +13443,14 @@
|
|
|
12387
13443
|
"costFloraToken": 7,
|
|
12388
13444
|
"costC1": 56548,
|
|
12389
13445
|
"costSceatToken": 6,
|
|
12390
|
-
"sellFloraToken":
|
|
12391
|
-
"buildDuration":
|
|
12392
|
-
"xp":
|
|
12393
|
-
"mightValue":
|
|
13446
|
+
"sellFloraToken": 2233,
|
|
13447
|
+
"buildDuration": 68400,
|
|
13448
|
+
"xp": 900,
|
|
13449
|
+
"mightValue": 1213000,
|
|
12394
13450
|
"districtTypeID": 7,
|
|
12395
13451
|
"isDistrict": 1,
|
|
12396
|
-
"districtSlots":
|
|
12397
|
-
"decoPoints":
|
|
13452
|
+
"districtSlots": 8,
|
|
13453
|
+
"decoPoints": 3436,
|
|
12398
13454
|
"destructable": 0,
|
|
12399
13455
|
"burnable": 0,
|
|
12400
13456
|
"tempServerBurnable": 0,
|
|
@@ -12403,14 +13459,14 @@
|
|
|
12403
13459
|
"maximumCount": 1
|
|
12404
13460
|
},
|
|
12405
13461
|
{
|
|
12406
|
-
"wodID":
|
|
12407
|
-
"crossplayID":
|
|
13462
|
+
"wodID": 3469,
|
|
13463
|
+
"crossplayID": 3469,
|
|
12408
13464
|
"comment1": "Deco2x2",
|
|
12409
13465
|
"comment2": "District",
|
|
12410
13466
|
"name": "DecoDistrict2x2",
|
|
12411
|
-
"upgradeWodID":
|
|
12412
|
-
"downgradeWodID":
|
|
12413
|
-
"level":
|
|
13467
|
+
"upgradeWodID": 3470,
|
|
13468
|
+
"downgradeWodID": 3468,
|
|
13469
|
+
"level": 220,
|
|
12414
13470
|
"requiredLevel": 10,
|
|
12415
13471
|
"group": "Building",
|
|
12416
13472
|
"type": "Level1",
|
|
@@ -12424,14 +13480,14 @@
|
|
|
12424
13480
|
"costC1": 56548,
|
|
12425
13481
|
"costCoal": 65000,
|
|
12426
13482
|
"costGoldToken": 329,
|
|
12427
|
-
"sellFloraToken":
|
|
12428
|
-
"buildDuration":
|
|
12429
|
-
"xp":
|
|
12430
|
-
"mightValue":
|
|
13483
|
+
"sellFloraToken": 2236,
|
|
13484
|
+
"buildDuration": 68700,
|
|
13485
|
+
"xp": 900,
|
|
13486
|
+
"mightValue": 1216500,
|
|
12431
13487
|
"districtTypeID": 7,
|
|
12432
13488
|
"isDistrict": 1,
|
|
12433
|
-
"districtSlots":
|
|
12434
|
-
"decoPoints":
|
|
13489
|
+
"districtSlots": 8,
|
|
13490
|
+
"decoPoints": 3438,
|
|
12435
13491
|
"destructable": 0,
|
|
12436
13492
|
"burnable": 0,
|
|
12437
13493
|
"tempServerBurnable": 0,
|
|
@@ -12440,14 +13496,14 @@
|
|
|
12440
13496
|
"maximumCount": 1
|
|
12441
13497
|
},
|
|
12442
13498
|
{
|
|
12443
|
-
"wodID":
|
|
12444
|
-
"crossplayID":
|
|
13499
|
+
"wodID": 3470,
|
|
13500
|
+
"crossplayID": 3470,
|
|
12445
13501
|
"comment1": "Deco2x2",
|
|
12446
13502
|
"comment2": "District",
|
|
12447
13503
|
"name": "DecoDistrict2x2",
|
|
12448
|
-
"upgradeWodID":
|
|
12449
|
-
"downgradeWodID":
|
|
12450
|
-
"level":
|
|
13504
|
+
"upgradeWodID": 3471,
|
|
13505
|
+
"downgradeWodID": 3469,
|
|
13506
|
+
"level": 221,
|
|
12451
13507
|
"requiredLevel": 10,
|
|
12452
13508
|
"group": "Building",
|
|
12453
13509
|
"type": "Level1",
|
|
@@ -12460,14 +13516,14 @@
|
|
|
12460
13516
|
"costFloraToken": 7,
|
|
12461
13517
|
"costC1": 56548,
|
|
12462
13518
|
"costSceatToken": 6,
|
|
12463
|
-
"sellFloraToken":
|
|
12464
|
-
"buildDuration":
|
|
12465
|
-
"xp":
|
|
12466
|
-
"mightValue":
|
|
13519
|
+
"sellFloraToken": 2240,
|
|
13520
|
+
"buildDuration": 69000,
|
|
13521
|
+
"xp": 900,
|
|
13522
|
+
"mightValue": 1220000,
|
|
12467
13523
|
"districtTypeID": 7,
|
|
12468
13524
|
"isDistrict": 1,
|
|
12469
|
-
"districtSlots":
|
|
12470
|
-
"decoPoints":
|
|
13525
|
+
"districtSlots": 8,
|
|
13526
|
+
"decoPoints": 3440,
|
|
12471
13527
|
"destructable": 0,
|
|
12472
13528
|
"burnable": 0,
|
|
12473
13529
|
"tempServerBurnable": 0,
|
|
@@ -12476,14 +13532,14 @@
|
|
|
12476
13532
|
"maximumCount": 1
|
|
12477
13533
|
},
|
|
12478
13534
|
{
|
|
12479
|
-
"wodID":
|
|
12480
|
-
"crossplayID":
|
|
13535
|
+
"wodID": 3471,
|
|
13536
|
+
"crossplayID": 3471,
|
|
12481
13537
|
"comment1": "Deco2x2",
|
|
12482
13538
|
"comment2": "District",
|
|
12483
13539
|
"name": "DecoDistrict2x2",
|
|
12484
|
-
"upgradeWodID":
|
|
12485
|
-
"downgradeWodID":
|
|
12486
|
-
"level":
|
|
13540
|
+
"upgradeWodID": 3472,
|
|
13541
|
+
"downgradeWodID": 3470,
|
|
13542
|
+
"level": 222,
|
|
12487
13543
|
"requiredLevel": 10,
|
|
12488
13544
|
"group": "Building",
|
|
12489
13545
|
"type": "Level1",
|
|
@@ -12497,14 +13553,14 @@
|
|
|
12497
13553
|
"costC1": 56548,
|
|
12498
13554
|
"costSamuraiToken": 514,
|
|
12499
13555
|
"costKhanTablet": 2036,
|
|
12500
|
-
"sellFloraToken":
|
|
12501
|
-
"buildDuration":
|
|
12502
|
-
"xp":
|
|
12503
|
-
"mightValue":
|
|
13556
|
+
"sellFloraToken": 2243,
|
|
13557
|
+
"buildDuration": 69300,
|
|
13558
|
+
"xp": 900,
|
|
13559
|
+
"mightValue": 1223500,
|
|
12504
13560
|
"districtTypeID": 7,
|
|
12505
13561
|
"isDistrict": 1,
|
|
12506
|
-
"districtSlots":
|
|
12507
|
-
"decoPoints":
|
|
13562
|
+
"districtSlots": 8,
|
|
13563
|
+
"decoPoints": 3442,
|
|
12508
13564
|
"destructable": 0,
|
|
12509
13565
|
"burnable": 0,
|
|
12510
13566
|
"tempServerBurnable": 0,
|
|
@@ -12513,14 +13569,14 @@
|
|
|
12513
13569
|
"maximumCount": 1
|
|
12514
13570
|
},
|
|
12515
13571
|
{
|
|
12516
|
-
"wodID":
|
|
12517
|
-
"crossplayID":
|
|
13572
|
+
"wodID": 3472,
|
|
13573
|
+
"crossplayID": 3472,
|
|
12518
13574
|
"comment1": "Deco2x2",
|
|
12519
13575
|
"comment2": "District",
|
|
12520
13576
|
"name": "DecoDistrict2x2",
|
|
12521
|
-
"upgradeWodID":
|
|
12522
|
-
"downgradeWodID":
|
|
12523
|
-
"level":
|
|
13577
|
+
"upgradeWodID": 3473,
|
|
13578
|
+
"downgradeWodID": 3471,
|
|
13579
|
+
"level": 223,
|
|
12524
13580
|
"requiredLevel": 10,
|
|
12525
13581
|
"group": "Building",
|
|
12526
13582
|
"type": "Level1",
|
|
@@ -12534,14 +13590,14 @@
|
|
|
12534
13590
|
"costC1": 56548,
|
|
12535
13591
|
"costLegendaryToken": 61,
|
|
12536
13592
|
"costLegendaryMaterial": 214,
|
|
12537
|
-
"sellFloraToken":
|
|
12538
|
-
"buildDuration":
|
|
12539
|
-
"xp":
|
|
12540
|
-
"mightValue":
|
|
13593
|
+
"sellFloraToken": 2247,
|
|
13594
|
+
"buildDuration": 69600,
|
|
13595
|
+
"xp": 900,
|
|
13596
|
+
"mightValue": 1227000,
|
|
12541
13597
|
"districtTypeID": 7,
|
|
12542
13598
|
"isDistrict": 1,
|
|
12543
|
-
"districtSlots":
|
|
12544
|
-
"decoPoints":
|
|
13599
|
+
"districtSlots": 8,
|
|
13600
|
+
"decoPoints": 3444,
|
|
12545
13601
|
"destructable": 0,
|
|
12546
13602
|
"burnable": 0,
|
|
12547
13603
|
"tempServerBurnable": 0,
|
|
@@ -12550,14 +13606,14 @@
|
|
|
12550
13606
|
"maximumCount": 1
|
|
12551
13607
|
},
|
|
12552
13608
|
{
|
|
12553
|
-
"wodID":
|
|
12554
|
-
"crossplayID":
|
|
13609
|
+
"wodID": 3473,
|
|
13610
|
+
"crossplayID": 3473,
|
|
12555
13611
|
"comment1": "Deco2x2",
|
|
12556
13612
|
"comment2": "District",
|
|
12557
13613
|
"name": "DecoDistrict2x2",
|
|
12558
|
-
"upgradeWodID":
|
|
12559
|
-
"downgradeWodID":
|
|
12560
|
-
"level":
|
|
13614
|
+
"upgradeWodID": 3474,
|
|
13615
|
+
"downgradeWodID": 3472,
|
|
13616
|
+
"level": 224,
|
|
12561
13617
|
"requiredLevel": 10,
|
|
12562
13618
|
"group": "Building",
|
|
12563
13619
|
"type": "Level1",
|
|
@@ -12570,14 +13626,14 @@
|
|
|
12570
13626
|
"costFloraToken": 7,
|
|
12571
13627
|
"costC1": 56548,
|
|
12572
13628
|
"costGoldToken": 329,
|
|
12573
|
-
"sellFloraToken":
|
|
12574
|
-
"buildDuration":
|
|
12575
|
-
"xp":
|
|
12576
|
-
"mightValue":
|
|
13629
|
+
"sellFloraToken": 2250,
|
|
13630
|
+
"buildDuration": 69900,
|
|
13631
|
+
"xp": 900,
|
|
13632
|
+
"mightValue": 1230500,
|
|
12577
13633
|
"districtTypeID": 7,
|
|
12578
13634
|
"isDistrict": 1,
|
|
12579
|
-
"districtSlots":
|
|
12580
|
-
"decoPoints":
|
|
13635
|
+
"districtSlots": 8,
|
|
13636
|
+
"decoPoints": 3446,
|
|
12581
13637
|
"destructable": 0,
|
|
12582
13638
|
"burnable": 0,
|
|
12583
13639
|
"tempServerBurnable": 0,
|
|
@@ -12586,13 +13642,14 @@
|
|
|
12586
13642
|
"maximumCount": 1
|
|
12587
13643
|
},
|
|
12588
13644
|
{
|
|
12589
|
-
"wodID":
|
|
12590
|
-
"crossplayID":
|
|
13645
|
+
"wodID": 3474,
|
|
13646
|
+
"crossplayID": 3474,
|
|
12591
13647
|
"comment1": "Deco2x2",
|
|
12592
13648
|
"comment2": "District",
|
|
12593
13649
|
"name": "DecoDistrict2x2",
|
|
12594
|
-
"
|
|
12595
|
-
"
|
|
13650
|
+
"upgradeWodID": 3475,
|
|
13651
|
+
"downgradeWodID": 3473,
|
|
13652
|
+
"level": 225,
|
|
12596
13653
|
"requiredLevel": 10,
|
|
12597
13654
|
"group": "Building",
|
|
12598
13655
|
"type": "Level1",
|
|
@@ -12606,14 +13663,47 @@
|
|
|
12606
13663
|
"costC1": 56548,
|
|
12607
13664
|
"costSceatToken": 6,
|
|
12608
13665
|
"costKhanMedal": 500,
|
|
12609
|
-
"sellFloraToken":
|
|
12610
|
-
"buildDuration":
|
|
12611
|
-
"xp":
|
|
12612
|
-
"mightValue":
|
|
13666
|
+
"sellFloraToken": 2254,
|
|
13667
|
+
"buildDuration": 70200,
|
|
13668
|
+
"xp": 900,
|
|
13669
|
+
"mightValue": 1234000,
|
|
12613
13670
|
"districtTypeID": 7,
|
|
12614
13671
|
"isDistrict": 1,
|
|
12615
|
-
"districtSlots":
|
|
12616
|
-
"decoPoints":
|
|
13672
|
+
"districtSlots": 8,
|
|
13673
|
+
"decoPoints": 3448,
|
|
13674
|
+
"destructable": 0,
|
|
13675
|
+
"burnable": 0,
|
|
13676
|
+
"tempServerBurnable": 0,
|
|
13677
|
+
"smashable": 0,
|
|
13678
|
+
"isRelicBuilding": 1,
|
|
13679
|
+
"maximumCount": 1
|
|
13680
|
+
},
|
|
13681
|
+
{
|
|
13682
|
+
"wodID": 3475,
|
|
13683
|
+
"crossplayID": 3475,
|
|
13684
|
+
"comment1": "Deco2x2",
|
|
13685
|
+
"comment2": "District",
|
|
13686
|
+
"name": "DecoDistrict2x2",
|
|
13687
|
+
"downgradeWodID": 3474,
|
|
13688
|
+
"level": 226,
|
|
13689
|
+
"requiredLevel": 10,
|
|
13690
|
+
"group": "Building",
|
|
13691
|
+
"type": "Level1",
|
|
13692
|
+
"width": 5,
|
|
13693
|
+
"height": 10,
|
|
13694
|
+
"storeable": 1,
|
|
13695
|
+
"kIDs": "0,1,2,3",
|
|
13696
|
+
"onlyInAreaTypes": "1,4,12",
|
|
13697
|
+
"buildingGroundType": "CIVIL",
|
|
13698
|
+
"costFloraToken": 332,
|
|
13699
|
+
"sellFloraToken": 2420,
|
|
13700
|
+
"buildDuration": 70500,
|
|
13701
|
+
"xp": 1000,
|
|
13702
|
+
"mightValue": 1237500,
|
|
13703
|
+
"districtTypeID": 7,
|
|
13704
|
+
"isDistrict": 1,
|
|
13705
|
+
"districtSlots": 9,
|
|
13706
|
+
"decoPoints": 3450,
|
|
12617
13707
|
"destructable": 0,
|
|
12618
13708
|
"burnable": 0,
|
|
12619
13709
|
"tempServerBurnable": 0,
|
|
@@ -99552,6 +100642,78 @@
|
|
|
99552
100642
|
"tempServerDestructable": 1,
|
|
99553
100643
|
"districtTypeID": 7
|
|
99554
100644
|
},
|
|
100645
|
+
{
|
|
100646
|
+
"wodID": 3187,
|
|
100647
|
+
"comment1": "do not use these",
|
|
100648
|
+
"comment2": "made for testing",
|
|
100649
|
+
"group": "Building",
|
|
100650
|
+
"type": "FatalDevouringBeautyGreen",
|
|
100651
|
+
"width": 2,
|
|
100652
|
+
"height": 2,
|
|
100653
|
+
"storeable": 1,
|
|
100654
|
+
"kIDs": "0,1,2,3,4",
|
|
100655
|
+
"name": "Deco",
|
|
100656
|
+
"level": 1,
|
|
100657
|
+
"mightValue": 1,
|
|
100658
|
+
"destructable": 0,
|
|
100659
|
+
"burnable": 0,
|
|
100660
|
+
"tempServerBurnable": 1,
|
|
100661
|
+
"smashable": 0,
|
|
100662
|
+
"decoPoints": 1,
|
|
100663
|
+
"isFusionSource": 0,
|
|
100664
|
+
"isFusionTarget": 0,
|
|
100665
|
+
"areaSpecificEffects": "378&1",
|
|
100666
|
+
"tempServerDestructable": 1,
|
|
100667
|
+
"districtTypeID": 7
|
|
100668
|
+
},
|
|
100669
|
+
{
|
|
100670
|
+
"wodID": 3188,
|
|
100671
|
+
"comment1": "do not use these",
|
|
100672
|
+
"comment2": "made for testing",
|
|
100673
|
+
"group": "Building",
|
|
100674
|
+
"type": "FatalDevouringBeautyRed",
|
|
100675
|
+
"width": 2,
|
|
100676
|
+
"height": 2,
|
|
100677
|
+
"storeable": 1,
|
|
100678
|
+
"kIDs": "0,1,2,3,4",
|
|
100679
|
+
"name": "Deco",
|
|
100680
|
+
"level": 1,
|
|
100681
|
+
"mightValue": 1,
|
|
100682
|
+
"destructable": 0,
|
|
100683
|
+
"burnable": 0,
|
|
100684
|
+
"tempServerBurnable": 1,
|
|
100685
|
+
"smashable": 0,
|
|
100686
|
+
"decoPoints": 1,
|
|
100687
|
+
"isFusionSource": 0,
|
|
100688
|
+
"isFusionTarget": 0,
|
|
100689
|
+
"areaSpecificEffects": "378&1",
|
|
100690
|
+
"tempServerDestructable": 1,
|
|
100691
|
+
"districtTypeID": 7
|
|
100692
|
+
},
|
|
100693
|
+
{
|
|
100694
|
+
"wodID": 3189,
|
|
100695
|
+
"comment1": "do not use these",
|
|
100696
|
+
"comment2": "made for testing",
|
|
100697
|
+
"group": "Building",
|
|
100698
|
+
"type": "FatalDevouringBeautyPurple",
|
|
100699
|
+
"width": 2,
|
|
100700
|
+
"height": 2,
|
|
100701
|
+
"storeable": 1,
|
|
100702
|
+
"kIDs": "0,1,2,3,4",
|
|
100703
|
+
"name": "Deco",
|
|
100704
|
+
"level": 1,
|
|
100705
|
+
"mightValue": 1,
|
|
100706
|
+
"destructable": 0,
|
|
100707
|
+
"burnable": 0,
|
|
100708
|
+
"tempServerBurnable": 1,
|
|
100709
|
+
"smashable": 0,
|
|
100710
|
+
"decoPoints": 1,
|
|
100711
|
+
"isFusionSource": 0,
|
|
100712
|
+
"isFusionTarget": 0,
|
|
100713
|
+
"areaSpecificEffects": "378&1",
|
|
100714
|
+
"tempServerDestructable": 1,
|
|
100715
|
+
"districtTypeID": 7
|
|
100716
|
+
},
|
|
99555
100717
|
{
|
|
99556
100718
|
"wodID": 3190,
|
|
99557
100719
|
"comment1": "Oktoberfest Sales - 2024",
|
|
@@ -101414,149 +102576,52 @@
|
|
|
101414
102576
|
"tempServerDestructable": 1
|
|
101415
102577
|
},
|
|
101416
102578
|
{
|
|
101417
|
-
"wodID":
|
|
101418
|
-
"
|
|
102579
|
+
"wodID": 3197,
|
|
102580
|
+
"comment1": "Valentines 2024",
|
|
101419
102581
|
"group": "Building",
|
|
101420
|
-
"
|
|
101421
|
-
"
|
|
101422
|
-
"
|
|
101423
|
-
"
|
|
101424
|
-
"block": 0,
|
|
101425
|
-
"width": 8,
|
|
101426
|
-
"height": 8,
|
|
101427
|
-
"movable": 0,
|
|
101428
|
-
"level": 1
|
|
101429
|
-
},
|
|
101430
|
-
{
|
|
101431
|
-
"wodID": 900001,
|
|
101432
|
-
"crossplayID": 900001,
|
|
101433
|
-
"group": "Tower",
|
|
101434
|
-
"type": "CornerLevel1",
|
|
101435
|
-
"width": 2,
|
|
101436
|
-
"height": 2,
|
|
101437
|
-
"movable": 0,
|
|
102582
|
+
"type": "ExaltedPedestalofEternalLove",
|
|
102583
|
+
"width": 5,
|
|
102584
|
+
"height": 10,
|
|
102585
|
+
"storeable": 1,
|
|
101438
102586
|
"kIDs": "0,1,2,3,4",
|
|
101439
|
-
"name": "
|
|
102587
|
+
"name": "Deco",
|
|
101440
102588
|
"level": 1,
|
|
102589
|
+
"buildDuration": 600,
|
|
102590
|
+
"mightValue": 1000,
|
|
101441
102591
|
"destructable": 0,
|
|
101442
102592
|
"burnable": 0,
|
|
102593
|
+
"tempServerBurnable": 1,
|
|
101443
102594
|
"smashable": 0,
|
|
101444
|
-
"
|
|
101445
|
-
|
|
101446
|
-
|
|
101447
|
-
"
|
|
101448
|
-
"
|
|
101449
|
-
"
|
|
101450
|
-
"type": "CornerLevel2",
|
|
101451
|
-
"width": 2,
|
|
101452
|
-
"height": 2,
|
|
101453
|
-
"movable": 0,
|
|
101454
|
-
"kIDs": "0,1,2,3,4",
|
|
101455
|
-
"name": "Corner",
|
|
101456
|
-
"level": 2,
|
|
101457
|
-
"destructable": 0,
|
|
101458
|
-
"burnable": 0,
|
|
101459
|
-
"smashable": 0,
|
|
101460
|
-
"rotateType": 4
|
|
101461
|
-
},
|
|
101462
|
-
{
|
|
101463
|
-
"wodID": 900003,
|
|
101464
|
-
"crossplayID": 900003,
|
|
101465
|
-
"group": "Tower",
|
|
101466
|
-
"type": "CornerLevel3",
|
|
101467
|
-
"width": 2,
|
|
101468
|
-
"height": 2,
|
|
101469
|
-
"movable": 0,
|
|
101470
|
-
"kIDs": "0,1,2,3,4",
|
|
101471
|
-
"name": "Corner",
|
|
101472
|
-
"level": 3,
|
|
101473
|
-
"destructable": 0,
|
|
101474
|
-
"burnable": 0,
|
|
101475
|
-
"smashable": 0,
|
|
101476
|
-
"rotateType": 4
|
|
101477
|
-
},
|
|
101478
|
-
{
|
|
101479
|
-
"wodID": 900004,
|
|
101480
|
-
"crossplayID": 900004,
|
|
101481
|
-
"group": "Tower",
|
|
101482
|
-
"type": "CornerLevel4",
|
|
101483
|
-
"width": 2,
|
|
101484
|
-
"height": 2,
|
|
101485
|
-
"movable": 0,
|
|
101486
|
-
"kIDs": "0,1,2,3,4",
|
|
101487
|
-
"name": "Corner",
|
|
101488
|
-
"level": 4,
|
|
101489
|
-
"destructable": 0,
|
|
101490
|
-
"burnable": 0,
|
|
101491
|
-
"smashable": 0,
|
|
101492
|
-
"rotateType": 4
|
|
102595
|
+
"initialFusionLevel": 780,
|
|
102596
|
+
"isFusionSource": 1,
|
|
102597
|
+
"isFusionTarget": 1,
|
|
102598
|
+
"sellC1": 200000,
|
|
102599
|
+
"areaSpecificEffects": "413&150,414&4",
|
|
102600
|
+
"tempServerDestructable": 1
|
|
101493
102601
|
},
|
|
101494
102602
|
{
|
|
101495
|
-
"wodID":
|
|
101496
|
-
"
|
|
101497
|
-
"group": "
|
|
101498
|
-
"type": "
|
|
101499
|
-
"width":
|
|
101500
|
-
"height":
|
|
101501
|
-
"
|
|
102603
|
+
"wodID": 3198,
|
|
102604
|
+
"comment1": "Valentines 2024",
|
|
102605
|
+
"group": "Building",
|
|
102606
|
+
"type": "ExaltedPedestalofPassionateLove",
|
|
102607
|
+
"width": 5,
|
|
102608
|
+
"height": 10,
|
|
102609
|
+
"storeable": 1,
|
|
101502
102610
|
"kIDs": "0,1,2,3,4",
|
|
101503
|
-
"name": "
|
|
101504
|
-
"level": 5,
|
|
101505
|
-
"destructable": 0,
|
|
101506
|
-
"burnable": 0,
|
|
101507
|
-
"smashable": 0,
|
|
101508
|
-
"rotateType": 4
|
|
101509
|
-
},
|
|
101510
|
-
{
|
|
101511
|
-
"wodID": 900006,
|
|
101512
|
-
"crossplayID": 900006,
|
|
101513
|
-
"group": "Tower",
|
|
101514
|
-
"type": "Level1",
|
|
101515
|
-
"width": 2,
|
|
101516
|
-
"height": 2,
|
|
101517
|
-
"movable": 0,
|
|
101518
|
-
"eventIDs": 3,
|
|
101519
|
-
"kIDs": 10,
|
|
101520
|
-
"name": "FactionLookoutCorner",
|
|
102611
|
+
"name": "Deco",
|
|
101521
102612
|
"level": 1,
|
|
102613
|
+
"buildDuration": 600,
|
|
102614
|
+
"mightValue": 1000,
|
|
101522
102615
|
"destructable": 0,
|
|
101523
102616
|
"burnable": 0,
|
|
102617
|
+
"tempServerBurnable": 1,
|
|
101524
102618
|
"smashable": 0,
|
|
101525
|
-
"
|
|
101526
|
-
|
|
101527
|
-
|
|
101528
|
-
"
|
|
101529
|
-
"
|
|
101530
|
-
"
|
|
101531
|
-
"type": "Level2",
|
|
101532
|
-
"width": 2,
|
|
101533
|
-
"height": 2,
|
|
101534
|
-
"movable": 0,
|
|
101535
|
-
"eventIDs": 3,
|
|
101536
|
-
"kIDs": 10,
|
|
101537
|
-
"name": "FactionLookoutCorner",
|
|
101538
|
-
"level": 2,
|
|
101539
|
-
"destructable": 0,
|
|
101540
|
-
"burnable": 0,
|
|
101541
|
-
"smashable": 0,
|
|
101542
|
-
"rotateType": 4
|
|
101543
|
-
},
|
|
101544
|
-
{
|
|
101545
|
-
"wodID": 900008,
|
|
101546
|
-
"crossplayID": 900008,
|
|
101547
|
-
"group": "Tower",
|
|
101548
|
-
"type": "Level3",
|
|
101549
|
-
"width": 2,
|
|
101550
|
-
"height": 2,
|
|
101551
|
-
"movable": 0,
|
|
101552
|
-
"eventIDs": 3,
|
|
101553
|
-
"kIDs": 10,
|
|
101554
|
-
"name": "FactionLookoutCorner",
|
|
101555
|
-
"level": 3,
|
|
101556
|
-
"destructable": 0,
|
|
101557
|
-
"burnable": 0,
|
|
101558
|
-
"smashable": 0,
|
|
101559
|
-
"rotateType": 4
|
|
102619
|
+
"initialFusionLevel": 780,
|
|
102620
|
+
"isFusionSource": 1,
|
|
102621
|
+
"isFusionTarget": 1,
|
|
102622
|
+
"sellC1": 200000,
|
|
102623
|
+
"areaSpecificEffects": "413&100,414&2",
|
|
102624
|
+
"tempServerDestructable": 1
|
|
101560
102625
|
}
|
|
101561
102626
|
]
|
|
101562
102627
|
}
|