e4k-data 4.124.89 → 4.125.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.
Files changed (53) hide show
  1. package/data/bosses.json +12 -6
  2. package/data/buildings.json +74 -0
  3. package/data/effects.json +71 -5
  4. package/data/effecttypes.json +56 -0
  5. package/data/equipment_effects.json +14 -0
  6. package/data/equipment_gem_effects.json +28 -0
  7. package/data/equipment_sets.json +168 -0
  8. package/data/equipments.json +186 -260
  9. package/data/gems.json +132 -0
  10. package/data/generals.json +39 -0
  11. package/data/leaguetypeEvents.json +2 -2
  12. package/data/lootBoxTombolas.json +336 -0
  13. package/data/lootBoxes.json +33 -0
  14. package/data/lords.json +6 -0
  15. package/data/maps.json +117 -58
  16. package/data/packages.json +246 -12
  17. package/data/raidBossLevels.json +150 -6
  18. package/data/raidBossStages.json +1187 -125
  19. package/data/raidBosses.json +16 -7
  20. package/data/rewards.json +359 -179
  21. package/data/surroundings.json +0 -14
  22. package/data/units.json +612 -95
  23. package/data/version.json +1 -1
  24. package/data/versionInfo.json +3 -3
  25. package/images/x768.json +832 -112
  26. package/languages/cs.json +197 -17
  27. package/languages/da.json +197 -17
  28. package/languages/de.json +197 -17
  29. package/languages/el.json +198 -18
  30. package/languages/en.json +197 -15
  31. package/languages/es.json +197 -17
  32. package/languages/fi.json +197 -17
  33. package/languages/fr.json +197 -17
  34. package/languages/hu.json +197 -17
  35. package/languages/it.json +197 -17
  36. package/languages/ja.json +197 -17
  37. package/languages/ko.json +197 -17
  38. package/languages/nl.json +197 -17
  39. package/languages/no.json +197 -17
  40. package/languages/pl.json +197 -17
  41. package/languages/pt.json +197 -17
  42. package/languages/ro.json +197 -17
  43. package/languages/ru.json +197 -17
  44. package/languages/sk.json +197 -17
  45. package/languages/sv.json +197 -17
  46. package/languages/tr.json +197 -17
  47. package/languages/zh_CN.json +197 -17
  48. package/languages/zh_TW.json +197 -17
  49. package/package.json +1 -1
  50. package/typings/data.d.ts +6 -13
  51. package/typings/images.d.ts +54 -6
  52. package/typings/languages.d.ts +186 -4
  53. package/data/inviterewardsteps.json +0 -228
@@ -4,11 +4,11 @@
4
4
  "raidBossStageID": 1,
5
5
  "raidBossLevelID": 1,
6
6
  "health": 100,
7
- "defenderBattleEffects": "445&300,446&300,509&1000,510&1000,501&0",
7
+ "defenderBattleEffects": "445&500,446&500,509&600,510&600,501&0",
8
8
  "attackerBattleEffects": "432&-30",
9
- "attackerPostBattleEffects": "434&5,435&5,436&5,437&5,438&5",
9
+ "attackerPostBattleEffects": "434&5,435&5,436&2.5,437&2.5,438&5",
10
10
  "leftWallUnits": "506+500#505+400",
11
- "frontWallUnits": "506+1200#505+800",
11
+ "frontWallUnits": "506+800#505+550",
12
12
  "rightWallUnits": "506+400#505+500",
13
13
  "courtyardPointFactor": 1000,
14
14
  "wallPointFactor": 100,
@@ -20,11 +20,11 @@
20
20
  "raidBossLevelID": 1,
21
21
  "health": 83,
22
22
  "defenderStageEffects": "444&1",
23
- "defenderBattleEffects": "445&300,446&300,509&1000,510&1000,501&0",
23
+ "defenderBattleEffects": "445&600,446&600,509&700,510&700,501&0",
24
24
  "attackerBattleEffects": "432&-30",
25
- "attackerPostBattleEffects": "434&5,435&5,436&5,437&5,438&5",
25
+ "attackerPostBattleEffects": "434&5,435&5,436&2.5,437&2.5,438&5",
26
26
  "leftWallUnits": "506+500#505+400",
27
- "frontWallUnits": "506+1200#505+800",
27
+ "frontWallUnits": "506+850#505+600",
28
28
  "rightWallUnits": "506+400#505+500",
29
29
  "courtyardPointFactor": 1000,
30
30
  "wallPointFactor": 100,
@@ -36,11 +36,11 @@
36
36
  "raidBossLevelID": 1,
37
37
  "health": 67,
38
38
  "defenderStageEffects": "444&1",
39
- "defenderBattleEffects": "445&300,446&300,509&1000,510&1000,501&0",
39
+ "defenderBattleEffects": "445&700,446&700,509&800,510&800,501&0",
40
40
  "attackerBattleEffects": "432&-30",
41
- "attackerPostBattleEffects": "434&5,435&5,436&5,437&5,438&5",
41
+ "attackerPostBattleEffects": "434&5,435&5,436&2.5,437&2.5,438&5",
42
42
  "leftWallUnits": "506+500#505+400",
43
- "frontWallUnits": "506+1200#505+800",
43
+ "frontWallUnits": "506+900#505+650",
44
44
  "rightWallUnits": "506+400#505+500",
45
45
  "courtyardPointFactor": 1000,
46
46
  "wallPointFactor": 100,
@@ -51,11 +51,11 @@
51
51
  "raidBossStageID": 4,
52
52
  "raidBossLevelID": 1,
53
53
  "health": 50,
54
- "defenderBattleEffects": "445&1500,446&1500,509&1000,510&1000,501&0",
54
+ "defenderBattleEffects": "445&800,446&800,509&900,510&900,501&0",
55
55
  "attackerBattleEffects": "432&-30",
56
- "attackerPostBattleEffects": "434&5,435&5,436&5,437&5,438&5",
56
+ "attackerPostBattleEffects": "434&5,435&5,436&2.5,437&2.5,438&5",
57
57
  "leftWallUnits": "506+500#505+400",
58
- "frontWallUnits": "506+1200#505+800",
58
+ "frontWallUnits": "506+1000#505+700",
59
59
  "rightWallUnits": "506+400#505+500",
60
60
  "courtyardPointFactor": 1000,
61
61
  "wallPointFactor": 100,
@@ -67,11 +67,11 @@
67
67
  "raidBossLevelID": 1,
68
68
  "health": 33,
69
69
  "defenderStageEffects": "444&1",
70
- "defenderBattleEffects": "445&1500,446&1500,509&1000,510&1000,501&0",
70
+ "defenderBattleEffects": "445&900,446&900,509&1000,510&1000,501&0",
71
71
  "attackerBattleEffects": "433&-30",
72
- "attackerPostBattleEffects": "434&5,435&5,436&5,437&5,438&5",
72
+ "attackerPostBattleEffects": "434&5,435&5,436&2.5,437&2.5,438&5",
73
73
  "leftWallUnits": "506+500#505+400",
74
- "frontWallUnits": "506+1200#505+800",
74
+ "frontWallUnits": "506+1100#505+750",
75
75
  "rightWallUnits": "506+400#505+500",
76
76
  "courtyardPointFactor": 1000,
77
77
  "wallPointFactor": 100,
@@ -83,9 +83,9 @@
83
83
  "raidBossLevelID": 1,
84
84
  "health": 17,
85
85
  "defenderStageEffects": "444&1",
86
- "defenderBattleEffects": "445&1500,446&1500,509&1000,510&1000,501&0",
86
+ "defenderBattleEffects": "445&1000,446&1000,509&1100,510&1100,501&0",
87
87
  "attackerBattleEffects": "433&-30",
88
- "attackerPostBattleEffects": "434&5,435&5,436&5,437&5,438&5",
88
+ "attackerPostBattleEffects": "434&5,435&5,436&2.5,437&2.5,438&5",
89
89
  "leftWallUnits": "506+500#505+400",
90
90
  "frontWallUnits": "506+1200#505+800",
91
91
  "rightWallUnits": "506+400#505+500",
@@ -98,9 +98,9 @@
98
98
  "raidBossStageID": 7,
99
99
  "raidBossLevelID": 2,
100
100
  "health": 100,
101
- "defenderBattleEffects": "445&2200,446&2200,509&2000,510&2000,501&0",
101
+ "defenderBattleEffects": "445&2200,446&2200,509&1600,510&1600,501&0",
102
102
  "attackerBattleEffects": "432&-30",
103
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
103
+ "attackerPostBattleEffects": "434&10,435&10,436&5,437&5,438&10",
104
104
  "leftWallUnits": "506+600#505+500",
105
105
  "frontWallUnits": "506+1600#505+1200",
106
106
  "rightWallUnits": "506+500#505+600",
@@ -114,9 +114,9 @@
114
114
  "raidBossLevelID": 2,
115
115
  "health": 83,
116
116
  "defenderStageEffects": "444&1",
117
- "defenderBattleEffects": "445&2200,446&2200,509&2000,510&2000,501&0",
117
+ "defenderBattleEffects": "445&2200,446&2200,509&1600,510&1600,501&0",
118
118
  "attackerBattleEffects": "432&-30",
119
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
119
+ "attackerPostBattleEffects": "434&10,435&10,436&5,437&5,438&10",
120
120
  "leftWallUnits": "506+600#505+500",
121
121
  "frontWallUnits": "506+1600#505+1200",
122
122
  "rightWallUnits": "506+500#505+600",
@@ -130,9 +130,9 @@
130
130
  "raidBossLevelID": 2,
131
131
  "health": 67,
132
132
  "defenderStageEffects": "444&1",
133
- "defenderBattleEffects": "445&2200,446&2200,509&2000,510&2000,501&0",
133
+ "defenderBattleEffects": "445&2200,446&2200,509&1600,510&1600,501&0",
134
134
  "attackerBattleEffects": "432&-30",
135
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
135
+ "attackerPostBattleEffects": "434&10,435&10,436&5,437&5,438&10",
136
136
  "leftWallUnits": "506+600#505+500",
137
137
  "frontWallUnits": "506+1600#505+1200",
138
138
  "rightWallUnits": "506+500#505+600",
@@ -145,9 +145,9 @@
145
145
  "raidBossStageID": 10,
146
146
  "raidBossLevelID": 2,
147
147
  "health": 50,
148
- "defenderBattleEffects": "445&2200,446&2200,509&2000,510&2000,501&0",
148
+ "defenderBattleEffects": "445&2200,446&2200,509&1600,510&1600,501&0",
149
149
  "attackerBattleEffects": "432&-30",
150
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
150
+ "attackerPostBattleEffects": "434&10,435&10,436&5,437&5,438&10",
151
151
  "leftWallUnits": "506+600#505+500",
152
152
  "frontWallUnits": "506+1600#505+1200",
153
153
  "rightWallUnits": "506+500#505+600",
@@ -161,9 +161,9 @@
161
161
  "raidBossLevelID": 2,
162
162
  "health": 33,
163
163
  "defenderStageEffects": "444&1",
164
- "defenderBattleEffects": "445&2200,446&2200,509&2000,510&2000,501&0",
164
+ "defenderBattleEffects": "445&2200,446&2200,509&1600,510&1600,501&0",
165
165
  "attackerBattleEffects": "433&-30",
166
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
166
+ "attackerPostBattleEffects": "434&10,435&10,436&5,437&5,438&10",
167
167
  "leftWallUnits": "506+600#505+500",
168
168
  "frontWallUnits": "506+1600#505+1200",
169
169
  "rightWallUnits": "506+500#505+600",
@@ -177,9 +177,9 @@
177
177
  "raidBossLevelID": 2,
178
178
  "health": 17,
179
179
  "defenderStageEffects": "444&1",
180
- "defenderBattleEffects": "445&2200,446&2200,509&2000,510&2000,501&0",
180
+ "defenderBattleEffects": "445&2200,446&2200,509&1600,510&1600,501&0",
181
181
  "attackerBattleEffects": "433&-30",
182
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
182
+ "attackerPostBattleEffects": "434&10,435&10,436&5,437&5,438&10",
183
183
  "leftWallUnits": "506+600#505+500",
184
184
  "frontWallUnits": "506+1600#505+1200",
185
185
  "rightWallUnits": "506+500#505+600",
@@ -192,9 +192,9 @@
192
192
  "raidBossStageID": 13,
193
193
  "raidBossLevelID": 3,
194
194
  "health": 100,
195
- "defenderBattleEffects": "445&2500,446&2500,509&3000,510&3000,501&0",
195
+ "defenderBattleEffects": "445&2500,446&2500,509&2600,510&2600,501&0",
196
196
  "attackerBattleEffects": "432&-30",
