e4k-data 4.69.3 → 4.71.13
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 +787 -106
- package/data/constructionItems.json +22 -20
- package/data/currencies.json +7 -0
- package/data/currencyTypes.json +6 -0
- package/data/daimyoTownships.json +30 -30
- package/data/donationItems.json +139 -0
- package/data/donationRewards.json +164 -0
- package/data/donationSettings.json +8 -0
- package/data/donationTypes.json +19 -0
- package/data/effectCaps.json +5 -0
- package/data/effects.json +45 -0
- package/data/events.json +9 -0
- package/data/merchants.json +1 -1
- package/data/packageCategories.json +4 -0
- package/data/packageCategoryCurrencyRelations.json +6 -0
- package/data/packageCategoryFilterRelations.json +4 -0
- package/data/packages.json +130 -10
- package/data/quests.json +10 -10
- package/data/resources.json +76 -0
- package/data/rewards.json +160 -10
- package/data/units.json +26 -26
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/images/x768.json +577 -44
- package/languages/da.json +189 -15
- package/languages/de.json +188 -14
- package/languages/el.json +189 -15
- package/languages/en.json +187 -13
- package/languages/es.json +189 -15
- package/languages/fi.json +189 -15
- package/languages/fr.json +189 -15
- package/languages/it.json +189 -15
- package/languages/ja.json +189 -15
- package/languages/ko.json +189 -15
- package/languages/nl.json +189 -15
- package/languages/no.json +189 -15
- package/languages/pl.json +188 -14
- package/languages/pt.json +189 -15
- package/languages/ru.json +189 -15
- package/languages/sv.json +189 -15
- package/languages/tr.json +189 -15
- package/languages/zh_CN.json +188 -14
- package/languages/zh_TW.json +188 -14
- package/package.json +1 -1
- package/typings/data.d.ts +46 -0
- package/typings/images.d.ts +35 -0
- package/typings/languages.d.ts +173 -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,
|
|
@@ -10801,6 +10946,27 @@
|
|
|
10801
10946
|
"smashable": 0,
|
|
10802
10947
|
"maximumCount": 1
|
|
10803
10948
|
},
|
|
10949
|
+
{
|
|
10950
|
+
"wodID": 2899,
|
|
10951
|
+
"crossplayID": 2899,
|
|
10952
|
+
"name": "Event",
|
|
10953
|
+
"level": 0,
|
|
10954
|
+
"group": "Building",
|
|
10955
|
+
"type": "DonationEventConstructor",
|
|
10956
|
+
"width": 8,
|
|
10957
|
+
"height": 8,
|
|
10958
|
+
"rotateType": 0,
|
|
10959
|
+
"movable": 0,
|
|
10960
|
+
"eventIDs": 44,
|
|
10961
|
+
"kIDs": "0,1,2,3,4",
|
|
10962
|
+
"mightValue": 0,
|
|
10963
|
+
"destructable": 0,
|
|
10964
|
+
"tempServerDestructable": 0,
|
|
10965
|
+
"burnable": 0,
|
|
10966
|
+
"tempServerBurnable": 1,
|
|
10967
|
+
"smashable": 0,
|
|
10968
|
+
"maximumCount": 1
|
|
10969
|
+
},
|
|
10804
10970
|
{
|
|
10805
10971
|
"wodID": 277,
|
|
10806
10972
|
"crossplayID": 277,
|
|
@@ -76070,7 +76236,7 @@
|
|
|
76070
76236
|
{
|
|
76071
76237
|
"wodID": 2555,
|
|
76072
76238
|
"comment1": "LTPE Reward October 2022",
|
|
76073
|
-
"comment2": "shop 870",
|
|
76239
|
+
"comment2": "shop 870 - DO NOT USE",
|
|
76074
76240
|
"group": "Building",
|
|
76075
76241
|
"type": "BarrelOfJoy",
|
|
76076
76242
|
"width": 5,
|
|
@@ -76094,7 +76260,7 @@
|
|
|
76094
76260
|
{
|
|
76095
76261
|
"wodID": 2556,
|
|
76096
76262
|
"comment1": "LTPE Reward October 2022",
|
|
76097
|
-
"comment2": "shop 800",
|
|
76263
|
+
"comment2": "shop 800 - DO NOT USE",
|
|
76098
76264
|
"group": "Building",
|
|
76099
76265
|
"type": "BarrelOfJoy",
|
|
76100
76266
|
"width": 5,
|
|
@@ -76118,7 +76284,7 @@
|
|
|
76118
76284
|
{
|
|
76119
76285
|
"wodID": 2557,
|
|
76120
76286
|
"comment1": "LTPE Reward October 2022",
|
|
76121
|
-
"comment2": "reward 70",
|
|
76287
|
+
"comment2": "reward 70 - DO NOT USE",
|
|
76122
76288
|
"group": "Building",
|
|
76123
76289
|
"type": "BarrelOfJoy",
|
|
76124
76290
|
"width": 5,
|
|
@@ -76744,7 +76910,7 @@
|
|
|
76744
76910
|
{
|
|
76745
76911
|
"wodID": 2583,
|
|
76746
76912
|
"comment1": "LTPE Reward November 2022",
|
|
76747
|
-
"comment2": "shop 870",
|
|
76913
|
+
"comment2": "shop 870 - DO NOT USE",
|
|
76748
76914
|
"group": "Building",
|
|
76749
76915
|
"type": "CrystalWaterfall",
|
|
76750
76916
|
"width": 5,
|
|
@@ -76768,7 +76934,7 @@
|
|
|
76768
76934
|
{
|
|
76769
76935
|
"wodID": 2584,
|
|
76770
76936
|
"comment1": "LTPE Reward November 2022",
|
|
76771
|
-
"comment2": "shop 800",
|
|
76937
|
+
"comment2": "shop 800 - DO NOT USE",
|
|
76772
76938
|
"group": "Building",
|
|
76773
76939
|
"type": "CrystalWaterfall",
|
|
76774
76940
|
"width": 5,
|
|
@@ -76792,7 +76958,7 @@
|
|
|
76792
76958
|
{
|
|
76793
76959
|
"wodID": 2585,
|
|
76794
76960
|
"comment1": "LTPE Reward November 2022",
|
|
76795
|
-
"comment2": "shop 70",
|
|
76961
|
+
"comment2": "shop 70 - DO NOT USE",
|
|
76796
76962
|
"group": "Building",
|
|
76797
76963
|
"type": "CrystalWaterfall",
|
|
76798
76964
|
"width": 5,
|
|
@@ -80536,7 +80702,7 @@
|
|
|
80536
80702
|
{
|
|
80537
80703
|
"wodID": 2743,
|
|
80538
80704
|
"comment1": "Veteran SalesDay July 2023",
|
|
80539
|
-
"comment2": "FreedomEagle",
|
|
80705
|
+
"comment2": "FreedomEagle - DO NOT USE",
|
|
80540
80706
|
"group": "Building",
|
|
80541
80707
|
"type": "FreedomEagle",
|
|
80542
80708
|
"width": 5,
|
|
@@ -82242,7 +82408,7 @@
|
|
|
82242
82408
|
{
|
|
82243
82409
|
"wodID": 2816,
|
|
82244
82410
|
"comment1": "SalesDays Content November 2023",
|
|
82245
|
-
"comment2": "Chicktower",
|
|
82411
|
+
"comment2": "Chicktower - DO NOT USE",
|
|
82246
82412
|
"group": "Building",
|
|
82247
82413
|
"type": "Chicktower",
|
|
82248
82414
|
"width": 5,
|
|
@@ -82527,6 +82693,116 @@
|
|
|
82527
82693
|
"sellC1": 2122,
|
|
82528
82694
|
"tempServerDestructable": 1
|
|
82529
82695
|
},
|
|
82696
|
+
{
|
|
82697
|
+
"wodID": 2914,
|
|
82698
|
+
"comment1": "Nomad Invasion Shop - EDS",
|
|
82699
|
+
"comment2": "TortoiseTotem",
|
|
82700
|
+
"group": "Building",
|
|
82701
|
+
"type": "TortoiseTotem",
|
|
82702
|
+
"width": 5,
|
|
82703
|
+
"height": 5,
|
|
82704
|
+
"storeable": 1,
|
|
82705
|
+
"kIDs": "0,1,2,3,4",
|
|
82706
|
+
"name": "Deco",
|
|
82707
|
+
"level": 1,
|
|
82708
|
+
"buildDuration": 600,
|
|
82709
|
+
"mightValue": 100,
|
|
82710
|
+
"destructable": 0,
|
|
82711
|
+
"burnable": 0,
|
|
82712
|
+
"tempServerBurnable": 1,
|
|
82713
|
+
"smashable": 0,
|
|
82714
|
+
"decoPoints": 750,
|
|
82715
|
+
"sellC1": 2122,
|
|
82716
|
+
"tempServerDestructable": 1
|
|
82717
|
+
},
|
|
82718
|
+
{
|
|
82719
|
+
"wodID": 2915,
|
|
82720
|
+
"comment1": "Nomad Invasion Shop - EDS",
|
|
82721
|
+
"comment2": "TortoiseTotem",
|
|
82722
|
+
"group": "Building",
|
|
82723
|
+
"type": "TortoiseTotem",
|
|
82724
|
+
"width": 5,
|
|
82725
|
+
"height": 5,
|
|
82726
|
+
"storeable": 1,
|
|
82727
|
+
"kIDs": "0,1,2,3,4",
|
|
82728
|
+
"name": "Deco",
|
|
82729
|
+
"level": 1,
|
|
82730
|
+
"buildDuration": 600,
|
|
82731
|
+
"mightValue": 250,
|
|
82732
|
+
"destructable": 0,
|
|
82733
|
+
"burnable": 0,
|
|
82734
|
+
"tempServerBurnable": 1,
|
|
82735
|
+
"smashable": 0,
|
|
82736
|
+
"decoPoints": 1000,
|
|
82737
|
+
"sellC1": 2122,
|
|
82738
|
+
"tempServerDestructable": 1
|
|
82739
|
+
},
|
|
82740
|
+
{
|
|
82741
|
+
"wodID": 2916,
|
|
82742
|
+
"comment1": "Nomad Invasion Shop - EDS",
|
|
82743
|
+
"comment2": "TortoiseTotem",
|
|
82744
|
+
"group": "Building",
|
|
82745
|
+
"type": "TortoiseTotem",
|
|
82746
|
+
"width": 5,
|
|
82747
|
+
"height": 5,
|
|
82748
|
+
"storeable": 1,
|
|
82749
|
+
"kIDs": "0,1,2,3,4",
|
|
82750
|
+
"name": "Deco",
|
|
82751
|
+
"level": 1,
|
|
82752
|
+
"buildDuration": 600,
|
|
82753
|
+
"mightValue": 500,
|
|
82754
|
+
"destructable": 0,
|
|
82755
|
+
"burnable": 0,
|
|
82756
|
+
"tempServerBurnable": 1,
|
|
82757
|
+
"smashable": 0,
|
|
82758
|
+
"decoPoints": 1250,
|
|
82759
|
+
"sellC1": 2122,
|
|
82760
|
+
"tempServerDestructable": 1
|
|
82761
|
+
},
|
|
82762
|
+
{
|
|
82763
|
+
"wodID": 2917,
|
|
82764
|
+
"comment1": "Nomad Invasion Shop - EDS",
|
|
82765
|
+
"comment2": "TortoiseTotem",
|
|
82766
|
+
"group": "Building",
|
|
82767
|
+
"type": "TortoiseTotem",
|
|
82768
|
+
"width": 5,
|
|
82769
|
+
"height": 5,
|
|
82770
|
+
"storeable": 1,
|
|
82771
|
+
"kIDs": "0,1,2,3,4",
|
|
82772
|
+
"name": "Deco",
|
|
82773
|
+
"level": 1,
|
|
82774
|
+
"buildDuration": 600,
|
|
82775
|
+
"mightValue": 750,
|
|
82776
|
+
"destructable": 0,
|
|
82777
|
+
"burnable": 0,
|
|
82778
|
+
"tempServerBurnable": 1,
|
|
82779
|
+
"smashable": 0,
|
|
82780
|
+
"decoPoints": 1750,
|
|
82781
|
+
"sellC1": 2122,
|
|
82782
|
+
"tempServerDestructable": 1
|
|
82783
|
+
},
|
|
82784
|
+
{
|
|
82785
|
+
"wodID": 2918,
|
|
82786
|
+
"comment1": "Nomad Invasion Shop - EDS",
|
|
82787
|
+
"comment2": "TortoiseTotem",
|
|
82788
|
+
"group": "Building",
|
|
82789
|
+
"type": "TortoiseTotem",
|
|
82790
|
+
"width": 5,
|
|
82791
|
+
"height": 5,
|
|
82792
|
+
"storeable": 1,
|
|
82793
|
+
"kIDs": "0,1,2,3,4",
|
|
82794
|
+
"name": "Deco",
|
|
82795
|
+
"level": 1,
|
|
82796
|
+
"buildDuration": 600,
|
|
82797
|
+
"mightValue": 1000,
|
|
82798
|
+
"destructable": 0,
|
|
82799
|
+
"burnable": 0,
|
|
82800
|
+
"tempServerBurnable": 1,
|
|
82801
|
+
"smashable": 0,
|
|
82802
|
+
"decoPoints": 1900,
|
|
82803
|
+
"sellC1": 2122,
|
|
82804
|
+
"tempServerDestructable": 1
|
|
82805
|
+
},
|
|
82530
82806
|
{
|
|
82531
82807
|
"wodID": 2828,
|
|
82532
82808
|
"comment1": "Nomad Invasion Shop - EDS",
|
|
@@ -82911,6 +83187,28 @@
|
|
|
82911
83187
|
"sellC1": 176,
|
|
82912
83188
|
"tempServerDestructable": 1
|
|
82913
83189
|
},
|
|
83190
|
+
{
|
|
83191
|
+
"wodID": 2919,
|
|
83192
|
+
"comment1": "Nomad Invasion Shop - EDS",
|
|
83193
|
+
"comment2": "HorsetailFlag",
|
|
83194
|
+
"group": "Building",
|
|
83195
|
+
"type": "HorsetailFlag",
|
|
83196
|
+
"width": 3,
|
|
83197
|
+
"height": 3,
|
|
83198
|
+
"storeable": 1,
|
|
83199
|
+
"kIDs": "0,1,2,3,4",
|
|
83200
|
+
"name": "Deco",
|
|
83201
|
+
"level": 1,
|
|
83202
|
+
"buildDuration": 600,
|
|
83203
|
+
"mightValue": 1000,
|
|
83204
|
+
"destructable": 0,
|
|
83205
|
+
"burnable": 0,
|
|
83206
|
+
"tempServerBurnable": 1,
|
|
83207
|
+
"smashable": 0,
|
|
83208
|
+
"decoPoints": 700,
|
|
83209
|
+
"sellC1": 176,
|
|
83210
|
+
"tempServerDestructable": 1
|
|
83211
|
+
},
|
|
82914
83212
|
{
|
|
82915
83213
|
"wodID": 2844,
|
|
82916
83214
|
"comment1": "Difficulty Scaling - Samurai Token Shop",
|
|
@@ -84531,7 +84829,7 @@
|
|
|
84531
84829
|
"tempServerDestructable": 1
|
|
84532
84830
|
},
|
|
84533
84831
|
{
|
|
84534
|
-
"wodID":
|
|
84832
|
+
"wodID": 2911,
|
|
84535
84833
|
"comment1": "Account Anniversary",
|
|
84536
84834
|
"comment2": "13 Years",
|
|
84537
84835
|
"group": "Building",
|
|
@@ -84554,7 +84852,7 @@
|
|
|
84554
84852
|
"tempServerDestructable": 1
|
|
84555
84853
|
},
|
|
84556
84854
|
{
|
|
84557
|
-
"wodID":
|
|
84855
|
+
"wodID": 2912,
|
|
84558
84856
|
"comment1": "Account Anniversary",
|
|
84559
84857
|
"comment2": "14 Years",
|
|
84560
84858
|
"group": "Building",
|
|
@@ -84577,7 +84875,7 @@
|
|
|
84577
84875
|
"tempServerDestructable": 1
|
|
84578
84876
|
},
|
|
84579
84877
|
{
|
|
84580
|
-
"wodID":
|
|
84878
|
+
"wodID": 2913,
|
|
84581
84879
|
"comment1": "Account Anniversary",
|
|
84582
84880
|
"comment2": "15 Years",
|
|
84583
84881
|
"group": "Building",
|
|
@@ -84600,149 +84898,532 @@
|
|
|
84600
84898
|
"tempServerDestructable": 1
|
|
84601
84899
|
},
|
|
84602
84900
|
{
|
|
84603
|
-
"wodID":
|
|
84604
|
-
"
|
|
84901
|
+
"wodID": 2970,
|
|
84902
|
+
"comment1": "St Patricks Day Sales - 2024",
|
|
84903
|
+
"comment2": "Deco RecruitSpeed50% ToolProdSpeed5%",
|
|
84605
84904
|
"group": "Building",
|
|
84606
|
-
"
|
|
84607
|
-
"
|
|
84608
|
-
"
|
|
84609
|
-
"
|
|
84610
|
-
"
|
|
84611
|
-
"
|
|
84612
|
-
"
|
|
84613
|
-
"
|
|
84614
|
-
"
|
|
84905
|
+
"type": "StPatricksDecoWithEffect",
|
|
84906
|
+
"width": 5,
|
|
84907
|
+
"height": 10,
|
|
84908
|
+
"storeable": 1,
|
|
84909
|
+
"kIDs": "0,1,2,3,4",
|
|
84910
|
+
"name": "Deco",
|
|
84911
|
+
"level": 1,
|
|
84912
|
+
"mightValue": 1000,
|
|
84913
|
+
"destructable": 0,
|
|
84914
|
+
"burnable": 0,
|
|
84915
|
+
"tempServerBurnable": 1,
|
|
84916
|
+
"smashable": 0,
|
|
84917
|
+
"initialFusionLevel": 740,
|
|
84918
|
+
"isFusionSource": 1,
|
|
84919
|
+
"isFusionTarget": 1,
|
|
84920
|
+
"sellC1": 200000,
|
|
84921
|
+
"areaSpecificEffects": "413&50,415&5",
|
|
84922
|
+
"tempServerDestructable": 1
|
|
84615
84923
|
},
|
|
84616
84924
|
{
|
|
84617
|
-
"wodID":
|
|
84618
|
-
"
|
|
84619
|
-
"
|
|
84620
|
-
"
|
|
84621
|
-
"
|
|
84622
|
-
"
|
|
84623
|
-
"
|
|
84925
|
+
"wodID": 2971,
|
|
84926
|
+
"comment1": "St Patricks Day Sales - 2024",
|
|
84927
|
+
"comment2": "Deco RecruitSpeed150% RecruitCost4%",
|
|
84928
|
+
"group": "Building",
|
|
84929
|
+
"type": "StPatricksDecoWithEffect",
|
|
84930
|
+
"width": 5,
|
|
84931
|
+
"height": 10,
|
|
84932
|
+
"storeable": 1,
|
|
84624
84933
|
"kIDs": "0,1,2,3,4",
|
|
84625
|
-
"name": "
|
|
84934
|
+
"name": "Deco",
|
|
84626
84935
|
"level": 1,
|
|
84936
|
+
"mightValue": 1000,
|
|
84627
84937
|
"destructable": 0,
|
|
84628
84938
|
"burnable": 0,
|
|
84939
|
+
"tempServerBurnable": 1,
|
|
84629
84940
|
"smashable": 0,
|
|
84630
|
-
"
|
|
84941
|
+
"initialFusionLevel": 780,
|
|
84942
|
+
"isFusionSource": 1,
|
|
84943
|
+
"isFusionTarget": 1,
|
|
84944
|
+
"sellC1": 200000,
|
|
84945
|
+
"areaSpecificEffects": "413&150,414&4",
|
|
84946
|
+
"tempServerDestructable": 1
|
|
84631
84947
|
},
|
|
84632
84948
|
{
|
|
84633
|
-
"wodID":
|
|
84634
|
-
"
|
|
84635
|
-
"
|
|
84636
|
-
"
|
|
84637
|
-
"
|
|
84638
|
-
"
|
|
84639
|
-
"
|
|
84949
|
+
"wodID": 3000,
|
|
84950
|
+
"comment1": "DonationEventBuilderPointType",
|
|
84951
|
+
"comment2": "Deco Melee1% Range1%",
|
|
84952
|
+
"group": "Building",
|
|
84953
|
+
"type": "DonationEventDecorationDay1",
|
|
84954
|
+
"width": 5,
|
|
84955
|
+
"height": 10,
|
|
84956
|
+
"storeable": 1,
|
|
84640
84957
|
"kIDs": "0,1,2,3,4",
|
|
84641
|
-
"name": "
|
|
84642
|
-
"level":
|
|
84958
|
+
"name": "Deco",
|
|
84959
|
+
"level": 1,
|
|
84960
|
+
"mightValue": 1000,
|
|
84643
84961
|
"destructable": 0,
|
|
84644
84962
|
"burnable": 0,
|
|
84963
|
+
"tempServerBurnable": 0,
|
|
84645
84964
|
"smashable": 0,
|
|
84646
|
-
"
|
|
84965
|
+
"decoPoints": 2900,
|
|
84966
|
+
"isFusionSource": 0,
|
|
84967
|
+
"isFusionTarget": 0,
|
|
84968
|
+
"sellC1": 200000,
|
|
84969
|
+
"areaSpecificEffects": "411&1,412&1",
|
|
84970
|
+
"tempServerDestructable": 1
|
|
84647
84971
|
},
|
|
84648
84972
|
{
|
|
84649
|
-
"wodID":
|
|
84650
|
-
"
|
|
84651
|
-
"
|
|
84652
|
-
"
|
|
84653
|
-
"
|
|
84654
|
-
"
|
|
84655
|
-
"
|
|
84973
|
+
"wodID": 3001,
|
|
84974
|
+
"comment1": "DonationEventBuilderPointType",
|
|
84975
|
+
"comment2": "Deco Melee1% Range1%",
|
|
84976
|
+
"group": "Building",
|
|
84977
|
+
"type": "DonationEventDecorationDay1",
|
|
84978
|
+
"width": 5,
|
|
84979
|
+
"height": 10,
|
|
84980
|
+
"storeable": 1,
|
|
84656
84981
|
"kIDs": "0,1,2,3,4",
|
|
84657
|
-
"name": "
|
|
84658
|
-
"level":
|
|
84982
|
+
"name": "Deco",
|
|
84983
|
+
"level": 1,
|
|
84984
|
+
"mightValue": 1000,
|
|
84659
84985
|
"destructable": 0,
|
|
84660
84986
|
"burnable": 0,
|
|
84987
|
+
"tempServerBurnable": 0,
|
|
84661
84988
|
"smashable": 0,
|
|
84662
|
-
"
|
|
84989
|
+
"decoPoints": 3050,
|
|
84990
|
+
"isFusionSource": 0,
|
|
84991
|
+
"isFusionTarget": 0,
|
|
84992
|
+
"sellC1": 200000,
|
|
84993
|
+
"areaSpecificEffects": "411&1,412&1",
|
|
84994
|
+
"tempServerDestructable": 1
|
|
84663
84995
|
},
|
|
84664
84996
|
{
|
|
84665
|
-
"wodID":
|
|
84666
|
-
"
|
|
84667
|
-
"
|
|
84668
|
-
"
|
|
84669
|
-
"
|
|
84670
|
-
"
|
|
84671
|
-
"
|
|
84997
|
+
"wodID": 3002,
|
|
84998
|
+
"comment1": "DonationEventBuilderPointType",
|
|
84999
|
+
"comment2": "Deco Melee1% Range1%",
|
|
85000
|
+
"group": "Building",
|
|
85001
|
+
"type": "DonationEventDecorationDay2",
|
|
85002
|
+
"width": 5,
|
|
85003
|
+
"height": 10,
|
|
85004
|
+
"storeable": 1,
|
|
84672
85005
|
"kIDs": "0,1,2,3,4",
|
|
84673
|
-
"name": "
|
|
84674
|
-
"level":
|
|
85006
|
+
"name": "Deco",
|
|
85007
|
+
"level": 1,
|
|
85008
|
+
"mightValue": 1000,
|
|
84675
85009
|
"destructable": 0,
|
|
84676
85010
|
"burnable": 0,
|
|
85011
|
+
"tempServerBurnable": 0,
|
|
84677
85012
|
"smashable": 0,
|
|
84678
|
-
"
|
|
85013
|
+
"decoPoints": 3200,
|
|
85014
|
+
"isFusionSource": 0,
|
|
85015
|
+
"isFusionTarget": 0,
|
|
85016
|
+
"sellC1": 200000,
|
|
85017
|
+
"areaSpecificEffects": "411&1,412&1",
|
|
85018
|
+
"tempServerDestructable": 1
|
|
84679
85019
|
},
|
|
84680
85020
|
{
|
|
84681
|
-
"wodID":
|
|
84682
|
-
"
|
|
84683
|
-
"
|
|
84684
|
-
"
|
|
84685
|
-
"
|
|
84686
|
-
"
|
|
84687
|
-
"
|
|
85021
|
+
"wodID": 3003,
|
|
85022
|
+
"comment1": "DonationEventBuilderPointType",
|
|
85023
|
+
"comment2": "Deco Melee2% Range2%",
|
|
85024
|
+
"group": "Building",
|
|
85025
|
+
"type": "DonationEventDecorationDay2",
|
|
85026
|
+
"width": 5,
|
|
85027
|
+
"height": 10,
|
|
85028
|
+
"storeable": 1,
|
|
84688
85029
|
"kIDs": "0,1,2,3,4",
|
|
84689
|
-
"name": "
|
|
84690
|
-
"level":
|
|
85030
|
+
"name": "Deco",
|
|
85031
|
+
"level": 1,
|
|
85032
|
+
"mightValue": 1000,
|
|
84691
85033
|
"destructable": 0,
|
|
84692
85034
|
"burnable": 0,
|
|
85035
|
+
"tempServerBurnable": 0,
|
|
84693
85036
|
"smashable": 0,
|
|
84694
|
-
"
|
|
85037
|
+
"decoPoints": 3350,
|
|
85038
|
+
"isFusionSource": 0,
|
|
85039
|
+
"isFusionTarget": 0,
|
|
85040
|
+
"sellC1": 200000,
|
|
85041
|
+
"areaSpecificEffects": "411&2,412&2",
|
|
85042
|
+
"tempServerDestructable": 1
|
|
84695
85043
|
},
|
|
84696
85044
|
{
|
|
84697
|
-
"wodID":
|
|
84698
|
-
"
|
|
84699
|
-
"
|
|
84700
|
-
"
|
|
84701
|
-
"
|
|
84702
|
-
"
|
|
84703
|
-
"
|
|
84704
|
-
"
|
|
84705
|
-
"kIDs":
|
|
84706
|
-
"name": "
|
|
85045
|
+
"wodID": 3004,
|
|
85046
|
+
"comment1": "DonationEventBuilderPointType",
|
|
85047
|
+
"comment2": "Deco Melee2% Range2%",
|
|
85048
|
+
"group": "Building",
|
|
85049
|
+
"type": "DonationEventDecorationDay3",
|
|
85050
|
+
"width": 5,
|
|
85051
|
+
"height": 10,
|
|
85052
|
+
"storeable": 1,
|
|
85053
|
+
"kIDs": "0,1,2,3,4",
|
|
85054
|
+
"name": "Deco",
|
|
84707
85055
|
"level": 1,
|
|
85056
|
+
"mightValue": 1000,
|
|
84708
85057
|
"destructable": 0,
|
|
84709
85058
|
"burnable": 0,
|
|
85059
|
+
"tempServerBurnable": 0,
|
|
84710
85060
|
"smashable": 0,
|
|
84711
|
-
"
|
|
85061
|
+
"decoPoints": 3500,
|
|
85062
|
+
"isFusionSource": 0,
|
|
85063
|
+
"isFusionTarget": 0,
|
|
85064
|
+
"sellC1": 200000,
|
|
85065
|
+
"areaSpecificEffects": "411&2,412&2",
|
|
85066
|
+
"tempServerDestructable": 1
|
|
84712
85067
|
},
|
|
84713
85068
|
{
|
|
84714
|
-
"wodID":
|
|
84715
|
-
"
|
|
84716
|
-
"
|
|
84717
|
-
"
|
|
84718
|
-
"
|
|
84719
|
-
"
|
|
84720
|
-
"
|
|
84721
|
-
"
|
|
84722
|
-
"kIDs":
|
|
84723
|
-
"name": "
|
|
84724
|
-
"level":
|
|
85069
|
+
"wodID": 3005,
|
|
85070
|
+
"comment1": "DonationEventBuilderPointType",
|
|
85071
|
+
"comment2": "Deco Melee3% Range3% Yard1%",
|
|
85072
|
+
"group": "Building",
|
|
85073
|
+
"type": "DonationEventDecorationDay3",
|
|
85074
|
+
"width": 5,
|
|
85075
|
+
"height": 10,
|
|
85076
|
+
"storeable": 1,
|
|
85077
|
+
"kIDs": "0,1,2,3,4",
|
|
85078
|
+
"name": "Deco",
|
|
85079
|
+
"level": 1,
|
|
85080
|
+
"mightValue": 1000,
|
|
84725
85081
|
"destructable": 0,
|
|
84726
85082
|
"burnable": 0,
|
|
85083
|
+
"tempServerBurnable": 0,
|
|
84727
85084
|
"smashable": 0,
|
|
84728
|
-
"
|
|
85085
|
+
"decoPoints": 3650,
|
|
85086
|
+
"isFusionSource": 0,
|
|
85087
|
+
"isFusionTarget": 0,
|
|
85088
|
+
"sellC1": 200000,
|
|
85089
|
+
"areaSpecificEffects": "411&3,412&3,410&1",
|
|
85090
|
+
"tempServerDestructable": 1
|
|
84729
85091
|
},
|
|
84730
85092
|
{
|
|
84731
|
-
"wodID":
|
|
84732
|
-
"
|
|
84733
|
-
"
|
|
84734
|
-
"
|
|
84735
|
-
"
|
|
84736
|
-
"
|
|
84737
|
-
"
|
|
84738
|
-
"
|
|
84739
|
-
"kIDs":
|
|
84740
|
-
"name": "
|
|
84741
|
-
"level":
|
|
85093
|
+
"wodID": 3006,
|
|
85094
|
+
"comment1": "DonationEventBuilderPointType",
|
|
85095
|
+
"comment2": "Deco Melee3% Range3% Yard1%",
|
|
85096
|
+
"group": "Building",
|
|
85097
|
+
"type": "DonationEventDecorationDay4",
|
|
85098
|
+
"width": 5,
|
|
85099
|
+
"height": 10,
|
|
85100
|
+
"storeable": 1,
|
|
85101
|
+
"kIDs": "0,1,2,3,4",
|
|
85102
|
+
"name": "Deco",
|
|
85103
|
+
"level": 1,
|
|
85104
|
+
"mightValue": 1000,
|
|
84742
85105
|
"destructable": 0,
|
|
84743
85106
|
"burnable": 0,
|
|
85107
|
+
"tempServerBurnable": 0,
|
|
84744
85108
|
"smashable": 0,
|
|
84745
|
-
"
|
|
85109
|
+
"decoPoints": 3800,
|
|
85110
|
+
"isFusionSource": 0,
|
|
85111
|
+
"isFusionTarget": 0,
|
|
85112
|
+
"sellC1": 200000,
|
|
85113
|
+
"areaSpecificEffects": "411&3,412&3,410&1",
|
|
85114
|
+
"tempServerDestructable": 1
|
|
85115
|
+
},
|
|
85116
|
+
{
|
|
85117
|
+
"wodID": 3007,
|
|
85118
|
+
"comment1": "DonationEventBuilderPointType",
|
|
85119
|
+
"comment2": "Deco Melee4% Range4% Yard3%",
|
|
85120
|
+
"group": "Building",
|
|
85121
|
+
"type": "DonationEventDecorationDay4",
|
|
85122
|
+
"width": 5,
|
|
85123
|
+
"height": 10,
|
|
85124
|
+
"storeable": 1,
|
|
85125
|
+
"kIDs": "0,1,2,3,4",
|
|
85126
|
+
"name": "Deco",
|
|
85127
|
+
"level": 1,
|
|
85128
|
+
"mightValue": 1000,
|
|
85129
|
+
"destructable": 0,
|
|
85130
|
+
"burnable": 0,
|
|
85131
|
+
"tempServerBurnable": 0,
|
|
85132
|
+
"smashable": 0,
|
|
85133
|
+
"decoPoints": 3950,
|
|
85134
|
+
"isFusionSource": 0,
|
|
85135
|
+
"isFusionTarget": 0,
|
|
85136
|
+
"sellC1": 200000,
|
|
85137
|
+
"areaSpecificEffects": "411&4,412&4,410&3",
|
|
85138
|
+
"tempServerDestructable": 1
|
|
85139
|
+
},
|
|
85140
|
+
{
|
|
85141
|
+
"wodID": 3008,
|
|
85142
|
+
"comment1": "DonationEventBuilderPointType",
|
|
85143
|
+
"comment2": "Deco Melee4% Range4% Yard3%",
|
|
85144
|
+
"group": "Building",
|
|
85145
|
+
"type": "DonationEventDecorationDay5",
|
|
85146
|
+
"width": 5,
|
|
85147
|
+
"height": 10,
|
|
85148
|
+
"storeable": 1,
|
|
85149
|
+
"kIDs": "0,1,2,3,4",
|
|
85150
|
+
"name": "Deco",
|
|
85151
|
+
"level": 1,
|
|
85152
|
+
"mightValue": 1000,
|
|
85153
|
+
"destructable": 0,
|
|
85154
|
+
"burnable": 0,
|
|
85155
|
+
"tempServerBurnable": 0,
|
|
85156
|
+
"smashable": 0,
|
|
85157
|
+
"decoPoints": 4100,
|
|
85158
|
+
"isFusionSource": 0,
|
|
85159
|
+
"isFusionTarget": 0,
|
|
85160
|
+
"sellC1": 200000,
|
|
85161
|
+
"areaSpecificEffects": "411&4,412&4,410&3",
|
|
85162
|
+
"tempServerDestructable": 1
|
|
85163
|
+
},
|
|
85164
|
+
{
|
|
85165
|
+
"wodID": 3009,
|
|
85166
|
+
"comment1": "DonationEventBuilderPointType",
|
|
85167
|
+
"comment2": "Deco Melee5% Range5% Yard5%",
|
|
85168
|
+
"group": "Building",
|
|
85169
|
+
"type": "DonationEventDecorationDay5",
|
|
85170
|
+
"width": 5,
|
|
85171
|
+
"height": 10,
|
|
85172
|
+
"storeable": 1,
|
|
85173
|
+
"kIDs": "0,1,2,3,4",
|
|
85174
|
+
"name": "Deco",
|
|
85175
|
+
"level": 1,
|
|
85176
|
+
"mightValue": 1000,
|
|
85177
|
+
"destructable": 0,
|
|
85178
|
+
"burnable": 0,
|
|
85179
|
+
"tempServerBurnable": 0,
|
|
85180
|
+
"smashable": 0,
|
|
85181
|
+
"decoPoints": 4250,
|
|
85182
|
+
"isFusionSource": 0,
|
|
85183
|
+
"isFusionTarget": 0,
|
|
85184
|
+
"sellC1": 200000,
|
|
85185
|
+
"areaSpecificEffects": "411&5,412&5,410&5",
|
|
85186
|
+
"tempServerDestructable": 1
|
|
85187
|
+
},
|
|
85188
|
+
{
|
|
85189
|
+
"wodID": 3010,
|
|
85190
|
+
"comment1": "DonationEventArchitectPointType",
|
|
85191
|
+
"comment2": "Deco Melee1% Range1%",
|
|
85192
|
+
"group": "Building",
|
|
85193
|
+
"type": "DonationEventDecorationNight1",
|
|
85194
|
+
"width": 5,
|
|
85195
|
+
"height": 10,
|
|
85196
|
+
"storeable": 1,
|
|
85197
|
+
"kIDs": "0,1,2,3,4",
|
|
85198
|
+
"name": "Deco",
|
|
85199
|
+
"level": 1,
|
|
85200
|
+
"mightValue": 1000,
|
|
85201
|
+
"destructable": 0,
|
|
85202
|
+
"burnable": 0,
|
|
85203
|
+
"tempServerBurnable": 0,
|
|
85204
|
+
"smashable": 0,
|
|
85205
|
+
"decoPoints": 4050,
|
|
85206
|
+
"isFusionSource": 0,
|
|
85207
|
+
"isFusionTarget": 0,
|
|
85208
|
+
"sellC1": 200000,
|
|
85209
|
+
"areaSpecificEffects": "411&1,412&1",
|
|
85210
|
+
"tempServerDestructable": 1
|
|
85211
|
+
},
|
|
85212
|
+
{
|
|
85213
|
+
"wodID": 3011,
|
|
85214
|
+
"comment1": "DonationEventArchitectPointType",
|
|
85215
|
+
"comment2": "Deco Melee2% Range2%",
|
|
85216
|
+
"group": "Building",
|
|
85217
|
+
"type": "DonationEventDecorationNight1",
|
|
85218
|
+
"width": 5,
|
|
85219
|
+
"height": 10,
|
|
85220
|
+
"storeable": 1,
|
|
85221
|
+
"kIDs": "0,1,2,3,4",
|
|
85222
|
+
"name": "Deco",
|
|
85223
|
+
"level": 1,
|
|
85224
|
+
"mightValue": 1000,
|
|
85225
|
+
"destructable": 0,
|
|
85226
|
+
"burnable": 0,
|
|
85227
|
+
"tempServerBurnable": 0,
|
|
85228
|
+
"smashable": 0,
|
|
85229
|
+
"decoPoints": 4100,
|
|
85230
|
+
"isFusionSource": 0,
|
|
85231
|
+
"isFusionTarget": 0,
|
|
85232
|
+
"sellC1": 200000,
|
|
85233
|
+
"areaSpecificEffects": "411&2,412&2",
|
|
85234
|
+
"tempServerDestructable": 1
|
|
85235
|
+
},
|
|
85236
|
+
{
|
|
85237
|
+
"wodID": 3012,
|
|
85238
|
+
"comment1": "DonationEventArchitectPointType",
|
|
85239
|
+
"comment2": "Deco Melee3% Range3%",
|
|
85240
|
+
"group": "Building",
|
|
85241
|
+
"type": "DonationEventDecorationNight2",
|
|
85242
|
+
"width": 5,
|
|
85243
|
+
"height": 10,
|
|
85244
|
+
"storeable": 1,
|
|
85245
|
+
"kIDs": "0,1,2,3,4",
|
|
85246
|
+
"name": "Deco",
|
|
85247
|
+
"level": 1,
|
|
85248
|
+
"mightValue": 1000,
|
|
85249
|
+
"destructable": 0,
|
|
85250
|
+
"burnable": 0,
|
|
85251
|
+
"tempServerBurnable": 0,
|
|
85252
|
+
"smashable": 0,
|
|
85253
|
+
"decoPoints": 4150,
|
|
85254
|
+
"isFusionSource": 0,
|
|
85255
|
+
"isFusionTarget": 0,
|
|
85256
|
+
"sellC1": 200000,
|
|
85257
|
+
"areaSpecificEffects": "411&3,412&3",
|
|
85258
|
+
"tempServerDestructable": 1
|
|
85259
|
+
},
|
|
85260
|
+
{
|
|
85261
|
+
"wodID": 3013,
|
|
85262
|
+
"comment1": "DonationEventArchitectPointType",
|
|
85263
|
+
"comment2": "Deco Melee4% Range4%",
|
|
85264
|
+
"group": "Building",
|
|
85265
|
+
"type": "DonationEventDecorationNight2",
|
|
85266
|
+
"width": 5,
|
|
85267
|
+
"height": 10,
|
|
85268
|
+
"storeable": 1,
|
|
85269
|
+
"kIDs": "0,1,2,3,4",
|
|
85270
|
+
"name": "Deco",
|
|
85271
|
+
"level": 1,
|
|
85272
|
+
"mightValue": 1000,
|
|
85273
|
+
"destructable": 0,
|
|
85274
|
+
"burnable": 0,
|
|
85275
|
+
"tempServerBurnable": 0,
|
|
85276
|
+
"smashable": 0,
|
|
85277
|
+
"decoPoints": 4200,
|
|
85278
|
+
"isFusionSource": 0,
|
|
85279
|
+
"isFusionTarget": 0,
|
|
85280
|
+
"sellC1": 200000,
|
|
85281
|
+
"areaSpecificEffects": "411&4,412&4",
|
|
85282
|
+
"tempServerDestructable": 1
|
|
85283
|
+
},
|
|
85284
|
+
{
|
|
85285
|
+
"wodID": 3014,
|
|
85286
|
+
"comment1": "DonationEventArchitectPointType",
|
|
85287
|
+
"comment2": "Deco Melee5% Range5% Yard1%",
|
|
85288
|
+
"group": "Building",
|
|
85289
|
+
"type": "DonationEventDecorationNight3",
|
|
85290
|
+
"width": 5,
|
|
85291
|
+
"height": 10,
|
|
85292
|
+
"storeable": 1,
|
|
85293
|
+
"kIDs": "0,1,2,3,4",
|
|
85294
|
+
"name": "Deco",
|
|
85295
|
+
"level": 1,
|
|
85296
|
+
"mightValue": 1000,
|
|
85297
|
+
"destructable": 0,
|
|
85298
|
+
"burnable": 0,
|
|
85299
|
+
"tempServerBurnable": 0,
|
|
85300
|
+
"smashable": 0,
|
|
85301
|
+
"decoPoints": 4250,
|
|
85302
|
+
"isFusionSource": 0,
|
|
85303
|
+
"isFusionTarget": 0,
|
|
85304
|
+
"sellC1": 200000,
|
|
85305
|
+
"areaSpecificEffects": "411&5,412&5,410&1",
|
|
85306
|
+
"tempServerDestructable": 1
|
|
85307
|
+
},
|
|
85308
|
+
{
|
|
85309
|
+
"wodID": 3015,
|
|
85310
|
+
"comment1": "DonationEventArchitectPointType",
|
|
85311
|
+
"comment2": "Deco Melee6% Range6% Yard3%",
|
|
85312
|
+
"group": "Building",
|
|
85313
|
+
"type": "DonationEventDecorationNight3",
|
|
85314
|
+
"width": 5,
|
|
85315
|
+
"height": 10,
|
|
85316
|
+
"storeable": 1,
|
|
85317
|
+
"kIDs": "0,1,2,3,4",
|
|
85318
|
+
"name": "Deco",
|
|
85319
|
+
"level": 1,
|
|
85320
|
+
"mightValue": 1000,
|
|
85321
|
+
"destructable": 0,
|
|
85322
|
+
"burnable": 0,
|
|
85323
|
+
"tempServerBurnable": 0,
|
|
85324
|
+
"smashable": 0,
|
|
85325
|
+
"decoPoints": 4300,
|
|
85326
|
+
"isFusionSource": 0,
|
|
85327
|
+
"isFusionTarget": 0,
|
|
85328
|
+
"sellC1": 200000,
|
|
85329
|
+
"areaSpecificEffects": "411&6,412&6,410&3",
|
|
85330
|
+
"tempServerDestructable": 1
|
|
85331
|
+
},
|
|
85332
|
+
{
|
|
85333
|
+
"wodID": 3016,
|
|
85334
|
+
"comment1": "DonationEventArchitectPointType",
|
|
85335
|
+
"comment2": "Deco Melee7% Range7% Yard6%",
|
|
85336
|
+
"group": "Building",
|
|
85337
|
+
"type": "DonationEventDecorationNight4",
|
|
85338
|
+
"width": 5,
|
|
85339
|
+
"height": 10,
|
|
85340
|
+
"storeable": 1,
|
|
85341
|
+
"kIDs": "0,1,2,3,4",
|
|
85342
|
+
"name": "Deco",
|
|
85343
|
+
"level": 1,
|
|
85344
|
+
"mightValue": 1000,
|
|
85345
|
+
"destructable": 0,
|
|
85346
|
+
"burnable": 0,
|
|
85347
|
+
"tempServerBurnable": 0,
|
|
85348
|
+
"smashable": 0,
|
|
85349
|
+
"decoPoints": 4350,
|
|
85350
|
+
"isFusionSource": 0,
|
|
85351
|
+
"isFusionTarget": 0,
|
|
85352
|
+
"sellC1": 200000,
|
|
85353
|
+
"areaSpecificEffects": "411&7,412&7,410&6",
|
|
85354
|
+
"tempServerDestructable": 1
|
|
85355
|
+
},
|
|
85356
|
+
{
|
|
85357
|
+
"wodID": 3017,
|
|
85358
|
+
"comment1": "DonationEventArchitectPointType",
|
|
85359
|
+
"comment2": "Deco Melee8% Range8% Yard9%",
|
|
85360
|
+
"group": "Building",
|
|
85361
|
+
"type": "DonationEventDecorationNight4",
|
|
85362
|
+
"width": 5,
|
|
85363
|
+
"height": 10,
|
|
85364
|
+
"storeable": 1,
|
|
85365
|
+
"kIDs": "0,1,2,3,4",
|
|
85366
|
+
"name": "Deco",
|
|
85367
|
+
"level": 1,
|
|
85368
|
+
"mightValue": 1000,
|
|
85369
|
+
"destructable": 0,
|
|
85370
|
+
"burnable": 0,
|
|
85371
|
+
"tempServerBurnable": 0,
|
|
85372
|
+
"smashable": 0,
|
|
85373
|
+
"decoPoints": 4400,
|
|
85374
|
+
"isFusionSource": 0,
|
|
85375
|
+
"isFusionTarget": 0,
|
|
85376
|
+
"sellC1": 200000,
|
|
85377
|
+
"areaSpecificEffects": "411&8,412&8,410&9",
|
|
85378
|
+
"tempServerDestructable": 1
|
|
85379
|
+
},
|
|
85380
|
+
{
|
|
85381
|
+
"wodID": 3018,
|
|
85382
|
+
"comment1": "DonationEventArchitectPointType",
|
|
85383
|
+
"comment2": "Deco Melee9% Range9% Yard12%",
|
|
85384
|
+
"group": "Building",
|
|
85385
|
+
"type": "DonationEventDecorationNight5",
|
|
85386
|
+
"width": 5,
|
|
85387
|
+
"height": 10,
|
|
85388
|
+
"storeable": 1,
|
|
85389
|
+
"kIDs": "0,1,2,3,4",
|
|
85390
|
+
"name": "Deco",
|
|
85391
|
+
"level": 1,
|
|
85392
|
+
"mightValue": 1000,
|
|
85393
|
+
"destructable": 0,
|
|
85394
|
+
"burnable": 0,
|
|
85395
|
+
"tempServerBurnable": 0,
|
|
85396
|
+
"smashable": 0,
|
|
85397
|
+
"decoPoints": 4450,
|
|
85398
|
+
"isFusionSource": 0,
|
|
85399
|
+
"isFusionTarget": 0,
|
|
85400
|
+
"sellC1": 200000,
|
|
85401
|
+
"areaSpecificEffects": "411&9,412&9,410&12",
|
|
85402
|
+
"tempServerDestructable": 1
|
|
85403
|
+
},
|
|
85404
|
+
{
|
|
85405
|
+
"wodID": 3019,
|
|
85406
|
+
"comment1": "DonationEventArchitectPointType",
|
|
85407
|
+
"comment2": "Deco Melee10% Range10% Yard15%",
|
|
85408
|
+
"group": "Building",
|
|
85409
|
+
"type": "DonationEventDecorationNight5",
|
|
85410
|
+
"width": 5,
|
|
85411
|
+
"height": 10,
|
|
85412
|
+
"storeable": 1,
|
|
85413
|
+
"kIDs": "0,1,2,3,4",
|
|
85414
|
+
"name": "Deco",
|
|
85415
|
+
"level": 1,
|
|
85416
|
+
"mightValue": 1000,
|
|
85417
|
+
"destructable": 0,
|
|
85418
|
+
"burnable": 0,
|
|
85419
|
+
"tempServerBurnable": 0,
|
|
85420
|
+
"smashable": 0,
|
|
85421
|
+
"decoPoints": 4500,
|
|
85422
|
+
"isFusionSource": 0,
|
|
85423
|
+
"isFusionTarget": 0,
|
|
85424
|
+
"sellC1": 200000,
|
|
85425
|
+
"areaSpecificEffects": "411&10,412&10,410&15",
|
|
85426
|
+
"tempServerDestructable": 1
|
|
84746
85427
|
}
|
|
84747
85428
|
]
|
|
84748
85429
|
}
|