e4k-data 4.95.27 → 4.96.23
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 +187 -163
- package/data/constructionItems.json +30 -0
- package/data/effects.json +1 -1
- package/data/equipments.json +36 -0
- package/data/expansions.json +54 -54
- package/data/horses.json +143 -143
- package/data/leaderboardRewards.json +67 -0
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/data/wodIds.json +186 -186
- package/images/x768.json +336 -126
- package/languages/da.json +89 -71
- package/languages/de.json +89 -71
- package/languages/el.json +89 -71
- package/languages/en.json +89 -71
- package/languages/es.json +90 -72
- package/languages/fi.json +89 -71
- package/languages/fr.json +90 -72
- package/languages/it.json +89 -71
- package/languages/ja.json +89 -71
- package/languages/ko.json +89 -71
- package/languages/nl.json +94 -76
- package/languages/no.json +89 -71
- package/languages/pl.json +90 -72
- package/languages/pt.json +89 -71
- package/languages/ru.json +89 -71
- package/languages/sv.json +89 -71
- package/languages/tr.json +89 -71
- package/languages/zh_CN.json +89 -71
- package/languages/zh_TW.json +89 -71
- package/package.json +1 -1
- package/typings/data.d.ts +9 -0
- package/typings/images.d.ts +14 -0
- package/typings/languages.d.ts +82 -64
package/data/buildings.json
CHANGED
|
@@ -1,150 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"building": [
|
|
3
|
-
{
|
|
4
|
-
"wodID": 900000,
|
|
5
|
-
"crossplayID": 900000,
|
|
6
|
-
"group": "Building",
|
|
7
|
-
"name": "Offer",
|
|
8
|
-
"type": "isoObject",
|
|
9
|
-
"kIDs": "",
|
|
10
|
-
"server": 0,
|
|
11
|
-
"block": 0,
|
|
12
|
-
"width": 8,
|
|
13
|
-
"height": 8,
|
|
14
|
-
"movable": 0,
|
|
15
|
-
"level": 1
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"wodID": 900001,
|
|
19
|
-
"crossplayID": 900001,
|
|
20
|
-
"group": "Tower",
|
|
21
|
-
"type": "CornerLevel1",
|
|
22
|
-
"width": 2,
|
|
23
|
-
"height": 2,
|
|
24
|
-
"movable": 0,
|
|
25
|
-
"kIDs": "0,1,2,3,4",
|
|
26
|
-
"name": "Corner",
|
|
27
|
-
"level": 1,
|
|
28
|
-
"destructable": 0,
|
|
29
|
-
"burnable": 0,
|
|
30
|
-
"smashable": 0,
|
|
31
|
-
"rotateType": 4
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"wodID": 900002,
|
|
35
|
-
"crossplayID": 900002,
|
|
36
|
-
"group": "Tower",
|
|
37
|
-
"type": "CornerLevel2",
|
|
38
|
-
"width": 2,
|
|
39
|
-
"height": 2,
|
|
40
|
-
"movable": 0,
|
|
41
|
-
"kIDs": "0,1,2,3,4",
|
|
42
|
-
"name": "Corner",
|
|
43
|
-
"level": 2,
|
|
44
|
-
"destructable": 0,
|
|
45
|
-
"burnable": 0,
|
|
46
|
-
"smashable": 0,
|
|
47
|
-
"rotateType": 4
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"wodID": 900003,
|
|
51
|
-
"crossplayID": 900003,
|
|
52
|
-
"group": "Tower",
|
|
53
|
-
"type": "CornerLevel3",
|
|
54
|
-
"width": 2,
|
|
55
|
-
"height": 2,
|
|
56
|
-
"movable": 0,
|
|
57
|
-
"kIDs": "0,1,2,3,4",
|
|
58
|
-
"name": "Corner",
|
|
59
|
-
"level": 3,
|
|
60
|
-
"destructable": 0,
|
|
61
|
-
"burnable": 0,
|
|
62
|
-
"smashable": 0,
|
|
63
|
-
"rotateType": 4
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"wodID": 900004,
|
|
67
|
-
"crossplayID": 900004,
|
|
68
|
-
"group": "Tower",
|
|
69
|
-
"type": "CornerLevel4",
|
|
70
|
-
"width": 2,
|
|
71
|
-
"height": 2,
|
|
72
|
-
"movable": 0,
|
|
73
|
-
"kIDs": "0,1,2,3,4",
|
|
74
|
-
"name": "Corner",
|
|
75
|
-
"level": 4,
|
|
76
|
-
"destructable": 0,
|
|
77
|
-
"burnable": 0,
|
|
78
|
-
"smashable": 0,
|
|
79
|
-
"rotateType": 4
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"wodID": 900005,
|
|
83
|
-
"crossplayID": 900005,
|
|
84
|
-
"group": "Tower",
|
|
85
|
-
"type": "CornerLevel5",
|
|
86
|
-
"width": 2,
|
|
87
|
-
"height": 2,
|
|
88
|
-
"movable": 0,
|
|
89
|
-
"kIDs": "0,1,2,3,4",
|
|
90
|
-
"name": "Corner",
|
|
91
|
-
"level": 5,
|
|
92
|
-
"destructable": 0,
|
|
93
|
-
"burnable": 0,
|
|
94
|
-
"smashable": 0,
|
|
95
|
-
"rotateType": 4
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"wodID": 900006,
|
|
99
|
-
"crossplayID": 900006,
|
|
100
|
-
"group": "Tower",
|
|
101
|
-
"type": "Level1",
|
|
102
|
-
"width": 2,
|
|
103
|
-
"height": 2,
|
|
104
|
-
"movable": 0,
|
|
105
|
-
"eventIDs": 3,
|
|
106
|
-
"kIDs": 10,
|
|
107
|
-
"name": "FactionLookoutCorner",
|
|
108
|
-
"level": 1,
|
|
109
|
-
"destructable": 0,
|
|
110
|
-
"burnable": 0,
|
|
111
|
-
"smashable": 0,
|
|
112
|
-
"rotateType": 4
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"wodID": 900007,
|
|
116
|
-
"crossplayID": 900007,
|
|
117
|
-
"group": "Tower",
|
|
118
|
-
"type": "Level2",
|
|
119
|
-
"width": 2,
|
|
120
|
-
"height": 2,
|
|
121
|
-
"movable": 0,
|
|
122
|
-
"eventIDs": 3,
|
|
123
|
-
"kIDs": 10,
|
|
124
|
-
"name": "FactionLookoutCorner",
|
|
125
|
-
"level": 2,
|
|
126
|
-
"destructable": 0,
|
|
127
|
-
"burnable": 0,
|
|
128
|
-
"smashable": 0,
|
|
129
|
-
"rotateType": 4
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"wodID": 900008,
|
|
133
|
-
"crossplayID": 900008,
|
|
134
|
-
"group": "Tower",
|
|
135
|
-
"type": "Level3",
|
|
136
|
-
"width": 2,
|
|
137
|
-
"height": 2,
|
|
138
|
-
"movable": 0,
|
|
139
|
-
"eventIDs": 3,
|
|
140
|
-
"kIDs": 10,
|
|
141
|
-
"name": "FactionLookoutCorner",
|
|
142
|
-
"level": 3,
|
|
143
|
-
"destructable": 0,
|
|
144
|
-
"burnable": 0,
|
|
145
|
-
"smashable": 0,
|
|
146
|
-
"rotateType": 4
|
|
147
|
-
},
|
|
148
3
|
{
|
|
149
4
|
"wodID": 401,
|
|
150
5
|
"crossplayID": 401,
|
|
@@ -70398,7 +70253,7 @@
|
|
|
70398
70253
|
"isRelicBuilding": 1,
|
|
70399
70254
|
"maximumCount": 1,
|
|
70400
70255
|
"sortOrder": 11.2,
|
|
70401
|
-
"constructionItemGroupIDs": "47,48",
|
|
70256
|
+
"constructionItemGroupIDs": "47,48,266",
|
|
70402
70257
|
"tempServerCostWood": 2000,
|
|
70403
70258
|
"tempServerCostStone": 2000,
|
|
70404
70259
|
"tempServerTime": 3600,
|
|
@@ -70438,7 +70293,7 @@
|
|
|
70438
70293
|
"isRelicBuilding": 1,
|
|
70439
70294
|
"maximumCount": 1,
|
|
70440
70295
|
"sortOrder": 22.2,
|
|
70441
|
-
"constructionItemGroupIDs": "47,48",
|
|
70296
|
+
"constructionItemGroupIDs": "47,48,266",
|
|
70442
70297
|
"tempServerCostWood": 2500,
|
|
70443
70298
|
"tempServerCostStone": 2500,
|
|
70444
70299
|
"tempServerTime": 3600
|
|
@@ -70476,7 +70331,7 @@
|
|
|
70476
70331
|
"isRelicBuilding": 1,
|
|
70477
70332
|
"maximumCount": 1,
|
|
70478
70333
|
"sortOrder": 33.1,
|
|
70479
|
-
"constructionItemGroupIDs": "47,48",
|
|
70334
|
+
"constructionItemGroupIDs": "47,48,266",
|
|
70480
70335
|
"tempServerCostWood": 3000,
|
|
70481
70336
|
"tempServerCostStone": 3000,
|
|
70482
70337
|
"tempServerTime": 3600
|
|
@@ -70514,7 +70369,7 @@
|
|
|
70514
70369
|
"isRelicBuilding": 1,
|
|
70515
70370
|
"maximumCount": 1,
|
|
70516
70371
|
"sortOrder": 44.1,
|
|
70517
|
-
"constructionItemGroupIDs": "47,48",
|
|
70372
|
+
"constructionItemGroupIDs": "47,48,266",
|
|
70518
70373
|
"tempServerCostWood": 4000,
|
|
70519
70374
|
"tempServerCostStone": 4000,
|
|
70520
70375
|
"tempServerTime": 3600
|
|
@@ -70552,7 +70407,7 @@
|
|
|
70552
70407
|
"isRelicBuilding": 1,
|
|
70553
70408
|
"maximumCount": 1,
|
|
70554
70409
|
"sortOrder": 55.1,
|
|
70555
|
-
"constructionItemGroupIDs": "47,48",
|
|
70410
|
+
"constructionItemGroupIDs": "47,48,266",
|
|
70556
70411
|
"tempServerCostWood": 5000,
|
|
70557
70412
|
"tempServerCostStone": 5000,
|
|
70558
70413
|
"tempServerTime": 3600
|
|
@@ -70590,7 +70445,7 @@
|
|
|
70590
70445
|
"isRelicBuilding": 1,
|
|
70591
70446
|
"maximumCount": 1,
|
|
70592
70447
|
"sortOrder": 60.1,
|
|
70593
|
-
"constructionItemGroupIDs": "47,48",
|
|
70448
|
+
"constructionItemGroupIDs": "47,48,266",
|
|
70594
70449
|
"tempServerCostWood": 6000,
|
|
70595
70450
|
"tempServerCostStone": 6000,
|
|
70596
70451
|
"tempServerTime": 3600
|
|
@@ -70628,7 +70483,7 @@
|
|
|
70628
70483
|
"isRelicBuilding": 1,
|
|
70629
70484
|
"maximumCount": 1,
|
|
70630
70485
|
"sortOrder": 60.1,
|
|
70631
|
-
"constructionItemGroupIDs": "47,48",
|
|
70486
|
+
"constructionItemGroupIDs": "47,48,266",
|
|
70632
70487
|
"tempServerCostWood": 6000,
|
|
70633
70488
|
"tempServerCostStone": 6000,
|
|
70634
70489
|
"tempServerTime": 3600,
|
|
@@ -70667,7 +70522,7 @@
|
|
|
70667
70522
|
"isRelicBuilding": 1,
|
|
70668
70523
|
"maximumCount": 1,
|
|
70669
70524
|
"sortOrder": 60.1,
|
|
70670
|
-
"constructionItemGroupIDs": "47,48",
|
|
70525
|
+
"constructionItemGroupIDs": "47,48,266",
|
|
70671
70526
|
"tempServerCostWood": 6000,
|
|
70672
70527
|
"tempServerCostStone": 6000,
|
|
70673
70528
|
"tempServerTime": 3600
|
|
@@ -70705,7 +70560,7 @@
|
|
|
70705
70560
|
"isRelicBuilding": 1,
|
|
70706
70561
|
"maximumCount": 1,
|
|
70707
70562
|
"sortOrder": 11.2,
|
|
70708
|
-
"constructionItemGroupIDs": "49,50",
|
|
70563
|
+
"constructionItemGroupIDs": "49,50,267",
|
|
70709
70564
|
"tempServerCostWood": 2000,
|
|
70710
70565
|
"tempServerCostStone": 2000,
|
|
70711
70566
|
"tempServerTime": 3600,
|
|
@@ -70745,7 +70600,7 @@
|
|
|
70745
70600
|
"isRelicBuilding": 1,
|
|
70746
70601
|
"maximumCount": 1,
|
|
70747
70602
|
"sortOrder": 22.2,
|
|
70748
|
-
"constructionItemGroupIDs": "49,50",
|
|
70603
|
+
"constructionItemGroupIDs": "49,50,267",
|
|
70749
70604
|
"tempServerCostWood": 2500,
|
|
70750
70605
|
"tempServerCostStone": 2500,
|
|
70751
70606
|
"tempServerTime": 3600
|
|
@@ -70783,7 +70638,7 @@
|
|
|
70783
70638
|
"isRelicBuilding": 1,
|
|
70784
70639
|
"maximumCount": 1,
|
|
70785
70640
|
"sortOrder": 33.1,
|
|
70786
|
-
"constructionItemGroupIDs": "49,50",
|
|
70641
|
+
"constructionItemGroupIDs": "49,50,267",
|
|
70787
70642
|
"tempServerCostWood": 3000,
|
|
70788
70643
|
"tempServerCostStone": 3000,
|
|
70789
70644
|
"tempServerTime": 3600
|
|
@@ -70821,7 +70676,7 @@
|
|
|
70821
70676
|
"isRelicBuilding": 1,
|
|
70822
70677
|
"maximumCount": 1,
|
|
70823
70678
|
"sortOrder": 44.1,
|
|
70824
|
-
"constructionItemGroupIDs": "49,50",
|
|
70679
|
+
"constructionItemGroupIDs": "49,50,267",
|
|
70825
70680
|
"tempServerCostWood": 4000,
|
|
70826
70681
|
"tempServerCostStone": 4000,
|
|
70827
70682
|
"tempServerTime": 3600
|
|
@@ -70859,7 +70714,7 @@
|
|
|
70859
70714
|
"isRelicBuilding": 1,
|
|
70860
70715
|
"maximumCount": 1,
|
|
70861
70716
|
"sortOrder": 55.1,
|
|
70862
|
-
"constructionItemGroupIDs": "49,50",
|
|
70717
|
+
"constructionItemGroupIDs": "49,50,267",
|
|
70863
70718
|
"tempServerCostWood": 5000,
|
|
70864
70719
|
"tempServerCostStone": 5000,
|
|
70865
70720
|
"tempServerTime": 3600
|
|
@@ -70897,7 +70752,7 @@
|
|
|
70897
70752
|
"isRelicBuilding": 1,
|
|
70898
70753
|
"maximumCount": 1,
|
|
70899
70754
|
"sortOrder": 60.1,
|
|
70900
|
-
"constructionItemGroupIDs": "49,50",
|
|
70755
|
+
"constructionItemGroupIDs": "49,50,267",
|
|
70901
70756
|
"tempServerCostWood": 6000,
|
|
70902
70757
|
"tempServerCostStone": 6000,
|
|
70903
70758
|
"tempServerTime": 3600
|
|
@@ -70935,7 +70790,7 @@
|
|
|
70935
70790
|
"isRelicBuilding": 1,
|
|
70936
70791
|
"maximumCount": 1,
|
|
70937
70792
|
"sortOrder": 60.1,
|
|
70938
|
-
"constructionItemGroupIDs": "49,50",
|
|
70793
|
+
"constructionItemGroupIDs": "49,50,267",
|
|
70939
70794
|
"tempServerCostWood": 6000,
|
|
70940
70795
|
"tempServerCostStone": 6000,
|
|
70941
70796
|
"tempServerTime": 3600,
|
|
@@ -70974,7 +70829,7 @@
|
|
|
70974
70829
|
"isRelicBuilding": 1,
|
|
70975
70830
|
"maximumCount": 1,
|
|
70976
70831
|
"sortOrder": 60.1,
|
|
70977
|
-
"constructionItemGroupIDs": "49,50",
|
|
70832
|
+
"constructionItemGroupIDs": "49,50,267",
|
|
70978
70833
|
"tempServerCostWood": 6000,
|
|
70979
70834
|
"tempServerCostStone": 6000,
|
|
70980
70835
|
"tempServerTime": 3600
|
|
@@ -102577,7 +102432,7 @@
|
|
|
102577
102432
|
},
|
|
102578
102433
|
{
|
|
102579
102434
|
"wodID": 3197,
|
|
102580
|
-
"comment1": "Valentines
|
|
102435
|
+
"comment1": "Valentines 2025",
|
|
102581
102436
|
"group": "Building",
|
|
102582
102437
|
"type": "ExaltedPedestalofEternalLove",
|
|
102583
102438
|
"width": 5,
|
|
@@ -102601,7 +102456,7 @@
|
|
|
102601
102456
|
},
|
|
102602
102457
|
{
|
|
102603
102458
|
"wodID": 3198,
|
|
102604
|
-
"comment1": "Valentines
|
|
102459
|
+
"comment1": "Valentines 2025",
|
|
102605
102460
|
"group": "Building",
|
|
102606
102461
|
"type": "ExaltedPedestalofPassionateLove",
|
|
102607
102462
|
"width": 5,
|
|
@@ -102622,6 +102477,175 @@
|
|
|
102622
102477
|
"sellC1": 200000,
|
|
102623
102478
|
"areaSpecificEffects": "413&100,414&2",
|
|
102624
102479
|
"tempServerDestructable": 1
|
|
102480
|
+
},
|
|
102481
|
+
{
|
|
102482
|
+
"wodID": 3212,
|
|
102483
|
+
"comment1": "Carnival Sales 2025",
|
|
102484
|
+
"group": "Building",
|
|
102485
|
+
"type": "ExaltedCarnivalGondola",
|
|
102486
|
+
"width": 5,
|
|
102487
|
+
"height": 10,
|
|
102488
|
+
"storeable": 1,
|
|
102489
|
+
"kIDs": "0,1,2,3,4",
|
|
102490
|
+
"name": "Deco",
|
|
102491
|
+
"level": 1,
|
|
102492
|
+
"buildDuration": 600,
|
|
102493
|
+
"mightValue": 1000,
|
|
102494
|
+
"destructable": 0,
|
|
102495
|
+
"burnable": 0,
|
|
102496
|
+
"tempServerBurnable": 1,
|
|
102497
|
+
"smashable": 0,
|
|
102498
|
+
"initialFusionLevel": 780,
|
|
102499
|
+
"isFusionSource": 1,
|
|
102500
|
+
"isFusionTarget": 1,
|
|
102501
|
+
"sellC1": 200000,
|
|
102502
|
+
"areaSpecificEffects": "361&1875,360&1875,362&18750",
|
|
102503
|
+
"tempServerDestructable": 1
|
|
102504
|
+
},
|
|
102505
|
+
{
|
|
102506
|
+
"wodID": 900000,
|
|
102507
|
+
"crossplayID": 900000,
|
|
102508
|
+
"group": "Building",
|
|
102509
|
+
"name": "Offer",
|
|
102510
|
+
"type": "isoObject",
|
|
102511
|
+
"kIDs": "",
|
|
102512
|
+
"server": 0,
|
|
102513
|
+
"block": 0,
|
|
102514
|
+
"width": 8,
|
|
102515
|
+
"height": 8,
|
|
102516
|
+
"movable": 0,
|
|
102517
|
+
"level": 1
|
|
102518
|
+
},
|
|
102519
|
+
{
|
|
102520
|
+
"wodID": 900001,
|
|
102521
|
+
"crossplayID": 900001,
|
|
102522
|
+
"group": "Tower",
|
|
102523
|
+
"type": "CornerLevel1",
|
|
102524
|
+
"width": 2,
|
|
102525
|
+
"height": 2,
|
|
102526
|
+
"movable": 0,
|
|
102527
|
+
"kIDs": "0,1,2,3,4",
|
|
102528
|
+
"name": "Corner",
|
|
102529
|
+
"level": 1,
|
|
102530
|
+
"destructable": 0,
|
|
102531
|
+
"burnable": 0,
|
|
102532
|
+
"smashable": 0,
|
|
102533
|
+
"rotateType": 4
|
|
102534
|
+
},
|
|
102535
|
+
{
|
|
102536
|
+
"wodID": 900002,
|
|
102537
|
+
"crossplayID": 900002,
|
|
102538
|
+
"group": "Tower",
|
|
102539
|
+
"type": "CornerLevel2",
|
|
102540
|
+
"width": 2,
|
|
102541
|
+
"height": 2,
|
|
102542
|
+
"movable": 0,
|
|
102543
|
+
"kIDs": "0,1,2,3,4",
|
|
102544
|
+
"name": "Corner",
|
|
102545
|
+
"level": 2,
|
|
102546
|
+
"destructable": 0,
|
|
102547
|
+
"burnable": 0,
|
|
102548
|
+
"smashable": 0,
|
|
102549
|
+
"rotateType": 4
|
|
102550
|
+
},
|
|
102551
|
+
{
|
|
102552
|
+
"wodID": 900003,
|
|
102553
|
+
"crossplayID": 900003,
|
|
102554
|
+
"group": "Tower",
|
|
102555
|
+
"type": "CornerLevel3",
|
|
102556
|
+
"width": 2,
|
|
102557
|
+
"height": 2,
|
|
102558
|
+
"movable": 0,
|
|
102559
|
+
"kIDs": "0,1,2,3,4",
|
|
102560
|
+
"name": "Corner",
|
|
102561
|
+
"level": 3,
|
|
102562
|
+
"destructable": 0,
|
|
102563
|
+
"burnable": 0,
|
|
102564
|
+
"smashable": 0,
|
|
102565
|
+
"rotateType": 4
|
|
102566
|
+
},
|
|
102567
|
+
{
|
|
102568
|
+
"wodID": 900004,
|
|
102569
|
+
"crossplayID": 900004,
|
|
102570
|
+
"group": "Tower",
|
|
102571
|
+
"type": "CornerLevel4",
|
|
102572
|
+
"width": 2,
|
|
102573
|
+
"height": 2,
|
|
102574
|
+
"movable": 0,
|
|
102575
|
+
"kIDs": "0,1,2,3,4",
|
|
102576
|
+
"name": "Corner",
|
|
102577
|
+
"level": 4,
|
|
102578
|
+
"destructable": 0,
|
|
102579
|
+
"burnable": 0,
|
|
102580
|
+
"smashable": 0,
|
|
102581
|
+
"rotateType": 4
|
|
102582
|
+
},
|
|
102583
|
+
{
|
|
102584
|
+
"wodID": 900005,
|
|
102585
|
+
"crossplayID": 900005,
|
|
102586
|
+
"group": "Tower",
|
|
102587
|
+
"type": "CornerLevel5",
|
|
102588
|
+
"width": 2,
|
|
102589
|
+
"height": 2,
|
|
102590
|
+
"movable": 0,
|
|
102591
|
+
"kIDs": "0,1,2,3,4",
|
|
102592
|
+
"name": "Corner",
|
|
102593
|
+
"level": 5,
|
|
102594
|
+
"destructable": 0,
|
|
102595
|
+
"burnable": 0,
|
|
102596
|
+
"smashable": 0,
|
|
102597
|
+
"rotateType": 4
|
|
102598
|
+
},
|
|
102599
|
+
{
|
|
102600
|
+
"wodID": 900006,
|
|
102601
|
+
"crossplayID": 900006,
|
|
102602
|
+
"group": "Tower",
|
|
102603
|
+
"type": "Level1",
|
|
102604
|
+
"width": 2,
|
|
102605
|
+
"height": 2,
|
|
102606
|
+
"movable": 0,
|
|
102607
|
+
"eventIDs": 3,
|
|
102608
|
+
"kIDs": 10,
|
|
102609
|
+
"name": "FactionLookoutCorner",
|
|
102610
|
+
"level": 1,
|
|
102611
|
+
"destructable": 0,
|
|
102612
|
+
"burnable": 0,
|
|
102613
|
+
"smashable": 0,
|
|
102614
|
+
"rotateType": 4
|
|
102615
|
+
},
|
|
102616
|
+
{
|
|
102617
|
+
"wodID": 900007,
|
|
102618
|
+
"crossplayID": 900007,
|
|
102619
|
+
"group": "Tower",
|
|
102620
|
+
"type": "Level2",
|
|
102621
|
+
"width": 2,
|
|
102622
|
+
"height": 2,
|
|
102623
|
+
"movable": 0,
|
|
102624
|
+
"eventIDs": 3,
|
|
102625
|
+
"kIDs": 10,
|
|
102626
|
+
"name": "FactionLookoutCorner",
|
|
102627
|
+
"level": 2,
|
|
102628
|
+
"destructable": 0,
|
|
102629
|
+
"burnable": 0,
|
|
102630
|
+
"smashable": 0,
|
|
102631
|
+
"rotateType": 4
|
|
102632
|
+
},
|
|
102633
|
+
{
|
|
102634
|
+
"wodID": 900008,
|
|
102635
|
+
"crossplayID": 900008,
|
|
102636
|
+
"group": "Tower",
|
|
102637
|
+
"type": "Level3",
|
|
102638
|
+
"width": 2,
|
|
102639
|
+
"height": 2,
|
|
102640
|
+
"movable": 0,
|
|
102641
|
+
"eventIDs": 3,
|
|
102642
|
+
"kIDs": 10,
|
|
102643
|
+
"name": "FactionLookoutCorner",
|
|
102644
|
+
"level": 3,
|
|
102645
|
+
"destructable": 0,
|
|
102646
|
+
"burnable": 0,
|
|
102647
|
+
"smashable": 0,
|
|
102648
|
+
"rotateType": 4
|
|
102625
102649
|
}
|
|
102626
102650
|
]
|
|
102627
102651
|
}
|
|
@@ -29799,6 +29799,36 @@
|
|
|
29799
29799
|
"constructionItemEffectGroupID": 51,
|
|
29800
29800
|
"disassemblingTombolaID": 3,
|
|
29801
29801
|
"glassStorage": 250000
|
|
29802
|
+
},
|
|
29803
|
+
{
|
|
29804
|
+
"constructionItemID": 902,
|
|
29805
|
+
"crossplayID": 902,
|
|
29806
|
+
"comment1": "Temporary",
|
|
29807
|
+
"comment2": "Carnival Sales 2025",
|
|
29808
|
+
"name": "carnivalBarrelWorkshop",
|
|
29809
|
+
"constructionItemGroupID": 266,
|
|
29810
|
+
"level": 4,
|
|
29811
|
+
"rarenessID": 4,
|
|
29812
|
+
"slotTypeID": 0,
|
|
29813
|
+
"duration": 345600,
|
|
29814
|
+
"constructionItemEffectGroupID": 51,
|
|
29815
|
+
"disassemblingTombolaID": 2,
|
|
29816
|
+
"effects": "66&25"
|
|
29817
|
+
},
|
|
29818
|
+
{
|
|
29819
|
+
"constructionItemID": 903,
|
|
29820
|
+
"crossplayID": 903,
|
|
29821
|
+
"comment1": "Temporary",
|
|
29822
|
+
"comment2": "Carnival Sales 2025",
|
|
29823
|
+
"name": "carnivalHoneyGardens",
|
|
29824
|
+
"constructionItemGroupID": 267,
|
|
29825
|
+
"level": 4,
|
|
29826
|
+
"rarenessID": 4,
|
|
29827
|
+
"slotTypeID": 0,
|
|
29828
|
+
"duration": 345600,
|
|
29829
|
+
"constructionItemEffectGroupID": 51,
|
|
29830
|
+
"disassemblingTombolaID": 2,
|
|
29831
|
+
"effects": "503&25"
|
|
29802
29832
|
}
|
|
29803
29833
|
]
|
|
29804
29834
|
}
|
package/data/effects.json
CHANGED
package/data/equipments.json
CHANGED
|
@@ -14016,6 +14016,42 @@
|
|
|
14016
14016
|
"mightValue": 0,
|
|
14017
14017
|
"canSlotGem": 0,
|
|
14018
14018
|
"skinID": 120
|
|
14019
|
+
},
|
|
14020
|
+
{
|
|
14021
|
+
"equipmentID": 1216,
|
|
14022
|
+
"comment1": "Carnival Sales 2025",
|
|
14023
|
+
"wearerID": 2,
|
|
14024
|
+
"slotID": 5,
|
|
14025
|
+
"reuseAssetOfEquipmentID": 967,
|
|
14026
|
+
"effects": "24&6,334&25",
|
|
14027
|
+
"duration": 120,
|
|
14028
|
+
"mightValue": 0,
|
|
14029
|
+
"canSlotGem": 0,
|
|
14030
|
+
"skinID": 83
|
|
14031
|
+
},
|
|
14032
|
+
{
|
|
14033
|
+
"equipmentID": 1217,
|
|
14034
|
+
"comment1": "Carnival Sales 2025",
|
|
14035
|
+
"wearerID": 2,
|
|
14036
|
+
"slotID": 5,
|
|
14037
|
+
"reuseAssetOfEquipmentID": 967,
|
|
14038
|
+
"effects": "24&7,334&5",
|
|
14039
|
+
"duration": 72,
|
|
14040
|
+
"mightValue": 0,
|
|
14041
|
+
"canSlotGem": 0,
|
|
14042
|
+
"skinID": 83
|
|
14043
|
+
},
|
|
14044
|
+
{
|
|
14045
|
+
"equipmentID": 1218,
|
|
14046
|
+
"comment1": "Carnival Sales 2025",
|
|
14047
|
+
"wearerID": 1,
|
|
14048
|
+
"slotID": 5,
|
|
14049
|
+
"reuseAssetOfEquipmentID": 970,
|
|
14050
|
+
"effects": "335&45,37&25000",
|
|
14051
|
+
"duration": 120,
|
|
14052
|
+
"mightValue": 0,
|
|
14053
|
+
"canSlotGem": 0,
|
|
14054
|
+
"skinID": 84
|
|
14019
14055
|
}
|
|
14020
14056
|
]
|
|
14021
14057
|
}
|
package/data/expansions.json
CHANGED
|
@@ -1,59 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"expansion": [
|
|
3
|
-
{
|
|
4
|
-
"wodID": 901000,
|
|
5
|
-
"group": "Expansion",
|
|
6
|
-
"name": "Basic",
|
|
7
|
-
"shopCategory": "EXPANSION",
|
|
8
|
-
"type": "TYPE_NORMAL",
|
|
9
|
-
"kIDs": "0,1,2,3,4",
|
|
10
|
-
"mapIDs": ""
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
"wodID": 901001,
|
|
14
|
-
"group": "Expansion",
|
|
15
|
-
"name": "Basic",
|
|
16
|
-
"shopCategory": "EXPANSION",
|
|
17
|
-
"type": "TYPE_PREMIUM",
|
|
18
|
-
"kIDs": "0,1,2,3,4",
|
|
19
|
-
"mapIDs": ""
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"wodID": 901002,
|
|
23
|
-
"group": "Expansion",
|
|
24
|
-
"name": "Camp",
|
|
25
|
-
"shopCategory": "EXPANSION",
|
|
26
|
-
"type": "TYPE_NORMAL",
|
|
27
|
-
"kIDs": "",
|
|
28
|
-
"mapIDs": "21,22,23,24,27,28"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"wodID": 901003,
|
|
32
|
-
"group": "Expansion",
|
|
33
|
-
"name": "Camp",
|
|
34
|
-
"shopCategory": "EXPANSION",
|
|
35
|
-
"type": "TYPE_PREMIUM",
|
|
36
|
-
"kIDs": "",
|
|
37
|
-
"mapIDs": "21,22,23,24,27,28"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"wodID": 901004,
|
|
41
|
-
"group": "Expansion",
|
|
42
|
-
"name": "Camp",
|
|
43
|
-
"shopCategory": "EXPANSION",
|
|
44
|
-
"type": "TYPE_NORMAL",
|
|
45
|
-
"kIDs": 10,
|
|
46
|
-
"mapIDs": ""
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"wodID": 901005,
|
|
50
|
-
"group": "Expansion",
|
|
51
|
-
"name": "Camp",
|
|
52
|
-
"shopCategory": "EXPANSION",
|
|
53
|
-
"type": "TYPE_PREMIUM",
|
|
54
|
-
"kIDs": 10,
|
|
55
|
-
"mapIDs": ""
|
|
56
|
-
},
|
|
57
3
|
{
|
|
58
4
|
"expansionID": 1,
|
|
59
5
|
"crossplayID": 1,
|
|
@@ -1151,6 +1097,60 @@
|
|
|
1151
1097
|
"costWood": 80000,
|
|
1152
1098
|
"costStone": 80000,
|
|
1153
1099
|
"costC2": 3200
|
|
1100
|
+
},
|
|
1101
|
+
{
|
|
1102
|
+
"wodID": 901000,
|
|
1103
|
+
"group": "Expansion",
|
|
1104
|
+
"name": "Basic",
|
|
1105
|
+
"shopCategory": "EXPANSION",
|
|
1106
|
+
"type": "TYPE_NORMAL",
|
|
1107
|
+
"kIDs": "0,1,2,3,4",
|
|
1108
|
+
"mapIDs": ""
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"wodID": 901001,
|
|
1112
|
+
"group": "Expansion",
|
|
1113
|
+
"name": "Basic",
|
|
1114
|
+
"shopCategory": "EXPANSION",
|
|
1115
|
+
"type": "TYPE_PREMIUM",
|
|
1116
|
+
"kIDs": "0,1,2,3,4",
|
|
1117
|
+
"mapIDs": ""
|
|
1118
|
+
},
|
|
1119
|
+
{
|
|
1120
|
+
"wodID": 901002,
|
|
1121
|
+
"group": "Expansion",
|
|
1122
|
+
"name": "Camp",
|
|
1123
|
+
"shopCategory": "EXPANSION",
|
|
1124
|
+
"type": "TYPE_NORMAL",
|
|
1125
|
+
"kIDs": "",
|
|
1126
|
+
"mapIDs": "21,22,23,24,27,28"
|
|
1127
|
+
},
|
|
1128
|
+
{
|
|
1129
|
+
"wodID": 901003,
|
|
1130
|
+
"group": "Expansion",
|
|
1131
|
+
"name": "Camp",
|
|
1132
|
+
"shopCategory": "EXPANSION",
|
|
1133
|
+
"type": "TYPE_PREMIUM",
|
|
1134
|
+
"kIDs": "",
|
|
1135
|
+
"mapIDs": "21,22,23,24,27,28"
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
"wodID": 901004,
|
|
1139
|
+
"group": "Expansion",
|
|
1140
|
+
"name": "Camp",
|
|
1141
|
+
"shopCategory": "EXPANSION",
|
|
1142
|
+
"type": "TYPE_NORMAL",
|
|
1143
|
+
"kIDs": 10,
|
|
1144
|
+
"mapIDs": ""
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"wodID": 901005,
|
|
1148
|
+
"group": "Expansion",
|
|
1149
|
+
"name": "Camp",
|
|
1150
|
+
"shopCategory": "EXPANSION",
|
|
1151
|
+
"type": "TYPE_PREMIUM",
|
|
1152
|
+
"kIDs": 10,
|
|
1153
|
+
"mapIDs": ""
|
|
1154
1154
|
}
|
|
1155
1155
|
]
|
|
1156
1156
|
}
|