197
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
197
+ "attackerPostBattleEffects": "434&10,435&10,436&5,437&5,438&10",
198
198
  "leftWallUnits": "506+1600#505+1000",
199
199
  "frontWallUnits": "506+5000#505+4000",
200
200
  "rightWallUnits": "506+1000#505+1600",
@@ -208,9 +208,9 @@
208
208
  "raidBossLevelID": 3,
209
209
  "health": 83,
210
210
  "defenderStageEffects": "444&1",
211
- "defenderBattleEffects": "445&2500,446&2500,509&3000,510&3000,501&0",
211
+ "defenderBattleEffects": "445&2500,446&2500,509&2600,510&2600,501&0",
212
212
  "attackerBattleEffects": "432&-30",
213
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
213
+ "attackerPostBattleEffects": "434&10,435&10,436&5,437&5,438&10",
214
214
  "leftWallUnits": "506+1600#505+1000",
215
215
  "frontWallUnits": "506+5000#505+4000",
216
216
  "rightWallUnits": "506+1000#505+1600",
@@ -224,9 +224,9 @@
224
224
  "raidBossLevelID": 3,
225
225
  "health": 67,
226
226
  "defenderStageEffects": "444&1",
227
- "defenderBattleEffects": "445&2500,446&2500,509&3000,510&3000,501&0",
227
+ "defenderBattleEffects": "445&2500,446&2500,509&2600,510&2600,501&0",
228
228
  "attackerBattleEffects": "432&-30",
229
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
229
+ "attackerPostBattleEffects": "434&10,435&10,436&5,437&5,438&10",
230
230
  "leftWallUnits": "506+1600#505+1000",
231
231
  "frontWallUnits": "506+5000#505+4000",
232
232
  "rightWallUnits": "506+1000#505+1600",
@@ -239,9 +239,9 @@
239
239
  "raidBossStageID": 16,
240
240
  "raidBossLevelID": 3,
241
241
  "health": 50,
242
- "defenderBattleEffects": "445&2500,446&2500,509&3000,510&3000,501&0",
242
+ "defenderBattleEffects": "445&2500,446&2500,509&2600,510&2600,501&0",
243
243
  "attackerBattleEffects": "432&-30",
244
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
244
+ "attackerPostBattleEffects": "434&10,435&10,436&5,437&5,438&10",
245
245
  "leftWallUnits": "506+1600#505+1000",
246
246
  "frontWallUnits": "506+5000#505+4000",
247
247
  "rightWallUnits": "506+1000#505+1600",
@@ -255,9 +255,9 @@
255
255
  "raidBossLevelID": 3,
256
256
  "health": 33,
257
257
  "defenderStageEffects": "444&1",
258
- "defenderBattleEffects": "445&2500,446&2500,509&3000,510&3000,501&0",
258
+ "defenderBattleEffects": "445&2500,446&2500,509&2600,510&2600,501&0",
259
259
  "attackerBattleEffects": "433&-30",
260
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
260
+ "attackerPostBattleEffects": "434&10,435&10,436&5,437&5,438&10",
261
261
  "leftWallUnits": "506+1600#505+1000",
262
262
  "frontWallUnits": "506+5000#505+4000",
263
263
  "rightWallUnits": "506+1000#505+1600",
@@ -271,9 +271,9 @@
271
271
  "raidBossLevelID": 3,
272
272
  "health": 17,
273
273
  "defenderStageEffects": "444&1",
274
- "defenderBattleEffects": "445&2500,446&2500,509&3000,510&3000,501&0",
274
+ "defenderBattleEffects": "445&2500,446&2500,509&2600,510&2600,501&0",
275
275
  "attackerBattleEffects": "433&-30",
276
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
276
+ "attackerPostBattleEffects": "434&10,435&10,436&5,437&5,438&10",
277
277
  "leftWallUnits": "506+1600#505+1000",
278
278
  "frontWallUnits": "506+5000#505+4000",
279
279
  "rightWallUnits": "506+1000#505+1600",
@@ -286,9 +286,9 @@
286
286
  "raidBossStageID": 19,
287
287
  "raidBossLevelID": 4,
288
288
  "health": 100,
289
- "defenderBattleEffects": "445&4000,446&4000,509&3500,510&3500,501&0",
289
+ "defenderBattleEffects": "445&4000,446&4000,509&3600,510&3600,501&0",
290
290
  "attackerBattleEffects": "432&-40",
291
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
291
+ "attackerPostBattleEffects": "434&25,435&15,436&10,437&10,438&15",
292
292
  "leftWallUnits": "506+4500#505+2500",
293
293
  "frontWallUnits": "506+12000#505+10500",
294
294
  "rightWallUnits": "506+2500#505+4500",
@@ -302,9 +302,9 @@
302
302
  "raidBossLevelID": 4,
303
303
  "health": 83,
304
304
  "defenderStageEffects": "444&1",
305
- "defenderBattleEffects": "445&4000,446&4000,509&3500,510&3500,501&0",
305
+ "defenderBattleEffects": "445&4000,446&4000,509&3600,510&3600,501&0",
306
306
  "attackerBattleEffects": "432&-40",
307
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
307
+ "attackerPostBattleEffects": "434&25,435&15,436&10,437&10,438&15",
308
308
  "leftWallUnits": "506+4500#505+2500",
309
309
  "frontWallUnits": "506+12000#505+10500",
310
310
  "rightWallUnits": "506+2500#505+4500",
@@ -318,9 +318,9 @@
318
318
  "raidBossLevelID": 4,
319
319
  "health": 67,
320
320
  "defenderStageEffects": "444&1",
321
- "defenderBattleEffects": "445&4000,446&4000,509&3500,510&3500,501&0",
321
+ "defenderBattleEffects": "445&4000,446&4000,509&3600,510&3600,501&0",
322
322
  "attackerBattleEffects": "432&-40",
323
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
323
+ "attackerPostBattleEffects": "434&25,435&15,436&10,437&10,438&15",
324
324
  "leftWallUnits": "506+4500#505+2500",
325
325
  "frontWallUnits": "506+12000#505+10500",
326
326
  "rightWallUnits": "506+2500#505+4500",
@@ -333,9 +333,9 @@
333
333
  "raidBossStageID": 22,
334
334
  "raidBossLevelID": 4,
335
335
  "health": 50,
336
- "defenderBattleEffects": "445&4000,446&4000,509&3500,510&3500,501&0",
336
+ "defenderBattleEffects": "445&4000,446&4000,509&3600,510&3600,501&0",
337
337
  "attackerBattleEffects": "432&-40",
338
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
338
+ "attackerPostBattleEffects": "434&25,435&15,436&10,437&10,438&15",
339
339
  "leftWallUnits": "506+4500#505+2500",
340
340
  "frontWallUnits": "506+12000#505+10500",
341
341
  "rightWallUnits": "506+2500#505+4500",
@@ -349,9 +349,9 @@
349
349
  "raidBossLevelID": 4,
350
350
  "health": 33,
351
351
  "defenderStageEffects": "444&1",
352
- "defenderBattleEffects": "445&4000,446&4000,509&3500,510&3500,501&0",
352
+ "defenderBattleEffects": "445&4000,446&4000,509&3600,510&3600,501&0",
353
353
  "attackerBattleEffects": "433&-40",
354
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
354
+ "attackerPostBattleEffects": "434&25,435&15,436&10,437&10,438&15",
355
355
  "leftWallUnits": "506+4500#505+2500",
356
356
  "frontWallUnits": "506+12000#505+10500",
357
357
  "rightWallUnits": "506+2500#505+4500",
@@ -365,9 +365,9 @@
365
365
  "raidBossLevelID": 4,
366
366
  "health": 17,
367
367
  "defenderStageEffects": "444&1",
368
- "defenderBattleEffects": "445&4000,446&4000,509&3500,510&3500,501&0",
368
+ "defenderBattleEffects": "445&4000,446&4000,509&3600,510&3600,501&0",
369
369
  "attackerBattleEffects": "433&-40",
370
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
370
+ "attackerPostBattleEffects": "434&25,435&15,436&10,437&10,438&15",
371
371
  "leftWallUnits": "506+4500#505+2500",
372
372
  "frontWallUnits": "506+12000#505+10500",
373
373
  "rightWallUnits": "506+2500#505+4500",
@@ -380,9 +380,9 @@
380
380
  "raidBossStageID": 25,
381
381
  "raidBossLevelID": 5,
382
382
  "health": 100,
383
- "defenderBattleEffects": "445&5000,446&5000,509&4000,510&4000,501&20",
383
+ "defenderBattleEffects": "445&5000,446&5000,509&4100,510&4100,501&20",
384
384
  "attackerBattleEffects": "432&-40",
385
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
385
+ "attackerPostBattleEffects": "434&25,435&15,436&10,437&10,438&15",
386
386
  "leftWallUnits": "506+5500#505+3000",
387
387
  "frontWallUnits": "506+13500#505+12500",
388
388
  "rightWallUnits": "506+3000#505+5500",
@@ -396,9 +396,9 @@
396
396
  "raidBossLevelID": 5,
397
397
  "health": 83,
398
398
  "defenderStageEffects": "444&1",
399
- "defenderBattleEffects": "445&5000,446&5000,509&4000,510&4000,501&20",
399
+ "defenderBattleEffects": "445&5000,446&5000,509&4100,510&4100,501&20",
400
400
  "attackerBattleEffects": "432&-40",
401
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
401
+ "attackerPostBattleEffects": "434&25,435&15,436&10,437&10,438&15",
402
402
  "leftWallUnits": "506+5500#505+3000",
403
403
  "frontWallUnits": "506+13500#505+12500",
404
404
  "rightWallUnits": "506+3000#505+5500",
@@ -412,9 +412,9 @@
412
412
  "raidBossLevelID": 5,
413
413
  "health": 67,
414
414
  "defenderStageEffects": "444&1",
415
- "defenderBattleEffects": "445&5000,446&5000,509&4000,510&4000,501&20",
415
+ "defenderBattleEffects": "445&5000,446&5000,509&4100,510&4100,501&20",
416
416
  "attackerBattleEffects": "432&-40",
417
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
417
+ "attackerPostBattleEffects": "434&25,435&15,436&10,437&10,438&15",
418
418
  "leftWallUnits": "506+5500#505+3000",
419
419
  "frontWallUnits": "506+13500#505+12500",
420
420
  "rightWallUnits": "506+3000#505+5500",
@@ -427,9 +427,9 @@
427
427
  "raidBossStageID": 28,
428
428
  "raidBossLevelID": 5,
429
429
  "health": 50,
430
- "defenderBattleEffects": "445&5000,446&5000,509&4000,510&4000,501&20",
430
+ "defenderBattleEffects": "445&5000,446&5000,509&4100,510&4100,501&20",
431
431
  "attackerBattleEffects": "432&-40",
432
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
432
+ "attackerPostBattleEffects": "434&25,435&15,436&10,437&10,438&15",
433
433
  "leftWallUnits": "506+5500#505+3000",
434
434
  "frontWallUnits": "506+13500#505+12500",
435
435
  "rightWallUnits": "506+3000#505+5500",
@@ -443,9 +443,9 @@
443
443
  "raidBossLevelID": 5,
444
444
  "health": 33,
445
445
  "defenderStageEffects": "444&1",
446
- "defenderBattleEffects": "445&5000,446&5000,509&4000,510&4000,501&20",
446
+ "defenderBattleEffects": "445&5000,446&5000,509&4100,510&4100,501&20",
447
447
  "attackerBattleEffects": "433&-40",
448
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
448
+ "attackerPostBattleEffects": "434&25,435&15,436&10,437&10,438&15",
449
449
  "leftWallUnits": "506+5500#505+3000",
450
450
  "frontWallUnits": "506+13500#505+12500",
451
451
  "rightWallUnits": "506+3000#505+5500",
@@ -459,9 +459,9 @@
459
459
  "raidBossLevelID": 5,
460
460
  "health": 17,
461
461
  "defenderStageEffects": "444&1",
462
- "defenderBattleEffects": "445&5000,446&5000,509&4000,510&4000,501&20",
462
+ "defenderBattleEffects": "445&5000,446&5000,509&4100,510&4100,501&20",
463
463
  "attackerBattleEffects": "433&-40",
464
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
464
+ "attackerPostBattleEffects": "434&25,435&15,436&10,437&10,438&15",
465
465
  "leftWallUnits": "506+5500#505+3000",
466
466
  "frontWallUnits": "506+13500#505+12500",
