e4k-data 4.67.17 → 4.69.3
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 +69 -0
- package/data/expansions.json +54 -54
- package/data/horses.json +143 -143
- package/data/rewards.json +31 -31
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/data/wodIds.json +192 -192
- package/images/x768.json +290 -5
- package/languages/da.json +74 -5
- package/languages/de.json +74 -5
- package/languages/el.json +75 -6
- package/languages/en.json +74 -5
- package/languages/es.json +74 -5
- package/languages/fi.json +74 -5
- package/languages/fr.json +74 -5
- package/languages/it.json +74 -5
- package/languages/ja.json +74 -5
- package/languages/ko.json +74 -5
- package/languages/nl.json +74 -5
- package/languages/no.json +74 -5
- package/languages/pl.json +75 -6
- package/languages/pt.json +74 -5
- package/languages/ru.json +74 -5
- package/languages/sv.json +74 -5
- package/languages/tr.json +74 -5
- package/languages/zh_CN.json +74 -5
- package/languages/zh_TW.json +74 -5
- package/package.json +1 -1
- package/typings/images.d.ts +19 -0
- package/typings/languages.d.ts +70 -1
package/data/buildings.json
CHANGED
|
@@ -84530,6 +84530,75 @@
|
|
|
84530
84530
|
"sellC1": 200000,
|
|
84531
84531
|
"tempServerDestructable": 1
|
|
84532
84532
|
},
|
|
84533
|
+
{
|
|
84534
|
+
"wodID": 2085,
|
|
84535
|
+
"comment1": "Account Anniversary",
|
|
84536
|
+
"comment2": "13 Years",
|
|
84537
|
+
"group": "Building",
|
|
84538
|
+
"type": "Anniversary13Year",
|
|
84539
|
+
"width": 5,
|
|
84540
|
+
"height": 10,
|
|
84541
|
+
"storeable": 1,
|
|
84542
|
+
"kIDs": "0,1,2,3,4",
|
|
84543
|
+
"name": "Deco",
|
|
84544
|
+
"level": 1,
|
|
84545
|
+
"mightValue": 1700,
|
|
84546
|
+
"destructable": 0,
|
|
84547
|
+
"burnable": 0,
|
|
84548
|
+
"tempServerBurnable": 1,
|
|
84549
|
+
"smashable": 0,
|
|
84550
|
+
"initialFusionLevel": 830,
|
|
84551
|
+
"isFusionSource": 1,
|
|
84552
|
+
"isFusionTarget": 1,
|
|
84553
|
+
"sellC1": 135240,
|
|
84554
|
+
"tempServerDestructable": 1
|
|
84555
|
+
},
|
|
84556
|
+
{
|
|
84557
|
+
"wodID": 2086,
|
|
84558
|
+
"comment1": "Account Anniversary",
|
|
84559
|
+
"comment2": "14 Years",
|
|
84560
|
+
"group": "Building",
|
|
84561
|
+
"type": "Anniversary14Year",
|
|
84562
|
+
"width": 5,
|
|
84563
|
+
"height": 10,
|
|
84564
|
+
"storeable": 1,
|
|
84565
|
+
"kIDs": "0,1,2,3,4",
|
|
84566
|
+
"name": "Deco",
|
|
84567
|
+
"level": 1,
|
|
84568
|
+
"mightValue": 1800,
|
|
84569
|
+
"destructable": 0,
|
|
84570
|
+
"burnable": 0,
|
|
84571
|
+
"tempServerBurnable": 1,
|
|
84572
|
+
"smashable": 0,
|
|
84573
|
+
"initialFusionLevel": 880,
|
|
84574
|
+
"isFusionSource": 1,
|
|
84575
|
+
"isFusionTarget": 1,
|
|
84576
|
+
"sellC1": 135240,
|
|
84577
|
+
"tempServerDestructable": 1
|
|
84578
|
+
},
|
|
84579
|
+
{
|
|
84580
|
+
"wodID": 2087,
|
|
84581
|
+
"comment1": "Account Anniversary",
|
|
84582
|
+
"comment2": "15 Years",
|
|
84583
|
+
"group": "Building",
|
|
84584
|
+
"type": "Anniversary15Year",
|
|
84585
|
+
"width": 5,
|
|
84586
|
+
"height": 10,
|
|
84587
|
+
"storeable": 1,
|
|
84588
|
+
"kIDs": "0,1,2,3,4",
|
|
84589
|
+
"name": "Deco",
|
|
84590
|
+
"level": 1,
|
|
84591
|
+
"mightValue": 1900,
|
|
84592
|
+
"destructable": 0,
|
|
84593
|
+
"burnable": 0,
|
|
84594
|
+
"tempServerBurnable": 1,
|
|
84595
|
+
"smashable": 0,
|
|
84596
|
+
"initialFusionLevel": 980,
|
|
84597
|
+
"isFusionSource": 1,
|
|
84598
|
+
"isFusionTarget": 1,
|
|
84599
|
+
"sellC1": 135240,
|
|
84600
|
+
"tempServerDestructable": 1
|
|
84601
|
+
},
|
|
84533
84602
|
{
|
|
84534
84603
|
"wodID": 900000,
|
|
84535
84604
|
"crossplayID": 900000,
|
package/data/expansions.json
CHANGED
|
@@ -1,5 +1,59 @@
|
|
|
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
|
+
},
|
|
3
57
|
{
|
|
4
58
|
"expansionID": 1,
|
|
5
59
|
"crossplayID": 1,
|
|
@@ -1097,60 +1151,6 @@
|
|
|
1097
1151
|
"costWood": 80000,
|
|
1098
1152
|
"costStone": 80000,
|
|
1099
1153
|
"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
|
}
|
package/data/horses.json
CHANGED
|
@@ -1,5 +1,148 @@
|
|
|
1
1
|
{
|
|
2
2
|
"horse": [
|
|
3
|
+
{
|
|
4
|
+
"wodID": 905400,
|
|
5
|
+
"group": "Travelbooster",
|
|
6
|
+
"name": "Horse",
|
|
7
|
+
"type": 3,
|
|
8
|
+
"unitBoost": 16,
|
|
9
|
+
"marketBoost": 27,
|
|
10
|
+
"spyBoost": 27,
|
|
11
|
+
"costFactorC1": 0,
|
|
12
|
+
"costFactorC2": 0,
|
|
13
|
+
"isInstantSpyHorse": 1,
|
|
14
|
+
"isPegasusHorse": 1
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"wodID": 905401,
|
|
18
|
+
"group": "Travelbooster",
|
|
19
|
+
"name": "Horse",
|
|
20
|
+
"type": 6,
|
|
21
|
+
"unitBoost": 27,
|
|
22
|
+
"marketBoost": 45,
|
|
23
|
+
"spyBoost": 45,
|
|
24
|
+
"costFactorC1": 0,
|
|
25
|
+
"costFactorC2": 0,
|
|
26
|
+
"isInstantSpyHorse": 1,
|
|
27
|
+
"isPegasusHorse": 1
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"wodID": 905402,
|
|
31
|
+
"group": "Travelbooster",
|
|
32
|
+
"name": "Horse",
|
|
33
|
+
"type": 9,
|
|
34
|
+
"unitBoost": 35,
|
|
35
|
+
"marketBoost": 59,
|
|
36
|
+
"spyBoost": 59,
|
|
37
|
+
"costFactorC1": 0,
|
|
38
|
+
"costFactorC2": 0,
|
|
39
|
+
"isInstantSpyHorse": 1,
|
|
40
|
+
"isPegasusHorse": 1
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"wodID": 905403,
|
|
44
|
+
"group": "Travelbooster",
|
|
45
|
+
"name": "Horse",
|
|
46
|
+
"type": 3,
|
|
47
|
+
"unitBoost": 98,
|
|
48
|
+
"marketBoost": 166,
|
|
49
|
+
"spyBoost": 166,
|
|
50
|
+
"costFactorC1": 0,
|
|
51
|
+
"costFactorC2": 0,
|
|
52
|
+
"isInstantSpyHorse": 1,
|
|
53
|
+
"isPegasusHorse": 1
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"wodID": 905404,
|
|
57
|
+
"group": "Travelbooster",
|
|
58
|
+
"name": "Horse",
|
|
59
|
+
"type": 6,
|
|
60
|
+
"unitBoost": 118,
|
|
61
|
+
"marketBoost": 200,
|
|
62
|
+
"spyBoost": 200,
|
|
63
|
+
"costFactorC1": 0,
|
|
64
|
+
"costFactorC2": 0,
|
|
65
|
+
"isInstantSpyHorse": 1,
|
|
66
|
+
"isPegasusHorse": 1
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"wodID": 905405,
|
|
70
|
+
"group": "Travelbooster",
|
|
71
|
+
"name": "Horse",
|
|
72
|
+
"type": 9,
|
|
73
|
+
"unitBoost": 128,
|
|
74
|
+
"marketBoost": 217,
|
|
75
|
+
"spyBoost": 217,
|
|
76
|
+
"costFactorC1": 0,
|
|
77
|
+
"costFactorC2": 0,
|
|
78
|
+
"isInstantSpyHorse": 1,
|
|
79
|
+
"isPegasusHorse": 1
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"wodID": 905406,
|
|
83
|
+
"group": "Travelbooster",
|
|
84
|
+
"name": "Horse",
|
|
85
|
+
"type": 12,
|
|
86
|
+
"unitBoost": 139,
|
|
87
|
+
"marketBoost": 235,
|
|
88
|
+
"spyBoost": 235,
|
|
89
|
+
"costFactorC1": 0,
|
|
90
|
+
"costFactorC2": 0,
|
|
91
|
+
"isInstantSpyHorse": 1,
|
|
92
|
+
"isPegasusHorse": 1
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"wodID": 905407,
|
|
96
|
+
"group": "Travelbooster",
|
|
97
|
+
"name": "Horse",
|
|
98
|
+
"type": 15,
|
|
99
|
+
"unitBoost": 150,
|
|
100
|
+
"marketBoost": 254,
|
|
101
|
+
"spyBoost": 254,
|
|
102
|
+
"costFactorC1": 0,
|
|
103
|
+
"costFactorC2": 0,
|
|
104
|
+
"isInstantSpyHorse": 1,
|
|
105
|
+
"isPegasusHorse": 1
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"wodID": 905408,
|
|
109
|
+
"group": "Travelbooster",
|
|
110
|
+
"name": "Horse",
|
|
111
|
+
"type": 3,
|
|
112
|
+
"unitBoost": 32,
|
|
113
|
+
"marketBoost": 43,
|
|
114
|
+
"spyBoost": 43,
|
|
115
|
+
"costFactorC1": 0,
|
|
116
|
+
"costFactorC2": 0,
|
|
117
|
+
"isInstantSpyHorse": 1,
|
|
118
|
+
"isPegasusHorse": 1
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"wodID": 905409,
|
|
122
|
+
"group": "Travelbooster",
|
|
123
|
+
"name": "Horse",
|
|
124
|
+
"type": 6,
|
|
125
|
+
"unitBoost": 54,
|
|
126
|
+
"marketBoost": 72,
|
|
127
|
+
"spyBoost": 72,
|
|
128
|
+
"costFactorC1": 0,
|
|
129
|
+
"costFactorC2": 0,
|
|
130
|
+
"isInstantSpyHorse": 1,
|
|
131
|
+
"isPegasusHorse": 1
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"wodID": 905410,
|
|
135
|
+
"group": "Travelbooster",
|
|
136
|
+
"name": "Horse",
|
|
137
|
+
"type": 9,
|
|
138
|
+
"unitBoost": 70,
|
|
139
|
+
"marketBoost": 94,
|
|
140
|
+
"spyBoost": 94,
|
|
141
|
+
"costFactorC1": 0,
|
|
142
|
+
"costFactorC2": 0,
|
|
143
|
+
"isInstantSpyHorse": 1,
|
|
144
|
+
"isPegasusHorse": 1
|
|
145
|
+
},
|
|
3
146
|
{
|
|
4
147
|
"wodID": 1001,
|
|
5
148
|
"crossplayID": 1001,
|
|
@@ -463,149 +606,6 @@
|
|
|
463
606
|
"costFactorC1": 0,
|
|
464
607
|
"costFactorC2": 2.1,
|
|
465
608
|
"isInstantSpyHorse": 1
|
|
466
|
-
},
|
|
467
|
-
{
|
|
468
|
-
"wodID": 905400,
|
|
469
|
-
"group": "Travelbooster",
|
|
470
|
-
"name": "Horse",
|
|
471
|
-
"type": 3,
|
|
472
|
-
"unitBoost": 16,
|
|
473
|
-
"marketBoost": 27,
|
|
474
|
-
"spyBoost": 27,
|
|
475
|
-
"costFactorC1": 0,
|
|
476
|
-
"costFactorC2": 0,
|
|
477
|
-
"isInstantSpyHorse": 1,
|
|
478
|
-
"isPegasusHorse": 1
|
|
479
|
-
},
|
|
480
|
-
{
|
|
481
|
-
"wodID": 905401,
|
|
482
|
-
"group": "Travelbooster",
|
|
483
|
-
"name": "Horse",
|
|
484
|
-
"type": 6,
|
|
485
|
-
"unitBoost": 27,
|
|
486
|
-
"marketBoost": 45,
|
|
487
|
-
"spyBoost": 45,
|
|
488
|
-
"costFactorC1": 0,
|
|
489
|
-
"costFactorC2": 0,
|
|
490
|
-
"isInstantSpyHorse": 1,
|
|
491
|
-
"isPegasusHorse": 1
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
"wodID": 905402,
|
|
495
|
-
"group": "Travelbooster",
|
|
496
|
-
"name": "Horse",
|
|
497
|
-
"type": 9,
|
|
498
|
-
"unitBoost": 35,
|
|
499
|
-
"marketBoost": 59,
|
|
500
|
-
"spyBoost": 59,
|
|
501
|
-
"costFactorC1": 0,
|
|
502
|
-
"costFactorC2": 0,
|
|
503
|
-
"isInstantSpyHorse": 1,
|
|
504
|
-
"isPegasusHorse": 1
|
|
505
|
-
},
|
|
506
|
-
{
|
|
507
|
-
"wodID": 905403,
|
|
508
|
-
"group": "Travelbooster",
|
|
509
|
-
"name": "Horse",
|
|
510
|
-
"type": 3,
|
|
511
|
-
"unitBoost": 98,
|
|
512
|
-
"marketBoost": 166,
|
|
513
|
-
"spyBoost": 166,
|
|
514
|
-
"costFactorC1": 0,
|
|
515
|
-
"costFactorC2": 0,
|
|
516
|
-
"isInstantSpyHorse": 1,
|
|
517
|
-
"isPegasusHorse": 1
|
|
518
|
-
},
|
|
519
|
-
{
|
|
520
|
-
"wodID": 905404,
|
|
521
|
-
"group": "Travelbooster",
|
|
522
|
-
"name": "Horse",
|
|
523
|
-
"type": 6,
|
|
524
|
-
"unitBoost": 118,
|
|
525
|
-
"marketBoost": 200,
|
|
526
|
-
"spyBoost": 200,
|
|
527
|
-
"costFactorC1": 0,
|
|
528
|
-
"costFactorC2": 0,
|
|
529
|
-
"isInstantSpyHorse": 1,
|
|
530
|
-
"isPegasusHorse": 1
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
"wodID": 905405,
|
|
534
|
-
"group": "Travelbooster",
|
|
535
|
-
"name": "Horse",
|
|
536
|
-
"type": 9,
|
|
537
|
-
"unitBoost": 128,
|
|
538
|
-
"marketBoost": 217,
|
|
539
|
-
"spyBoost": 217,
|
|
540
|
-
"costFactorC1": 0,
|
|
541
|
-
"costFactorC2": 0,
|
|
542
|
-
"isInstantSpyHorse": 1,
|
|
543
|
-
"isPegasusHorse": 1
|
|
544
|
-
},
|
|
545
|
-
{
|
|
546
|
-
"wodID": 905406,
|
|
547
|
-
"group": "Travelbooster",
|
|
548
|
-
"name": "Horse",
|
|
549
|
-
"type": 12,
|
|
550
|
-
"unitBoost": 139,
|
|
551
|
-
"marketBoost": 235,
|
|
552
|
-
"spyBoost": 235,
|
|
553
|
-
"costFactorC1": 0,
|
|
554
|
-
"costFactorC2": 0,
|
|
555
|
-
"isInstantSpyHorse": 1,
|
|
556
|
-
"isPegasusHorse": 1
|
|
557
|
-
},
|
|
558
|
-
{
|
|
559
|
-
"wodID": 905407,
|
|
560
|
-
"group": "Travelbooster",
|
|
561
|
-
"name": "Horse",
|
|
562
|
-
"type": 15,
|
|
563
|
-
"unitBoost": 150,
|
|
564
|
-
"marketBoost": 254,
|
|
565
|
-
"spyBoost": 254,
|
|
566
|
-
"costFactorC1": 0,
|
|
567
|
-
"costFactorC2": 0,
|
|
568
|
-
"isInstantSpyHorse": 1,
|
|
569
|
-
"isPegasusHorse": 1
|
|
570
|
-
},
|
|
571
|
-
{
|
|
572
|
-
"wodID": 905408,
|
|
573
|
-
"group": "Travelbooster",
|
|
574
|
-
"name": "Horse",
|
|
575
|
-
"type": 3,
|
|
576
|
-
"unitBoost": 32,
|
|
577
|
-
"marketBoost": 43,
|
|
578
|
-
"spyBoost": 43,
|
|
579
|
-
"costFactorC1": 0,
|
|
580
|
-
"costFactorC2": 0,
|
|
581
|
-
"isInstantSpyHorse": 1,
|
|
582
|
-
"isPegasusHorse": 1
|
|
583
|
-
},
|
|
584
|
-
{
|
|
585
|
-
"wodID": 905409,
|
|
586
|
-
"group": "Travelbooster",
|
|
587
|
-
"name": "Horse",
|
|
588
|
-
"type": 6,
|
|
589
|
-
"unitBoost": 54,
|
|
590
|
-
"marketBoost": 72,
|
|
591
|
-
"spyBoost": 72,
|
|
592
|
-
"costFactorC1": 0,
|
|
593
|
-
"costFactorC2": 0,
|
|
594
|
-
"isInstantSpyHorse": 1,
|
|
595
|
-
"isPegasusHorse": 1
|
|
596
|
-
},
|
|
597
|
-
{
|
|
598
|
-
"wodID": 905410,
|
|
599
|
-
"group": "Travelbooster",
|
|
600
|
-
"name": "Horse",
|
|
601
|
-
"type": 9,
|
|
602
|
-
"unitBoost": 70,
|
|
603
|
-
"marketBoost": 94,
|
|
604
|
-
"spyBoost": 94,
|
|
605
|
-
"costFactorC1": 0,
|
|
606
|
-
"costFactorC2": 0,
|
|
607
|
-
"isInstantSpyHorse": 1,
|
|
608
|
-
"isPegasusHorse": 1
|
|
609
609
|
}
|
|
610
610
|
]
|
|
611
611
|
}
|