e4k-data 4.113.71 → 4.115.25
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/allianceCoatLayouts.json +27 -0
- package/data/allianceFundsDonatables.json +6 -24
- package/data/allianceQuests.json +774 -0
- package/data/buildings.json +1211 -147
- package/data/currencies.json +14 -0
- package/data/currencyHiddenLists.json +13 -0
- package/data/divisionRounds.json +98 -0
- package/data/events.json +13 -0
- package/data/leaderboardRewards.json +250 -0
- package/data/leaguetypeEvents.json +85 -0
- package/data/packages.json +10 -0
- package/data/quests.json +690 -0
- package/data/rewards.json +351 -0
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/images/x768.json +507 -6
- package/languages/cs.json +113 -18
- package/languages/da.json +113 -18
- package/languages/de.json +113 -18
- package/languages/el.json +114 -19
- package/languages/en.json +113 -18
- package/languages/es.json +113 -18
- package/languages/fi.json +113 -18
- package/languages/fr.json +113 -18
- package/languages/hu.json +113 -18
- package/languages/it.json +113 -18
- package/languages/ja.json +113 -18
- package/languages/ko.json +113 -18
- package/languages/nl.json +113 -18
- package/languages/no.json +113 -18
- package/languages/pl.json +113 -18
- package/languages/pt.json +113 -18
- package/languages/ro.json +113 -18
- package/languages/ru.json +113 -18
- package/languages/sk.json +113 -18
- package/languages/sv.json +113 -18
- package/languages/tr.json +113 -18
- package/languages/zh_CN.json +113 -18
- package/languages/zh_TW.json +113 -18
- package/package.json +1 -1
- package/typings/data.d.ts +43 -6
- package/typings/images.d.ts +27 -0
- package/typings/languages.d.ts +97 -2
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,
|
|
@@ -16692,6 +16837,7 @@
|
|
|
16692
16837
|
"comment1": "Deco2x2",
|
|
16693
16838
|
"comment2": "District",
|
|
16694
16839
|
"name": "DecoDistrict2x2",
|
|
16840
|
+
"upgradeWodID": 3551,
|
|
16695
16841
|
"downgradeWodID": 3549,
|
|
16696
16842
|
"level": 301,
|
|
16697
16843
|
"requiredLevel": 10,
|
|
@@ -16719,6 +16865,916 @@
|
|
|
16719
16865
|
"isRelicBuilding": 1,
|
|
16720
16866
|
"maximumCount": 1
|
|
16721
16867
|
},
|
|
16868
|
+
{
|
|
16869
|
+
"wodID": 3551,
|
|
16870
|
+
"crossplayID": 3551,
|
|
16871
|
+
"comment1": "Deco2x2",
|
|
16872
|
+
"comment2": "District",
|
|
16873
|
+
"name": "DecoDistrict2x2",
|
|
16874
|
+
"upgradeWodID": 3552,
|
|
16875
|
+
"downgradeWodID": 3550,
|
|
16876
|
+
"level": 302,
|
|
16877
|
+
"requiredLevel": 10,
|
|
16878
|
+
"group": "Building",
|
|
16879
|
+
"type": "Level1",
|
|
16880
|
+
"width": 5,
|
|
16881
|
+
"height": 10,
|
|
16882
|
+
"storeable": 1,
|
|
16883
|
+
"kIDs": "0,1,2,3",
|
|
16884
|
+
"onlyInAreaTypes": "1,4,12",
|
|
16885
|
+
"buildingGroundType": "CIVIL",
|
|
16886
|
+
"costFloraToken": 7,
|
|
16887
|
+
"costC1": 56548,
|
|
16888
|
+
"costGoldToken": 329,
|
|
16889
|
+
"costCommonTimber": 1543,
|
|
16890
|
+
"sellFloraToken": 3173,
|
|
16891
|
+
"buildDuration": 93300,
|
|
16892
|
+
"xp": 1300,
|
|
16893
|
+
"mightValue": 1503500,
|
|
16894
|
+
"districtTypeID": 7,
|
|
16895
|
+
"isDistrict": 1,
|
|
16896
|
+
"districtSlots": 12,
|
|
16897
|
+
"decoPoints": 3602,
|
|
16898
|
+
"destructable": 0,
|
|
16899
|
+
"burnable": 0,
|
|
16900
|
+
"tempServerBurnable": 0,
|
|
16901
|
+
"smashable": 0,
|
|
16902
|
+
"isRelicBuilding": 1,
|
|
16903
|
+
"maximumCount": 1
|
|
16904
|
+
},
|
|
16905
|
+
{
|
|
16906
|
+
"wodID": 3552,
|
|
16907
|
+
"crossplayID": 3552,
|
|
16908
|
+
"comment1": "Deco2x2",
|
|
16909
|
+
"comment2": "District",
|
|
16910
|
+
"name": "DecoDistrict2x2",
|
|
16911
|
+
"upgradeWodID": 3553,
|
|
16912
|
+
"downgradeWodID": 3551,
|
|
16913
|
+
"level": 303,
|
|
16914
|
+
"requiredLevel": 10,
|
|
16915
|
+
"group": "Building",
|
|
16916
|
+
"type": "Level1",
|
|
16917
|
+
"width": 5,
|
|
16918
|
+
"height": 10,
|
|
16919
|
+
"storeable": 1,
|
|
16920
|
+
"kIDs": "0,1,2,3",
|
|
16921
|
+
"onlyInAreaTypes": "1,4,12",
|
|
16922
|
+
"buildingGroundType": "CIVIL",
|
|
16923
|
+
"costFloraToken": 7,
|
|
16924
|
+
"costC1": 56548,
|
|
16925
|
+
"costSceatToken": 6,
|
|
16926
|
+
"sellFloraToken": 3177,
|
|
16927
|
+
"buildDuration": 93600,
|
|
16928
|
+
"xp": 1300,
|
|
16929
|
+
"mightValue": 1507000,
|
|
16930
|
+
"districtTypeID": 7,
|
|
16931
|
+
"isDistrict": 1,
|
|
16932
|
+
"districtSlots": 12,
|
|
16933
|
+
"decoPoints": 3604,
|
|
16934
|
+
"destructable": 0,
|
|
16935
|
+
"burnable": 0,
|
|
16936
|
+
"tempServerBurnable": 0,
|
|
16937
|
+
"smashable": 0,
|
|
16938
|
+
"isRelicBuilding": 1,
|
|
16939
|
+
"maximumCount": 1
|
|
16940
|
+
},
|
|
16941
|
+
{
|
|
16942
|
+
"wodID": 3553,
|
|
16943
|
+
"crossplayID": 3553,
|
|
16944
|
+
"comment1": "Deco2x2",
|
|
16945
|
+
"comment2": "District",
|
|
16946
|
+
"name": "DecoDistrict2x2",
|
|
16947
|
+
"upgradeWodID": 3554,
|
|
16948
|
+
"downgradeWodID": 3552,
|
|
16949
|
+
"level": 304,
|
|
16950
|
+
"requiredLevel": 10,
|
|
16951
|
+
"group": "Building",
|
|
16952
|
+
"type": "Level1",
|
|
16953
|
+
"width": 5,
|
|
16954
|
+
"height": 10,
|
|
16955
|
+
"storeable": 1,
|
|
16956
|
+
"kIDs": "0,1,2,3",
|
|
16957
|
+
"onlyInAreaTypes": "1,4,12",
|
|
16958
|
+
"buildingGroundType": "CIVIL",
|
|
16959
|
+
"costFloraToken": 7,
|
|
16960
|
+
"costC1": 56548,
|
|
16961
|
+
"costGoldToken": 329,
|
|
16962
|
+
"costCommonStraw": 850,
|
|
16963
|
+
"sellFloraToken": 3180,
|
|
16964
|
+
"buildDuration": 93900,
|
|
16965
|
+
"xp": 1300,
|
|
16966
|
+
"mightValue": 1510500,
|
|
16967
|
+
"districtTypeID": 7,
|
|
16968
|
+
"isDistrict": 1,
|
|
16969
|
+
"districtSlots": 12,
|
|
16970
|
+
"decoPoints": 3606,
|
|
16971
|
+
"destructable": 0,
|
|
16972
|
+
"burnable": 0,
|
|
16973
|
+
"tempServerBurnable": 0,
|
|
16974
|
+
"smashable": 0,
|
|
16975
|
+
"isRelicBuilding": 1,
|
|
16976
|
+
"maximumCount": 1
|
|
16977
|
+
},
|
|
16978
|
+
{
|
|
16979
|
+
"wodID": 3554,
|
|
16980
|
+
"crossplayID": 3554,
|
|
16981
|
+
"comment1": "Deco2x2",
|
|
16982
|
+
"comment2": "District",
|
|
16983
|
+
"name": "DecoDistrict2x2",
|
|
16984
|
+
"upgradeWodID": 3555,
|
|
16985
|
+
"downgradeWodID": 3553,
|
|
16986
|
+
"level": 305,
|
|
16987
|
+
"requiredLevel": 10,
|
|
16988
|
+
"group": "Building",
|
|
16989
|
+
"type": "Level1",
|
|
16990
|
+
"width": 5,
|
|
16991
|
+
"height": 10,
|
|
16992
|
+
"storeable": 1,
|
|
16993
|
+
"kIDs": "0,1,2,3",
|
|
16994
|
+
"onlyInAreaTypes": "1,4,12",
|
|
16995
|
+
"buildingGroundType": "CIVIL",
|
|
16996
|
+
"costFloraToken": 7,
|
|
16997
|
+
"costC1": 56548,
|
|
16998
|
+
"costSceatToken": 6,
|
|
16999
|
+
"sellFloraToken": 3184,
|
|
17000
|
+
"buildDuration": 94200,
|
|
17001
|
+
"xp": 1300,
|
|
17002
|
+
"mightValue": 1514000,
|
|
17003
|
+
"districtTypeID": 7,
|
|
17004
|
+
"isDistrict": 1,
|
|
17005
|
+
"districtSlots": 12,
|
|
17006
|
+
"decoPoints": 3608,
|
|
17007
|
+
"destructable": 0,
|
|
17008
|
+
"burnable": 0,
|
|
17009
|
+
"tempServerBurnable": 0,
|
|
17010
|
+
"smashable": 0,
|
|
17011
|
+
"isRelicBuilding": 1,
|
|
17012
|
+
"maximumCount": 1
|
|
17013
|
+
},
|
|
17014
|
+
{
|
|
17015
|
+
"wodID": 3555,
|
|
17016
|
+
"crossplayID": 3555,
|
|
17017
|
+
"comment1": "Deco2x2",
|
|
17018
|
+
"comment2": "District",
|
|
17019
|
+
"name": "DecoDistrict2x2",
|
|
17020
|
+
"upgradeWodID": 3556,
|
|
17021
|
+
"downgradeWodID": 3554,
|
|
17022
|
+
"level": 306,
|
|
17023
|
+
"requiredLevel": 10,
|
|
17024
|
+
"group": "Building",
|
|
17025
|
+
"type": "Level1",
|
|
17026
|
+
"width": 5,
|
|
17027
|
+
"height": 10,
|
|
17028
|
+
"storeable": 1,
|
|
17029
|
+
"kIDs": "0,1,2,3",
|
|
17030
|
+
"onlyInAreaTypes": "1,4,12",
|
|
17031
|
+
"buildingGroundType": "CIVIL",
|
|
17032
|
+
"costFloraToken": 7,
|
|
17033
|
+
"costC1": 56548,
|
|
17034
|
+
"costGoldToken": 329,
|
|
17035
|
+
"costRareNails": 379,
|
|
17036
|
+
"sellFloraToken": 3187,
|
|
17037
|
+
"buildDuration": 94500,
|
|
17038
|
+
"xp": 1300,
|
|
17039
|
+
"mightValue": 1517500,
|
|
17040
|
+
"districtTypeID": 7,
|
|
17041
|
+
"isDistrict": 1,
|
|
17042
|
+
"districtSlots": 12,
|
|
17043
|
+
"decoPoints": 3610,
|
|
17044
|
+
"destructable": 0,
|
|
17045
|
+
"burnable": 0,
|
|
17046
|
+
"tempServerBurnable": 0,
|
|
17047
|
+
"smashable": 0,
|
|
17048
|
+
"isRelicBuilding": 1,
|
|
17049
|
+
"maximumCount": 1
|
|
17050
|
+
},
|
|
17051
|
+
{
|
|
17052
|
+
"wodID": 3556,
|
|
17053
|
+
"crossplayID": 3556,
|
|
17054
|
+
"comment1": "Deco2x2",
|
|
17055
|
+
"comment2": "District",
|
|
17056
|
+
"name": "DecoDistrict2x2",
|
|
17057
|
+
"upgradeWodID": 3557,
|
|
17058
|
+
"downgradeWodID": 3555,
|
|
17059
|
+
"level": 307,
|
|
17060
|
+
"requiredLevel": 10,
|
|
17061
|
+
"group": "Building",
|
|
17062
|
+
"type": "Level1",
|
|
17063
|
+
"width": 5,
|
|
17064
|
+
"height": 10,
|
|
17065
|
+
"storeable": 1,
|
|
17066
|
+
"kIDs": "0,1,2,3",
|
|
17067
|
+
"onlyInAreaTypes": "1,4,12",
|
|
17068
|
+
"buildingGroundType": "CIVIL",
|
|
17069
|
+
"costFloraToken": 7,
|
|
17070
|
+
"costC1": 56548,
|
|
17071
|
+
"costSceatToken": 6,
|
|
17072
|
+
"sellFloraToken": 3191,
|
|
17073
|
+
"buildDuration": 94800,
|
|
17074
|
+
"xp": 1300,
|
|
17075
|
+
"mightValue": 1521000,
|
|
17076
|
+
"districtTypeID": 7,
|
|
17077
|
+
"isDistrict": 1,
|
|
17078
|
+
"districtSlots": 12,
|
|
17079
|
+
"decoPoints": 3612,
|
|
17080
|
+
"destructable": 0,
|
|
17081
|
+
"burnable": 0,
|
|
17082
|
+
"tempServerBurnable": 0,
|
|
17083
|
+
"smashable": 0,
|
|
17084
|
+
"isRelicBuilding": 1,
|
|
17085
|
+
"maximumCount": 1
|
|
17086
|
+
},
|
|
17087
|
+
{
|
|
17088
|
+
"wodID": 3557,
|
|
17089
|
+
"crossplayID": 3557,
|
|
17090
|
+
"comment1": "Deco2x2",
|
|
17091
|
+
"comment2": "District",
|
|
17092
|
+
"name": "DecoDistrict2x2",
|
|
17093
|
+
"upgradeWodID": 3558,
|
|
17094
|
+
"downgradeWodID": 3556,
|
|
17095
|
+
"level": 308,
|
|
17096
|
+
"requiredLevel": 10,
|
|
17097
|
+
"group": "Building",
|
|
17098
|
+
"type": "Level1",
|
|
17099
|
+
"width": 5,
|
|
17100
|
+
"height": 10,
|
|
17101
|
+
"storeable": 1,
|
|
17102
|
+
"kIDs": "0,1,2,3",
|
|
17103
|
+
"onlyInAreaTypes": "1,4,12",
|
|
17104
|
+
"buildingGroundType": "CIVIL",
|
|
17105
|
+
"costFloraToken": 7,
|
|
17106
|
+
"costC1": 56548,
|
|
17107
|
+
"costGoldToken": 329,
|
|
17108
|
+
"costRareGlue": 11,
|
|
17109
|
+
"sellFloraToken": 3194,
|
|
17110
|
+
"buildDuration": 95100,
|
|
17111
|
+
"xp": 1300,
|
|
17112
|
+
"mightValue": 1524500,
|
|
17113
|
+
"districtTypeID": 7,
|
|
17114
|
+
"isDistrict": 1,
|
|
17115
|
+
"districtSlots": 12,
|
|
17116
|
+
"decoPoints": 3614,
|
|
17117
|
+
"destructable": 0,
|
|
17118
|
+
"burnable": 0,
|
|
17119
|
+
"tempServerBurnable": 0,
|
|
17120
|
+
"smashable": 0,
|
|
17121
|
+
"isRelicBuilding": 1,
|
|
17122
|
+
"maximumCount": 1
|
|
17123
|
+
},
|
|
17124
|
+
{
|
|
17125
|
+
"wodID": 3558,
|
|
17126
|
+
"crossplayID": 3558,
|
|
17127
|
+
"comment1": "Deco2x2",
|
|
17128
|
+
"comment2": "District",
|
|
17129
|
+
"name": "DecoDistrict2x2",
|
|
17130
|
+
"upgradeWodID": 3559,
|
|
17131
|
+
"downgradeWodID": 3557,
|
|
17132
|
+
"level": 309,
|
|
17133
|
+
"requiredLevel": 10,
|
|
17134
|
+
"group": "Building",
|
|
17135
|
+
"type": "Level1",
|
|
17136
|
+
"width": 5,
|
|
17137
|
+
"height": 10,
|
|
17138
|
+
"storeable": 1,
|
|
17139
|
+
"kIDs": "0,1,2,3",
|
|
17140
|
+
"onlyInAreaTypes": "1,4,12",
|
|
17141
|
+
"buildingGroundType": "CIVIL",
|
|
17142
|
+
"costFloraToken": 7,
|
|
17143
|
+
"costC1": 56548,
|
|
17144
|
+
"costSceatToken": 6,
|
|
17145
|
+
"sellFloraToken": 3198,
|
|
17146
|
+
"buildDuration": 95400,
|
|
17147
|
+
"xp": 1300,
|
|
17148
|
+
"mightValue": 1528000,
|
|
17149
|
+
"districtTypeID": 7,
|
|
17150
|
+
"isDistrict": 1,
|
|
17151
|
+
"districtSlots": 12,
|
|
17152
|
+
"decoPoints": 3616,
|
|
17153
|
+
"destructable": 0,
|
|
17154
|
+
"burnable": 0,
|
|
17155
|
+
"tempServerBurnable": 0,
|
|
17156
|
+
"smashable": 0,
|
|
17157
|
+
"isRelicBuilding": 1,
|
|
17158
|
+
"maximumCount": 1
|
|
17159
|
+
},
|
|
17160
|
+
{
|
|
17161
|
+
"wodID": 3559,
|
|
17162
|
+
"crossplayID": 3559,
|
|
17163
|
+
"comment1": "Deco2x2",
|
|
17164
|
+
"comment2": "District",
|
|
17165
|
+
"name": "DecoDistrict2x2",
|
|
17166
|
+
"upgradeWodID": 3560,
|
|
17167
|
+
"downgradeWodID": 3558,
|
|
17168
|
+
"level": 310,
|
|
17169
|
+
"requiredLevel": 10,
|
|
17170
|
+
"group": "Building",
|
|
17171
|
+
"type": "Level1",
|
|
17172
|
+
"width": 5,
|
|
17173
|
+
"height": 10,
|
|
17174
|
+
"storeable": 1,
|
|
17175
|
+
"kIDs": "0,1,2,3",
|
|
17176
|
+
"onlyInAreaTypes": "1,4,12",
|
|
17177
|
+
"buildingGroundType": "CIVIL",
|
|
17178
|
+
"costFloraToken": 7,
|
|
17179
|
+
"costC1": 56548,
|
|
17180
|
+
"costWood": 65000,
|
|
17181
|
+
"costGoldToken": 329,
|
|
17182
|
+
"sellFloraToken": 3201,
|
|
17183
|
+
"buildDuration": 95700,
|
|
17184
|
+
"xp": 1300,
|
|
17185
|
+
"mightValue": 1531500,
|
|
17186
|
+
"districtTypeID": 7,
|
|
17187
|
+
"isDistrict": 1,
|
|
17188
|
+
"districtSlots": 12,
|
|
17189
|
+
"decoPoints": 3618,
|
|
17190
|
+
"destructable": 0,
|
|
17191
|
+
"burnable": 0,
|
|
17192
|
+
"tempServerBurnable": 0,
|
|
17193
|
+
"smashable": 0,
|
|
17194
|
+
"isRelicBuilding": 1,
|
|
17195
|
+
"maximumCount": 1
|
|
17196
|
+
},
|
|
17197
|
+
{
|
|
17198
|
+
"wodID": 3560,
|
|
17199
|
+
"crossplayID": 3560,
|
|
17200
|
+
"comment1": "Deco2x2",
|
|
17201
|
+
"comment2": "District",
|
|
17202
|
+
"name": "DecoDistrict2x2",
|
|
17203
|
+
"upgradeWodID": 3561,
|
|
17204
|
+
"downgradeWodID": 3559,
|
|
17205
|
+
"level": 311,
|
|
17206
|
+
"requiredLevel": 10,
|
|
17207
|
+
"group": "Building",
|
|
17208
|
+
"type": "Level1",
|
|
17209
|
+
"width": 5,
|
|
17210
|
+
"height": 10,
|
|
17211
|
+
"storeable": 1,
|
|
17212
|
+
"kIDs": "0,1,2,3",
|
|
17213
|
+
"onlyInAreaTypes": "1,4,12",
|
|
17214
|
+
"buildingGroundType": "CIVIL",
|
|
17215
|
+
"costFloraToken": 7,
|
|
17216
|
+
"costC1": 56548,
|
|
17217
|
+
"costSceatToken": 6,
|
|
17218
|
+
"sellFloraToken": 3205,
|
|
17219
|
+
"buildDuration": 96000,
|
|
17220
|
+
"xp": 1300,
|
|
17221
|
+
"mightValue": 1535000,
|
|
17222
|
+
"districtTypeID": 7,
|
|
17223
|
+
"isDistrict": 1,
|
|
17224
|
+
"districtSlots": 12,
|
|
17225
|
+
"decoPoints": 3620,
|
|
17226
|
+
"destructable": 0,
|
|
17227
|
+
"burnable": 0,
|
|
17228
|
+
"tempServerBurnable": 0,
|
|
17229
|
+
"smashable": 0,
|
|
17230
|
+
"isRelicBuilding": 1,
|
|
17231
|
+
"maximumCount": 1
|
|
17232
|
+
},
|
|
17233
|
+
{
|
|
17234
|
+
"wodID": 3561,
|
|
17235
|
+
"crossplayID": 3561,
|
|
17236
|
+
"comment1": "Deco2x2",
|
|
17237
|
+
"comment2": "District",
|
|
17238
|
+
"name": "DecoDistrict2x2",
|
|
17239
|
+
"upgradeWodID": 3562,
|
|
17240
|
+
"downgradeWodID": 3560,
|
|
17241
|
+
"level": 312,
|
|
17242
|
+
"requiredLevel": 10,
|
|
17243
|
+
"group": "Building",
|
|
17244
|
+
"type": "Level1",
|
|
17245
|
+
"width": 5,
|
|
17246
|
+
"height": 10,
|
|
17247
|
+
"storeable": 1,
|
|
17248
|
+
"kIDs": "0,1,2,3",
|
|
17249
|
+
"onlyInAreaTypes": "1,4,12",
|
|
17250
|
+
"buildingGroundType": "CIVIL",
|
|
17251
|
+
"costFloraToken": 7,
|
|
17252
|
+
"costC1": 56548,
|
|
17253
|
+
"costStone": 65000,
|
|
17254
|
+
"costGoldToken": 329,
|
|
17255
|
+
"sellFloraToken": 3208,
|
|
17256
|
+
"buildDuration": 96300,
|
|
17257
|
+
"xp": 1300,
|
|
17258
|
+
"mightValue": 1538500,
|
|
17259
|
+
"districtTypeID": 7,
|
|
17260
|
+
"isDistrict": 1,
|
|
17261
|
+
"districtSlots": 12,
|
|
17262
|
+
"decoPoints": 3622,
|
|
17263
|
+
"destructable": 0,
|
|
17264
|
+
"burnable": 0,
|
|
17265
|
+
"tempServerBurnable": 0,
|
|
17266
|
+
"smashable": 0,
|
|
17267
|
+
"isRelicBuilding": 1,
|
|
17268
|
+
"maximumCount": 1
|
|
17269
|
+
},
|
|
17270
|
+
{
|
|
17271
|
+
"wodID": 3562,
|
|
17272
|
+
"crossplayID": 3562,
|
|
17273
|
+
"comment1": "Deco2x2",
|
|
17274
|
+
"comment2": "District",
|
|
17275
|
+
"name": "DecoDistrict2x2",
|
|
17276
|
+
"upgradeWodID": 3563,
|
|
17277
|
+
"downgradeWodID": 3561,
|
|
17278
|
+
"level": 313,
|
|
17279
|
+
"requiredLevel": 10,
|
|
17280
|
+
"group": "Building",
|
|
17281
|
+
"type": "Level1",
|
|
17282
|
+
"width": 5,
|
|
17283
|
+
"height": 10,
|
|
17284
|
+
"storeable": 1,
|
|
17285
|
+
"kIDs": "0,1,2,3",
|
|
17286
|
+
"onlyInAreaTypes": "1,4,12",
|
|
17287
|
+
"buildingGroundType": "CIVIL",
|
|
17288
|
+
"costFloraToken": 7,
|
|
17289
|
+
"costC1": 56548,
|
|
17290
|
+
"costSceatToken": 6,
|
|
17291
|
+
"sellFloraToken": 3212,
|
|
17292
|
+
"buildDuration": 96600,
|
|
17293
|
+
"xp": 1300,
|
|
17294
|
+
"mightValue": 1542000,
|
|
17295
|
+
"districtTypeID": 7,
|
|
17296
|
+
"isDistrict": 1,
|
|
17297
|
+
"districtSlots": 12,
|
|
17298
|
+
"decoPoints": 3624,
|
|
17299
|
+
"destructable": 0,
|
|
17300
|
+
"burnable": 0,
|
|
17301
|
+
"tempServerBurnable": 0,
|
|
17302
|
+
"smashable": 0,
|
|
17303
|
+
"isRelicBuilding": 1,
|
|
17304
|
+
"maximumCount": 1
|
|
17305
|
+
},
|
|
17306
|
+
{
|
|
17307
|
+
"wodID": 3563,
|
|
17308
|
+
"crossplayID": 3563,
|
|
17309
|
+
"comment1": "Deco2x2",
|
|
17310
|
+
"comment2": "District",
|
|
17311
|
+
"name": "DecoDistrict2x2",
|
|
17312
|
+
"upgradeWodID": 3564,
|
|
17313
|
+
"downgradeWodID": 3562,
|
|
17314
|
+
"level": 314,
|
|
17315
|
+
"requiredLevel": 10,
|
|
17316
|
+
"group": "Building",
|
|
17317
|
+
"type": "Level1",
|
|
17318
|
+
"width": 5,
|
|
17319
|
+
"height": 10,
|
|
17320
|
+
"storeable": 1,
|
|
17321
|
+
"kIDs": "0,1,2,3",
|
|
17322
|
+
"onlyInAreaTypes": "1,4,12",
|
|
17323
|
+
"buildingGroundType": "CIVIL",
|
|
17324
|
+
"costFloraToken": 7,
|
|
17325
|
+
"costC1": 56548,
|
|
17326
|
+
"costIron": 65000,
|
|
17327
|
+
"costGoldToken": 329,
|
|
17328
|
+
"sellFloraToken": 3215,
|
|
17329
|
+
"buildDuration": 96900,
|
|
17330
|
+
"xp": 1300,
|
|
17331
|
+
"mightValue": 1545500,
|
|
17332
|
+
"districtTypeID": 7,
|
|
17333
|
+
"isDistrict": 1,
|
|
17334
|
+
"districtSlots": 12,
|
|
17335
|
+
"decoPoints": 3626,
|
|
17336
|
+
"destructable": 0,
|
|
17337
|
+
"burnable": 0,
|
|
17338
|
+
"tempServerBurnable": 0,
|
|
17339
|
+
"smashable": 0,
|
|
17340
|
+
"isRelicBuilding": 1,
|
|
17341
|
+
"maximumCount": 1
|
|
17342
|
+
},
|
|
17343
|
+
{
|
|
17344
|
+
"wodID": 3564,
|
|
17345
|
+
"crossplayID": 3564,
|
|
17346
|
+
"comment1": "Deco2x2",
|
|
17347
|
+
"comment2": "District",
|
|
17348
|
+
"name": "DecoDistrict2x2",
|
|
17349
|
+
"upgradeWodID": 3565,
|
|
17350
|
+
"downgradeWodID": 3563,
|
|
17351
|
+
"level": 315,
|
|
17352
|
+
"requiredLevel": 10,
|
|
17353
|
+
"group": "Building",
|
|
17354
|
+
"type": "Level1",
|
|
17355
|
+
"width": 5,
|
|
17356
|
+
"height": 10,
|
|
17357
|
+
"storeable": 1,
|
|
17358
|
+
"kIDs": "0,1,2,3",
|
|
17359
|
+
"onlyInAreaTypes": "1,4,12",
|
|
17360
|
+
"buildingGroundType": "CIVIL",
|
|
17361
|
+
"costFloraToken": 7,
|
|
17362
|
+
"costC1": 56548,
|
|
17363
|
+
"costSceatToken": 6,
|
|
17364
|
+
"sellFloraToken": 3219,
|
|
17365
|
+
"buildDuration": 97200,
|
|
17366
|
+
"xp": 1300,
|
|
17367
|
+
"mightValue": 1549000,
|
|
17368
|
+
"districtTypeID": 7,
|
|
17369
|
+
"isDistrict": 1,
|
|
17370
|
+
"districtSlots": 12,
|
|
17371
|
+
"decoPoints": 3628,
|
|
17372
|
+
"destructable": 0,
|
|
17373
|
+
"burnable": 0,
|
|
17374
|
+
"tempServerBurnable": 0,
|
|
17375
|
+
"smashable": 0,
|
|
17376
|
+
"isRelicBuilding": 1,
|
|
17377
|
+
"maximumCount": 1
|
|
17378
|
+
},
|
|
17379
|
+
{
|
|
17380
|
+
"wodID": 3565,
|
|
17381
|
+
"crossplayID": 3565,
|
|
17382
|
+
"comment1": "Deco2x2",
|
|
17383
|
+
"comment2": "District",
|
|
17384
|
+
"name": "DecoDistrict2x2",
|
|
17385
|
+
"upgradeWodID": 3566,
|
|
17386
|
+
"downgradeWodID": 3564,
|
|
17387
|
+
"level": 316,
|
|
17388
|
+
"requiredLevel": 10,
|
|
17389
|
+
"group": "Building",
|
|
17390
|
+
"type": "Level1",
|
|
17391
|
+
"width": 5,
|
|
17392
|
+
"height": 10,
|
|
17393
|
+
"storeable": 1,
|
|
17394
|
+
"kIDs": "0,1,2,3",
|
|
17395
|
+
"onlyInAreaTypes": "1,4,12",
|
|
17396
|
+
"buildingGroundType": "CIVIL",
|
|
17397
|
+
"costFloraToken": 7,
|
|
17398
|
+
"costC1": 56548,
|
|
17399
|
+
"costGlass": 65000,
|
|
17400
|
+
"costGoldToken": 329,
|
|
17401
|
+
"sellFloraToken": 3222,
|
|
17402
|
+
"buildDuration": 97500,
|
|
17403
|
+
"xp": 1300,
|
|
17404
|
+
"mightValue": 1552500,
|
|
17405
|
+
"districtTypeID": 7,
|
|
17406
|
+
"isDistrict": 1,
|
|
17407
|
+
"districtSlots": 12,
|
|
17408
|
+
"decoPoints": 3630,
|
|
17409
|
+
"destructable": 0,
|
|
17410
|
+
"burnable": 0,
|
|
17411
|
+
"tempServerBurnable": 0,
|
|
17412
|
+
"smashable": 0,
|
|
17413
|
+
"isRelicBuilding": 1,
|
|
17414
|
+
"maximumCount": 1
|
|
17415
|
+
},
|
|
17416
|
+
{
|
|
17417
|
+
"wodID": 3566,
|
|
17418
|
+
"crossplayID": 3566,
|
|
17419
|
+
"comment1": "Deco2x2",
|
|
17420
|
+
"comment2": "District",
|
|
17421
|
+
"name": "DecoDistrict2x2",
|
|
17422
|
+
"upgradeWodID": 3567,
|
|
17423
|
+
"downgradeWodID": 3565,
|
|
17424
|
+
"level": 317,
|
|
17425
|
+
"requiredLevel": 10,
|
|
17426
|
+
"group": "Building",
|
|
17427
|
+
"type": "Level1",
|
|
17428
|
+
"width": 5,
|
|
17429
|
+
"height": 10,
|
|
17430
|
+
"storeable": 1,
|
|
17431
|
+
"kIDs": "0,1,2,3",
|
|
17432
|
+
"onlyInAreaTypes": "1,4,12",
|
|
17433
|
+
"buildingGroundType": "CIVIL",
|
|
17434
|
+
"costFloraToken": 7,
|
|
17435
|
+
"costC1": 56548,
|
|
17436
|
+
"costSceatToken": 6,
|
|
17437
|
+
"sellFloraToken": 3226,
|
|
17438
|
+
"buildDuration": 97800,
|
|
17439
|
+
"xp": 1300,
|
|
17440
|
+
"mightValue": 1556000,
|
|
17441
|
+
"districtTypeID": 7,
|
|
17442
|
+
"isDistrict": 1,
|
|
17443
|
+
"districtSlots": 12,
|
|
17444
|
+
"decoPoints": 3632,
|
|
17445
|
+
"destructable": 0,
|
|
17446
|
+
"burnable": 0,
|
|
17447
|
+
"tempServerBurnable": 0,
|
|
17448
|
+
"smashable": 0,
|
|
17449
|
+
"isRelicBuilding": 1,
|
|
17450
|
+
"maximumCount": 1
|
|
17451
|
+
},
|
|
17452
|
+
{
|
|
17453
|
+
"wodID": 3567,
|
|
17454
|
+
"crossplayID": 3567,
|
|
17455
|
+
"comment1": "Deco2x2",
|
|
17456
|
+
"comment2": "District",
|
|
17457
|
+
"name": "DecoDistrict2x2",
|
|
17458
|
+
"upgradeWodID": 3568,
|
|
17459
|
+
"downgradeWodID": 3566,
|
|
17460
|
+
"level": 318,
|
|
17461
|
+
"requiredLevel": 10,
|
|
17462
|
+
"group": "Building",
|
|
17463
|
+
"type": "Level1",
|
|
17464
|
+
"width": 5,
|
|
17465
|
+
"height": 10,
|
|
17466
|
+
"storeable": 1,
|
|
17467
|
+
"kIDs": "0,1,2,3",
|
|
17468
|
+
"onlyInAreaTypes": "1,4,12",
|
|
17469
|
+
"buildingGroundType": "CIVIL",
|
|
17470
|
+
"costFloraToken": 7,
|
|
17471
|
+
"costC1": 56548,
|
|
17472
|
+
"costOil": 65000,
|
|
17473
|
+
"costGoldToken": 329,
|
|
17474
|
+
"sellFloraToken": 3229,
|
|
17475
|
+
"buildDuration": 98100,
|
|
17476
|
+
"xp": 1300,
|
|
17477
|
+
"mightValue": 1559500,
|
|
17478
|
+
"districtTypeID": 7,
|
|
17479
|
+
"isDistrict": 1,
|
|
17480
|
+
"districtSlots": 12,
|
|
17481
|
+
"decoPoints": 3634,
|
|
17482
|
+
"destructable": 0,
|
|
17483
|
+
"burnable": 0,
|
|
17484
|
+
"tempServerBurnable": 0,
|
|
17485
|
+
"smashable": 0,
|
|
17486
|
+
"isRelicBuilding": 1,
|
|
17487
|
+
"maximumCount": 1
|
|
17488
|
+
},
|
|
17489
|
+
{
|
|
17490
|
+
"wodID": 3568,
|
|
17491
|
+
"crossplayID": 3568,
|
|
17492
|
+
"comment1": "Deco2x2",
|
|
17493
|
+
"comment2": "District",
|
|
17494
|
+
"name": "DecoDistrict2x2",
|
|
17495
|
+
"upgradeWodID": 3569,
|
|
17496
|
+
"downgradeWodID": 3567,
|
|
17497
|
+
"level": 319,
|
|
17498
|
+
"requiredLevel": 10,
|
|
17499
|
+
"group": "Building",
|
|
17500
|
+
"type": "Level1",
|
|
17501
|
+
"width": 5,
|
|
17502
|
+
"height": 10,
|
|
17503
|
+
"storeable": 1,
|
|
17504
|
+
"kIDs": "0,1,2,3",
|
|
17505
|
+
"onlyInAreaTypes": "1,4,12",
|
|
17506
|
+
"buildingGroundType": "CIVIL",
|
|
17507
|
+
"costFloraToken": 7,
|
|
17508
|
+
"costC1": 56548,
|
|
17509
|
+
"costSceatToken": 6,
|
|
17510
|
+
"sellFloraToken": 3233,
|
|
17511
|
+
"buildDuration": 98400,
|
|
17512
|
+
"xp": 1300,
|
|
17513
|
+
"mightValue": 1563000,
|
|
17514
|
+
"districtTypeID": 7,
|
|
17515
|
+
"isDistrict": 1,
|
|
17516
|
+
"districtSlots": 12,
|
|
17517
|
+
"decoPoints": 3636,
|
|
17518
|
+
"destructable": 0,
|
|
17519
|
+
"burnable": 0,
|
|
17520
|
+
"tempServerBurnable": 0,
|
|
17521
|
+
"smashable": 0,
|
|
17522
|
+
"isRelicBuilding": 1,
|
|
17523
|
+
"maximumCount": 1
|
|
17524
|
+
},
|
|
17525
|
+
{
|
|
17526
|
+
"wodID": 3569,
|
|
17527
|
+
"crossplayID": 3569,
|
|
17528
|
+
"comment1": "Deco2x2",
|
|
17529
|
+
"comment2": "District",
|
|
17530
|
+
"name": "DecoDistrict2x2",
|
|
17531
|
+
"upgradeWodID": 3570,
|
|
17532
|
+
"downgradeWodID": 3568,
|
|
17533
|
+
"level": 320,
|
|
17534
|
+
"requiredLevel": 10,
|
|
17535
|
+
"group": "Building",
|
|
17536
|
+
"type": "Level1",
|
|
17537
|
+
"width": 5,
|
|
17538
|
+
"height": 10,
|
|
17539
|
+
"storeable": 1,
|
|
17540
|
+
"kIDs": "0,1,2,3",
|
|
17541
|
+
"onlyInAreaTypes": "1,4,12",
|
|
17542
|
+
"buildingGroundType": "CIVIL",
|
|
17543
|
+
"costFloraToken": 7,
|
|
17544
|
+
"costC1": 56548,
|
|
17545
|
+
"costCoal": 65000,
|
|
17546
|
+
"costGoldToken": 329,
|
|
17547
|
+
"sellFloraToken": 3236,
|
|
17548
|
+
"buildDuration": 98700,
|
|
17549
|
+
"xp": 1300,
|
|
17550
|
+
"mightValue": 1566500,
|
|
17551
|
+
"districtTypeID": 7,
|
|
17552
|
+
"isDistrict": 1,
|
|
17553
|
+
"districtSlots": 12,
|
|
17554
|
+
"decoPoints": 3638,
|
|
17555
|
+
"destructable": 0,
|
|
17556
|
+
"burnable": 0,
|
|
17557
|
+
"tempServerBurnable": 0,
|
|
17558
|
+
"smashable": 0,
|
|
17559
|
+
"isRelicBuilding": 1,
|
|
17560
|
+
"maximumCount": 1
|
|
17561
|
+
},
|
|
17562
|
+
{
|
|
17563
|
+
"wodID": 3570,
|
|
17564
|
+
"crossplayID": 3570,
|
|
17565
|
+
"comment1": "Deco2x2",
|
|
17566
|
+
"comment2": "District",
|
|
17567
|
+
"name": "DecoDistrict2x2",
|
|
17568
|
+
"upgradeWodID": 3571,
|
|
17569
|
+
"downgradeWodID": 3569,
|
|
17570
|
+
"level": 321,
|
|
17571
|
+
"requiredLevel": 10,
|
|
17572
|
+
"group": "Building",
|
|
17573
|
+
"type": "Level1",
|
|
17574
|
+
"width": 5,
|
|
17575
|
+
"height": 10,
|
|
17576
|
+
"storeable": 1,
|
|
17577
|
+
"kIDs": "0,1,2,3",
|
|
17578
|
+
"onlyInAreaTypes": "1,4,12",
|
|
17579
|
+
"buildingGroundType": "CIVIL",
|
|
17580
|
+
"costFloraToken": 7,
|
|
17581
|
+
"costC1": 56548,
|
|
17582
|
+
"costSceatToken": 6,
|
|
17583
|
+
"sellFloraToken": 3240,
|
|
17584
|
+
"buildDuration": 99000,
|
|
17585
|
+
"xp": 1300,
|
|
17586
|
+
"mightValue": 1570000,
|
|
17587
|
+
"districtTypeID": 7,
|
|
17588
|
+
"isDistrict": 1,
|
|
17589
|
+
"districtSlots": 12,
|
|
17590
|
+
"decoPoints": 3640,
|
|
17591
|
+
"destructable": 0,
|
|
17592
|
+
"burnable": 0,
|
|
17593
|
+
"tempServerBurnable": 0,
|
|
17594
|
+
"smashable": 0,
|
|
17595
|
+
"isRelicBuilding": 1,
|
|
17596
|
+
"maximumCount": 1
|
|
17597
|
+
},
|
|
17598
|
+
{
|
|
17599
|
+
"wodID": 3571,
|
|
17600
|
+
"crossplayID": 3571,
|
|
17601
|
+
"comment1": "Deco2x2",
|
|
17602
|
+
"comment2": "District",
|
|
17603
|
+
"name": "DecoDistrict2x2",
|
|
17604
|
+
"upgradeWodID": 3572,
|
|
17605
|
+
"downgradeWodID": 3570,
|
|
17606
|
+
"level": 322,
|
|
17607
|
+
"requiredLevel": 10,
|
|
17608
|
+
"group": "Building",
|
|
17609
|
+
"type": "Level1",
|
|
17610
|
+
"width": 5,
|
|
17611
|
+
"height": 10,
|
|
17612
|
+
"storeable": 1,
|
|
17613
|
+
"kIDs": "0,1,2,3",
|
|
17614
|
+
"onlyInAreaTypes": "1,4,12",
|
|
17615
|
+
"buildingGroundType": "CIVIL",
|
|
17616
|
+
"costFloraToken": 7,
|
|
17617
|
+
"costC1": 56548,
|
|
17618
|
+
"costSamuraiToken": 514,
|
|
17619
|
+
"costKhanTablet": 2036,
|
|
17620
|
+
"sellFloraToken": 3243,
|
|
17621
|
+
"buildDuration": 99300,
|
|
17622
|
+
"xp": 1300,
|
|
17623
|
+
"mightValue": 1573500,
|
|
17624
|
+
"districtTypeID": 7,
|
|
17625
|
+
"isDistrict": 1,
|
|
17626
|
+
"districtSlots": 12,
|
|
17627
|
+
"decoPoints": 3642,
|
|
17628
|
+
"destructable": 0,
|
|
17629
|
+
"burnable": 0,
|
|
17630
|
+
"tempServerBurnable": 0,
|
|
17631
|
+
"smashable": 0,
|
|
17632
|
+
"isRelicBuilding": 1,
|
|
17633
|
+
"maximumCount": 1
|
|
17634
|
+
},
|
|
17635
|
+
{
|
|
17636
|
+
"wodID": 3572,
|
|
17637
|
+
"crossplayID": 3572,
|
|
17638
|
+
"comment1": "Deco2x2",
|
|
17639
|
+
"comment2": "District",
|
|
17640
|
+
"name": "DecoDistrict2x2",
|
|
17641
|
+
"upgradeWodID": 3573,
|
|
17642
|
+
"downgradeWodID": 3571,
|
|
17643
|
+
"level": 323,
|
|
17644
|
+
"requiredLevel": 10,
|
|
17645
|
+
"group": "Building",
|
|
17646
|
+
"type": "Level1",
|
|
17647
|
+
"width": 5,
|
|
17648
|
+
"height": 10,
|
|
17649
|
+
"storeable": 1,
|
|
17650
|
+
"kIDs": "0,1,2,3",
|
|
17651
|
+
"onlyInAreaTypes": "1,4,12",
|
|
17652
|
+
"buildingGroundType": "CIVIL",
|
|
17653
|
+
"costFloraToken": 7,
|
|
17654
|
+
"costC1": 56548,
|
|
17655
|
+
"costLegendaryToken": 61,
|
|
17656
|
+
"costLegendaryMaterial": 214,
|
|
17657
|
+
"sellFloraToken": 3247,
|
|
17658
|
+
"buildDuration": 99600,
|
|
17659
|
+
"xp": 1300,
|
|
17660
|
+
"mightValue": 1577000,
|
|
17661
|
+
"districtTypeID": 7,
|
|
17662
|
+
"isDistrict": 1,
|
|
17663
|
+
"districtSlots": 12,
|
|
17664
|
+
"decoPoints": 3644,
|
|
17665
|
+
"destructable": 0,
|
|
17666
|
+
"burnable": 0,
|
|
17667
|
+
"tempServerBurnable": 0,
|
|
17668
|
+
"smashable": 0,
|
|
17669
|
+
"isRelicBuilding": 1,
|
|
17670
|
+
"maximumCount": 1
|
|
17671
|
+
},
|
|
17672
|
+
{
|
|
17673
|
+
"wodID": 3573,
|
|
17674
|
+
"crossplayID": 3573,
|
|
17675
|
+
"comment1": "Deco2x2",
|
|
17676
|
+
"comment2": "District",
|
|
17677
|
+
"name": "DecoDistrict2x2",
|
|
17678
|
+
"upgradeWodID": 3574,
|
|
17679
|
+
"downgradeWodID": 3572,
|
|
17680
|
+
"level": 324,
|
|
17681
|
+
"requiredLevel": 10,
|
|
17682
|
+
"group": "Building",
|
|
17683
|
+
"type": "Level1",
|
|
17684
|
+
"width": 5,
|
|
17685
|
+
"height": 10,
|
|
17686
|
+
"storeable": 1,
|
|
17687
|
+
"kIDs": "0,1,2,3",
|
|
17688
|
+
"onlyInAreaTypes": "1,4,12",
|
|
17689
|
+
"buildingGroundType": "CIVIL",
|
|
17690
|
+
"costFloraToken": 7,
|
|
17691
|
+
"costC1": 56548,
|
|
17692
|
+
"costGoldToken": 329,
|
|
17693
|
+
"sellFloraToken": 3250,
|
|
17694
|
+
"buildDuration": 99900,
|
|
17695
|
+
"xp": 1300,
|
|
17696
|
+
"mightValue": 1580500,
|
|
17697
|
+
"districtTypeID": 7,
|
|
17698
|
+
"isDistrict": 1,
|
|
17699
|
+
"districtSlots": 12,
|
|
17700
|
+
"decoPoints": 3646,
|
|
17701
|
+
"destructable": 0,
|
|
17702
|
+
"burnable": 0,
|
|
17703
|
+
"tempServerBurnable": 0,
|
|
17704
|
+
"smashable": 0,
|
|
17705
|
+
"isRelicBuilding": 1,
|
|
17706
|
+
"maximumCount": 1
|
|
17707
|
+
},
|
|
17708
|
+
{
|
|
17709
|
+
"wodID": 3574,
|
|
17710
|
+
"crossplayID": 3574,
|
|
17711
|
+
"comment1": "Deco2x2",
|
|
17712
|
+
"comment2": "District",
|
|
17713
|
+
"name": "DecoDistrict2x2",
|
|
17714
|
+
"upgradeWodID": 3575,
|
|
17715
|
+
"downgradeWodID": 3573,
|
|
17716
|
+
"level": 325,
|
|
17717
|
+
"requiredLevel": 10,
|
|
17718
|
+
"group": "Building",
|
|
17719
|
+
"type": "Level1",
|
|
17720
|
+
"width": 5,
|
|
17721
|
+
"height": 10,
|
|
17722
|
+
"storeable": 1,
|
|
17723
|
+
"kIDs": "0,1,2,3",
|
|
17724
|
+
"onlyInAreaTypes": "1,4,12",
|
|
17725
|
+
"buildingGroundType": "CIVIL",
|
|
17726
|
+
"costFloraToken": 7,
|
|
17727
|
+
"costC1": 56548,
|
|
17728
|
+
"costSceatToken": 6,
|
|
17729
|
+
"costKhanMedal": 500,
|
|
17730
|
+
"sellFloraToken": 3254,
|
|
17731
|
+
"buildDuration": 100200,
|
|
17732
|
+
"xp": 1300,
|
|
17733
|
+
"mightValue": 1584000,
|
|
17734
|
+
"districtTypeID": 7,
|
|
17735
|
+
"isDistrict": 1,
|
|
17736
|
+
"districtSlots": 12,
|
|
17737
|
+
"decoPoints": 3648,
|
|
17738
|
+
"destructable": 0,
|
|
17739
|
+
"burnable": 0,
|
|
17740
|
+
"tempServerBurnable": 0,
|
|
17741
|
+
"smashable": 0,
|
|
17742
|
+
"isRelicBuilding": 1,
|
|
17743
|
+
"maximumCount": 1
|
|
17744
|
+
},
|
|
17745
|
+
{
|
|
17746
|
+
"wodID": 3575,
|
|
17747
|
+
"crossplayID": 3575,
|
|
17748
|
+
"comment1": "Deco2x2",
|
|
17749
|
+
"comment2": "District",
|
|
17750
|
+
"name": "DecoDistrict2x2",
|
|
17751
|
+
"downgradeWodID": 3574,
|
|
17752
|
+
"level": 326,
|
|
17753
|
+
"requiredLevel": 10,
|
|
17754
|
+
"group": "Building",
|
|
17755
|
+
"type": "Level1",
|
|
17756
|
+
"width": 5,
|
|
17757
|
+
"height": 10,
|
|
17758
|
+
"storeable": 1,
|
|
17759
|
+
"kIDs": "0,1,2,3",
|
|
17760
|
+
"onlyInAreaTypes": "1,4,12",
|
|
17761
|
+
"buildingGroundType": "CIVIL",
|
|
17762
|
+
"costFloraToken": 332,
|
|
17763
|
+
"sellFloraToken": 3420,
|
|
17764
|
+
"buildDuration": 100500,
|
|
17765
|
+
"xp": 1400,
|
|
17766
|
+
"mightValue": 1587500,
|
|
17767
|
+
"districtTypeID": 7,
|
|
17768
|
+
"isDistrict": 1,
|
|
17769
|
+
"districtSlots": 13,
|
|
17770
|
+
"decoPoints": 3650,
|
|
17771
|
+
"destructable": 0,
|
|
17772
|
+
"burnable": 0,
|
|
17773
|
+
"tempServerBurnable": 0,
|
|
17774
|
+
"smashable": 0,
|
|
17775
|
+
"isRelicBuilding": 1,
|
|
17776
|
+
"maximumCount": 1
|
|
17777
|
+
},
|
|
16722
17778
|
{
|
|
16723
17779
|
"wodID": 127,
|
|
16724
17780
|
"crossplayID": 127,
|
|
@@ -24200,6 +25256,29 @@
|
|
|
24200
25256
|
"smashable": 0,
|
|
24201
25257
|
"maximumCount": 1
|
|
24202
25258
|
},
|
|
25259
|
+
{
|
|
25260
|
+
"wodID": 4311,
|
|
25261
|
+
"crossplayID": 4311,
|
|
25262
|
+
"comment1": "Event",
|
|
25263
|
+
"comment2": "AllianceMobilizationEvent",
|
|
25264
|
+
"name": "Event",
|
|
25265
|
+
"level": 0,
|
|
25266
|
+
"group": "Building",
|
|
25267
|
+
"type": "AllianceMobilizationEvent",
|
|
25268
|
+
"width": 8,
|
|
25269
|
+
"height": 8,
|
|
25270
|
+
"rotateType": 0,
|
|
25271
|
+
"movable": 0,
|
|
25272
|
+
"eventIDs": 129,
|
|
25273
|
+
"kIDs": "0,1,2,3,4",
|
|
25274
|
+
"mightValue": 0,
|
|
25275
|
+
"destructable": 0,
|
|
25276
|
+
"tempServerDestructable": 0,
|
|
25277
|
+
"burnable": 0,
|
|
25278
|
+
"tempServerBurnable": 1,
|
|
25279
|
+
"smashable": 0,
|
|
25280
|
+
"maximumCount": 1
|
|
25281
|
+
},
|
|
24203
25282
|
{
|
|
24204
25283
|
"wodID": 259,
|
|
24205
25284
|
"crossplayID": 259,
|
|
@@ -109553,6 +110632,136 @@
|
|
|
109553
110632
|
"areaSpecificEffects": "361&1875,360&1875,362&18750",
|
|
109554
110633
|
"tempServerDestructable": 1
|
|
109555
110634
|
},
|
|
110635
|
+
{
|
|
110636
|
+
"wodID": 4320,
|
|
110637
|
+
"comment1": "AME Gold Division Fancy Deco",
|
|
110638
|
+
"comment2": "Rank 1",
|
|
110639
|
+
"group": "Building",
|
|
110640
|
+
"type": "AMEExaltedRedBlade",
|
|
110641
|
+
"width": 5,
|
|
110642
|
+
"height": 10,
|
|
110643
|
+
"storeable": 1,
|
|
110644
|
+
"kIDs": "0,1,2,3,4",
|
|
110645
|
+
"name": "Deco",
|
|
110646
|
+
"level": 1,
|
|
110647
|
+
"maximumCount": 2,
|
|
110648
|
+
"mightValue": 1000,
|
|
110649
|
+
"destructable": 0,
|
|
110650
|
+
"burnable": 0,
|
|
110651
|
+
"tempServerBurnable": 1,
|
|
110652
|
+
"smashable": 0,
|
|
110653
|
+
"decoPoints": 4500,
|
|
110654
|
+
"isFusionSource": 0,
|
|
110655
|
+
"isFusionTarget": 0,
|
|
110656
|
+
"sellLegendaryToken": 150,
|
|
110657
|
+
"sellLegendaryMaterial": 300,
|
|
110658
|
+
"areaSpecificEffects": "512&545+50,512&556+50,410&5",
|
|
110659
|
+
"tempServerDestructable": 1
|
|
110660
|
+
},
|
|
110661
|
+
{
|
|
110662
|
+
"wodID": 4321,
|
|
110663
|
+
"comment1": "AME Gold Division Fancy Deco",
|
|
110664
|
+
"comment2": "Rank 2",
|
|
110665
|
+
"group": "Building",
|
|
110666
|
+
"type": "AMEExaltedRedBlade",
|
|
110667
|
+
"width": 5,
|
|
110668
|
+
"height": 10,
|
|
110669
|
+
"storeable": 1,
|
|
110670
|
+
"kIDs": "0,1,2,3,4",
|
|
110671
|
+
"name": "Deco",
|
|
110672
|
+
"level": 1,
|
|
110673
|
+
"maximumCount": 2,
|
|
110674
|
+
"mightValue": 1000,
|
|
110675
|
+
"destructable": 0,
|
|
110676
|
+
"burnable": 0,
|
|
110677
|
+
"tempServerBurnable": 1,
|
|
110678
|
+
"smashable": 0,
|
|
110679
|
+
"decoPoints": 4350,
|
|
110680
|
+
"isFusionSource": 0,
|
|
110681
|
+
"isFusionTarget": 0,
|
|
110682
|
+
"sellLegendaryToken": 100,
|
|
110683
|
+
"sellLegendaryMaterial": 200,
|
|
110684
|
+
"areaSpecificEffects": "512&534+50,512&523+50,410&3",
|
|
110685
|
+
"tempServerDestructable": 1
|
|
110686
|
+
},
|
|
110687
|
+
{
|
|
110688
|
+
"wodID": 4322,
|
|
110689
|
+
"comment1": "AME Gold Division Fancy Deco",
|
|
110690
|
+
"comment2": "Rank 3",
|
|
110691
|
+
"group": "Building",
|
|
110692
|
+
"type": "AMEExaltedRedBlade",
|
|
110693
|
+
"width": 5,
|
|
110694
|
+
"height": 10,
|
|
110695
|
+
"storeable": 1,
|
|
110696
|
+
"kIDs": "0,1,2,3,4",
|
|
110697
|
+
"name": "Deco",
|
|
110698
|
+
"level": 1,
|
|
110699
|
+
"maximumCount": 2,
|
|
110700
|
+
"mightValue": 1000,
|
|
110701
|
+
"destructable": 0,
|
|
110702
|
+
"burnable": 0,
|
|
110703
|
+
"tempServerBurnable": 1,
|
|
110704
|
+
"smashable": 0,
|
|
110705
|
+
"decoPoints": 4200,
|
|
110706
|
+
"isFusionSource": 0,
|
|
110707
|
+
"isFusionTarget": 0,
|
|
110708
|
+
"sellLegendaryToken": 75,
|
|
110709
|
+
"sellLegendaryMaterial": 150,
|
|
110710
|
+
"areaSpecificEffects": "512&534+35,512&523+35,410&3",
|
|
110711
|
+
"tempServerDestructable": 1
|
|
110712
|
+
},
|
|
110713
|
+
{
|
|
110714
|
+
"wodID": 4323,
|
|
110715
|
+
"comment1": "AME Gold Division Fancy Deco",
|
|
110716
|
+
"comment2": "Rank 4-5",
|
|
110717
|
+
"group": "Building",
|
|
110718
|
+
"type": "AMEExaltedRedBlade",
|
|
110719
|
+
"width": 5,
|
|
110720
|
+
"height": 10,
|
|
110721
|
+
"storeable": 1,
|
|
110722
|
+
"kIDs": "0,1,2,3,4",
|
|
110723
|
+
"name": "Deco",
|
|
110724
|
+
"level": 1,
|
|
110725
|
+
"maximumCount": 2,
|
|
110726
|
+
"mightValue": 1000,
|
|
110727
|
+
"destructable": 0,
|
|
110728
|
+
"burnable": 0,
|
|
110729
|
+
"tempServerBurnable": 1,
|
|
110730
|
+
"smashable": 0,
|
|
110731
|
+
"decoPoints": 4100,
|
|
110732
|
+
"isFusionSource": 0,
|
|
110733
|
+
"isFusionTarget": 0,
|
|
110734
|
+
"sellLegendaryToken": 50,
|
|
110735
|
+
"sellLegendaryMaterial": 100,
|
|
110736
|
+
"areaSpecificEffects": "512&534+20,512&523+20,410&2",
|
|
110737
|
+
"tempServerDestructable": 1
|
|
110738
|
+
},
|
|
110739
|
+
{
|
|
110740
|
+
"wodID": 4324,
|
|
110741
|
+
"comment1": "AME Activity Rewards",
|
|
110742
|
+
"comment2": "Final Activity Reward",
|
|
110743
|
+
"group": "Building",
|
|
110744
|
+
"type": "AMEExaltedRedTrainingGround",
|
|
110745
|
+
"width": 5,
|
|
110746
|
+
"height": 10,
|
|
110747
|
+
"storeable": 1,
|
|
110748
|
+
"kIDs": "0,1,2,3,4",
|
|
110749
|
+
"name": "Deco",
|
|
110750
|
+
"level": 1,
|
|
110751
|
+
"maximumCount": 2,
|
|
110752
|
+
"mightValue": 1000,
|
|
110753
|
+
"destructable": 0,
|
|
110754
|
+
"burnable": 0,
|
|
110755
|
+
"tempServerBurnable": 1,
|
|
110756
|
+
"smashable": 0,
|
|
110757
|
+
"decoPoints": 3900,
|
|
110758
|
+
"isFusionSource": 0,
|
|
110759
|
+
"isFusionTarget": 0,
|
|
110760
|
+
"sellLegendaryToken": 25,
|
|
110761
|
+
"sellLegendaryMaterial": 50,
|
|
110762
|
+
"areaSpecificEffects": "512&524+10,512&513+10,410&1",
|
|
110763
|
+
"tempServerDestructable": 1
|
|
110764
|
+
},
|
|
109556
110765
|
{
|
|
109557
110766
|
"wodID": 4313,
|
|
109558
110767
|
"comment1": "Custom",
|
|
@@ -109600,7 +110809,7 @@
|
|
|
109600
110809
|
"isFusionSource": 0,
|
|
109601
110810
|
"isFusionTarget": 0,
|
|
109602
110811
|
"sellC1": 1600000,
|
|
109603
|
-
"areaSpecificEffects": "
|
|
110812
|
+
"areaSpecificEffects": "387&75,370&60,371&75000",
|
|
109604
110813
|
"tempServerDestructable": 1
|
|
109605
110814
|
},
|
|
109606
110815
|
{
|
|
@@ -109675,7 +110884,7 @@
|
|
|
109675
110884
|
"isFusionSource": 0,
|
|
109676
110885
|
"isFusionTarget": 0,
|
|
109677
110886
|
"sellC1": 1200000,
|
|
109678
|
-
"areaSpecificEffects": "
|
|
110887
|
+
"areaSpecificEffects": "387&35,370&30,371&37500",
|
|
109679
110888
|
"tempServerDestructable": 1
|
|
109680
110889
|
},
|
|
109681
110890
|
{
|
|
@@ -109727,151 +110936,6 @@
|
|
|
109727
110936
|
"sellC1": 200000,
|
|
109728
110937
|
"areaSpecificEffects": "361&1875,360&1875,362&18750",
|
|
109729
110938
|
"tempServerDestructable": 1
|
|
109730
|
-
},
|
|
109731
|
-
{
|
|
109732
|
-
"wodID": 900000,
|
|
109733
|
-
"crossplayID": 900000,
|
|
109734
|
-
"group": "Building",
|
|
109735
|
-
"name": "Offer",
|
|
109736
|
-
"type": "isoObject",
|
|
109737
|
-
"kIDs": "",
|
|
109738
|
-
"server": 0,
|
|
109739
|
-
"block": 0,
|
|
109740
|
-
"width": 8,
|
|
109741
|
-
"height": 8,
|
|
109742
|
-
"movable": 0,
|
|
109743
|
-
"level": 1
|
|
109744
|
-
},
|
|
109745
|
-
{
|
|
109746
|
-
"wodID": 900001,
|
|
109747
|
-
"crossplayID": 900001,
|
|
109748
|
-
"group": "Tower",
|
|
109749
|
-
"type": "CornerLevel1",
|
|
109750
|
-
"width": 2,
|
|
109751
|
-
"height": 2,
|
|
109752
|
-
"movable": 0,
|
|
109753
|
-
"kIDs": "0,1,2,3,4",
|
|
109754
|
-
"name": "Corner",
|
|
109755
|
-
"level": 1,
|
|
109756
|
-
"destructable": 0,
|
|
109757
|
-
"burnable": 0,
|
|
109758
|
-
"smashable": 0,
|
|
109759
|
-
"rotateType": 4
|
|
109760
|
-
},
|
|
109761
|
-
{
|
|
109762
|
-
"wodID": 900002,
|
|
109763
|
-
"crossplayID": 900002,
|
|
109764
|
-
"group": "Tower",
|
|
109765
|
-
"type": "CornerLevel2",
|
|
109766
|
-
"width": 2,
|
|
109767
|
-
"height": 2,
|
|
109768
|
-
"movable": 0,
|
|
109769
|
-
"kIDs": "0,1,2,3,4",
|
|
109770
|
-
"name": "Corner",
|
|
109771
|
-
"level": 2,
|
|
109772
|
-
"destructable": 0,
|
|
109773
|
-
"burnable": 0,
|
|
109774
|
-
"smashable": 0,
|
|
109775
|
-
"rotateType": 4
|
|
109776
|
-
},
|
|
109777
|
-
{
|
|
109778
|
-
"wodID": 900003,
|
|
109779
|
-
"crossplayID": 900003,
|
|
109780
|
-
"group": "Tower",
|
|
109781
|
-
"type": "CornerLevel3",
|
|
109782
|
-
"width": 2,
|
|
109783
|
-
"height": 2,
|
|
109784
|
-
"movable": 0,
|
|
109785
|
-
"kIDs": "0,1,2,3,4",
|
|
109786
|
-
"name": "Corner",
|
|
109787
|
-
"level": 3,
|
|
109788
|
-
"destructable": 0,
|
|
109789
|
-
"burnable": 0,
|
|
109790
|
-
"smashable": 0,
|
|
109791
|
-
"rotateType": 4
|
|
109792
|
-
},
|
|
109793
|
-
{
|
|
109794
|
-
"wodID": 900004,
|
|
109795
|
-
"crossplayID": 900004,
|
|
109796
|
-
"group": "Tower",
|
|
109797
|
-
"type": "CornerLevel4",
|
|
109798
|
-
"width": 2,
|
|
109799
|
-
"height": 2,
|
|
109800
|
-
"movable": 0,
|
|
109801
|
-
"kIDs": "0,1,2,3,4",
|
|
109802
|
-
"name": "Corner",
|
|
109803
|
-
"level": 4,
|
|
109804
|
-
"destructable": 0,
|
|
109805
|
-
"burnable": 0,
|
|
109806
|
-
"smashable": 0,
|
|
109807
|
-
"rotateType": 4
|
|
109808
|
-
},
|
|
109809
|
-
{
|
|
109810
|
-
"wodID": 900005,
|
|
109811
|
-
"crossplayID": 900005,
|
|
109812
|
-
"group": "Tower",
|
|
109813
|
-
"type": "CornerLevel5",
|
|
109814
|
-
"width": 2,
|
|
109815
|
-
"height": 2,
|
|
109816
|
-
"movable": 0,
|
|
109817
|
-
"kIDs": "0,1,2,3,4",
|
|
109818
|
-
"name": "Corner",
|
|
109819
|
-
"level": 5,
|
|
109820
|
-
"destructable": 0,
|
|
109821
|
-
"burnable": 0,
|
|
109822
|
-
"smashable": 0,
|
|
109823
|
-
"rotateType": 4
|
|
109824
|
-
},
|
|
109825
|
-
{
|
|
109826
|
-
"wodID": 900006,
|
|
109827
|
-
"crossplayID": 900006,
|
|
109828
|
-
"group": "Tower",
|
|
109829
|
-
"type": "Level1",
|
|
109830
|
-
"width": 2,
|
|
109831
|
-
"height": 2,
|
|
109832
|
-
"movable": 0,
|
|
109833
|
-
"eventIDs": 3,
|
|
109834
|
-
"kIDs": 10,
|
|
109835
|
-
"name": "FactionLookoutCorner",
|
|
109836
|
-
"level": 1,
|
|
109837
|
-
"destructable": 0,
|
|
109838
|
-
"burnable": 0,
|
|
109839
|
-
"smashable": 0,
|
|
109840
|
-
"rotateType": 4
|
|
109841
|
-
},
|
|
109842
|
-
{
|
|
109843
|
-
"wodID": 900007,
|
|
109844
|
-
"crossplayID": 900007,
|
|
109845
|
-
"group": "Tower",
|
|
109846
|
-
"type": "Level2",
|
|
109847
|
-
"width": 2,
|
|
109848
|
-
"height": 2,
|
|
109849
|
-
"movable": 0,
|
|
109850
|
-
"eventIDs": 3,
|
|
109851
|
-
"kIDs": 10,
|
|
109852
|
-
"name": "FactionLookoutCorner",
|
|
109853
|
-
"level": 2,
|
|
109854
|
-
"destructable": 0,
|
|
109855
|
-
"burnable": 0,
|
|
109856
|
-
"smashable": 0,
|
|
109857
|
-
"rotateType": 4
|
|
109858
|
-
},
|
|
109859
|
-
{
|
|
109860
|
-
"wodID": 900008,
|
|
109861
|
-
"crossplayID": 900008,
|
|
109862
|
-
"group": "Tower",
|
|
109863
|
-
"type": "Level3",
|
|
109864
|
-
"width": 2,
|
|
109865
|
-
"height": 2,
|
|
109866
|
-
"movable": 0,
|
|
109867
|
-
"eventIDs": 3,
|
|
109868
|
-
"kIDs": 10,
|
|
109869
|
-
"name": "FactionLookoutCorner",
|
|
109870
|
-
"level": 3,
|
|
109871
|
-
"destructable": 0,
|
|
109872
|
-
"burnable": 0,
|
|
109873
|
-
"smashable": 0,
|
|
109874
|
-
"rotateType": 4
|
|
109875
110939
|
}
|
|
109876
110940
|
]
|
|
109877
110941
|
}
|