467
467
  "rightWallUnits": "506+3000#505+5500",
@@ -474,9 +474,9 @@
474
474
  "raidBossStageID": 31,
475
475
  "raidBossLevelID": 6,
476
476
  "health": 100,
477
- "defenderBattleEffects": "445&6500,446&6500,509&5000,510&5000,501&40",
477
+ "defenderBattleEffects": "445&6500,446&6500,509&5100,510&5100,501&40",
478
478
  "attackerBattleEffects": "432&-40",
479
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
479
+ "attackerPostBattleEffects": "434&25,435&15,436&10,437&10,438&15",
480
480
  "leftWallUnits": "506+6000#505+3750",
481
481
  "frontWallUnits": "506+15500#505+14000",
482
482
  "rightWallUnits": "506+3750#505+6000",
@@ -490,9 +490,9 @@
490
490
  "raidBossLevelID": 6,
491
491
  "health": 83,
492
492
  "defenderStageEffects": "444&1",
493
- "defenderBattleEffects": "445&6500,446&6500,509&5000,510&5000,501&40",
493
+ "defenderBattleEffects": "445&6500,446&6500,509&5100,510&5100,501&40",
494
494
  "attackerBattleEffects": "432&-40",
495
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
495
+ "attackerPostBattleEffects": "434&25,435&15,436&10,437&10,438&15",
496
496
  "leftWallUnits": "506+6000#505+3750",
497
497
  "frontWallUnits": "506+15500#505+14000",
498
498
  "rightWallUnits": "506+3750#505+6000",
@@ -506,9 +506,9 @@
506
506
  "raidBossLevelID": 6,
507
507
  "health": 67,
508
508
  "defenderStageEffects": "444&1",
509
- "defenderBattleEffects": "445&6500,446&6500,509&5000,510&5000,501&40",
509
+ "defenderBattleEffects": "445&6500,446&6500,509&5100,510&5100,501&40",
510
510
  "attackerBattleEffects": "432&-40",
511
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
511
+ "attackerPostBattleEffects": "434&25,435&15,436&10,437&10,438&15",
512
512
  "leftWallUnits": "506+6000#505+3750",
513
513
  "frontWallUnits": "506+15500#505+14000",
514
514
  "rightWallUnits": "506+3750#505+6000",
@@ -521,9 +521,9 @@
521
521
  "raidBossStageID": 34,
522
522
  "raidBossLevelID": 6,
523
523
  "health": 50,
524
- "defenderBattleEffects": "445&6500,446&6500,509&5000,510&5000,501&40",
524
+ "defenderBattleEffects": "445&6500,446&6500,509&5100,510&5100,501&40",
525
525
  "attackerBattleEffects": "432&-40",
526
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
526
+ "attackerPostBattleEffects": "434&25,435&15,436&10,437&10,438&15",
527
527
  "leftWallUnits": "506+6000#505+3750",
528
528
  "frontWallUnits": "506+15500#505+14000",
529
529
  "rightWallUnits": "506+3750#505+6000",
@@ -537,9 +537,9 @@
537
537
  "raidBossLevelID": 6,
538
538
  "health": 33,
539
539
  "defenderStageEffects": "444&1",
540
- "defenderBattleEffects": "445&6500,446&6500,509&5000,510&5000,501&40",
540
+ "defenderBattleEffects": "445&6500,446&6500,509&5100,510&5100,501&40",
541
541
  "attackerBattleEffects": "433&-40",
542
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
542
+ "attackerPostBattleEffects": "434&25,435&15,436&10,437&10,438&15",
543
543
  "leftWallUnits": "506+6000#505+3750",
544
544
  "frontWallUnits": "506+15500#505+14000",
545
545
  "rightWallUnits": "506+3750#505+6000",
@@ -553,9 +553,9 @@
553
553
  "raidBossLevelID": 6,
554
554
  "health": 17,
555
555
  "defenderStageEffects": "444&1",
556
- "defenderBattleEffects": "445&6500,446&6500,509&5000,510&5000,501&40",
556
+ "defenderBattleEffects": "445&6500,446&6500,509&5100,510&5100,501&40",
557
557
  "attackerBattleEffects": "433&-40",
558
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
558
+ "attackerPostBattleEffects": "434&25,435&15,436&10,437&10,438&15",
559
559
  "leftWallUnits": "506+6000#505+3750",
560
560
  "frontWallUnits": "506+15500#505+14000",
561
561
  "rightWallUnits": "506+3750#505+6000",
@@ -568,9 +568,9 @@
568
568
  "raidBossStageID": 37,
569
569
  "raidBossLevelID": 7,
570
570
  "health": 100,
571
- "defenderBattleEffects": "445&6800,446&6800,509&6000,510&6000,501&60",
571
+ "defenderBattleEffects": "445&6800,446&6800,509&6100,510&6100,501&60",
572
572
  "attackerBattleEffects": "432&-50",
573
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
573
+ "attackerPostBattleEffects": "434&50,435&20,436&15,437&15,438&30",
574
574
  "leftWallUnits": "506+6700#505+4100",
575
575
  "frontWallUnits": "506+18000#505+15000",
576
576
  "rightWallUnits": "506+4100#505+6700",
@@ -584,9 +584,9 @@
584
584
  "raidBossLevelID": 7,
585
585
  "health": 83,
586
586
  "defenderStageEffects": "444&1",
587
- "defenderBattleEffects": "445&6800,446&6800,509&6000,510&6000,501&60",
587
+ "defenderBattleEffects": "445&6800,446&6800,509&6100,510&6100,501&60",
588
588
  "attackerBattleEffects": "432&-50",
589
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
589
+ "attackerPostBattleEffects": "434&50,435&20,436&15,437&15,438&30",
590
590
  "leftWallUnits": "506+6700#505+4100",
591
591
  "frontWallUnits": "506+18000#505+15000",
592
592
  "rightWallUnits": "506+4100#505+6700",
@@ -600,9 +600,9 @@
600
600
  "raidBossLevelID": 7,
601
601
  "health": 67,
602
602
  "defenderStageEffects": "444&1",
603
- "defenderBattleEffects": "445&6800,446&6800,509&6000,510&6000,501&60",
603
+ "defenderBattleEffects": "445&6800,446&6800,509&6100,510&6100,501&60",
604
604
  "attackerBattleEffects": "432&-50",
605
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
605
+ "attackerPostBattleEffects": "434&50,435&20,436&15,437&15,438&30",
606
606
  "leftWallUnits": "506+6700#505+4100",
607
607
  "frontWallUnits": "506+18000#505+15000",
608
608
  "rightWallUnits": "506+4100#505+6700",
@@ -615,9 +615,9 @@
615
615
  "raidBossStageID": 40,
616
616
  "raidBossLevelID": 7,
617
617
  "health": 50,
618
- "defenderBattleEffects": "445&6800,446&6800,509&6000,510&6000,501&60",
618
+ "defenderBattleEffects": "445&6800,446&6800,509&6100,510&6100,501&60",
619
619
  "attackerBattleEffects": "432&-50",
620
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
620
+ "attackerPostBattleEffects": "434&50,435&20,436&15,437&15,438&30",
621
621
  "leftWallUnits": "506+6700#505+4100",
622
622
  "frontWallUnits": "506+18000#505+15000",
623
623
  "rightWallUnits": "506+4100#505+6700",
@@ -631,9 +631,9 @@
631
631
  "raidBossLevelID": 7,
632
632
  "health": 33,
633
633
  "defenderStageEffects": "444&1",
634
- "defenderBattleEffects": "445&6800,446&6800,509&6000,510&6000,501&60",
634
+ "defenderBattleEffects": "445&6800,446&6800,509&6100,510&6100,501&60",
635
635
  "attackerBattleEffects": "433&-50",
636
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
636
+ "attackerPostBattleEffects": "434&50,435&20,436&15,437&15,438&30",
637
637
  "leftWallUnits": "506+6700#505+4100",
638
638
  "frontWallUnits": "506+18000#505+15000",
639
639
  "rightWallUnits": "506+4100#505+6700",
@@ -647,9 +647,9 @@
647
647
  "raidBossLevelID": 7,
648
648
  "health": 17,
649
649
  "defenderStageEffects": "444&1",
650
- "defenderBattleEffects": "445&6800,446&6800,509&6000,510&6000,501&60",
650
+ "defenderBattleEffects": "445&6800,446&6800,509&6100,510&6100,501&60",
651
651
  "attackerBattleEffects": "433&-50",
652
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
652
+ "attackerPostBattleEffects": "434&50,435&20,436&15,437&15,438&30",
653
653
  "leftWallUnits": "506+6700#505+4100",
654
654
  "frontWallUnits": "506+18000#505+15000",
655
655
  "rightWallUnits": "506+4100#505+6700",
@@ -662,9 +662,9 @@
662
662
  "raidBossStageID": 43,
663
663
  "raidBossLevelID": 8,
664
664
  "health": 100,
665
- "defenderBattleEffects": "445&7500,446&7500,509&7000,510&7000,501&80",
665
+ "defenderBattleEffects": "445&7500,446&7500,509&7100,510&7100,501&80",
666
666
  "attackerBattleEffects": "432&-50",
667
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
667
+ "attackerPostBattleEffects": "434&50,435&20,436&15,437&15,438&30",
668
668
  "leftWallUnits": "506+7000#505+4300",
669
669
  "frontWallUnits": "506+19000#505+15700",
670
670
  "rightWallUnits": "506+4300#505+7000",
@@ -678,9 +678,9 @@
678
678
  "raidBossLevelID": 8,
679
679
  "health": 83,
680
680
  "defenderStageEffects": "444&1",
681
- "defenderBattleEffects": "445&7500,446&7500,509&7000,510&7000,501&80",
681
+ "defenderBattleEffects": "445&7500,446&7500,509&7100,510&7100,501&80",
682
682
  "attackerBattleEffects": "432&-50",
683
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
683
+ "attackerPostBattleEffects": "434&50,435&20,436&15,437&15,438&30",
684
684
  "leftWallUnits": "506+7000#505+4300",
685
685
  "frontWallUnits": "506+19000#505+15700",
686
686
  "rightWallUnits": "506+4300#505+7000",
@@ -694,9 +694,9 @@
694
694
  "raidBossLevelID": 8,
695
695
  "health": 67,
696
696
  "defenderStageEffects": "444&1",
697
- "defenderBattleEffects": "445&7500,446&7500,509&7000,510&7000,501&80",
697
+ "defenderBattleEffects": "445&7500,446&7500,509&7100,510&7100,501&80",
698
698
  "attackerBattleEffects": "432&-50",
699
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
699
+ "attackerPostBattleEffects": "434&50,435&20,436&15,437&15,438&30",
700
700
  "leftWallUnits": "506+7000#505+4300",
701
701
  "frontWallUnits": "506+19000#505+15700",
702
702
  "rightWallUnits": "506+4300#505+7000",
@@ -709,9 +709,9 @@
709
709
  "raidBossStageID": 46,
710
710
  "raidBossLevelID": 8,
711
711
  "health": 50,
712
- "defenderBattleEffects": "445&7500,446&7500,509&7000,510&7000,501&80",
712
+ "defenderBattleEffects": "445&7500,446&7500,509&7100,510&7100,501&80",
713
713
  "attackerBattleEffects": "432&-50",
714
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
714
+ "attackerPostBattleEffects": "434&50,435&20,436&15,437&15,438&30",
715
715
  "leftWallUnits": "506+7000#505+4300",
716
716
  "frontWallUnits": "506+19000#505+15700",
717
717
  "rightWallUnits": "506+4300#505+7000",
@@ -725,9 +725,9 @@
725
725
  "raidBossLevelID": 8,
726
726
  "health": 33,
727
727
  "defenderStageEffects": "444&1",
728
- "defenderBattleEffects": "445&7500,446&7500,509&7000,510&7000,501&80",
728
+ "defenderBattleEffects": "445&7500,446&7500,509&7100,510&7100,501&80",
729
729
  "attackerBattleEffects": "433&-50",
730
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
730
+ "attackerPostBattleEffects": "434&50,435&20,436&15,437&15,438&30",
731
731
  "leftWallUnits": "506+7000#505+4300",
732
732
  "frontWallUnits": "506+19000#505+15700",
733
733
  "rightWallUnits": "506+4300#505+7000",
@@ -741,9 +741,9 @@
741
741
  "raidBossLevelID": 8,
742
742
  "health": 17,
743
743
  "defenderStageEffects": "444&1",
744
- "defenderBattleEffects": "445&7500,446&7500,509&7000,510&7000,501&80",
744
+ "defenderBattleEffects": "445&7500,446&7500,509&7100,510&7100,501&80",
745
745
  "attackerBattleEffects": "433&-50",
