e4k-data 4.98.53 → 4.98.71
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 +145 -145
- package/data/characters.json +2 -2
- package/data/lootBoxTombolas.json +5 -5
- package/data/packages.json +16 -36
- package/data/rewards.json +6 -6
- package/data/version.json +1 -1
- package/data/versionInfo.json +2 -2
- package/languages/da.json +88 -8
- package/languages/de.json +88 -8
- package/languages/el.json +88 -8
- package/languages/en.json +88 -8
- package/languages/es.json +88 -8
- package/languages/fi.json +88 -8
- package/languages/fr.json +88 -8
- package/languages/it.json +88 -8
- package/languages/ja.json +88 -8
- package/languages/ko.json +88 -8
- package/languages/nl.json +88 -8
- package/languages/no.json +88 -8
- package/languages/pl.json +88 -8
- package/languages/pt.json +88 -8
- package/languages/ru.json +88 -8
- package/languages/sv.json +88 -8
- package/languages/tr.json +88 -8
- package/languages/zh_CN.json +88 -8
- package/languages/zh_TW.json +88 -8
- package/package.json +1 -1
- package/typings/data.d.ts +1 -2
- package/typings/languages.d.ts +80 -0
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,
|
|
@@ -103736,6 +103591,151 @@
|
|
|
103736
103591
|
"isFusionTarget": 1,
|
|
103737
103592
|
"sellC1": 200000,
|
|
103738
103593
|
"tempServerDestructable": 1
|
|
103594
|
+
},
|
|
103595
|
+
{
|
|
103596
|
+
"wodID": 900000,
|
|
103597
|
+
"crossplayID": 900000,
|
|
103598
|
+
"group": "Building",
|
|
103599
|
+
"name": "Offer",
|
|
103600
|
+
"type": "isoObject",
|
|
103601
|
+
"kIDs": "",
|
|
103602
|
+
"server": 0,
|
|
103603
|
+
"block": 0,
|
|
103604
|
+
"width": 8,
|
|
103605
|
+
"height": 8,
|
|
103606
|
+
"movable": 0,
|
|
103607
|
+
"level": 1
|
|
103608
|
+
},
|
|
103609
|
+
{
|
|
103610
|
+
"wodID": 900001,
|
|
103611
|
+
"crossplayID": 900001,
|
|
103612
|
+
"group": "Tower",
|
|
103613
|
+
"type": "CornerLevel1",
|
|
103614
|
+
"width": 2,
|
|
103615
|
+
"height": 2,
|
|
103616
|
+
"movable": 0,
|
|
103617
|
+
"kIDs": "0,1,2,3,4",
|
|
103618
|
+
"name": "Corner",
|
|
103619
|
+
"level": 1,
|
|
103620
|
+
"destructable": 0,
|
|
103621
|
+
"burnable": 0,
|
|
103622
|
+
"smashable": 0,
|
|
103623
|
+
"rotateType": 4
|
|
103624
|
+
},
|
|
103625
|
+
{
|
|
103626
|
+
"wodID": 900002,
|
|
103627
|
+
"crossplayID": 900002,
|
|
103628
|
+
"group": "Tower",
|
|
103629
|
+
"type": "CornerLevel2",
|
|
103630
|
+
"width": 2,
|
|
103631
|
+
"height": 2,
|
|
103632
|
+
"movable": 0,
|
|
103633
|
+
"kIDs": "0,1,2,3,4",
|
|
103634
|
+
"name": "Corner",
|
|
103635
|
+
"level": 2,
|
|
103636
|
+
"destructable": 0,
|
|
103637
|
+
"burnable": 0,
|
|
103638
|
+
"smashable": 0,
|
|
103639
|
+
"rotateType": 4
|
|
103640
|
+
},
|
|
103641
|
+
{
|
|
103642
|
+
"wodID": 900003,
|
|
103643
|
+
"crossplayID": 900003,
|
|
103644
|
+
"group": "Tower",
|
|
103645
|
+
"type": "CornerLevel3",
|
|
103646
|
+
"width": 2,
|
|
103647
|
+
"height": 2,
|
|
103648
|
+
"movable": 0,
|
|
103649
|
+
"kIDs": "0,1,2,3,4",
|
|
103650
|
+
"name": "Corner",
|
|
103651
|
+
"level": 3,
|
|
103652
|
+
"destructable": 0,
|
|
103653
|
+
"burnable": 0,
|
|
103654
|
+
"smashable": 0,
|
|
103655
|
+
"rotateType": 4
|
|
103656
|
+
},
|
|
103657
|
+
{
|
|
103658
|
+
"wodID": 900004,
|
|
103659
|
+
"crossplayID": 900004,
|
|
103660
|
+
"group": "Tower",
|
|
103661
|
+
"type": "CornerLevel4",
|
|
103662
|
+
"width": 2,
|
|
103663
|
+
"height": 2,
|
|
103664
|
+
"movable": 0,
|
|
103665
|
+
"kIDs": "0,1,2,3,4",
|
|
103666
|
+
"name": "Corner",
|
|
103667
|
+
"level": 4,
|
|
103668
|
+
"destructable": 0,
|
|
103669
|
+
"burnable": 0,
|
|
103670
|
+
"smashable": 0,
|
|
103671
|
+
"rotateType": 4
|
|
103672
|
+
},
|
|
103673
|
+
{
|
|
103674
|
+
"wodID": 900005,
|
|
103675
|
+
"crossplayID": 900005,
|
|
103676
|
+
"group": "Tower",
|
|
103677
|
+
"type": "CornerLevel5",
|
|
103678
|
+
"width": 2,
|
|
103679
|
+
"height": 2,
|
|
103680
|
+
"movable": 0,
|
|
103681
|
+
"kIDs": "0,1,2,3,4",
|
|
103682
|
+
"name": "Corner",
|
|
103683
|
+
"level": 5,
|
|
103684
|
+
"destructable": 0,
|
|
103685
|
+
"burnable": 0,
|
|
103686
|
+
"smashable": 0,
|
|
103687
|
+
"rotateType": 4
|
|
103688
|
+
},
|
|
103689
|
+
{
|
|
103690
|
+
"wodID": 900006,
|
|
103691
|
+
"crossplayID": 900006,
|
|
103692
|
+
"group": "Tower",
|
|
103693
|
+
"type": "Level1",
|
|
103694
|
+
"width": 2,
|
|
103695
|
+
"height": 2,
|
|
103696
|
+
"movable": 0,
|
|
103697
|
+
"eventIDs": 3,
|
|
103698
|
+
"kIDs": 10,
|
|
103699
|
+
"name": "FactionLookoutCorner",
|
|
103700
|
+
"level": 1,
|
|
103701
|
+
"destructable": 0,
|
|
103702
|
+
"burnable": 0,
|
|
103703
|
+
"smashable": 0,
|
|
103704
|
+
"rotateType": 4
|
|
103705
|
+
},
|
|
103706
|
+
{
|
|
103707
|
+
"wodID": 900007,
|
|
103708
|
+
"crossplayID": 900007,
|
|
103709
|
+
"group": "Tower",
|
|
103710
|
+
"type": "Level2",
|
|
103711
|
+
"width": 2,
|
|
103712
|
+
"height": 2,
|
|
103713
|
+
"movable": 0,
|
|
103714
|
+
"eventIDs": 3,
|
|
103715
|
+
"kIDs": 10,
|
|
103716
|
+
"name": "FactionLookoutCorner",
|
|
103717
|
+
"level": 2,
|
|
103718
|
+
"destructable": 0,
|
|
103719
|
+
"burnable": 0,
|
|
103720
|
+
"smashable": 0,
|
|
103721
|
+
"rotateType": 4
|
|
103722
|
+
},
|
|
103723
|
+
{
|
|
103724
|
+
"wodID": 900008,
|
|
103725
|
+
"crossplayID": 900008,
|
|
103726
|
+
"group": "Tower",
|
|
103727
|
+
"type": "Level3",
|
|
103728
|
+
"width": 2,
|
|
103729
|
+
"height": 2,
|
|
103730
|
+
"movable": 0,
|
|
103731
|
+
"eventIDs": 3,
|
|
103732
|
+
"kIDs": 10,
|
|
103733
|
+
"name": "FactionLookoutCorner",
|
|
103734
|
+
"level": 3,
|
|
103735
|
+
"destructable": 0,
|
|
103736
|
+
"burnable": 0,
|
|
103737
|
+
"smashable": 0,
|
|
103738
|
+
"rotateType": 4
|
|
103739
103739
|
}
|
|
103740
103740
|
]
|
|
103741
103741
|
}
|
package/data/characters.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"crossplayID": 1,
|
|
6
6
|
"name": "fatKing",
|
|
7
7
|
"spinRarities": "1,1,1,2",
|
|
8
|
-
"tombolas": "6001+10001#6006+10006",
|
|
8
|
+
"tombolas": "6001+10001#6006+10006#6007+10007",
|
|
9
9
|
"coolDownInSeconds": 259200,
|
|
10
10
|
"maxFreeOpenings": 2,
|
|
11
11
|
"freeOpeningTombolaID": 10001,
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"crossplayID": 2,
|
|
20
20
|
"name": "drunkKnight",
|
|
21
21
|
"spinRarities": "1,1,1,2",
|
|
22
|
-
"tombolas": "6002+10002#6005+10005
|
|
22
|
+
"tombolas": "6002+10002#6005+10005",
|
|
23
23
|
"coolDownInSeconds": 604800,
|
|
24
24
|
"maxFreeOpenings": 1,
|
|
25
25
|
"freeOpeningTombolaID": 10002,
|
|
@@ -2757,7 +2757,7 @@
|
|
|
2757
2757
|
"crossplayID": 1353,
|
|
2758
2758
|
"tombolaID": 10007,
|
|
2759
2759
|
"rewardCategory": 1,
|
|
2760
|
-
"rewardIDs":
|
|
2760
|
+
"rewardIDs": 70223,
|
|
2761
2761
|
"shares": 500
|
|
2762
2762
|
},
|
|
2763
2763
|
{
|
|
@@ -2765,7 +2765,7 @@
|
|
|
2765
2765
|
"crossplayID": 1354,
|
|
2766
2766
|
"tombolaID": 10007,
|
|
2767
2767
|
"rewardCategory": 4,
|
|
2768
|
-
"rewardIDs":
|
|
2768
|
+
"rewardIDs": 70219,
|
|
2769
2769
|
"shares": 200
|
|
2770
2770
|
},
|
|
2771
2771
|
{
|
|
@@ -2773,7 +2773,7 @@
|
|
|
2773
2773
|
"crossplayID": 1355,
|
|
2774
2774
|
"tombolaID": 10007,
|
|
2775
2775
|
"rewardCategory": 3,
|
|
2776
|
-
"rewardIDs":
|
|
2776
|
+
"rewardIDs": 70220,
|
|
2777
2777
|
"shares": 800
|
|
2778
2778
|
},
|
|
2779
2779
|
{
|
|
@@ -2781,7 +2781,7 @@
|
|
|
2781
2781
|
"crossplayID": 1356,
|
|
2782
2782
|
"tombolaID": 10007,
|
|
2783
2783
|
"rewardCategory": 2,
|
|
2784
|
-
"rewardIDs":
|
|
2784
|
+
"rewardIDs": 70221,
|
|
2785
2785
|
"shares": 2000
|
|
2786
2786
|
},
|
|
2787
2787
|
{
|
|
@@ -2789,7 +2789,7 @@
|
|
|
2789
2789
|
"crossplayID": 1357,
|
|
2790
2790
|
"tombolaID": 10007,
|
|
2791
2791
|
"rewardCategory": 2,
|
|
2792
|
-
"rewardIDs":
|
|
2792
|
+
"rewardIDs": 70222,
|
|
2793
2793
|
"shares": 6000
|
|
2794
2794
|
},
|
|
2795
2795
|
{
|
package/data/packages.json
CHANGED
|
@@ -15529,26 +15529,6 @@
|
|
|
15529
15529
|
"stock": 1,
|
|
15530
15530
|
"notRebuyable": 1
|
|
15531
15531
|
},
|
|
15532
|
-
{
|
|
15533
|
-
"packageID": 114,
|
|
15534
|
-
"packageType": "resources",
|
|
15535
|
-
"comment1": "shapeshifterCharmBoosterKeyBoost",
|
|
15536
|
-
"comment2": "Shapeshifter Boosters",
|
|
15537
|
-
"relationIDs": 999,
|
|
15538
|
-
"packagePriceC2": 149,
|
|
15539
|
-
"minLevel": 30,
|
|
15540
|
-
"maxLevel": 99
|
|
15541
|
-
},
|
|
15542
|
-
{
|
|
15543
|
-
"packageID": 1143,
|
|
15544
|
-
"packageType": "resources",
|
|
15545
|
-
"comment1": "shapeshifterBloodpointsBoosterKeyBoost",
|
|
15546
|
-
"comment2": "Shapeshifter Boosters",
|
|
15547
|
-
"relationIDs": 999,
|
|
15548
|
-
"packagePriceC2": 129,
|
|
15549
|
-
"minLevel": 30,
|
|
15550
|
-
"maxLevel": 99
|
|
15551
|
-
},
|
|
15552
15532
|
{
|
|
15553
15533
|
"packageID": 1253,
|
|
15554
15534
|
"packageType": "item",
|
|
@@ -53803,7 +53783,7 @@
|
|
|
53803
53783
|
"comment1": "March LTPE Shop - 2025 Lvl 1020",
|
|
53804
53784
|
"comment2": "TCI (Economy Boost)",
|
|
53805
53785
|
"costStPatrickLTPEToken": 5000,
|
|
53806
|
-
"
|
|
53786
|
+
"constructionItemID": 904,
|
|
53807
53787
|
"constructionItemAmount": 1,
|
|
53808
53788
|
"stock": 1,
|
|
53809
53789
|
"minLegendLevel": 950,
|
|
@@ -54055,7 +54035,7 @@
|
|
|
54055
54035
|
"comment1": "March LTPE Shop - 2025 Lvl 720-1019",
|
|
54056
54036
|
"comment2": "TCI (Economy Boost)",
|
|
54057
54037
|
"costStPatrickLTPEToken": 5000,
|
|
54058
|
-
"
|
|
54038
|
+
"constructionItemID": 904,
|
|
54059
54039
|
"constructionItemAmount": 1,
|
|
54060
54040
|
"stock": 1,
|
|
54061
54041
|
"minLegendLevel": 720,
|
|
@@ -54314,7 +54294,7 @@
|
|
|
54314
54294
|
"comment1": "March LTPE Shop - 2025 Lvl 270-719",
|
|
54315
54295
|
"comment2": "TCI (Economy Boost)",
|
|
54316
54296
|
"costStPatrickLTPEToken": 5000,
|
|
54317
|
-
"
|
|
54297
|
+
"constructionItemID": 904,
|
|
54318
54298
|
"constructionItemAmount": 1,
|
|
54319
54299
|
"stock": 1,
|
|
54320
54300
|
"minLegendLevel": 270,
|
|
@@ -54573,7 +54553,7 @@
|
|
|
54573
54553
|
"comment1": "March LTPE Shop - 2025 Lvl 70-269",
|
|
54574
54554
|
"comment2": "TCI (Economy Boost)",
|
|
54575
54555
|
"costStPatrickLTPEToken": 5000,
|
|
54576
|
-
"
|
|
54556
|
+
"constructionItemID": 904,
|
|
54577
54557
|
"constructionItemAmount": 1,
|
|
54578
54558
|
"stock": 1,
|
|
54579
54559
|
"minLevel": 70,
|
|
@@ -54831,7 +54811,7 @@
|
|
|
54831
54811
|
"comment1": "April LTPE Shop - 2025 Lvl 1020",
|
|
54832
54812
|
"comment2": "TCI (Economy Boost)",
|
|
54833
54813
|
"costSpringLTPEToken": 5000,
|
|
54834
|
-
"
|
|
54814
|
+
"constructionItemID": 904,
|
|
54835
54815
|
"constructionItemAmount": 1,
|
|
54836
54816
|
"stock": 1,
|
|
54837
54817
|
"minLegendLevel": 950,
|
|
@@ -55083,7 +55063,7 @@
|
|
|
55083
55063
|
"comment1": "April LTPE Shop - 2025 Lvl 720-1019",
|
|
55084
55064
|
"comment2": "TCI (Economy Boost)",
|
|
55085
55065
|
"costSpringLTPEToken": 5000,
|
|
55086
|
-
"
|
|
55066
|
+
"constructionItemID": 904,
|
|
55087
55067
|
"constructionItemAmount": 1,
|
|
55088
55068
|
"stock": 1,
|
|
55089
55069
|
"minLegendLevel": 720,
|
|
@@ -55342,7 +55322,7 @@
|
|
|
55342
55322
|
"comment1": "April LTPE Shop - 2025 Lvl 270-719",
|
|
55343
55323
|
"comment2": "TCI (Economy Boost)",
|
|
55344
55324
|
"costSpringLTPEToken": 5000,
|
|
55345
|
-
"
|
|
55325
|
+
"constructionItemID": 904,
|
|
55346
55326
|
"constructionItemAmount": 1,
|
|
55347
55327
|
"stock": 1,
|
|
55348
55328
|
"minLegendLevel": 270,
|
|
@@ -55601,7 +55581,7 @@
|
|
|
55601
55581
|
"comment1": "April LTPE Shop - 2025 Lvl 70-269",
|
|
55602
55582
|
"comment2": "TCI (Economy Boost)",
|
|
55603
55583
|
"costSpringLTPEToken": 5000,
|
|
55604
|
-
"
|
|
55584
|
+
"constructionItemID": 904,
|
|
55605
55585
|
"constructionItemAmount": 1,
|
|
55606
55586
|
"stock": 1,
|
|
55607
55587
|
"minLevel": 70,
|
|
@@ -55859,7 +55839,7 @@
|
|
|
55859
55839
|
"comment1": "May LTPE Shop - 2025 Lvl 1020",
|
|
55860
55840
|
"comment2": "TCI (Economy Boost)",
|
|
55861
55841
|
"costLotusFlowerLTPEToken": 5000,
|
|
55862
|
-
"
|
|
55842
|
+
"constructionItemID": 904,
|
|
55863
55843
|
"constructionItemAmount": 1,
|
|
55864
55844
|
"stock": 1,
|
|
55865
55845
|
"minLegendLevel": 950,
|
|
@@ -56111,7 +56091,7 @@
|
|
|
56111
56091
|
"comment1": "May LTPE Shop - 2025 Lvl 720-1019",
|
|
56112
56092
|
"comment2": "TCI (Economy Boost)",
|
|
56113
56093
|
"costLotusFlowerLTPEToken": 5000,
|
|
56114
|
-
"
|
|
56094
|
+
"constructionItemID": 904,
|
|
56115
56095
|
"constructionItemAmount": 1,
|
|
56116
56096
|
"stock": 1,
|
|
56117
56097
|
"minLegendLevel": 720,
|
|
@@ -56370,7 +56350,7 @@
|
|
|
56370
56350
|
"comment1": "May LTPE Shop - 2025 Lvl 270-719",
|
|
56371
56351
|
"comment2": "TCI (Economy Boost)",
|
|
56372
56352
|
"costLotusFlowerLTPEToken": 5000,
|
|
56373
|
-
"
|
|
56353
|
+
"constructionItemID": 904,
|
|
56374
56354
|
"constructionItemAmount": 1,
|
|
56375
56355
|
"stock": 1,
|
|
56376
56356
|
"minLegendLevel": 270,
|
|
@@ -56629,7 +56609,7 @@
|
|
|
56629
56609
|
"comment1": "May LTPE Shop - 2025 Lvl 70-269",
|
|
56630
56610
|
"comment2": "TCI (Economy Boost)",
|
|
56631
56611
|
"costLotusFlowerLTPEToken": 5000,
|
|
56632
|
-
"
|
|
56612
|
+
"constructionItemID": 904,
|
|
56633
56613
|
"constructionItemAmount": 1,
|
|
56634
56614
|
"stock": 1,
|
|
56635
56615
|
"minLevel": 70,
|
|
@@ -56887,7 +56867,7 @@
|
|
|
56887
56867
|
"comment1": "June LTPE Shop - 2025 Lvl 1020",
|
|
56888
56868
|
"comment2": "TCI (Economy Boost)",
|
|
56889
56869
|
"costMayaLTPEToken": 5000,
|
|
56890
|
-
"
|
|
56870
|
+
"constructionItemID": 904,
|
|
56891
56871
|
"constructionItemAmount": 1,
|
|
56892
56872
|
"stock": 1,
|
|
56893
56873
|
"minLegendLevel": 950,
|
|
@@ -57139,7 +57119,7 @@
|
|
|
57139
57119
|
"comment1": "June LTPE Shop - 2025 Lvl 720-1019",
|
|
57140
57120
|
"comment2": "TCI (Economy Boost)",
|
|
57141
57121
|
"costMayaLTPEToken": 5000,
|
|
57142
|
-
"
|
|
57122
|
+
"constructionItemID": 904,
|
|
57143
57123
|
"constructionItemAmount": 1,
|
|
57144
57124
|
"stock": 1,
|
|
57145
57125
|
"minLegendLevel": 720,
|
|
@@ -57398,7 +57378,7 @@
|
|
|
57398
57378
|
"comment1": "June LTPE Shop - 2025 Lvl 270-719",
|
|
57399
57379
|
"comment2": "TCI (Economy Boost)",
|
|
57400
57380
|
"costMayaLTPEToken": 5000,
|
|
57401
|
-
"
|
|
57381
|
+
"constructionItemID": 904,
|
|
57402
57382
|
"constructionItemAmount": 1,
|
|
57403
57383
|
"stock": 1,
|
|
57404
57384
|
"minLegendLevel": 270,
|
|
@@ -57657,7 +57637,7 @@
|
|
|
57657
57637
|
"comment1": "June LTPE Shop - 2025 Lvl 70-269",
|
|
57658
57638
|
"comment2": "TCI (Economy Boost)",
|
|
57659
57639
|
"costMayaLTPEToken": 5000,
|
|
57660
|
-
"
|
|
57640
|
+
"constructionItemID": 904,
|
|
57661
57641
|
"constructionItemAmount": 1,
|
|
57662
57642
|
"stock": 1,
|
|
57663
57643
|
"minLevel": 70,
|
package/data/rewards.json
CHANGED
|
@@ -4601,7 +4601,7 @@
|
|
|
4601
4601
|
"crossplayID": 70223,
|
|
4602
4602
|
"comment1": "HasanToken",
|
|
4603
4603
|
"comment2": "Common",
|
|
4604
|
-
"
|
|
4604
|
+
"addOfferingHasan": 1
|
|
4605
4605
|
},
|
|
4606
4606
|
{
|
|
4607
4607
|
"rewardID": 8,
|
|
@@ -60147,14 +60147,14 @@
|
|
|
60147
60147
|
"comment1": "Reward 78",
|
|
60148
60148
|
"comment2": "Activity Reward LTPE March 2025 Lvl 1020",
|
|
60149
60149
|
"addStPatrickLTPEToken": 800,
|
|
60150
|
-
"addDragonScaleSplinters":
|
|
60150
|
+
"addDragonScaleSplinters": 3750
|
|
60151
60151
|
},
|
|
60152
60152
|
{
|
|
60153
60153
|
"rewardID": 14413,
|
|
60154
60154
|
"comment1": "Reward 79",
|
|
60155
60155
|
"comment2": "Activity Reward LTPE March 2025 Lvl 1020",
|
|
60156
60156
|
"addStPatrickLTPEToken": 1250,
|
|
60157
|
-
"addDragonScaleSplinters":
|
|
60157
|
+
"addDragonScaleSplinters": 3750
|
|
60158
60158
|
},
|
|
60159
60159
|
{
|
|
60160
60160
|
"rewardID": 14414,
|
|
@@ -60662,7 +60662,7 @@
|
|
|
60662
60662
|
"comment1": "Reward 80",
|
|
60663
60663
|
"comment2": "Activity Reward LTPE March 2025 Lvl 720-1019",
|
|
60664
60664
|
"addStPatrickLTPEToken": 2000,
|
|
60665
|
-
"units": "
|
|
60665
|
+
"units": "204+7500"
|
|
60666
60666
|
},
|
|
60667
60667
|
{
|
|
60668
60668
|
"rewardID": 14495,
|
|
@@ -61163,7 +61163,7 @@
|
|
|
61163
61163
|
"comment1": "Reward 80",
|
|
61164
61164
|
"comment2": "Activity Reward LTPE March 2025 Lvl 270-719",
|
|
61165
61165
|
"addStPatrickLTPEToken": 2000,
|
|
61166
|
-
"units": "
|
|
61166
|
+
"units": "204+7500"
|
|
61167
61167
|
},
|
|
61168
61168
|
{
|
|
61169
61169
|
"rewardID": 14575,
|
|
@@ -61664,7 +61664,7 @@
|
|
|
61664
61664
|
"comment1": "Reward 80",
|
|
61665
61665
|
"comment2": "Activity Reward LTPE March 2025 Lvl 70-269",
|
|
61666
61666
|
"addStPatrickLTPEToken": 2000,
|
|
61667
|
-
"units": "
|
|
61667
|
+
"units": "204+7500"
|
|
61668
61668
|
},
|
|
61669
61669
|
{
|
|
61670
61670
|
"rewardID": 14655,
|
package/data/version.json
CHANGED
package/data/versionInfo.json
CHANGED