e4k-data 4.85.49 → 4.87.51
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 +957 -504
- package/data/constructionItems.json +300 -38
- package/data/constructionItemsEffectGroups.json +1 -1
- package/data/districtTypes.json +5 -0
- package/data/effectCaps.json +140 -0
- package/data/effects.json +231 -1
- package/data/equipments.json +92 -0
- package/data/expansions.json +54 -54
- package/data/horses.json +143 -143
- package/data/leaguetypeEvents.json +99 -0
- package/data/packages.json +2361 -6
- package/data/researches.json +71 -71
- package/data/rewards.json +2036 -3
- package/data/sceatSkillTiers.json +14 -15
- package/data/sceatSkills.json +560 -796
- package/data/tempServerDailyTaskRewards.json +5 -5
- package/data/tempServerRankRewards.json +972 -0
- package/data/tempServerSettings.json +58 -0
- package/data/units.json +123 -0
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/data/wodIds.json +192 -192
- package/images/x768.json +605 -4
- package/languages/da.json +317 -198
- package/languages/de.json +316 -197
- package/languages/el.json +318 -199
- package/languages/en.json +321 -201
- package/languages/es.json +319 -200
- package/languages/fi.json +317 -198
- package/languages/fr.json +317 -198
- package/languages/it.json +319 -200
- package/languages/ja.json +314 -195
- package/languages/ko.json +313 -194
- package/languages/nl.json +317 -198
- package/languages/no.json +319 -200
- package/languages/pl.json +317 -198
- package/languages/pt.json +319 -200
- package/languages/ru.json +317 -198
- package/languages/sv.json +319 -200
- package/languages/tr.json +315 -196
- package/languages/zh_CN.json +316 -197
- package/languages/zh_TW.json +316 -197
- package/package.json +1 -1
- package/typings/data.d.ts +2 -2
- package/typings/images.d.ts +39 -0
- package/typings/languages.d.ts +127 -7
|
@@ -196,6 +196,64 @@
|
|
|
196
196
|
"startCurrencyAmount": -1,
|
|
197
197
|
"minimumCurrencyAmountToScore": 0,
|
|
198
198
|
"rewardSetID": 10
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"settingID": 21,
|
|
202
|
+
"crossplayID": 21,
|
|
203
|
+
"presetIDs": "31,39",
|
|
204
|
+
"peaceDuration": 0,
|
|
205
|
+
"scoringSystem": "collector",
|
|
206
|
+
"hasDailyScoring": 1,
|
|
207
|
+
"startCurrencyAmount": 5000,
|
|
208
|
+
"currencyLootFactorMin": 10,
|
|
209
|
+
"minimumCurrencyAmountToScore": 10,
|
|
210
|
+
"currencyID": 108,
|
|
211
|
+
"boosterCurrencyID": 109,
|
|
212
|
+
"boosterCurrencyValue": 1,
|
|
213
|
+
"boosterCurrencyLimit": 5,
|
|
214
|
+
"currencyLootFactorMax": 0.2,
|
|
215
|
+
"boosterCurrencyPackageID": 1359,
|
|
216
|
+
"rewardSetID": 11
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"settingID": 22,
|
|
220
|
+
"crossplayID": 22,
|
|
221
|
+
"presetIDs": 40,
|
|
222
|
+
"peaceDuration": 0,
|
|
223
|
+
"scoringSystem": "collector",
|
|
224
|
+
"hasDailyScoring": 1,
|
|
225
|
+
"startCurrencyAmount": 50000,
|
|
226
|
+
"currencyLootFactorMin": 10,
|
|
227
|
+
"minimumCurrencyAmountToScore": 10,
|
|
228
|
+
"currencyID": 108,
|
|
229
|
+
"boosterCurrencyID": 109,
|
|
230
|
+
"boosterCurrencyValue": 1,
|
|
231
|
+
"boosterCurrencyLimit": 5,
|
|
232
|
+
"currencyLootFactorMax": 0.2,
|
|
233
|
+
"boosterCurrencyPackageID": 1359,
|
|
234
|
+
"rewardSetID": 12
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"settingID": 23,
|
|
238
|
+
"crossplayID": 23,
|
|
239
|
+
"presetIDs": "31,39,32",
|
|
240
|
+
"peaceDuration": 0,
|
|
241
|
+
"scoringSystem": "rankSwap",
|
|
242
|
+
"hasDailyScoring": 1,
|
|
243
|
+
"startCurrencyAmount": -1,
|
|
244
|
+
"minimumCurrencyAmountToScore": 0,
|
|
245
|
+
"rewardSetID": 13
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"settingID": 24,
|
|
249
|
+
"crossplayID": 24,
|
|
250
|
+
"presetIDs": "31,32",
|
|
251
|
+
"peaceDuration": 0,
|
|
252
|
+
"scoringSystem": "might",
|
|
253
|
+
"hasDailyScoring": 1,
|
|
254
|
+
"startCurrencyAmount": -1,
|
|
255
|
+
"minimumCurrencyAmountToScore": 0,
|
|
256
|
+
"rewardSetID": 14
|
|
199
257
|
}
|
|
200
258
|
]
|
|
201
259
|
}
|
package/data/units.json
CHANGED
|
@@ -3259,6 +3259,7 @@
|
|
|
3259
3259
|
"group": "Unit",
|
|
3260
3260
|
"name": "Elitetool",
|
|
3261
3261
|
"type": "NomadEliteDefenseGate",
|
|
3262
|
+
"allowedToDefend": 0,
|
|
3262
3263
|
"speed": 28,
|
|
3263
3264
|
"costC2": 79,
|
|
3264
3265
|
"tempServerCostC2": 79,
|
|
@@ -3339,6 +3340,7 @@
|
|
|
3339
3340
|
"group": "Unit",
|
|
3340
3341
|
"name": "Elitetool",
|
|
3341
3342
|
"type": "NomadEliteDefenseWall",
|
|
3343
|
+
"allowedToDefend": 0,
|
|
3342
3344
|
"speed": 28,
|
|
3343
3345
|
"costC2": 53,
|
|
3344
3346
|
"tempServerCostC2": 53,
|
|
@@ -3547,6 +3549,7 @@
|
|
|
3547
3549
|
"group": "Unit",
|
|
3548
3550
|
"name": "Elitetool",
|
|
3549
3551
|
"type": "NomadEliteDefenseRanged",
|
|
3552
|
+
"allowedToDefend": 0,
|
|
3550
3553
|
"speed": 28,
|
|
3551
3554
|
"costC2": 74,
|
|
3552
3555
|
"tempServerCostC2": 74,
|
|
@@ -23622,6 +23625,126 @@
|
|
|
23622
23625
|
"fameAsDef": 4.95,
|
|
23623
23626
|
"fameAsOff": 0.056,
|
|
23624
23627
|
"sortOrder": 15.11
|
|
23628
|
+
},
|
|
23629
|
+
{
|
|
23630
|
+
"wodID": 479,
|
|
23631
|
+
"crossplayID": 479,
|
|
23632
|
+
"comment1": "Oktoberfest Sales 2024",
|
|
23633
|
+
"comment2": "Stein Smasher",
|
|
23634
|
+
"group": "Unit",
|
|
23635
|
+
"name": "Eventunit",
|
|
23636
|
+
"type": "SteinSmasher",
|
|
23637
|
+
"role": "melee",
|
|
23638
|
+
"speed": 34,
|
|
23639
|
+
"healingCostC1": 408,
|
|
23640
|
+
"skipCostC2": 204,
|
|
23641
|
+
"healingTime": 1074,
|
|
23642
|
+
"healingOrder": 20,
|
|
23643
|
+
"reviveAllCostC2": 469,
|
|
23644
|
+
"kingdomTravellingCost": 275,
|
|
23645
|
+
"meadSupply": 2,
|
|
23646
|
+
"meleeAttack": 390,
|
|
23647
|
+
"meleeDefence": 49,
|
|
23648
|
+
"rangeDefence": 18,
|
|
23649
|
+
"mightValue": 11,
|
|
23650
|
+
"lootValue": 63,
|
|
23651
|
+
"kIDs": "0,1,2,3,4",
|
|
23652
|
+
"allowedToTravel": "0+-1#1+-1#2+-1#3+-1#4+-1",
|
|
23653
|
+
"allowedForNpcAttackInKingdom": 0,
|
|
23654
|
+
"fightType": 0,
|
|
23655
|
+
"fameAsDef": 0.52,
|
|
23656
|
+
"fameAsOff": 10.73,
|
|
23657
|
+
"sortOrder": 14.12
|
|
23658
|
+
},
|
|
23659
|
+
{
|
|
23660
|
+
"wodID": 480,
|
|
23661
|
+
"crossplayID": 480,
|
|
23662
|
+
"comment1": "Oktoberfest Sales 2024",
|
|
23663
|
+
"comment2": "Cask Marksmann",
|
|
23664
|
+
"group": "Unit",
|
|
23665
|
+
"name": "Eventunit",
|
|
23666
|
+
"type": "CaskMarksmann",
|
|
23667
|
+
"role": "ranged",
|
|
23668
|
+
"speed": 34,
|
|
23669
|
+
"healingCostC1": 389,
|
|
23670
|
+
"skipCostC2": 195,
|
|
23671
|
+
"healingTime": 1024,
|
|
23672
|
+
"healingOrder": 20,
|
|
23673
|
+
"reviveAllCostC2": 447,
|
|
23674
|
+
"kingdomTravellingCost": 263,
|
|
23675
|
+
"meadSupply": 2,
|
|
23676
|
+
"rangeAttack": 372,
|
|
23677
|
+
"meleeDefence": 34,
|
|
23678
|
+
"rangeDefence": 58,
|
|
23679
|
+
"mightValue": 11,
|
|
23680
|
+
"lootValue": 60,
|
|
23681
|
+
"kIDs": "0,1,2,3,4",
|
|
23682
|
+
"allowedToTravel": "0+-1#1+-1#2+-1#3+-1#4+-1",
|
|
23683
|
+
"allowedForNpcAttackInKingdom": 0,
|
|
23684
|
+
"fightType": 0,
|
|
23685
|
+
"fameAsDef": 0.5,
|
|
23686
|
+
"fameAsOff": 10.23,
|
|
23687
|
+
"sortOrder": 15.12
|
|
23688
|
+
},
|
|
23689
|
+
{
|
|
23690
|
+
"wodID": 481,
|
|
23691
|
+
"crossplayID": 481,
|
|
23692
|
+
"comment1": "Oktoberfest Sales 2024",
|
|
23693
|
+
"comment2": "Pretzel Guardian",
|
|
23694
|
+
"group": "Unit",
|
|
23695
|
+
"name": "Eventunit",
|
|
23696
|
+
"type": "PretzelGuardian",
|
|
23697
|
+
"role": "melee",
|
|
23698
|
+
"speed": 34,
|
|
23699
|
+
"healingCostC1": 401,
|
|
23700
|
+
"skipCostC2": 201,
|
|
23701
|
+
"healingTime": 1056,
|
|
23702
|
+
"healingOrder": 20,
|
|
23703
|
+
"reviveAllCostC2": 461,
|
|
23704
|
+
"kingdomTravellingCost": 271,
|
|
23705
|
+
"meadSupply": 2,
|
|
23706
|
+
"meleeAttack": 41,
|
|
23707
|
+
"meleeDefence": 368,
|
|
23708
|
+
"rangeDefence": 147,
|
|
23709
|
+
"mightValue": 11,
|
|
23710
|
+
"lootValue": 7,
|
|
23711
|
+
"kIDs": "0,1,2,3,4",
|
|
23712
|
+
"allowedToTravel": "0+-1#1+-1#2+-1#3+-1#4+-1",
|
|
23713
|
+
"allowedForNpcAttackInKingdom": 0,
|
|
23714
|
+
"fightType": 1,
|
|
23715
|
+
"fameAsDef": 5.28,
|
|
23716
|
+
"fameAsOff": 0.0576,
|
|
23717
|
+
"sortOrder": 14.11
|
|
23718
|
+
},
|
|
23719
|
+
{
|
|
23720
|
+
"wodID": 482,
|
|
23721
|
+
"crossplayID": 482,
|
|
23722
|
+
"comment1": "Oktoberfest Sales 2024",
|
|
23723
|
+
"comment2": "Bavarian Brewer",
|
|
23724
|
+
"group": "Unit",
|
|
23725
|
+
"name": "Eventunit",
|
|
23726
|
+
"type": "BavarianBrewer",
|
|
23727
|
+
"role": "ranged",
|
|
23728
|
+
"speed": 34,
|
|
23729
|
+
"healingCostC1": 376,
|
|
23730
|
+
"skipCostC2": 188,
|
|
23731
|
+
"healingTime": 1024,
|
|
23732
|
+
"healingOrder": 20,
|
|
23733
|
+
"reviveAllCostC2": 432,
|
|
23734
|
+
"kingdomTravellingCost": 254,
|
|
23735
|
+
"meadSupply": 2,
|
|
23736
|
+
"rangeAttack": 55,
|
|
23737
|
+
"meleeDefence": 138,
|
|
23738
|
+
"rangeDefence": 357,
|
|
23739
|
+
"mightValue": 11,
|
|
23740
|
+
"lootValue": 7,
|
|
23741
|
+
"kIDs": "0,1,2,3,4",
|
|
23742
|
+
"allowedToTravel": "0+-1#1+-1#2+-1#3+-1#4+-1",
|
|
23743
|
+
"allowedForNpcAttackInKingdom": 0,
|
|
23744
|
+
"fightType": 1,
|
|
23745
|
+
"fameAsDef": 4.95,
|
|
23746
|
+
"fameAsOff": 0.056,
|
|
23747
|
+
"sortOrder": 15.11
|
|
23625
23748
|
}
|
|
23626
23749
|
]
|
|
23627
23750
|
}
|
package/data/version.json
CHANGED
package/data/versionInfo.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "
|
|
3
|
-
"date": "
|
|
2
|
+
"version": "718.RC.01",
|
|
3
|
+
"date": "26/09/2024 16:28:12",
|
|
4
4
|
"included": {
|
|
5
|
-
"features": "Live,
|
|
5
|
+
"features": "Live,ShieldWarrior,CappedUnits,LTPEQ4,LeftoversSceatReq,ResearchLevelAlignment"
|
|
6
6
|
}
|
|
7
7
|
}
|
package/data/wodIds.json
CHANGED
|
@@ -1,5 +1,197 @@
|
|
|
1
1
|
{
|
|
2
2
|
"wod": [
|
|
3
|
+
{
|
|
4
|
+
"wodID": 905200,
|
|
5
|
+
"group": "Mapobject",
|
|
6
|
+
"name": "Kingstower",
|
|
7
|
+
"type": "-"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"wodID": 905201,
|
|
11
|
+
"group": "Mapobject",
|
|
12
|
+
"name": "Shadowarea",
|
|
13
|
+
"type": "-"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"wodID": 905202,
|
|
17
|
+
"group": "Mapobject",
|
|
18
|
+
"name": "KingdomCastle",
|
|
19
|
+
"type": "-"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"wodID": 905203,
|
|
23
|
+
"group": "Mapobject",
|
|
24
|
+
"name": "Village",
|
|
25
|
+
"type": "-"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"wodID": 905204,
|
|
29
|
+
"group": "Mapobject",
|
|
30
|
+
"name": "Bossdungeon",
|
|
31
|
+
"type": "-"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"wodID": 905205,
|
|
35
|
+
"group": "Mapobject",
|
|
36
|
+
"name": "Eventdungeon",
|
|
37
|
+
"type": "-"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"wodID": 905206,
|
|
41
|
+
"group": "Mapobject",
|
|
42
|
+
"name": "Metropol",
|
|
43
|
+
"type": "-"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"wodID": 905207,
|
|
47
|
+
"group": "Mapobject",
|
|
48
|
+
"name": "AlienInvasion",
|
|
49
|
+
"type": "-"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"wodID": 905208,
|
|
53
|
+
"group": "Mapobject",
|
|
54
|
+
"name": "SamuraiAlien",
|
|
55
|
+
"type": "-"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"wodID": 905209,
|
|
59
|
+
"group": "Mapobject",
|
|
60
|
+
"name": "TreasureMap",
|
|
61
|
+
"type": "-"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"wodID": 905210,
|
|
65
|
+
"group": "Mapobject",
|
|
66
|
+
"name": "Dummy",
|
|
67
|
+
"type": "-"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"wodID": 905211,
|
|
71
|
+
"group": "Mapobject",
|
|
72
|
+
"name": "FactionCamp",
|
|
73
|
+
"type": "-"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"wodID": 905212,
|
|
77
|
+
"group": "Mapobject",
|
|
78
|
+
"name": "FactionCapital",
|
|
79
|
+
"type": "-"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"wodID": 905213,
|
|
83
|
+
"group": "Mapobject",
|
|
84
|
+
"name": "FactionTower",
|
|
85
|
+
"type": "-"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"wodID": 905214,
|
|
89
|
+
"group": "Mapobject",
|
|
90
|
+
"name": "FactionVillage",
|
|
91
|
+
"type": "-"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"wodID": 905215,
|
|
95
|
+
"group": "Mapobject",
|
|
96
|
+
"name": "ResourceIsle",
|
|
97
|
+
"type": "-"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"wodID": 905216,
|
|
101
|
+
"group": "Mapobject",
|
|
102
|
+
"name": "DungeonIsle",
|
|
103
|
+
"type": "-"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"wodID": 905217,
|
|
107
|
+
"group": "Mapobject",
|
|
108
|
+
"name": "NomadInvasion",
|
|
109
|
+
"type": "-"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"wodID": 905218,
|
|
113
|
+
"group": "Mapobject",
|
|
114
|
+
"name": "Monument",
|
|
115
|
+
"type": "-"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"wodID": 905219,
|
|
119
|
+
"group": "Mapobject",
|
|
120
|
+
"name": "LandMarkPlaceholder",
|
|
121
|
+
"type": "-"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"wodID": 905220,
|
|
125
|
+
"group": "Mapobject",
|
|
126
|
+
"name": "PlaceHolder",
|
|
127
|
+
"type": "-"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"wodID": 905221,
|
|
131
|
+
"group": "Mapobject",
|
|
132
|
+
"name": "NomadKhan",
|
|
133
|
+
"type": "-"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"wodID": 905222,
|
|
137
|
+
"group": "Mapobject",
|
|
138
|
+
"name": "Shapeshifter",
|
|
139
|
+
"type": "-"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"wodID": 905223,
|
|
143
|
+
"group": "Mapobject",
|
|
144
|
+
"name": "SamuraiInvasion",
|
|
145
|
+
"type": "-"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"wodID": 905224,
|
|
149
|
+
"group": "Mapobject",
|
|
150
|
+
"name": "RedAllianceAlienInvasion",
|
|
151
|
+
"type": "-"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"wodID": 905225,
|
|
155
|
+
"group": "Mapobject",
|
|
156
|
+
"name": "DaimyoCastle",
|
|
157
|
+
"type": "-"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"wodID": 905226,
|
|
161
|
+
"group": "Mapobject",
|
|
162
|
+
"name": "DaimyoTownship",
|
|
163
|
+
"type": "-"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"wodID": 905227,
|
|
167
|
+
"group": "Mapobject",
|
|
168
|
+
"name": "ChargeCamp",
|
|
169
|
+
"type": "-"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"wodID": 905228,
|
|
173
|
+
"group": "Mapobject",
|
|
174
|
+
"name": "AllianceTower",
|
|
175
|
+
"type": "-"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"wodID": 905229,
|
|
179
|
+
"group": "Mapobject",
|
|
180
|
+
"name": "ResourceTower",
|
|
181
|
+
"type": "-"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"wodID": 905230,
|
|
185
|
+
"group": "Mapobject",
|
|
186
|
+
"name": "WolfKing",
|
|
187
|
+
"type": "-"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"wodID": 906000,
|
|
191
|
+
"group": "Mapobject",
|
|
192
|
+
"name": "AreaConnection",
|
|
193
|
+
"type": "-"
|
|
194
|
+
},
|
|
3
195
|
{
|
|
4
196
|
"wodID": 900,
|
|
5
197
|
"cossplayID": 900,
|
|
@@ -339,198 +531,6 @@
|
|
|
339
531
|
"block": 0,
|
|
340
532
|
"width": 2,
|
|
341
533
|
"height": 1
|
|
342
|
-
},
|
|
343
|
-
{
|
|
344
|
-
"wodID": 905200,
|
|
345
|
-
"group": "Mapobject",
|
|
346
|
-
"name": "Kingstower",
|
|
347
|
-
"type": "-"
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
"wodID": 905201,
|
|
351
|
-
"group": "Mapobject",
|
|
352
|
-
"name": "Shadowarea",
|
|
353
|
-
"type": "-"
|
|
354
|
-
},
|
|
355
|
-
{
|
|
356
|
-
"wodID": 905202,
|
|
357
|
-
"group": "Mapobject",
|
|
358
|
-
"name": "KingdomCastle",
|
|
359
|
-
"type": "-"
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
"wodID": 905203,
|
|
363
|
-
"group": "Mapobject",
|
|
364
|
-
"name": "Village",
|
|
365
|
-
"type": "-"
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"wodID": 905204,
|
|
369
|
-
"group": "Mapobject",
|
|
370
|
-
"name": "Bossdungeon",
|
|
371
|
-
"type": "-"
|
|
372
|
-
},
|
|
373
|
-
{
|
|
374
|
-
"wodID": 905205,
|
|
375
|
-
"group": "Mapobject",
|
|
376
|
-
"name": "Eventdungeon",
|
|
377
|
-
"type": "-"
|
|
378
|
-
},
|
|
379
|
-
{
|
|
380
|
-
"wodID": 905206,
|
|
381
|
-
"group": "Mapobject",
|
|
382
|
-
"name": "Metropol",
|
|
383
|
-
"type": "-"
|
|
384
|
-
},
|
|
385
|
-
{
|
|
386
|
-
"wodID": 905207,
|
|
387
|
-
"group": "Mapobject",
|
|
388
|
-
"name": "AlienInvasion",
|
|
389
|
-
"type": "-"
|
|
390
|
-
},
|
|
391
|
-
{
|
|
392
|
-
"wodID": 905208,
|
|
393
|
-
"group": "Mapobject",
|
|
394
|
-
"name": "SamuraiAlien",
|
|
395
|
-
"type": "-"
|
|
396
|
-
},
|
|
397
|
-
{
|
|
398
|
-
"wodID": 905209,
|
|
399
|
-
"group": "Mapobject",
|
|
400
|
-
"name": "TreasureMap",
|
|
401
|
-
"type": "-"
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
"wodID": 905210,
|
|
405
|
-
"group": "Mapobject",
|
|
406
|
-
"name": "Dummy",
|
|
407
|
-
"type": "-"
|
|
408
|
-
},
|
|
409
|
-
{
|
|
410
|
-
"wodID": 905211,
|
|
411
|
-
"group": "Mapobject",
|
|
412
|
-
"name": "FactionCamp",
|
|
413
|
-
"type": "-"
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
"wodID": 905212,
|
|
417
|
-
"group": "Mapobject",
|
|
418
|
-
"name": "FactionCapital",
|
|
419
|
-
"type": "-"
|
|
420
|
-
},
|
|
421
|
-
{
|
|
422
|
-
"wodID": 905213,
|
|
423
|
-
"group": "Mapobject",
|
|
424
|
-
"name": "FactionTower",
|
|
425
|
-
"type": "-"
|
|
426
|
-
},
|
|
427
|
-
{
|
|
428
|
-
"wodID": 905214,
|
|
429
|
-
"group": "Mapobject",
|
|
430
|
-
"name": "FactionVillage",
|
|
431
|
-
"type": "-"
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
"wodID": 905215,
|
|
435
|
-
"group": "Mapobject",
|
|
436
|
-
"name": "ResourceIsle",
|
|
437
|
-
"type": "-"
|
|
438
|
-
},
|
|
439
|
-
{
|
|
440
|
-
"wodID": 905216,
|
|
441
|
-
"group": "Mapobject",
|
|
442
|
-
"name": "DungeonIsle",
|
|
443
|
-
"type": "-"
|
|
444
|
-
},
|
|
445
|
-
{
|
|
446
|
-
"wodID": 905217,
|
|
447
|
-
"group": "Mapobject",
|
|
448
|
-
"name": "NomadInvasion",
|
|
449
|
-
"type": "-"
|
|
450
|
-
},
|
|
451
|
-
{
|
|
452
|
-
"wodID": 905218,
|
|
453
|
-
"group": "Mapobject",
|
|
454
|
-
"name": "Monument",
|
|
455
|
-
"type": "-"
|
|
456
|
-
},
|
|
457
|
-
{
|
|
458
|
-
"wodID": 905219,
|
|
459
|
-
"group": "Mapobject",
|
|
460
|
-
"name": "LandMarkPlaceholder",
|
|
461
|
-
"type": "-"
|
|
462
|
-
},
|
|
463
|
-
{
|
|
464
|
-
"wodID": 905220,
|
|
465
|
-
"group": "Mapobject",
|
|
466
|
-
"name": "PlaceHolder",
|
|
467
|
-
"type": "-"
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
"wodID": 905221,
|
|
471
|
-
"group": "Mapobject",
|
|
472
|
-
"name": "NomadKhan",
|
|
473
|
-
"type": "-"
|
|
474
|
-
},
|
|
475
|
-
{
|
|
476
|
-
"wodID": 905222,
|
|
477
|
-
"group": "Mapobject",
|
|
478
|
-
"name": "Shapeshifter",
|
|
479
|
-
"type": "-"
|
|
480
|
-
},
|
|
481
|
-
{
|
|
482
|
-
"wodID": 905223,
|
|
483
|
-
"group": "Mapobject",
|
|
484
|
-
"name": "SamuraiInvasion",
|
|
485
|
-
"type": "-"
|
|
486
|
-
},
|
|
487
|
-
{
|
|
488
|
-
"wodID": 905224,
|
|
489
|
-
"group": "Mapobject",
|
|
490
|
-
"name": "RedAllianceAlienInvasion",
|
|
491
|
-
"type": "-"
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
"wodID": 905225,
|
|
495
|
-
"group": "Mapobject",
|
|
496
|
-
"name": "DaimyoCastle",
|
|
497
|
-
"type": "-"
|
|
498
|
-
},
|
|
499
|
-
{
|
|
500
|
-
"wodID": 905226,
|
|
501
|
-
"group": "Mapobject",
|
|
502
|
-
"name": "DaimyoTownship",
|
|
503
|
-
"type": "-"
|
|
504
|
-
},
|
|
505
|
-
{
|
|
506
|
-
"wodID": 905227,
|
|
507
|
-
"group": "Mapobject",
|
|
508
|
-
"name": "ChargeCamp",
|
|
509
|
-
"type": "-"
|
|
510
|
-
},
|
|
511
|
-
{
|
|
512
|
-
"wodID": 905228,
|
|
513
|
-
"group": "Mapobject",
|
|
514
|
-
"name": "AllianceTower",
|
|
515
|
-
"type": "-"
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
"wodID": 905229,
|
|
519
|
-
"group": "Mapobject",
|
|
520
|
-
"name": "ResourceTower",
|
|
521
|
-
"type": "-"
|
|
522
|
-
},
|
|
523
|
-
{
|
|
524
|
-
"wodID": 905230,
|
|
525
|
-
"group": "Mapobject",
|
|
526
|
-
"name": "WolfKing",
|
|
527
|
-
"type": "-"
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
"wodID": 906000,
|
|
531
|
-
"group": "Mapobject",
|
|
532
|
-
"name": "AreaConnection",
|
|
533
|
-
"type": "-"
|
|
534
534
|
}
|
|
535
535
|
]
|
|
536
536
|
}
|