746
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
746
+ "attackerPostBattleEffects": "434&50,435&20,436&15,437&15,438&30",
747
747
  "leftWallUnits": "506+7000#505+4300",
748
748
  "frontWallUnits": "506+19000#505+15700",
749
749
  "rightWallUnits": "506+4300#505+7000",
@@ -756,9 +756,9 @@
756
756
  "raidBossStageID": 49,
757
757
  "raidBossLevelID": 9,
758
758
  "health": 100,
759
- "defenderBattleEffects": "445&8000,446&8000,509&7500,510&7500,501&150",
759
+ "defenderBattleEffects": "445&8000,446&8000,509&8600,510&8600,501&250",
760
760
  "attackerBattleEffects": "432&-50",
761
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
761
+ "attackerPostBattleEffects": "434&50,435&20,436&15,437&15,438&30",
762
762
  "leftWallUnits": "506+8000#505+4700",
763
763
  "frontWallUnits": "506+22500#505+18000",
764
764
  "rightWallUnits": "506+4700#505+8000",
@@ -772,9 +772,9 @@
772
772
  "raidBossLevelID": 9,
773
773
  "health": 83,
774
774
  "defenderStageEffects": "444&1",
775
- "defenderBattleEffects": "445&8000,446&8000,509&7500,510&7500,501&150",
775
+ "defenderBattleEffects": "445&8000,446&8000,509&8600,510&8600,501&250",
776
776
  "attackerBattleEffects": "432&-50",
777
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
777
+ "attackerPostBattleEffects": "434&50,435&20,436&15,437&15,438&30",
778
778
  "leftWallUnits": "506+8000#505+4700",
779
779
  "frontWallUnits": "506+22500#505+18000",
780
780
  "rightWallUnits": "506+4700#505+8000",
@@ -788,9 +788,9 @@
788
788
  "raidBossLevelID": 9,
789
789
  "health": 67,
790
790
  "defenderStageEffects": "444&1",
791
- "defenderBattleEffects": "445&8000,446&8000,509&7500,510&7500,501&150",
791
+ "defenderBattleEffects": "445&8000,446&8000,509&8600,510&8600,501&250",
792
792
  "attackerBattleEffects": "432&-50",
793
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
793
+ "attackerPostBattleEffects": "434&50,435&20,436&15,437&15,438&30",
794
794
  "leftWallUnits": "506+8000#505+4700",
795
795
  "frontWallUnits": "506+22500#505+18000",
796
796
  "rightWallUnits": "506+4700#505+8000",
@@ -803,9 +803,9 @@
803
803
  "raidBossStageID": 52,
804
804
  "raidBossLevelID": 9,
805
805
  "health": 50,
806
- "defenderBattleEffects": "445&8000,446&8000,509&7500,510&7500,501&150",
806
+ "defenderBattleEffects": "445&8000,446&8000,509&8600,510&8600,501&250",
807
807
  "attackerBattleEffects": "432&-50",
808
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
808
+ "attackerPostBattleEffects": "434&50,435&20,436&15,437&15,438&30",
809
809
  "leftWallUnits": "506+8000#505+4700",
810
810
  "frontWallUnits": "506+22500#505+18000",
811
811
  "rightWallUnits": "506+4700#505+8000",
@@ -819,9 +819,9 @@
819
819
  "raidBossLevelID": 9,
820
820
  "health": 33,
821
821
  "defenderStageEffects": "444&1",
822
- "defenderBattleEffects": "445&8000,446&8000,509&7500,510&7500,501&150",
822
+ "defenderBattleEffects": "445&8000,446&8000,509&8600,510&8600,501&250",
823
823
  "attackerBattleEffects": "433&-50",
824
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
824
+ "attackerPostBattleEffects": "434&50,435&20,436&15,437&15,438&30",
825
825
  "leftWallUnits": "506+8000#505+4700",
826
826
  "frontWallUnits": "506+22500#505+18000",
827
827
  "rightWallUnits": "506+4700#505+8000",
@@ -835,9 +835,9 @@
835
835
  "raidBossLevelID": 9,
836
836
  "health": 17,
837
837
  "defenderStageEffects": "444&1",
838
- "defenderBattleEffects": "445&8000,446&8000,509&7500,510&7500,501&150",
838
+ "defenderBattleEffects": "445&8000,446&8000,509&8600,510&8600,501&250",
839
839
  "attackerBattleEffects": "433&-50",
840
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
840
+ "attackerPostBattleEffects": "434&50,435&20,436&15,437&15,438&30",
841
841
  "leftWallUnits": "506+8000#505+4700",
842
842
  "frontWallUnits": "506+22500#505+18000",
843
843
  "rightWallUnits": "506+4700#505+8000",
@@ -850,9 +850,9 @@
850
850
  "raidBossStageID": 55,
851
851
  "raidBossLevelID": 10,
852
852
  "health": 100,
853
- "defenderBattleEffects": "445&9000,446&9000,509&10000,510&10000,501&200",
853
+ "defenderBattleEffects": "445&10000,446&10000,509&10100,510&10100,501&300",
854
854
  "attackerBattleEffects": "432&-60",
855
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
855
+ "attackerPostBattleEffects": "434&60,435&25,436&15,437&15,438&40",
856
856
  "leftWallUnits": "506+12000#505+8000",
857
857
  "frontWallUnits": "506+35000#505+25000",
858
858
  "rightWallUnits": "506+8000#505+12000",
@@ -866,9 +866,9 @@
866
866
  "raidBossLevelID": 10,
867
867
  "health": 83,
868
868
  "defenderStageEffects": "444&1",
869
- "defenderBattleEffects": "445&9000,446&9000,509&10000,510&10000,501&200",
869
+ "defenderBattleEffects": "445&10000,446&10000,509&10100,510&10100,501&300",
870
870
  "attackerBattleEffects": "432&-60",
871
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
871
+ "attackerPostBattleEffects": "434&60,435&25,436&15,437&15,438&40",
872
872
  "leftWallUnits": "506+12000#505+8000",
873
873
  "frontWallUnits": "506+35000#505+25000",
874
874
  "rightWallUnits": "506+8000#505+12000",
@@ -882,9 +882,9 @@
882
882
  "raidBossLevelID": 10,
883
883
  "health": 67,
884
884
  "defenderStageEffects": "444&1",
885
- "defenderBattleEffects": "445&9000,446&9000,509&10000,510&10000,501&200",
885
+ "defenderBattleEffects": "445&10000,446&10000,509&10100,510&10100,501&300",
886
886
  "attackerBattleEffects": "432&-60",
887
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
887
+ "attackerPostBattleEffects": "434&60,435&25,436&15,437&15,438&40",
888
888
  "leftWallUnits": "506+12000#505+8000",
889
889
  "frontWallUnits": "506+35000#505+25000",
890
890
  "rightWallUnits": "506+8000#505+12000",
@@ -897,9 +897,9 @@
897
897
  "raidBossStageID": 58,
898
898
  "raidBossLevelID": 10,
899
899
  "health": 50,
900
- "defenderBattleEffects": "445&9000,446&9000,509&10000,510&10000,501&200",
900
+ "defenderBattleEffects": "445&10000,446&10000,509&10100,510&10100,501&300",
901
901
  "attackerBattleEffects": "432&-60",
902
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
902
+ "attackerPostBattleEffects": "434&60,435&25,436&15,437&15,438&40",
903
903
  "leftWallUnits": "506+12000#505+8000",
904
904
  "frontWallUnits": "506+35000#505+25000",
905
905
  "rightWallUnits": "506+8000#505+12000",
@@ -913,9 +913,9 @@
913
913
  "raidBossLevelID": 10,
914
914
  "health": 33,
915
915
  "defenderStageEffects": "444&1",
916
- "defenderBattleEffects": "445&9000,446&9000,509&10000,510&10000,501&200",
916
+ "defenderBattleEffects": "445&10000,446&10000,509&10100,510&10100,501&300",
917
917
  "attackerBattleEffects": "433&-60",
918
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
918
+ "attackerPostBattleEffects": "434&60,435&25,436&15,437&15,438&40",
919
919
  "leftWallUnits": "506+12000#505+8000",
920
920
  "frontWallUnits": "506+35000#505+25000",
921
921
  "rightWallUnits": "506+8000#505+12000",
@@ -929,9 +929,9 @@
929
929
  "raidBossLevelID": 10,
930
930
  "health": 17,
931
931
  "defenderStageEffects": "444&1",
932
- "defenderBattleEffects": "445&9000,446&9000,509&10000,510&10000,501&200",
932
+ "defenderBattleEffects": "445&10000,446&10000,509&10100,510&10100,501&300",
933
933
  "attackerBattleEffects": "433&-60",
934
- "attackerPostBattleEffects": "434&50,435&50,436&50,437&50,438&50",
934
+ "attackerPostBattleEffects": "434&60,435&25,436&15,437&15,438&40",
935
935
  "leftWallUnits": "506+12000#505+8000",
936
936
  "frontWallUnits": "506+35000#505+25000",
937
937
  "rightWallUnits": "506+8000#505+12000",
@@ -939,6 +939,1068 @@
939
939
  "wallPointFactor": 5000,
940
940
  "generalID": 130,
941
941
  "HighlightEffectIcon": "434,444"
942
+ },
943
+ {
944
+ "raidBossStageID": 121,
945
+ "raidBossLevelID": 21,
946
+ "health": 100,
947
+ "defenderBattleEffects": "445&12000,446&12000,509&11100,510&11100,501&350",
948
+ "attackerBattleEffects": "432&-60",
949
+ "attackerPostBattleEffects": "434&70,435&35,436&25,437&25,438&50",
950
+ "leftWallUnits": "506+14000#505+10000",
951
+ "frontWallUnits": "506+37000#505+26000",
952
+ "rightWallUnits": "506+10000#505+14000",
953
+ "courtyardPointFactor": 55000,
954
+ "wallPointFactor": 5500,
955
+ "generalID": 128,
956
+ "HighlightEffectIcon": 434
957
+ },
958
+ {
959
+ "raidBossStageID": 122,
960
+ "raidBossLevelID": 21,
961
+ "health": 83,
962
+ "defenderStageEffects": "444&1",
963
+ "defenderBattleEffects": "445&12000,446&12000,509&11100,510&11100,501&350",
964
+ "attackerBattleEffects": "432&-60",
965
+ "attackerPostBattleEffects": "434&70,435&35,436&25,437&25,438&50",
966
+ "leftWallUnits": "506+14000#505+10000",
967
+ "frontWallUnits": "506+37000#505+26000",
968
+ "rightWallUnits": "506+10000#505+14000",
969
+ "courtyardPointFactor": 55000,
970
+ "wallPointFactor": 5500,
971
+ "generalID": 128,
972
+ "HighlightEffectIcon": "434,444"
973
+ },
974
+ {
975
+ "raidBossStageID": 123,
976
+ "raidBossLevelID": 21,
977
+ "health": 67,
978
+ "defenderStageEffects": "444&1",
979
+ "defenderBattleEffects": "445&12000,446&12000,509&11100,510&11100,501&350",
980
+ "attackerBattleEffects": "432&-60",
981
+ "attackerPostBattleEffects": "434&70,435&35,436&25,437&25,438&50",
982
+ "leftWallUnits": "506+14000#505+10000",
983
+ "frontWallUnits": "506+37000#505+26000",
984
+ "rightWallUnits": "506+10000#505+14000",
985
+ "courtyardPointFactor": 55000,
986
+ "wallPointFactor": 5500,
987
+ "generalID": 129,
988
+ "HighlightEffectIcon": "434,444"
989
+ },
990
+ {
991
+ "raidBossStageID": 124,
992
+ "raidBossLevelID": 21,
993
+ "health": 50,
994
+ "defenderBattleEffects": "445&12000,446&12000,509&11100,510&11100,501&350",
995
+ "attackerBattleEffects": "432&-60",
996
+ "attackerPostBattleEffects": "434&70,435&35,436&25,437&25,438&50",
997
+ "leftWallUnits": "506+14000#505+10000",
998
+ "frontWallUnits": "506+37000#505+26000",
999
+ "rightWallUnits": "506+10000#505+14000",
1000
+ "courtyardPointFactor": 55000,
1001
+ "wallPointFactor": 5500,
1002
+ "generalID": 129,
1003
+ "HighlightEffectIcon": 434
1004
+ },
1005
+ {
1006
+ "raidBossStageID": 125,
1007
+ "raidBossLevelID": 21,
1008
+ "health": 33,
1009
+ "defenderStageEffects": "444&1",
1010
+ "defenderBattleEffects": "445&12000,446&12000,509&11100,510&11100,501&350",
1011
+ "attackerBattleEffects": "433&-60",
1012
+ "attackerPostBattleEffects": "434&70,435&35,436&25,437&25,438&50",
1013
+ "leftWallUnits": "506+14000#505+10000",
1014
+ "frontWallUnits": "506+37000#505+26000",
1015
+ "rightWallUnits": "506+10000#505+14000",
1016
+ "courtyardPointFactor": 55000,
1017
+ "wallPointFactor": 5500,
1018
+ "generalID": 130,
1019
+ "HighlightEffectIcon": "434,444"
1020
+ },
1021
+ {
1022
+ "raidBossStageID": 126,
1023
+ "raidBossLevelID": 21,
1024
+ "health": 17,
1025
+ "defenderStageEffects": "444&1",
1026
+ "defenderBattleEffects": "445&12000,446&12000,509&11100,510&11100,501&350",
1027
+ "attackerBattleEffects": "433&-60",
1028
+ "attackerPostBattleEffects": "434&70,435&35,436&25,437&25,438&50",
1029
+ "leftWallUnits": "506+14000#505+10000",
1030
+ "frontWallUnits": "506+37000#505+26000",
1031
+ "rightWallUnits": "506+10000#505+14000",
1032
+ "courtyardPointFactor": 55000,
1033
+ "wallPointFactor": 5500,
1034
+ "generalID": 130,
1035
+ "HighlightEffectIcon": "434,444"
1036
+ },
1037
+ {
1038
+ "raidBossStageID": 61,
1039
+ "raidBossLevelID": 11,
1040
+ "health": 100,
1041
+ "defenderBattleEffects": "445&400,446&400,509&500,510&500",
1042
+ "defenderWallRegenerationEffects": "465&594+25000,465&597+25000",
1043
+ "leftWallUnits": "593+75#596+150",
1044
+ "frontWallUnits": "593+100#596+175",
1045
+ "rightWallUnits": "593+75#596+150",
1046
+ "courtyardPointFactor": 1000,
1047
+ "wallPointFactor": 100,
1048
+ "generalID": 131,
1049
+ "HighlightEffectIcon": 465
1050
+ },
1051
+ {
1052
+ "raidBossStageID": 62,
1053
+ "raidBossLevelID": 11,
1054
+ "health": 83,
1055
+ "defenderStageEffects": "444&1",
1056
+ "defenderBattleEffects": "445&450,446&450,509&500,510&500",
1057
+ "defenderWallRegenerationEffects": "465&594+25000,465&597+25000",
1058
+ "leftWallUnits": "593+100#596+175",
1059
+ "frontWallUnits": "593+125#596+200",
1060
+ "rightWallUnits": "593+100#596+175",
1061
+ "courtyardPointFactor": 1000,
1062
+ "wallPointFactor": 100,
1063
+ "generalID": 131,
1064
+ "HighlightEffectIcon": "465,444"
1065
+ },
1066
+ {
1067
+ "raidBossStageID": 63,
1068
+ "raidBossLevelID": 11,
1069
+ "health": 67,
1070
+ "defenderStageEffects": "444&1",
1071
+ "defenderBattleEffects": "445&500,446&500,509&500,510&500",
1072
+ "defenderWallRegenerationEffects": "465&594+25000,465&597+25000",
1073
+ "leftWallUnits": "593+125#596+200",
1074
+ "frontWallUnits": "593+150#596+225",
1075
+ "rightWallUnits": "593+125#596+200",
1076
+ "courtyardPointFactor": 1000,
1077
+ "wallPointFactor": 100,
1078
+ "generalID": 132,
1079
+ "HighlightEffectIcon": "465,444"
1080
+ },
1081
+ {
1082
+ "raidBossStageID": 64,
1083
+ "raidBossLevelID": 11,
1084
+ "health": 50,
1085
+ "defenderStageEffects": "444&1",
1086
+ "defenderBattleEffects": "445&550,446&550,509&500,510&500",
1087
+ "defenderWallRegenerationEffects": "465&594+25000,465&597+25000",
1088
+ "leftWallUnits": "593+175#596+250",
1089
+ "frontWallUnits": "593+150#596+225",
1090
+ "rightWallUnits": "593+150#596+225",
1091
+ "courtyardPointFactor": 1000,
1092
+ "wallPointFactor": 100,
1093
+ "generalID": 132,
1094
+ "HighlightEffectIcon": "465,444"
1095
+ },
1096
+ {
1097
+ "raidBossStageID": 65,
1098
+ "raidBossLevelID": 11,
1099
+ "health": 33,
1100
+ "defenderStageEffects": "444&1",
1101
+ "defenderBattleEffects": "445&600,446&600,509&500,510&500",
1102
+ "defenderWallRegenerationEffects": "465&594+25000,465&597+25000",
1103
+ "leftWallUnits": "593+175#596+250",
1104
+ "frontWallUnits": "593+175#596+250",
1105
+ "rightWallUnits": "593+200#596+250",
1106
+ "courtyardPointFactor": 1000,
1107
+ "wallPointFactor": 100,
1108
+ "generalID": 133,
1109
+ "HighlightEffectIcon": "465,444"
1110
+ },
1111
+ {
1112
+ "raidBossStageID": 66,
1113
+ "raidBossLevelID": 11,
1114
+ "health": 17,
1115
+ "defenderStageEffects": "466&594+100,466&597+100",
1116
+ "defenderBattleEffects": "509&500,510&500",
1117
+ "leftWallUnits": "593+200#596+275",
1118
+ "frontWallUnits": "593+200#596+250",
1119
+ "rightWallUnits": "593+200#596+275",
1120
+ "courtyardPointFactor": 1000,
1121
+ "wallPointFactor": 100,
1122
+ "generalID": 133,
1123
+ "HighlightEffectIcon": 466
1124
+ },
1125
+ {
1126
+ "raidBossStageID": 67,
1127
+ "raidBossLevelID": 12,
1128
+ "health": 100,
1129
+ "defenderBattleEffects": "445&1000,446&1000,509&750,510&750",
1130
+ "defenderWallRegenerationEffects": "465&594+35000,465&597+35000",
1131
+ "leftWallUnits": "593+250#596+300",
1132
+ "frontWallUnits": "593+200#596+250",
1133
+ "rightWallUnits": "593+270#596+200",
1134
+ "courtyardPointFactor": 2000,
1135
+ "wallPointFactor": 200,
1136
+ "generalID": 131,
1137
+ "HighlightEffectIcon": 465
1138
+ },
1139
+ {
1140
+ "raidBossStageID": 68,
1141
+ "raidBossLevelID": 12,
1142
+ "health": 83,
1143
+ "defenderStageEffects": "444&1",
1144
+ "defenderBattleEffects": "445&1000,446&1000,509&750,510&750",
1145
+ "defenderWallRegenerationEffects": "465&594+35000,465&597+35000",
1146
+ "leftWallUnits": "593+250#596+300",
1147
+ "frontWallUnits": "593+270#596+200",
1148
+ "rightWallUnits": "593+200#596+250",
1149
+ "courtyardPointFactor": 2000,
1150
+ "wallPointFactor": 200,
1151
+ "generalID": 131,
1152
+ "HighlightEffectIcon": "465,444"
1153
+ },
1154
+ {
1155
+ "raidBossStageID": 69,
1156
+ "raidBossLevelID": 12,
1157
+ "health": 67,
1158
+ "defenderStageEffects": "444&1",
1159
+ "defenderBattleEffects": "445&1000,446&1000,509&750,510&750",
1160
+ "defenderWallRegenerationEffects": "465&594+35000,465&597+35000",
1161
+ "leftWallUnits": "593+270#596+200",
1162
+ "frontWallUnits": "593+250#596+300",
1163
+ "rightWallUnits": "593+200#596+250",
1164
+ "courtyardPointFactor": 2000,
1165
+ "wallPointFactor": 200,
1166
+ "generalID": 132,
1167
+ "HighlightEffectIcon": "465,444"
1168
+ },
1169
+ {
1170
+ "raidBossStageID": 70,
1171
+ "raidBossLevelID": 12,
1172
+ "health": 50,
1173
+ "defenderStageEffects": "444&1",
1174
+ "defenderBattleEffects": "445&1000,446&1000,509&750,510&750",
1175
+ "defenderWallRegenerationEffects": "465&594+35000,465&597+35000",
1176
+ "leftWallUnits": "593+175#596+250",
1177
+ "frontWallUnits": "593+150#596+225",
1178
+ "rightWallUnits": "593+150#596+225",
1179
+ "courtyardPointFactor": 2000,
1180
+ "wallPointFactor": 200,
1181
+ "generalID": 132,
1182
+ "HighlightEffectIcon": "465,444"
1183
+ },
1184
+ {
1185
+ "raidBossStageID": 71,
1186
+ "raidBossLevelID": 12,
1187
+ "health": 33,
1188
+ "defenderStageEffects": "444&1",
1189
+ "defenderBattleEffects": "445&1000,446&1000,509&750,510&750",
1190
+ "defenderWallRegenerationEffects": "465&594+35000,465&597+35000",
1191
+ "leftWallUnits": "593+175#596+250",
1192
+ "frontWallUnits": "593+175#596+250",
1193
+ "rightWallUnits": "593+200#596+250",
1194
+ "courtyardPointFactor": 2000,
1195
+ "wallPointFactor": 200,
1196
+ "generalID": 133,
1197
+ "HighlightEffectIcon": "465,444"
1198
+ },
1199
+ {
1200
+ "raidBossStageID": 72,
1201
+ "raidBossLevelID": 12,
1202
+ "health": 17,
1203
+ "defenderStageEffects": "466&594+100,466&597+100",
1204
+ "defenderBattleEffects": "509&500,510&500",
1205
+ "leftWallUnits": "593+175#596+250",
1206
+ "frontWallUnits": "593+175#596+250",
1207
+ "rightWallUnits": "593+200#596+250",
1208
+ "courtyardPointFactor": 2000,
1209
+ "wallPointFactor": 200,
1210
+ "generalID": 133,
1211
+ "HighlightEffectIcon": 466
1212
+ },
1213
+ {
1214
+ "raidBossStageID": 73,
1215
+ "raidBossLevelID": 13,
1216
+ "health": 100,
1217
+ "defenderBattleEffects": "445&1250,446&1250,509&1100,510&1100",
1218
+ "defenderWallRegenerationEffects": "465&594+45000,465&597+45000",
1219
+ "leftWallUnits": "593+250#596+300",
1220
+ "frontWallUnits": "593+275#596+350",
1221
+ "rightWallUnits": "593+290#596+250",
1222
+ "courtyardPointFactor": 4000,
1223
+ "wallPointFactor": 400,
1224
+ "generalID": 131,
1225
+ "HighlightEffectIcon": 465
1226
+ },
1227
+ {
1228
+ "raidBossStageID": 74,
1229
+ "raidBossLevelID": 13,
1230
+ "health": 83,
1231
+ "defenderStageEffects": "444&1",
1232
+ "defenderBattleEffects": "445&1250,446&1250,509&1100,510&1100",
1233
+ "defenderWallRegenerationEffects": "465&594+45000,465&597+45000",
1234
+ "leftWallUnits": "593+275#596+350",
1235
+ "frontWallUnits": "593+290#596+250",
1236
+ "rightWallUnits": "593+250#596+300",
1237
+ "courtyardPointFactor": 4000,
1238
+ "wallPointFactor": 400,
1239
+ "generalID": 131,
1240
+ "HighlightEffectIcon": "465,444"
1241
+ },
1242
+ {
1243
+ "raidBossStageID": 75,
1244
+ "raidBossLevelID": 13,
1245
+ "health": 67,
1246
+ "defenderStageEffects": "444&1",
1247
+ "defenderBattleEffects": "445&1250,446&1250,509&1100,510&1100",
1248
+ "defenderWallRegenerationEffects": "465&594+45000,465&597+45000",
1249
+ "leftWallUnits": "593+290#596+250",
1250
+ "frontWallUnits": "593+275#596+350",
1251
+ "rightWallUnits": "593+250#596+300",
1252
+ "courtyardPointFactor": 4000,
1253
+ "wallPointFactor": 400,
1254
+ "generalID": 132,
1255
+ "HighlightEffectIcon": "465,444"
1256
+ },
1257
+ {
1258
+ "raidBossStageID": 76,
1259
+ "raidBossLevelID": 13,
1260
+ "health": 50,
1261
+ "defenderStageEffects": "444&1",
1262
+ "defenderBattleEffects": "445&1250,446&1250,509&1100,510&1100",
1263
+ "defenderWallRegenerationEffects": "465&594+45000,465&597+45000",
1264
+ "leftWallUnits": "593+250#596+300",
1265
+ "frontWallUnits": "593+290#596+250",
1266
+ "rightWallUnits": "593+275#596+350",
1267
+ "courtyardPointFactor": 4000,
1268
+ "wallPointFactor": 400,
1269
+ "generalID": 132,
1270
+ "HighlightEffectIcon": "465,444"
1271
+ },
1272
+ {
1273
+ "raidBossStageID": 77,
1274
+ "raidBossLevelID": 13,
1275
+ "health": 33,
1276
+ "defenderStageEffects": "444&1",
1277
+ "defenderBattleEffects": "445&1250,446&1250,509&1100,510&1100",
1278
+ "defenderWallRegenerationEffects": "465&594+45000,465&597+45000",
1279
+ "leftWallUnits": "593+290#596+250",
1280
+ "frontWallUnits": "593+275#596+350",
1281
+ "rightWallUnits": "593+250#596+300",
1282
+ "courtyardPointFactor": 4000,
1283
+ "wallPointFactor": 400,
1284
+ "generalID": 133,
1285
+ "HighlightEffectIcon": "465,444"
1286
+ },
1287
+ {
1288
+ "raidBossStageID": 78,
1289
+ "raidBossLevelID": 13,
1290
+ "health": 17,
1291
+ "defenderStageEffects": "466&594+100,466&597+100",
1292
+ "defenderBattleEffects": "509&500,510&500",
1293
+ "leftWallUnits": "593+290#596+250",
1294
+ "frontWallUnits": "593+275#596+350",
1295
+ "rightWallUnits": "593+250#596+300",
1296
+ "courtyardPointFactor": 4000,
1297
+ "wallPointFactor": 400,
1298
+ "generalID": 133,
1299
+ "HighlightEffectIcon": 466
1300
+ },
1301
+ {
1302
+ "raidBossStageID": 79,
1303
+ "raidBossLevelID": 14,
1304
+ "health": 100,
1305
+ "defenderBattleEffects": "445&1750,446&1750,509&1500,510&1500",
1306
+ "defenderWallRegenerationEffects": "465&594+55000,465&597+55000",
1307
+ "leftWallUnits": "593+400#596+500",
1308
+ "frontWallUnits": "593+300#596+450",
1309
+ "rightWallUnits": "593+400#596+250",
1310
+ "courtyardPointFactor": 6000,
1311
+ "wallPointFactor": 600,
1312
+ "generalID": 131,
1313
+ "HighlightEffectIcon": 465
1314
+ },
1315
+ {
1316
+ "raidBossStageID": 80,
1317
+ "raidBossLevelID": 14,
1318
+ "health": 83,
1319
+ "defenderStageEffects": "444&1",
1320
+ "defenderBattleEffects": "445&1750,446&1750,509&1500,510&1500",
1321
+ "defenderWallRegenerationEffects": "465&594+55000,465&597+55000",
1322
+ "leftWallUnits": "593+300#596+450",
1323
+ "frontWallUnits": "593+400#596+250",
1324
+ "rightWallUnits": "593+400#596+500",
1325
+ "courtyardPointFactor": 6000,
1326
+ "wallPointFactor": 600,
1327
+ "generalID": 131,
1328
+ "HighlightEffectIcon": "465,444"
1329
+ },
1330
+ {
1331
+ "raidBossStageID": 81,
1332
+ "raidBossLevelID": 14,
1333
+ "health": 67,
1334
+ "defenderStageEffects": "444&1",
1335
+ "defenderBattleEffects": "445&1750,446&1750,509&1500,510&1500",
1336
+ "defenderWallRegenerationEffects": "465&594+55000,465&597+55000",
1337
+ "leftWallUnits": "593+300#596+450",
1338
+ "frontWallUnits": "593+400#596+500",
1339
+ "rightWallUnits": "593+400#596+250",
1340
+ "courtyardPointFactor": 6000,
1341
+ "wallPointFactor": 600,
1342
+ "generalID": 132,
1343
+ "HighlightEffectIcon": "465,444"
1344
+ },
1345
+ {
1346
+ "raidBossStageID": 82,
1347
+ "raidBossLevelID": 14,
1348
+ "health": 50,
1349
+ "defenderStageEffects": "444&1",
1350
+ "defenderBattleEffects": "445&1750,446&1750,509&1500,510&1500",
1351
+ "defenderWallRegenerationEffects": "465&594+55000,465&597+55000",
1352
+ "leftWallUnits": "593+400#596+250",
1353
+ "frontWallUnits": "593+300#596+450",
1354
+ "rightWallUnits": "593+300#596+450",
1355
+ "courtyardPointFactor": 6000,
1356
+ "wallPointFactor": 600,
1357
+ "generalID": 132,
1358
+ "HighlightEffectIcon": "465,444"
1359
+ },
1360
+ {
1361
+ "raidBossStageID": 83,
1362
+ "raidBossLevelID": 14,
1363
+ "health": 33,
1364
+ "defenderStageEffects": "444&1",
1365
+ "defenderBattleEffects": "445&1750,446&1750,509&1500,510&1500",
1366
+ "defenderWallRegenerationEffects": "465&594+55000,465&597+55000",
1367
+ "leftWallUnits": "593+300#596+450",
1368
+ "frontWallUnits": "593+400#596+250",
1369
+ "rightWallUnits": "593+300#596+450",
1370
+ "courtyardPointFactor": 6000,
1371
+ "wallPointFactor": 600,
1372
+ "generalID": 133,
1373
+ "HighlightEffectIcon": "465,444"
1374
+ },
1375
+ {
1376
+ "raidBossStageID": 84,
1377
+ "raidBossLevelID": 14,
1378
+ "health": 17,
1379
+ "defenderStageEffects": "466&594+100,466&597+100",
1380
+ "defenderBattleEffects": "509&500,510&500",
1381
+ "leftWallUnits": "593+300#596+450",
1382
+ "frontWallUnits": "593+400#596+250",
1383
+ "rightWallUnits": "593+300#596+450",
1384
+ "courtyardPointFactor": 6000,
1385
+ "wallPointFactor": 600,
1386
+ "generalID": 133,
1387
+ "HighlightEffectIcon": 466
1388
+ },
1389
+ {
1390
+ "raidBossStageID": 85,
1391
+ "raidBossLevelID": 15,
1392
+ "health": 100,
1393
+ "defenderBattleEffects": "445&2250,446&2250,509&2100,510&2100",
1394
+ "defenderWallRegenerationEffects": "465&594+65000,465&597+65000",
1395
+ "leftWallUnits": "593+400#596+500",
1396
+ "frontWallUnits": "593+300#596+450",
1397
+ "rightWallUnits": "593+400#596+250",
1398
+ "courtyardPointFactor": 8000,
1399
+ "wallPointFactor": 800,
1400
+ "generalID": 131,
1401
+ "HighlightEffectIcon": 465
1402
+ },
1403
+ {
1404
+ "raidBossStageID": 86,
1405
+ "raidBossLevelID": 15,
1406
+ "health": 83,
1407
+ "defenderStageEffects": "444&1",
1408
+ "defenderBattleEffects": "445&2250,446&2250,509&2100,510&2100",
1409
+ "defenderWallRegenerationEffects": "465&594+65000,465&597+65000",
1410
+ "leftWallUnits": "593+300#596+450",
1411
+ "frontWallUnits": "593+400#596+250",
1412
+ "rightWallUnits": "593+400#596+500",
1413
+ "courtyardPointFactor": 8000,
1414
+ "wallPointFactor": 800,
1415
+ "generalID": 131,
1416
+ "HighlightEffectIcon": "465,444"
1417
+ },
1418
+ {
1419
+ "raidBossStageID": 87,
1420
+ "raidBossLevelID": 15,
1421
+ "health": 67,
1422
+ "defenderStageEffects": "444&1",
1423
+ "defenderBattleEffects": "445&2250,446&2250,509&2100,510&2100",
1424
+ "defenderWallRegenerationEffects": "465&594+65000,465&597+65000",
1425
+ "leftWallUnits": "593+300#596+450",
1426
+ "frontWallUnits": "593+400#596+500",
1427
+ "rightWallUnits": "593+400#596+250",
1428
+ "courtyardPointFactor": 8000,
1429
+ "wallPointFactor": 800,
1430
+ "generalID": 132,
1431
+ "HighlightEffectIcon": "465,444"
1432
+ },
1433
+ {
1434
+ "raidBossStageID": 88,
1435
+ "raidBossLevelID": 15,
1436
+ "health": 50,
1437
+ "defenderStageEffects": "444&1",
1438
+ "defenderBattleEffects": "445&2250,446&2250,509&2100,510&2100",
1439
+ "defenderWallRegenerationEffects": "465&594+65000,465&597+65000",
1440
+ "leftWallUnits": "593+400#596+250",
1441
+ "frontWallUnits": "593+300#596+450",
1442
+ "rightWallUnits": "593+300#596+450",
1443
+ "courtyardPointFactor": 8000,
1444
+ "wallPointFactor": 800,
1445
+ "generalID": 132,
1446
+ "HighlightEffectIcon": "465,444"
1447
+ },
1448
+ {
1449
+ "raidBossStageID": 89,
1450
+ "raidBossLevelID": 15,
1451
+ "health": 33,
1452
+ "defenderStageEffects": "444&1",
1453
+ "defenderBattleEffects": "445&2250,446&2250,509&2100,510&2100",
1454
+ "defenderWallRegenerationEffects": "465&594+65000,465&597+65000",
1455
+ "leftWallUnits": "593+300#596+450",
1456
+ "frontWallUnits": "593+400#596+250",
1457
+ "rightWallUnits": "593+300#596+450",
1458
+ "courtyardPointFactor": 8000,
1459
+ "wallPointFactor": 800,
1460
+ "generalID": 133,
1461
+ "HighlightEffectIcon": "465,444"
1462
+ },
1463
+ {
1464
+ "raidBossStageID": 90,
1465
+ "raidBossLevelID": 15,
1466
+ "health": 17,
1467
+ "defenderStageEffects": "466&594+100,466&597+100",
1468
+ "defenderBattleEffects": "509&500,510&500",
1469
+ "leftWallUnits": "593+300#596+450",
1470
+ "frontWallUnits": "593+400#596+250",
1471
+ "rightWallUnits": "593+300#596+450",
1472
+ "courtyardPointFactor": 8000,
1473
+ "wallPointFactor": 800,
1474
+ "generalID": 133,
1475
+ "HighlightEffectIcon": 466
1476
+ },
1477
+ {
1478
+ "raidBossStageID": 91,
1479
+ "raidBossLevelID": 16,
1480
+ "health": 100,
1481
+ "defenderBattleEffects": "445&3000,446&3000,509&3000,510&3000",
1482
+ "defenderWallRegenerationEffects": "465&594+75000,465&597+75000",
1483
+ "leftWallUnits": "593+1200#596+950",
1484
+ "frontWallUnits": "593+500#596+700",
1485
+ "rightWallUnits": "593+400#596+650",
1486
+ "courtyardPointFactor": 10000,
1487
+ "wallPointFactor": 1000,
1488
+ "generalID": 131,
1489
+ "HighlightEffectIcon": 465
1490
+ },
1491
+ {
1492
+ "raidBossStageID": 92,
1493
+ "raidBossLevelID": 16,
1494
+ "health": 83,
1495
+ "defenderStageEffects": "444&1",
1496
+ "defenderBattleEffects": "445&3000,446&3000,509&3000,510&3000",
1497
+ "defenderWallRegenerationEffects": "465&594+75000,465&597+75000",
1498
+ "leftWallUnits": "593+500#596+700",
1499
+ "frontWallUnits": "593+400#596+650",
1500
+ "rightWallUnits": "593+1200#596+950",
1501
+ "courtyardPointFactor": 10000,
1502
+ "wallPointFactor": 1000,
1503
+ "generalID": 131,
1504
+ "HighlightEffectIcon": "465,444"
1505
+ },
1506
+ {
1507
+ "raidBossStageID": 93,
1508
+ "raidBossLevelID": 16,
1509
+ "health": 67,
1510
+ "defenderStageEffects": "444&1",
1511
+ "defenderBattleEffects": "445&3000,446&3000,509&3000,510&3000",
1512
+ "defenderWallRegenerationEffects": "465&594+75000,465&597+75000",
1513
+ "leftWallUnits": "593+500#596+700",
1514
+ "frontWallUnits": "593+1200#596+950",
1515
+ "rightWallUnits": "593+400#596+650",
1516
+ "courtyardPointFactor": 10000,
1517
+ "wallPointFactor": 1000,
1518
+ "generalID": 132,
1519
+ "HighlightEffectIcon": "465,444"
1520
+ },
1521
+ {
1522
+ "raidBossStageID": 94,
1523
+ "raidBossLevelID": 16,
1524
+ "health": 50,
1525
+ "defenderStageEffects": "444&1",
1526
+ "defenderBattleEffects": "445&3000,446&3000,509&3000,510&3000",
1527
+ "defenderWallRegenerationEffects": "465&594+75000,465&597+75000",
1528
+ "leftWallUnits": "593+1200#596+950",
1529
+ "frontWallUnits": "593+500#596+700",
1530
+ "rightWallUnits": "593+400#596+650",
1531
+ "courtyardPointFactor": 10000,
1532
+ "wallPointFactor": 1000,
1533
+ "generalID": 132,
1534
+ "HighlightEffectIcon": "465,444"
1535
+ },
1536
+ {
1537
+ "raidBossStageID": 95,
1538
+ "raidBossLevelID": 16,
1539
+ "health": 33,
1540
+ "defenderStageEffects": "444&1",
1541
+ "defenderBattleEffects": "445&3000,446&3000,509&3000,510&3000",
1542
+ "defenderWallRegenerationEffects": "465&594+75000,465&597+75000",
1543
+ "leftWallUnits": "593+500#596+700",
1544
+ "frontWallUnits": "593+400#596+650",
1545
+ "rightWallUnits": "593+1200#596+950",
1546
+ "courtyardPointFactor": 10000,
1547
+ "wallPointFactor": 1000,
1548
+ "generalID": 133,
1549
+ "HighlightEffectIcon": "465,444"
1550
+ },
1551
+ {
1552
+ "raidBossStageID": 96,
1553
+ "raidBossLevelID": 16,
1554
+ "health": 17,
1555
+ "defenderStageEffects": "466&594+100,466&597+100",
1556
+ "defenderBattleEffects": "509&500,510&500,501&50",
1557
+ "leftWallUnits": "593+500#596+700",
1558
+ "frontWallUnits": "593+400#596+650",
1559
+ "rightWallUnits": "593+1200#596+950",
1560
+ "courtyardPointFactor": 10000,
1561
+ "wallPointFactor": 1000,
1562
+ "generalID": 133,
1563
+ "HighlightEffectIcon": 466
1564
+ },
1565
+ {
1566
+ "raidBossStageID": 97,
1567
+ "raidBossLevelID": 17,
1568
+ "health": 100,
1569
+ "defenderBattleEffects": "445&4500,446&4500,509&5100,510&5100,501&25",
1570
+ "defenderWallRegenerationEffects": "465&594+250000,465&597+250000",
1571
+ "leftWallUnits": "593+800#596+1000",
1572
+ "frontWallUnits": "593+1000#596+1200",
1573
+ "rightWallUnits": "593+1500#596+1250",
1574
+ "courtyardPointFactor": 12000,
1575
+ "wallPointFactor": 1200,
1576
+ "generalID": 131,
1577
+ "HighlightEffectIcon": 465
1578
+ },
1579
+ {
1580
+ "raidBossStageID": 98,
1581
+ "raidBossLevelID": 17,
1582
+ "health": 83,
1583
+ "defenderStageEffects": "444&1",
1584
+ "defenderBattleEffects": "445&4500,446&4500,509&5100,510&5100,501&25",
1585
+ "defenderWallRegenerationEffects": "465&594+250000,465&597+250000",
1586
+ "leftWallUnits": "593+1000#596+1200",
1587
+ "frontWallUnits": "593+1500#596+1250",
1588
+ "rightWallUnits": "593+800#596+1000",
1589
+ "courtyardPointFactor": 12000,
1590
+ "wallPointFactor": 1200,
1591
+ "generalID": 131,
1592
+ "HighlightEffectIcon": "465,444"
1593
+ },
1594
+ {
1595
+ "raidBossStageID": 99,
1596
+ "raidBossLevelID": 17,
1597
+ "health": 67,
1598
+ "defenderStageEffects": "444&1",
1599
+ "defenderBattleEffects": "445&4500,446&4500,509&5100,510&5100,501&25",
1600
+ "defenderWallRegenerationEffects": "465&594+250000,465&597+250000",
1601
+ "leftWallUnits": "593+800#596+1000",
1602
+ "frontWallUnits": "593+1500#596+1250",
1603
+ "rightWallUnits": "593+1000#596+1200",
1604
+ "courtyardPointFactor": 12000,
1605
+ "wallPointFactor": 1200,
1606
+ "generalID": 132,
1607
+ "HighlightEffectIcon": "465,444"
1608
+ },
1609
+ {
1610
+ "raidBossStageID": 100,
1611
+ "raidBossLevelID": 17,
1612
+ "health": 50,
1613
+ "defenderStageEffects": "444&1",
1614
+ "defenderBattleEffects": "445&4500,446&4500,509&5100,510&5100,501&25",
1615
+ "defenderWallRegenerationEffects": "465&594+250000,465&597+250000",
1616
+ "leftWallUnits": "593+800#596+1000",
1617
+ "frontWallUnits": "593+1000#596+1200",
1618
+ "rightWallUnits": "593+800#596+1000",
1619
+ "courtyardPointFactor": 12000,
1620
+ "wallPointFactor": 1200,
1621
+ "generalID": 132,
1622
+ "HighlightEffectIcon": "465,444"
1623
+ },
1624
+ {
1625
+ "raidBossStageID": 101,
1626
+ "raidBossLevelID": 17,
1627
+ "health": 33,
1628
+ "defenderStageEffects": "444&1",
1629
+ "defenderBattleEffects": "445&4500,446&4500,509&5100,510&5100,501&25",
1630
+ "defenderWallRegenerationEffects": "465&594+250000,465&597+250000",
1631
+ "leftWallUnits": "593+800#596+1000",
1632
+ "frontWallUnits": "593+800#596+1000",
1633
+ "rightWallUnits": "593+1500#596+1250",
1634
+ "courtyardPointFactor": 12000,
1635
+ "wallPointFactor": 1200,
1636
+ "generalID": 133,
1637
+ "HighlightEffectIcon": "465,444"
1638
+ },
1639
+ {
1640
+ "raidBossStageID": 102,
1641
+ "raidBossLevelID": 17,
1642
+ "health": 17,
1643
+ "defenderStageEffects": "466&594+100,466&597+100",
1644
+ "defenderBattleEffects": "509&500,510&500,501&80",
1645
+ "leftWallUnits": "593+800#596+1000",
1646
+ "frontWallUnits": "593+800#596+1000",
1647
+ "rightWallUnits": "593+1500#596+1250",
1648
+ "courtyardPointFactor": 12000,
1649
+ "wallPointFactor": 1200,
1650
+ "generalID": 133,
1651
+ "HighlightEffectIcon": 466
1652
+ },
1653
+ {
1654
+ "raidBossStageID": 103,
1655
+ "raidBossLevelID": 18,
1656
+ "health": 100,
1657
+ "defenderBattleEffects": "445&5500,446&5500,509&6100,510&6100,501&80",
1658
+ "defenderWallRegenerationEffects": "465&594+500000,465&597+500000",
1659
+ "leftWallUnits": "593+1600#596+1650",
1660
+ "frontWallUnits": "593+1750#596+2000",
1661
+ "rightWallUnits": "593+1500#596+1250",
1662
+ "courtyardPointFactor": 14000,
1663
+ "wallPointFactor": 1400,
1664
+ "generalID": 131,
1665
+ "HighlightEffectIcon": 465
1666
+ },
1667
+ {
1668
+ "raidBossStageID": 104,
1669
+ "raidBossLevelID": 18,
1670
+ "health": 83,
1671
+ "defenderStageEffects": "444&1",
1672
+ "defenderBattleEffects": "445&5500,446&5500,509&6100,510&6100,501&80",
1673
+ "defenderWallRegenerationEffects": "465&594+500000,465&597+500000",
1674
+ "leftWallUnits": "593+1600#596+1650",
1675
+ "frontWallUnits": "593+1500#596+1250",
1676
+ "rightWallUnits": "593+1750#596+2000",
1677
+ "courtyardPointFactor": 14000,
1678
+ "wallPointFactor": 1400,
1679
+ "generalID": 131,
1680
+ "HighlightEffectIcon": "465,444"
1681
+ },
1682
+ {
1683
+ "raidBossStageID": 105,
1684
+ "raidBossLevelID": 18,
1685
+ "health": 67,
1686
+ "defenderStageEffects": "444&1",
1687
+ "defenderBattleEffects": "445&5500,446&5500,509&6100,510&6100,501&80",
1688
+ "defenderWallRegenerationEffects": "465&594+500000,465&597+500000",
1689
+ "leftWallUnits": "593+1600#596+1650",
1690
+ "frontWallUnits": "593+1750#596+2000",
1691
+ "rightWallUnits": "593+1500#596+1250",
1692
+ "courtyardPointFactor": 14000,
1693
+ "wallPointFactor": 1400,
1694
+ "generalID": 132,
1695
+ "HighlightEffectIcon": "465,444"
1696
+ },
1697
+ {
1698
+ "raidBossStageID": 106,
1699
+ "raidBossLevelID": 18,
1700
+ "health": 50,
1701
+ "defenderStageEffects": "444&1",
1702
+ "defenderBattleEffects": "445&5500,446&5500,509&6100,510&6100,501&80",
1703
+ "defenderWallRegenerationEffects": "465&594+500000,465&597+500000",
1704
+ "leftWallUnits": "593+1500#596+1250",
1705
+ "frontWallUnits": "593+1600#596+1650",
1706
+ "rightWallUnits": "593+1500#596+1250",
1707
+ "courtyardPointFactor": 14000,
1708
+ "wallPointFactor": 1400,
1709
+ "generalID": 132,
1710
+ "HighlightEffectIcon": "465,444"
1711
+ },
1712
+ {
1713
+ "raidBossStageID": 107,
1714
+ "raidBossLevelID": 18,
1715
+ "health": 33,
1716
+ "defenderStageEffects": "444&1",
1717
+ "defenderBattleEffects": "445&5500,446&5500,509&6100,510&6100,501&80",
1718
+ "defenderWallRegenerationEffects": "465&594+500000,465&597+500000",
1719
+ "leftWallUnits": "593+1500#596+1250",
1720
+ "frontWallUnits": "593+1500#596+1250",
1721
+ "rightWallUnits": "593+1600#596+1650",
1722
+ "courtyardPointFactor": 14000,
1723
+ "wallPointFactor": 1400,
1724
+ "generalID": 133,
1725
+ "HighlightEffectIcon": "465,444"
1726
+ },
1727
+ {
1728
+ "raidBossStageID": 108,
1729
+ "raidBossLevelID": 18,
1730
+ "health": 17,
1731
+ "defenderStageEffects": "466&594+100,466&597+100",
1732
+ "defenderBattleEffects": "509&500,510&500,501&100",
1733
+ "leftWallUnits": "593+1500#596+1250",
1734
+ "frontWallUnits": "593+1500#596+1250",
1735
+ "rightWallUnits": "593+1600#596+1650",
1736
+ "courtyardPointFactor": 14000,
1737
+ "wallPointFactor": 1400,
1738
+ "generalID": 133,
1739
+ "HighlightEffectIcon": 466
1740
+ },
1741
+ {
1742
+ "raidBossStageID": 109,
1743
+ "raidBossLevelID": 19,
1744
+ "health": 100,
1745
+ "defenderBattleEffects": "445&7000,446&7000,509&7100,510&7100,501&100",
1746
+ "defenderWallRegenerationEffects": "465&594+600000,465&597+600000",
1747
+ "leftWallUnits": "593+2800#596+3200",
1748
+ "frontWallUnits": "593+2800#596+2600",
1749
+ "rightWallUnits": "593+3000#596+3900",
1750
+ "courtyardPointFactor": 16000,
1751
+ "wallPointFactor": 1600,
1752
+ "generalID": 131,
1753
+ "HighlightEffectIcon": 465
1754
+ },
1755
+ {
1756
+ "raidBossStageID": 110,
1757
+ "raidBossLevelID": 19,
1758
+ "health": 83,
1759
+ "defenderStageEffects": "444&1",
1760
+ "defenderBattleEffects": "445&7000,446&7000,509&7100,510&7100,501&100",
1761
+ "defenderWallRegenerationEffects": "465&594+600000,465&597+600000",
1762
+ "leftWallUnits": "593+2800#596+3200",
1763
+ "frontWallUnits": "593+3000#596+3900",
1764
+ "rightWallUnits": "593+2800#596+2600",
1765
+ "courtyardPointFactor": 16000,
1766
+ "wallPointFactor": 1600,
1767
+ "generalID": 131,
1768
+ "HighlightEffectIcon": "465,444"
1769
+ },
1770
+ {
1771
+ "raidBossStageID": 111,
1772
+ "raidBossLevelID": 19,
1773
+ "health": 67,
1774
+ "defenderStageEffects": "444&1",
1775
+ "defenderBattleEffects": "445&7000,446&7000,509&7100,510&7100,501&100",
1776
+ "defenderWallRegenerationEffects": "465&594+600000,465&597+600000",
1777
+ "leftWallUnits": "593+2800#596+2600",
1778
+ "frontWallUnits": "593+2800#596+3200",
1779
+ "rightWallUnits": "593+3000#596+3900",
1780
+ "courtyardPointFactor": 16000,
1781
+ "wallPointFactor": 1600,
1782
+ "generalID": 132,
1783
+ "HighlightEffectIcon": "465,444"
1784
+ },
1785
+ {
1786
+ "raidBossStageID": 112,
1787
+ "raidBossLevelID": 19,
1788
+ "health": 50,
1789
+ "defenderStageEffects": "444&1",
1790
+ "defenderBattleEffects": "445&7000,446&7000,509&7100,510&7100,501&100",
1791
+ "defenderWallRegenerationEffects": "465&594+600000,465&597+600000",
1792
+ "leftWallUnits": "593+2800#596+2600",
1793
+ "frontWallUnits": "593+2800#596+2600",
1794
+ "rightWallUnits": "593+2800#596+3200",
1795
+ "courtyardPointFactor": 16000,
1796
+ "wallPointFactor": 1600,
1797
+ "generalID": 132,
1798
+ "HighlightEffectIcon": "465,444"
1799
+ },
1800
+ {
1801
+ "raidBossStageID": 113,
1802
+ "raidBossLevelID": 19,
1803
+ "health": 33,
1804
+ "defenderStageEffects": "444&1",
1805
+ "defenderBattleEffects": "445&7000,446&7000,509&7100,510&7100,501&100",
1806
+ "defenderWallRegenerationEffects": "465&594+600000,465&597+600000",
1807
+ "leftWallUnits": "593+2800#596+2600",
1808
+ "frontWallUnits": "593+2800#596+2600",
1809
+ "rightWallUnits": "593+2800#596+3200",
1810
+ "courtyardPointFactor": 16000,
1811
+ "wallPointFactor": 1600,
1812
+ "generalID": 133,
1813
+ "HighlightEffectIcon": "465,444"
1814
+ },
1815
+ {
1816
+ "raidBossStageID": 114,
1817
+ "raidBossLevelID": 19,
1818
+ "health": 17,
1819
+ "defenderStageEffects": "466&594+100,466&597+100",
1820
+ "defenderBattleEffects": "509&500,510&500,501&200",
1821
+ "leftWallUnits": "593+2800#596+2600",
1822
+ "frontWallUnits": "593+2800#596+2600",
1823
+ "rightWallUnits": "593+2800#596+3200",
1824
+ "courtyardPointFactor": 16000,
1825
+ "wallPointFactor": 1600,
1826
+ "generalID": 133,
1827
+ "HighlightEffectIcon": 466
1828
+ },
1829
+ {
1830
+ "raidBossStageID": 115,
1831
+ "raidBossLevelID": 20,
1832
+ "health": 100,
1833
+ "defenderBattleEffects": "445&8500,446&8500,509&8100,510&8100,501&120",
1834
+ "defenderWallRegenerationEffects": "465&594+800000,465&597+800000",
1835
+ "leftWallUnits": "593+3500#596+5500",
1836
+ "frontWallUnits": "593+4500#596+4800",
1837
+ "rightWallUnits": "593+4300#596+3900",
1838
+ "courtyardPointFactor": 18000,
1839
+ "wallPointFactor": 1800,
1840
+ "generalID": 131,
1841
+ "HighlightEffectIcon": 465
1842
+ },
1843
+ {
1844
+ "raidBossStageID": 116,
1845
+ "raidBossLevelID": 20,
1846
+ "health": 83,
1847
+ "defenderStageEffects": "444&1",
1848
+ "defenderBattleEffects": "445&8500,446&8500,509&8100,510&8100,501&120",
1849
+ "defenderWallRegenerationEffects": "465&594+800000,465&597+800000",
1850
+ "leftWallUnits": "593+4500#596+4800",
1851
+ "frontWallUnits": "593+4300#596+3900",
1852
+ "rightWallUnits": "593+3500#596+5500",
1853
+ "courtyardPointFactor": 18000,
1854
+ "wallPointFactor": 1800,
1855
+ "generalID": 131,
1856
+ "HighlightEffectIcon": "465,444"
1857
+ },
1858
+ {
1859
+ "raidBossStageID": 117,
1860
+ "raidBossLevelID": 20,
1861
+ "health": 67,
1862
+ "defenderStageEffects": "444&1",
1863
+ "defenderBattleEffects": "445&8500,446&8500,509&8100,510&8100,501&120",
1864
+ "defenderWallRegenerationEffects": "465&594+800000,465&597+800000",
1865
+ "leftWallUnits": "593+3500#596+5500",
1866
+ "frontWallUnits": "593+3500#596+5500",
1867
+ "rightWallUnits": "593+4300#596+3900",
1868
+ "courtyardPointFactor": 18000,
1869
+ "wallPointFactor": 1800,
1870
+ "generalID": 132,
1871
+ "HighlightEffectIcon": "465,444"
1872
+ },
1873
+ {
1874
+ "raidBossStageID": 118,
1875
+ "raidBossLevelID": 20,
1876
+ "health": 50,
1877
+ "defenderStageEffects": "444&1",
1878
+ "defenderBattleEffects": "445&8500,446&8500,509&8100,510&8100,501&120",
1879
+ "defenderWallRegenerationEffects": "465&594+800000,465&597+800000",
1880
+ "leftWallUnits": "593+3500#596+5500",
1881
+ "frontWallUnits": "593+4300#596+3900",
1882
+ "rightWallUnits": "593+3500#596+5500",
1883
+ "courtyardPointFactor": 18000,
1884
+ "wallPointFactor": 1800,
1885
+ "generalID": 132,
1886
+ "HighlightEffectIcon": "465,444"
1887
+ },
1888
+ {
1889
+ "raidBossStageID": 119,
1890
+ "raidBossLevelID": 20,
1891
+ "health": 33,
1892
+ "defenderStageEffects": "444&1",
1893
+ "defenderBattleEffects": "445&8500,446&8500,509&8100,510&8100,501&120",
1894
+ "defenderWallRegenerationEffects": "465&594+800000,465&597+800000",
1895
+ "leftWallUnits": "593+4300#596+3900",
1896
+ "frontWallUnits": "593+3500#596+5500",
1897
+ "rightWallUnits": "593+4300#596+3900",
1898
+ "courtyardPointFactor": 18000,
1899
+ "wallPointFactor": 1800,
1900
+ "generalID": 133,
1901
+ "HighlightEffectIcon": "465,444"
1902
+ },
1903
+ {
1904
+ "raidBossStageID": 120,
1905
+ "raidBossLevelID": 20,
1906
+ "health": 17,
1907
+ "defenderStageEffects": "466&594+100,466&597+100",
1908
+ "defenderBattleEffects": "509&500,510&500,501&180",
1909
+ "leftWallUnits": "593+4300#596+3900",
1910
+ "frontWallUnits": "593+3500#596+5500",
1911
+ "rightWallUnits": "593+4300#596+3900",
1912
+ "courtyardPointFactor": 18000,
1913
+ "wallPointFactor": 1800,
1914
+ "generalID": 133,
1915
+ "HighlightEffectIcon": 466
1916
+ },
1917
+ {
1918
+ "raidBossStageID": 127,
1919
+ "raidBossLevelID": 22,
1920
+ "health": 100,
1921
+ "defenderBattleEffects": "445&10000,446&10000,509&11000,510&11000,501&350",
1922
+ "defenderWallRegenerationEffects": "465&594+1500000,465&597+1500000",
1923
+ "leftWallUnits": "593+5500#596+7500",
1924
+ "frontWallUnits": "593+6500#596+6800",
1925
+ "rightWallUnits": "593+6300#596+5900",
1926
+ "courtyardPointFactor": 20000,
1927
+ "wallPointFactor": 2000,
1928
+ "generalID": 131,
1929
+ "HighlightEffectIcon": 465
1930
+ },
1931
+ {
1932
+ "raidBossStageID": 128,
1933
+ "raidBossLevelID": 22,
1934
+ "health": 83,
1935
+ "defenderStageEffects": "444&1",
1936
+ "defenderBattleEffects": "445&10000,446&10000,509&11000,510&11000,501&350",
1937
+ "defenderWallRegenerationEffects": "465&594+1500000,465&597+1500000",
1938
+ "leftWallUnits": "593+5500#596+7500",
1939
+ "frontWallUnits": "593+6300#596+5900",
1940
+ "rightWallUnits": "593+6500#596+6800",
1941
+ "courtyardPointFactor": 20000,
1942
+ "wallPointFactor": 2000,
1943
+ "generalID": 131,
1944
+ "HighlightEffectIcon": "465,444"
1945
+ },
1946
+ {
1947
+ "raidBossStageID": 129,
1948
+ "raidBossLevelID": 22,
1949
+ "health": 67,
1950
+ "defenderStageEffects": "444&1",
1951
+ "defenderBattleEffects": "445&10000,446&10000,509&11000,510&11000,501&350",
1952
+ "defenderWallRegenerationEffects": "465&594+1500000,465&597+1500000",
1953
+ "leftWallUnits": "593+6500#596+6800",
1954
+ "frontWallUnits": "593+5500#596+7500",
1955
+ "rightWallUnits": "593+6300#596+5900",
1956
+ "courtyardPointFactor": 20000,
1957
+ "wallPointFactor": 2000,
1958
+ "generalID": 132,
1959
+ "HighlightEffectIcon": "465,444"
1960
+ },
1961
+ {
1962
+ "raidBossStageID": 130,
1963
+ "raidBossLevelID": 22,
1964
+ "health": 50,
1965
+ "defenderStageEffects": "444&1",
1966
+ "defenderBattleEffects": "445&10000,446&10000,509&11000,510&11000,501&350",
1967
+ "defenderWallRegenerationEffects": "465&594+1500000,465&597+1500000",
1968
+ "leftWallUnits": "593+6500#596+6800",
1969
+ "frontWallUnits": "593+6500#596+6800",
1970
+ "rightWallUnits": "593+5500#596+7500",
1971
+ "courtyardPointFactor": 20000,
1972
+ "wallPointFactor": 2000,
1973
+ "generalID": 132,
1974
+ "HighlightEffectIcon": "465,444"
1975
+ },
1976
+ {
1977
+ "raidBossStageID": 131,
1978
+ "raidBossLevelID": 22,
1979
+ "health": 33,
1980
+ "defenderStageEffects": "444&1",
1981
+ "defenderBattleEffects": "445&10000,446&10000,509&11000,510&11000,501&350",
1982
+ "defenderWallRegenerationEffects": "465&594+1500000,465&597+1500000",
1983
+ "leftWallUnits": "593+6500#596+6800",
1984
+ "frontWallUnits": "593+5500#596+7500",
1985
+ "rightWallUnits": "593+5500#596+7500",
1986
+ "courtyardPointFactor": 20000,
1987
+ "wallPointFactor": 2000,
1988
+ "generalID": 133,
1989
+ "HighlightEffectIcon": "465,444"
1990
+ },
1991
+ {
1992
+ "raidBossStageID": 132,
1993
+ "raidBossLevelID": 22,
1994
+ "health": 17,
1995
+ "defenderStageEffects": "466&594+100,466&597+100",
1996
+ "defenderBattleEffects": "509&500,510&500,501&500",
1997
+ "leftWallUnits": "593+6500#596+6800",
1998
+ "frontWallUnits": "593+5500#596+7500",
1999
+ "rightWallUnits": "593+5500#596+7500",
2000
+ "courtyardPointFactor": 20000,
2001
+ "wallPointFactor": 2000,
2002
+ "generalID": 133,
2003
+ "HighlightEffectIcon": 466
942
2004
  }
943
2005
  ]
944
2006
  }