warframe-worldstate-data 2.24.10 → 3.0.0

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 (284) hide show
  1. package/.lintstagedrc.yml +5 -5
  2. package/.mocharc.yml +7 -1
  3. package/biome.json +51 -0
  4. package/data/languages.json +9 -0
  5. package/data/synthTargets.json +1 -1
  6. package/dist/data/arcanes.json +461 -0
  7. package/dist/data/archonShards.json +224 -0
  8. package/dist/data/conclaveData.json +425 -0
  9. package/dist/data/cs/arcanes.json +461 -0
  10. package/dist/data/cs/archonShards.json +224 -0
  11. package/dist/data/cs/conclaveData.json +425 -0
  12. package/dist/data/cs/eventsData.json +27 -0
  13. package/dist/data/cs/factionsData.json +26 -0
  14. package/dist/data/cs/fissureModifiers.json +26 -0
  15. package/dist/data/cs/languages.json +19240 -0
  16. package/dist/data/cs/missionTypes.json +77 -0
  17. package/dist/data/cs/operationTypes.json +6 -0
  18. package/dist/data/cs/persistentEnemyData.json +21 -0
  19. package/dist/data/cs/solNodes.json +2237 -0
  20. package/dist/data/cs/sortieData.json +4253 -0
  21. package/dist/data/cs/steelPath.json +114 -0
  22. package/dist/data/cs/syndicatesData.json +86 -0
  23. package/dist/data/cs/synthTargets.json +1262 -0
  24. package/dist/data/cs/tutorials.json +17 -0
  25. package/dist/data/cs/upgradeTypes.json +14 -0
  26. package/dist/data/de/arcanes.json +461 -0
  27. package/dist/data/de/archonShards.json +224 -0
  28. package/dist/data/de/conclaveData.json +425 -0
  29. package/dist/data/de/eventsData.json +27 -0
  30. package/dist/data/de/factionsData.json +26 -0
  31. package/dist/data/de/fissureModifiers.json +26 -0
  32. package/dist/data/de/languages.json +19240 -0
  33. package/dist/data/de/missionTypes.json +77 -0
  34. package/dist/data/de/operationTypes.json +6 -0
  35. package/dist/data/de/persistentEnemyData.json +21 -0
  36. package/dist/data/de/solNodes.json +2237 -0
  37. package/dist/data/de/sortieData.json +4253 -0
  38. package/dist/data/de/steelPath.json +114 -0
  39. package/dist/data/de/syndicatesData.json +86 -0
  40. package/dist/data/de/synthTargets.json +1262 -0
  41. package/dist/data/de/tutorials.json +17 -0
  42. package/dist/data/de/upgradeTypes.json +14 -0
  43. package/dist/data/es/arcanes.json +461 -0
  44. package/dist/data/es/archonShards.json +224 -0
  45. package/dist/data/es/conclaveData.json +425 -0
  46. package/dist/data/es/eventsData.json +27 -0
  47. package/dist/data/es/factionsData.json +26 -0
  48. package/dist/data/es/fissureModifiers.json +26 -0
  49. package/dist/data/es/languages.json +19240 -0
  50. package/dist/data/es/missionTypes.json +77 -0
  51. package/dist/data/es/operationTypes.json +6 -0
  52. package/dist/data/es/persistentEnemyData.json +21 -0
  53. package/dist/data/es/solNodes.json +2237 -0
  54. package/dist/data/es/sortieData.json +4253 -0
  55. package/dist/data/es/steelPath.json +114 -0
  56. package/dist/data/es/syndicatesData.json +86 -0
  57. package/dist/data/es/synthTargets.json +1262 -0
  58. package/dist/data/es/tutorials.json +17 -0
  59. package/dist/data/es/upgradeTypes.json +14 -0
  60. package/dist/data/eventsData.json +27 -0
  61. package/dist/data/factionsData.json +26 -0
  62. package/dist/data/fissureModifiers.json +26 -0
  63. package/dist/data/fr/arcanes.json +461 -0
  64. package/dist/data/fr/archonShards.json +224 -0
  65. package/dist/data/fr/conclaveData.json +425 -0
  66. package/dist/data/fr/eventsData.json +27 -0
  67. package/dist/data/fr/factionsData.json +26 -0
  68. package/dist/data/fr/fissureModifiers.json +26 -0
  69. package/dist/data/fr/languages.json +19240 -0
  70. package/dist/data/fr/missionTypes.json +77 -0
  71. package/dist/data/fr/operationTypes.json +6 -0
  72. package/dist/data/fr/persistentEnemyData.json +21 -0
  73. package/dist/data/fr/solNodes.json +2237 -0
  74. package/dist/data/fr/sortieData.json +4253 -0
  75. package/dist/data/fr/steelPath.json +114 -0
  76. package/dist/data/fr/syndicatesData.json +86 -0
  77. package/dist/data/fr/synthTargets.json +1262 -0
  78. package/dist/data/fr/tutorials.json +17 -0
  79. package/dist/data/fr/upgradeTypes.json +14 -0
  80. package/dist/data/index.html +13 -0
  81. package/dist/data/it/arcanes.json +461 -0
  82. package/dist/data/it/archonShards.json +224 -0
  83. package/dist/data/it/conclaveData.json +425 -0
  84. package/dist/data/it/eventsData.json +27 -0
  85. package/dist/data/it/factionsData.json +26 -0
  86. package/dist/data/it/fissureModifiers.json +26 -0
  87. package/dist/data/it/languages.json +19240 -0
  88. package/dist/data/it/missionTypes.json +77 -0
  89. package/dist/data/it/operationTypes.json +6 -0
  90. package/dist/data/it/persistentEnemyData.json +21 -0
  91. package/dist/data/it/solNodes.json +2237 -0
  92. package/dist/data/it/sortieData.json +4253 -0
  93. package/dist/data/it/steelPath.json +114 -0
  94. package/dist/data/it/syndicatesData.json +86 -0
  95. package/dist/data/it/synthTargets.json +1262 -0
  96. package/dist/data/it/tutorials.json +17 -0
  97. package/dist/data/it/upgradeTypes.json +14 -0
  98. package/dist/data/ko/arcanes.json +461 -0
  99. package/dist/data/ko/archonShards.json +224 -0
  100. package/dist/data/ko/conclaveData.json +425 -0
  101. package/dist/data/ko/eventsData.json +27 -0
  102. package/dist/data/ko/factionsData.json +26 -0
  103. package/dist/data/ko/fissureModifiers.json +26 -0
  104. package/dist/data/ko/languages.json +19240 -0
  105. package/dist/data/ko/missionTypes.json +77 -0
  106. package/dist/data/ko/operationTypes.json +6 -0
  107. package/dist/data/ko/persistentEnemyData.json +21 -0
  108. package/dist/data/ko/solNodes.json +2237 -0
  109. package/dist/data/ko/sortieData.json +4253 -0
  110. package/dist/data/ko/steelPath.json +114 -0
  111. package/dist/data/ko/syndicatesData.json +86 -0
  112. package/dist/data/ko/synthTargets.json +1262 -0
  113. package/dist/data/ko/tutorials.json +17 -0
  114. package/dist/data/ko/upgradeTypes.json +14 -0
  115. package/dist/data/languages.json +19249 -0
  116. package/dist/data/missionTypes.json +77 -0
  117. package/dist/data/operationTypes.json +6 -0
  118. package/dist/data/persistentEnemyData.json +21 -0
  119. package/dist/data/pl/arcanes.json +461 -0
  120. package/dist/data/pl/archonShards.json +224 -0
  121. package/dist/data/pl/conclaveData.json +425 -0
  122. package/dist/data/pl/eventsData.json +27 -0
  123. package/dist/data/pl/factionsData.json +26 -0
  124. package/dist/data/pl/fissureModifiers.json +26 -0
  125. package/dist/data/pl/languages.json +19240 -0
  126. package/dist/data/pl/missionTypes.json +77 -0
  127. package/dist/data/pl/operationTypes.json +6 -0
  128. package/dist/data/pl/persistentEnemyData.json +21 -0
  129. package/dist/data/pl/solNodes.json +2237 -0
  130. package/dist/data/pl/sortieData.json +4253 -0
  131. package/dist/data/pl/steelPath.json +114 -0
  132. package/dist/data/pl/syndicatesData.json +86 -0
  133. package/dist/data/pl/synthTargets.json +1262 -0
  134. package/dist/data/pl/tutorials.json +17 -0
  135. package/dist/data/pl/upgradeTypes.json +14 -0
  136. package/dist/data/pt/arcanes.json +461 -0
  137. package/dist/data/pt/archonShards.json +224 -0
  138. package/dist/data/pt/conclaveData.json +425 -0
  139. package/dist/data/pt/eventsData.json +27 -0
  140. package/dist/data/pt/factionsData.json +26 -0
  141. package/dist/data/pt/fissureModifiers.json +26 -0
  142. package/dist/data/pt/languages.json +19240 -0
  143. package/dist/data/pt/missionTypes.json +77 -0
  144. package/dist/data/pt/operationTypes.json +6 -0
  145. package/dist/data/pt/persistentEnemyData.json +21 -0
  146. package/dist/data/pt/solNodes.json +2237 -0
  147. package/dist/data/pt/sortieData.json +4253 -0
  148. package/dist/data/pt/steelPath.json +114 -0
  149. package/dist/data/pt/syndicatesData.json +86 -0
  150. package/dist/data/pt/synthTargets.json +1262 -0
  151. package/dist/data/pt/tutorials.json +17 -0
  152. package/dist/data/pt/upgradeTypes.json +14 -0
  153. package/dist/data/ru/arcanes.json +461 -0
  154. package/dist/data/ru/archonShards.json +224 -0
  155. package/dist/data/ru/conclaveData.json +425 -0
  156. package/dist/data/ru/eventsData.json +27 -0
  157. package/dist/data/ru/factionsData.json +26 -0
  158. package/dist/data/ru/fissureModifiers.json +26 -0
  159. package/dist/data/ru/languages.json +19240 -0
  160. package/dist/data/ru/missionTypes.json +77 -0
  161. package/dist/data/ru/operationTypes.json +6 -0
  162. package/dist/data/ru/persistentEnemyData.json +21 -0
  163. package/dist/data/ru/solNodes.json +2237 -0
  164. package/dist/data/ru/sortieData.json +4253 -0
  165. package/dist/data/ru/steelPath.json +114 -0
  166. package/dist/data/ru/syndicatesData.json +86 -0
  167. package/dist/data/ru/synthTargets.json +1262 -0
  168. package/dist/data/ru/tutorials.json +17 -0
  169. package/dist/data/ru/upgradeTypes.json +14 -0
  170. package/dist/data/solNodes.json +2237 -0
  171. package/dist/data/sortieData.json +4253 -0
  172. package/dist/data/sr/arcanes.json +461 -0
  173. package/dist/data/sr/archonShards.json +224 -0
  174. package/dist/data/sr/conclaveData.json +425 -0
  175. package/dist/data/sr/eventsData.json +27 -0
  176. package/dist/data/sr/factionsData.json +26 -0
  177. package/dist/data/sr/fissureModifiers.json +26 -0
  178. package/dist/data/sr/languages.json +19240 -0
  179. package/dist/data/sr/missionTypes.json +77 -0
  180. package/dist/data/sr/operationTypes.json +6 -0
  181. package/dist/data/sr/persistentEnemyData.json +21 -0
  182. package/dist/data/sr/solNodes.json +2237 -0
  183. package/dist/data/sr/sortieData.json +4253 -0
  184. package/dist/data/sr/steelPath.json +114 -0
  185. package/dist/data/sr/syndicatesData.json +86 -0
  186. package/dist/data/sr/synthTargets.json +1262 -0
  187. package/dist/data/sr/tutorials.json +17 -0
  188. package/dist/data/sr/upgradeTypes.json +14 -0
  189. package/dist/data/steelPath.json +33 -0
  190. package/dist/data/syndicatesData.json +86 -0
  191. package/dist/data/synthTargets.json +1262 -0
  192. package/dist/data/tr/arcanes.json +461 -0
  193. package/dist/data/tr/archonShards.json +224 -0
  194. package/dist/data/tr/conclaveData.json +425 -0
  195. package/dist/data/tr/eventsData.json +27 -0
  196. package/dist/data/tr/factionsData.json +26 -0
  197. package/dist/data/tr/fissureModifiers.json +26 -0
  198. package/dist/data/tr/languages.json +19240 -0
  199. package/dist/data/tr/missionTypes.json +77 -0
  200. package/dist/data/tr/operationTypes.json +6 -0
  201. package/dist/data/tr/persistentEnemyData.json +21 -0
  202. package/dist/data/tr/solNodes.json +2237 -0
  203. package/dist/data/tr/sortieData.json +4253 -0
  204. package/dist/data/tr/steelPath.json +114 -0
  205. package/dist/data/tr/syndicatesData.json +86 -0
  206. package/dist/data/tr/synthTargets.json +1262 -0
  207. package/dist/data/tr/tutorials.json +17 -0
  208. package/dist/data/tr/upgradeTypes.json +14 -0
  209. package/dist/data/tutorials.json +17 -0
  210. package/dist/data/uk/arcanes.json +461 -0
  211. package/dist/data/uk/archonShards.json +224 -0
  212. package/dist/data/uk/conclaveData.json +425 -0
  213. package/dist/data/uk/eventsData.json +27 -0
  214. package/dist/data/uk/factionsData.json +26 -0
  215. package/dist/data/uk/fissureModifiers.json +26 -0
  216. package/dist/data/uk/languages.json +19240 -0
  217. package/dist/data/uk/missionTypes.json +77 -0
  218. package/dist/data/uk/operationTypes.json +6 -0
  219. package/dist/data/uk/persistentEnemyData.json +21 -0
  220. package/dist/data/uk/solNodes.json +2237 -0
  221. package/dist/data/uk/sortieData.json +4253 -0
  222. package/dist/data/uk/steelPath.json +114 -0
  223. package/dist/data/uk/syndicatesData.json +86 -0
  224. package/dist/data/uk/synthTargets.json +1262 -0
  225. package/dist/data/uk/tutorials.json +17 -0
  226. package/dist/data/uk/upgradeTypes.json +14 -0
  227. package/dist/data/upgradeTypes.json +14 -0
  228. package/dist/data/zh/arcanes.json +461 -0
  229. package/dist/data/zh/archonShards.json +224 -0
  230. package/dist/data/zh/conclaveData.json +425 -0
  231. package/dist/data/zh/eventsData.json +27 -0
  232. package/dist/data/zh/factionsData.json +26 -0
  233. package/dist/data/zh/fissureModifiers.json +26 -0
  234. package/dist/data/zh/languages.json +19240 -0
  235. package/dist/data/zh/missionTypes.json +77 -0
  236. package/dist/data/zh/operationTypes.json +6 -0
  237. package/dist/data/zh/persistentEnemyData.json +21 -0
  238. package/dist/data/zh/solNodes.json +2237 -0
  239. package/dist/data/zh/sortieData.json +4253 -0
  240. package/dist/data/zh/steelPath.json +114 -0
  241. package/dist/data/zh/syndicatesData.json +86 -0
  242. package/dist/data/zh/synthTargets.json +1262 -0
  243. package/dist/data/zh/tutorials.json +17 -0
  244. package/dist/data/zh/upgradeTypes.json +14 -0
  245. package/dist/exports-D0bYygo0.d.ts +122 -0
  246. package/dist/exports-DOwA1rwv.js +78 -0
  247. package/dist/exports.d.ts +3 -0
  248. package/dist/exports.js +4 -0
  249. package/dist/integrity-Cp6DXUCT.js +15 -0
  250. package/dist/integrity-hhdd4nAB.d.ts +9 -0
  251. package/dist/safeImport-BXmqy9V4.js +21 -0
  252. package/dist/safeImport.d.ts +10 -0
  253. package/dist/safeImport.js +3 -0
  254. package/dist/timeDate-B78E0z0S.js +74 -0
  255. package/dist/timeDate-BZaZFq86.d.ts +48 -0
  256. package/dist/tools/integrity.d.ts +2 -0
  257. package/dist/tools/integrity.js +3 -0
  258. package/dist/tools/timeDate.d.ts +2 -0
  259. package/dist/tools/timeDate.js +3 -0
  260. package/dist/tools/translation.d.ts +4 -0
  261. package/dist/tools/translation.js +5 -0
  262. package/dist/tools/utilities.d.ts +6 -0
  263. package/dist/tools/utilities.js +7 -0
  264. package/dist/translation-BbEpzl6v.js +342 -0
  265. package/dist/translation-CMA-O2tP.d.ts +292 -0
  266. package/dist/types-Clh1x9kB.d.ts +94 -0
  267. package/dist/types.d.ts +2 -0
  268. package/dist/types.js +0 -0
  269. package/exports.ts +153 -0
  270. package/package.json +31 -18
  271. package/{safeImport.js → safeImport.ts} +8 -4
  272. package/tools/integrity.ts +16 -0
  273. package/tools/sortLanguages.ts +44 -0
  274. package/tools/{timeDate.js → timeDate.ts} +12 -8
  275. package/tools/{translation.js → translation.ts} +79 -52
  276. package/tools/utilities.ts +3 -0
  277. package/tsconfig.json +13 -0
  278. package/tsdown.config.ts +15 -0
  279. package/types.ts +69 -0
  280. package/.eslintignore +0 -3
  281. package/.eslintrc.yml +0 -19
  282. package/exports.js +0 -144
  283. package/tools/integrity.js +0 -15
  284. package/tools/utilities.js +0 -3
@@ -0,0 +1,4253 @@
1
+ {
2
+ "modifierTypes": {
3
+ "SORTIE_MODIFIER_LOW_ENERGY": "Energy Reduction",
4
+ "SORTIE_MODIFIER_IMPACT": "Enemy Physical Enhancement: Impact",
5
+ "SORTIE_MODIFIER_SLASH": "Enemy Physical Enhancement: Slash",
6
+ "SORTIE_MODIFIER_PUNCTURE": "Enemy Physical Enhancement: Puncture",
7
+ "SORTIE_MODIFIER_EXIMUS": "Eximus Stronghold",
8
+ "SORTIE_MODIFIER_MAGNETIC": "Enemy Elemental Enhancement: Magnetic",
9
+ "SORTIE_MODIFIER_CORROSIVE": "Enemy Elemental Enhancement: Corrosive",
10
+ "SORTIE_MODIFIER_VIRAL": "Enemy Elemental Enhancement: Viral",
11
+ "SORTIE_MODIFIER_ELECTRICITY": "Enemy Elemental Enhancement: Electricity",
12
+ "SORTIE_MODIFIER_RADIATION": "Enemy Elemental Enhancement: Radiation",
13
+ "SORTIE_MODIFIER_GAS": "Enemy Elemental Enhancement: Gas",
14
+ "SORTIE_MODIFIER_FIRE": "Enemy Elemental Enhancement: Heat",
15
+ "SORTIE_MODIFIER_EXPLOSION": "Enemy Elemental Enhancement: Blast",
16
+ "SORTIE_MODIFIER_FREEZE": "Enemy Elemental Enhancement: Cold",
17
+ "SORTIE_MODIFIER_TOXIN": "Enemy Elemental Enhancement: Toxin",
18
+ "SORTIE_MODIFIER_POISON": "Enemy Elemental Enhancement: Toxin",
19
+ "SORTIE_MODIFIER_HAZARD_RADIATION": "Environmental Hazard: Radiation Pockets",
20
+ "SORTIE_MODIFIER_HAZARD_MAGNETIC": "Environmental Hazard: Electromagnetic Anomalies",
21
+ "SORTIE_MODIFIER_HAZARD_FOG": "Environmental Hazard: Dense Fog",
22
+ "SORTIE_MODIFIER_HAZARD_FIRE": "Environmental Hazard: Fire",
23
+ "SORTIE_MODIFIER_HAZARD_ICE": "Environmental Effect: Cryogenic Leakage",
24
+ "SORTIE_MODIFIER_HAZARD_COLD": "Environmental Effect: Extreme Cold",
25
+ "SORTIE_MODIFIER_ARMOR": "Augmented Enemy Armor",
26
+ "SORTIE_MODIFIER_SHIELDS": "Enhanced Enemy Shields",
27
+ "SORTIE_MODIFIER_SECONDARY_ONLY": "Weapon Restriction: Pistol Only",
28
+ "SORTIE_MODIFIER_SHOTGUN_ONLY": "Weapon Restriction: Shotgun Only",
29
+ "SORTIE_MODIFIER_SNIPER_ONLY": "Weapon Restriction: Sniper Only",
30
+ "SORTIE_MODIFIER_RIFLE_ONLY": "Weapon Restriction: Assault Rifle Only",
31
+ "SORTIE_MODIFIER_MELEE_ONLY": "Weapon Restriction: Melee Only",
32
+ "SORTIE_MODIFIER_BOW_ONLY": "Weapon Restriction: Bow Only"
33
+ },
34
+ "modifierDescriptions": {
35
+ "SORTIE_MODIFIER_LOW_ENERGY": "Maximum Warframe Energy capacity is quartered. Energy Siphon is less effective.",
36
+ "SORTIE_MODIFIER_IMPACT": "Enemies can deal enhanced impact damage. Finishing damage is not resisted.",
37
+ "SORTIE_MODIFIER_SLASH": "Enemies can deal enhanced slash damage. Finishing damage is not resisted.",
38
+ "SORTIE_MODIFIER_PUNCTURE": "Enemies can deal enhanced puncture damage. Finishing damage is not resisted.",
39
+ "SORTIE_MODIFIER_EXIMUS": "Eximus units have a much higher spawn rate in this mission. Some of their auras stack.",
40
+ "SORTIE_MODIFIER_MAGNETIC": "Enemies deal increased Magnetic damage and also have increased Immunity to said damage type.",
41
+ "SORTIE_MODIFIER_CORROSIVE": "Enemies deal increased Corrosive damage and also have increased Immunity to said damage type.",
42
+ "SORTIE_MODIFIER_VIRAL": "Enemies deal increased Viral damage and also have increased Immunity to said damage type.",
43
+ "SORTIE_MODIFIER_ELECTRICITY": "Enemies deal increased Electric damage and also have increased Immunity to said damage type.",
44
+ "SORTIE_MODIFIER_RADIATION": "Enemies deal increased Radiation damage and also have increased Immunity to said damage type.",
45
+ "SORTIE_MODIFIER_GAS": "Enemies deal increased Gas damage and also have increased Immunity to said damage type.",
46
+ "SORTIE_MODIFIER_FIRE": "Enemies deal increased Heat damage and also have increased Immunity to said damage type.",
47
+ "SORTIE_MODIFIER_EXPLOSION": "Enemies deal increased Blast damage and also have increased Immunity to said damage type.",
48
+ "SORTIE_MODIFIER_FREEZE": "Enemies deal increased Cold damage and also have increased Immunity to said damage type.",
49
+ "SORTIE_MODIFIER_TOXIN": "Enemies deal increased Toxin damage and also have increased Immunity to said damage type.",
50
+ "SORTIE_MODIFIER_POISON": "Enemies deal increased Toxin damage and also have increased Immunity to said damage type.",
51
+ "SORTIE_MODIFIER_HAZARD_RADIATION": "Any damage received will impart radiation effects, and so will green clouds around the tileset.",
52
+ "SORTIE_MODIFIER_HAZARD_MAGNETIC": "Reduced Gravity. Blue blobs that deal magnetic procs placed through out the tileset.",
53
+ "SORTIE_MODIFIER_HAZARD_FOG": "Limited visibility in the tileset due to dense fog. Forced night cycle on planets like earth.",
54
+ "SORTIE_MODIFIER_HAZARD_FIRE": "The tileset has a fire hazard. Warframe health is halved. Meltdown Iminent.",
55
+ "SORTIE_MODIFIER_HAZARD_ICE": "Maximum Shield Capacity is halved. Ice patches that cause cold procs.",
56
+ "SORTIE_MODIFIER_HAZARD_COLD": "Mobility is significantly reduced. Sprinting is disabled for this mode.",
57
+ "SORTIE_MODIFIER_ARMOR": "Enemies have Improved/Added armor. Corrosive Projection effects are halved.",
58
+ "SORTIE_MODIFIER_SHIELDS": "Enemies have vastly Improved Shields. Magnetic Procs are advised.",
59
+ "SORTIE_MODIFIER_SECONDARY_ONLY": "Only secondary weapons may be used in this mission, any other weapon type is not allowed, and will be removed automatically if equipped.",
60
+ "SORTIE_MODIFIER_SHOTGUN_ONLY": "Only shotguns may be used in this mission, any other weapon type is not allowed, and will be removed automatically if equipped.",
61
+ "SORTIE_MODIFIER_SNIPER_ONLY": "Only snipers may be used in this mission, any other weapon type is not allowed, and will be removed automatically if equipped.",
62
+ "SORTIE_MODIFIER_RIFLE_ONLY": "Only assault rifles may be used in this mission. Surprisingly, launchers work too. Other weapon types will be removed automatically if equipped.",
63
+ "SORTIE_MODIFIER_MELEE_ONLY": "Only melee weapons may be used in this mission, any other weapon type is not allowed, and will be removed automatically if equipped.",
64
+ "SORTIE_MODIFIER_BOW_ONLY": "Only bows may be used in this mission, crossbows however work too! Other weapon types will be removed automatically if equipped."
65
+ },
66
+ "bosses": {
67
+ "SORTIE_BOSS_HYENA": {
68
+ "name": "Hyena Pack",
69
+ "faction": "Corpus"
70
+ },
71
+ "SORTIE_BOSS_KELA": {
72
+ "name": "Kela De Thaym",
73
+ "faction": "Grineer"
74
+ },
75
+ "SORTIE_BOSS_VOR": {
76
+ "name": "Captain Vor",
77
+ "faction": "Grineer"
78
+ },
79
+ "SORTIE_BOSS_RUK": {
80
+ "name": "General Sargas Ruk",
81
+ "faction": "Grineer"
82
+ },
83
+ "SORTIE_BOSS_HEK": {
84
+ "name": "Councilor Vay Hek",
85
+ "faction": "Grineer"
86
+ },
87
+ "SORTIE_BOSS_KRIL": {
88
+ "name": "Lech Kril",
89
+ "faction": "Grineer"
90
+ },
91
+ "SORTIE_BOSS_TYL": {
92
+ "name": "Tyl Regor",
93
+ "faction": "Grineer"
94
+ },
95
+ "SORTIE_BOSS_JACKAL": {
96
+ "name": "Jackal",
97
+ "faction": "Corpus"
98
+ },
99
+ "SORTIE_BOSS_ALAD": {
100
+ "name": "Alad V",
101
+ "faction": "Corpus"
102
+ },
103
+ "SORTIE_BOSS_AMBULAS": {
104
+ "name": "Ambulas",
105
+ "faction": "Corpus"
106
+ },
107
+ "SORTIE_BOSS_NEF": {
108
+ "name": "Nef Anyo",
109
+ "faction": "Corpus"
110
+ },
111
+ "SORTIE_BOSS_RAPTOR": {
112
+ "name": "Raptor",
113
+ "faction": "Corpus"
114
+ },
115
+ "SORTIE_BOSS_PHORID": {
116
+ "name": "Phorid",
117
+ "faction": "Infestation"
118
+ },
119
+ "SORTIE_BOSS_LEPHANTIS": {
120
+ "name": "Lephantis",
121
+ "faction": "Infestation"
122
+ },
123
+ "SORTIE_BOSS_INFALAD": {
124
+ "name": "Mutalist Alad V",
125
+ "faction": "Infestation"
126
+ },
127
+ "SORTIE_BOSS_CORRUPTED_VOR": {
128
+ "name": "Corrupted Vor",
129
+ "faction": "Corrupted"
130
+ },
131
+ "SORTIE_BOSS_BOREAL": {
132
+ "name": "Archon Boreal",
133
+ "faction": "Narmer"
134
+ },
135
+ "SORTIE_BOSS_AMAR": {
136
+ "name": "Archon Amar",
137
+ "faction": "Narmer"
138
+ },
139
+ "SORTIE_BOSS_NIRA": {
140
+ "name": "Archon Nira",
141
+ "faction": "Narmer"
142
+ },
143
+ "SORTIE_BOSS_PAAZUL": {
144
+ "name": "Archon Paazul",
145
+ "faction": "Narmer"
146
+ }
147
+ },
148
+ "endStates": [
149
+ {
150
+ "bossName": "Captain Vor",
151
+ "regions": [
152
+ {
153
+ "name": "0",
154
+ "missions": []
155
+ },
156
+ {
157
+ "name": "Mercury",
158
+ "missions": [
159
+ "Exterminate",
160
+ "Survival",
161
+ "Rescue",
162
+ "Sabotage",
163
+ "Spy",
164
+ "Defense",
165
+ "Mobile Defense",
166
+ "Interception",
167
+ "Spy",
168
+ "Assassination"
169
+ ]
170
+ },
171
+ {
172
+ "name": "Venus",
173
+ "missions": [
174
+ "Exterminate",
175
+ "Excavation",
176
+ "Rescue",
177
+ "Sabotage",
178
+ "Spy",
179
+ "Defense",
180
+ "Mobile Defense",
181
+ "Defense",
182
+ "Spy",
183
+ "Assassination"
184
+ ]
185
+ },
186
+ {
187
+ "name": "Earth",
188
+ "missions": [
189
+ "Exterminate",
190
+ "Excavation",
191
+ "Rescue",
192
+ "Sabotage",
193
+ "Spy",
194
+ "Defense",
195
+ "Mobile Defense",
196
+ "Interception",
197
+ "Exterminate",
198
+ "Assassination"
199
+ ]
200
+ },
201
+ {
202
+ "name": "Mars",
203
+ "missions": [
204
+ "Exterminate",
205
+ "Survival",
206
+ "Rescue",
207
+ "Sabotage",
208
+ "Spy",
209
+ "Interception",
210
+ "Mobile Defense",
211
+ "Interception",
212
+ "Spy",
213
+ "Assassination"
214
+ ]
215
+ },
216
+ {
217
+ "name": "Jupiter",
218
+ "missions": [
219
+ "Exterminate",
220
+ "Survival",
221
+ "Rescue",
222
+ "Sabotage",
223
+ "Spy",
224
+ "Defense",
225
+ "Mobile Defense",
226
+ "Interception",
227
+ "Spy",
228
+ "Assassination"
229
+ ]
230
+ },
231
+ {
232
+ "name": "Saturn",
233
+ "missions": [
234
+ "Exterminate",
235
+ "Survival",
236
+ "Rescue",
237
+ "Sabotage",
238
+ "Spy",
239
+ "Defense",
240
+ "Mobile Defense",
241
+ "Interception",
242
+ "Spy",
243
+ "Assassination"
244
+ ]
245
+ },
246
+ {
247
+ "name": "Uranus",
248
+ "missions": [
249
+ "Exterminate",
250
+ "Survival",
251
+ "Rescue",
252
+ "Sabotage",
253
+ "Spy",
254
+ "Defense",
255
+ "Mobile Defense",
256
+ "Interception",
257
+ "Spy",
258
+ "Assassination"
259
+ ]
260
+ },
261
+ {
262
+ "name": "Neptune",
263
+ "missions": [
264
+ "Exterminate",
265
+ "Excavation",
266
+ "Rescue",
267
+ "Sabotage",
268
+ "Spy",
269
+ "Defense",
270
+ "Mobile Defense",
271
+ "Excavation",
272
+ "Spy",
273
+ "Assassination"
274
+ ]
275
+ },
276
+ {
277
+ "name": "Pluto",
278
+ "missions": [
279
+ "Exterminate",
280
+ "Survival",
281
+ "Rescue",
282
+ "Sabotage",
283
+ "Spy",
284
+ "Defense",
285
+ "Mobile Defense",
286
+ "Interception",
287
+ "Spy",
288
+ "Assassination"
289
+ ]
290
+ },
291
+ {
292
+ "name": "Ceres",
293
+ "missions": [
294
+ "Exterminate",
295
+ "Survival",
296
+ "Rescue",
297
+ "Sabotage",
298
+ "Spy",
299
+ "Defense",
300
+ "Mobile Defense",
301
+ "Interception",
302
+ "Hijack",
303
+ "Assassination"
304
+ ]
305
+ },
306
+ {
307
+ "name": "Eris",
308
+ "missions": [
309
+ "Exterminate",
310
+ "Survival",
311
+ "Rescue",
312
+ "Sabotage",
313
+ "Spy",
314
+ "Defense",
315
+ "Mobile Defense",
316
+ "Interception",
317
+ "Spy",
318
+ "Assassination"
319
+ ]
320
+ },
321
+ {
322
+ "name": "Sedna",
323
+ "missions": [
324
+ "Exterminate",
325
+ "Survival",
326
+ "Rescue",
327
+ "Sabotage",
328
+ "Spy",
329
+ "Defense",
330
+ "Mobile Defense",
331
+ "Interception",
332
+ "Spy",
333
+ "Assassination"
334
+ ]
335
+ },
336
+ {
337
+ "name": "Europa",
338
+ "missions": [
339
+ "Exterminate",
340
+ "Excavation",
341
+ "Rescue",
342
+ "Sabotage",
343
+ "Spy",
344
+ "Defense",
345
+ "Mobile Defense",
346
+ "Interception",
347
+ "Hijack",
348
+ "Assassination"
349
+ ]
350
+ },
351
+ {
352
+ "name": "14",
353
+ "missions": []
354
+ },
355
+ {
356
+ "name": "15",
357
+ "missions": []
358
+ },
359
+ {
360
+ "name": "Phobos",
361
+ "missions": [
362
+ "Exterminate",
363
+ "Excavation",
364
+ "Rescue",
365
+ "Sabotage",
366
+ "Spy",
367
+ "Defense",
368
+ "Mobile Defense",
369
+ "Interception",
370
+ "Exterminate",
371
+ "Assassination"
372
+ ]
373
+ },
374
+ {
375
+ "name": "16",
376
+ "missions": [
377
+ "Exterminate",
378
+ "Excavation",
379
+ "Rescue",
380
+ "Sabotage",
381
+ "Spy",
382
+ "Defense",
383
+ "Mobile Defense",
384
+ "Interception",
385
+ "Exterminate",
386
+ "Assassination"
387
+ ]
388
+ },
389
+ {
390
+ "name": "17",
391
+ "missions": [
392
+ "Exterminate",
393
+ "Excavation",
394
+ "Rescue",
395
+ "Sabotage",
396
+ "Spy",
397
+ "Defense",
398
+ "Mobile Defense",
399
+ "Interception",
400
+ "Exterminate",
401
+ "Assassination"
402
+ ]
403
+ },
404
+ {
405
+ "name": "Lua",
406
+ "missions": [
407
+ "Exterminate",
408
+ "Excavation",
409
+ "Rescue",
410
+ "Sabotage",
411
+ "Spy",
412
+ "Defense",
413
+ "Mobile Defense",
414
+ "Interception",
415
+ "Exterminate",
416
+ "Assassination"
417
+ ]
418
+ },
419
+ {
420
+ "name": "Kuva Fortress",
421
+ "missions": [
422
+ "Defense",
423
+ "Defense",
424
+ "Defense",
425
+ "Defense",
426
+ "Defense",
427
+ "Defense",
428
+ "Defense",
429
+ "Defense",
430
+ "Defense",
431
+ "Assassination"
432
+ ]
433
+ }
434
+ ]
435
+ },
436
+ {
437
+ "bossName": "Vay Hek",
438
+ "regions": [
439
+ {
440
+ "name": "0",
441
+ "missions": []
442
+ },
443
+ {
444
+ "name": "Mercury",
445
+ "missions": [
446
+ "Exterminate",
447
+ "Survival",
448
+ "Rescue",
449
+ "Sabotage",
450
+ "Spy",
451
+ "Defense",
452
+ "Mobile Defense",
453
+ "Interception",
454
+ "Spy",
455
+ "Assassination"
456
+ ]
457
+ },
458
+ {
459
+ "name": "Venus",
460
+ "missions": [
461
+ "Exterminate",
462
+ "Excavation",
463
+ "Rescue",
464
+ "Sabotage",
465
+ "Spy",
466
+ "Defense",
467
+ "Mobile Defense",
468
+ "Defense",
469
+ "Spy",
470
+ "Assassination"
471
+ ]
472
+ },
473
+ {
474
+ "name": "Earth",
475
+ "missions": [
476
+ "Exterminate",
477
+ "Excavation",
478
+ "Rescue",
479
+ "Sabotage",
480
+ "Spy",
481
+ "Defense",
482
+ "Mobile Defense",
483
+ "Interception",
484
+ "Exterminate",
485
+ "Assassination"
486
+ ]
487
+ },
488
+ {
489
+ "name": "Mars",
490
+ "missions": [
491
+ "Exterminate",
492
+ "Survival",
493
+ "Rescue",
494
+ "Sabotage",
495
+ "Spy",
496
+ "Interception",
497
+ "Mobile Defense",
498
+ "Interception",
499
+ "Spy",
500
+ "Assassination"
501
+ ]
502
+ },
503
+ {
504
+ "name": "Jupiter",
505
+ "missions": [
506
+ "Exterminate",
507
+ "Survival",
508
+ "Rescue",
509
+ "Sabotage",
510
+ "Spy",
511
+ "Defense",
512
+ "Mobile Defense",
513
+ "Interception",
514
+ "Spy",
515
+ "Assassination"
516
+ ]
517
+ },
518
+ {
519
+ "name": "Saturn",
520
+ "missions": [
521
+ "Exterminate",
522
+ "Survival",
523
+ "Rescue",
524
+ "Sabotage",
525
+ "Spy",
526
+ "Defense",
527
+ "Mobile Defense",
528
+ "Interception",
529
+ "Spy",
530
+ "Assassination"
531
+ ]
532
+ },
533
+ {
534
+ "name": "Uranus",
535
+ "missions": [
536
+ "Exterminate",
537
+ "Survival",
538
+ "Rescue",
539
+ "Sabotage",
540
+ "Spy",
541
+ "Defense",
542
+ "Mobile Defense",
543
+ "Interception",
544
+ "Spy",
545
+ "Assassination"
546
+ ]
547
+ },
548
+ {
549
+ "name": "Neptune",
550
+ "missions": [
551
+ "Exterminate",
552
+ "Excavation",
553
+ "Rescue",
554
+ "Sabotage",
555
+ "Spy",
556
+ "Defense",
557
+ "Mobile Defense",
558
+ "Excavation",
559
+ "Spy",
560
+ "Assassination"
561
+ ]
562
+ },
563
+ {
564
+ "name": "Pluto",
565
+ "missions": [
566
+ "Exterminate",
567
+ "Survival",
568
+ "Rescue",
569
+ "Sabotage",
570
+ "Spy",
571
+ "Defense",
572
+ "Mobile Defense",
573
+ "Interception",
574
+ "Spy",
575
+ "Assassination"
576
+ ]
577
+ },
578
+ {
579
+ "name": "Ceres",
580
+ "missions": [
581
+ "Exterminate",
582
+ "Survival",
583
+ "Rescue",
584
+ "Sabotage",
585
+ "Spy",
586
+ "Defense",
587
+ "Mobile Defense",
588
+ "Interception",
589
+ "Hijack",
590
+ "Assassination"
591
+ ]
592
+ },
593
+ {
594
+ "name": "Eris",
595
+ "missions": [
596
+ "Exterminate",
597
+ "Survival",
598
+ "Rescue",
599
+ "Sabotage",
600
+ "Spy",
601
+ "Defense",
602
+ "Mobile Defense",
603
+ "Interception",
604
+ "Spy",
605
+ "Assassination"
606
+ ]
607
+ },
608
+ {
609
+ "name": "Sedna",
610
+ "missions": [
611
+ "Exterminate",
612
+ "Survival",
613
+ "Rescue",
614
+ "Sabotage",
615
+ "Spy",
616
+ "Defense",
617
+ "Mobile Defense",
618
+ "Interception",
619
+ "Spy",
620
+ "Assassination"
621
+ ]
622
+ },
623
+ {
624
+ "name": "Europa",
625
+ "missions": [
626
+ "Exterminate",
627
+ "Excavation",
628
+ "Rescue",
629
+ "Sabotage",
630
+ "Spy",
631
+ "Defense",
632
+ "Mobile Defense",
633
+ "Interception",
634
+ "Hijack",
635
+ "Assassination"
636
+ ]
637
+ },
638
+ {
639
+ "name": "14",
640
+ "missions": []
641
+ },
642
+ {
643
+ "name": "15",
644
+ "missions": []
645
+ },
646
+ {
647
+ "name": "Phobos",
648
+ "missions": [
649
+ "Exterminate",
650
+ "Excavation",
651
+ "Rescue",
652
+ "Sabotage",
653
+ "Spy",
654
+ "Defense",
655
+ "Mobile Defense",
656
+ "Interception",
657
+ "Exterminate",
658
+ "Assassination"
659
+ ]
660
+ },
661
+ {
662
+ "name": "17",
663
+ "missions": [
664
+ "Exterminate",
665
+ "Excavation",
666
+ "Rescue",
667
+ "Sabotage",
668
+ "Spy",
669
+ "Defense",
670
+ "Mobile Defense",
671
+ "Interception",
672
+ "Exterminate",
673
+ "Assassination"
674
+ ]
675
+ },
676
+ {
677
+ "name": "Lua",
678
+ "missions": [
679
+ "Exterminate",
680
+ "Excavation",
681
+ "Rescue",
682
+ "Sabotage",
683
+ "Spy",
684
+ "Defense",
685
+ "Mobile Defense",
686
+ "Interception",
687
+ "Exterminate",
688
+ "Assassination"
689
+ ]
690
+ },
691
+ {
692
+ "name": "Kuva Fortress",
693
+ "missions": [
694
+ "Defense",
695
+ "Defense",
696
+ "Defense",
697
+ "Defense",
698
+ "Defense",
699
+ "Defense",
700
+ "Defense",
701
+ "Defense",
702
+ "Defense",
703
+ "Assassination"
704
+ ]
705
+ }
706
+ ]
707
+ },
708
+ {
709
+ "bossName": "Sargas Ruk",
710
+ "regions": [
711
+ {
712
+ "name": "0",
713
+ "missions": []
714
+ },
715
+ {
716
+ "name": "Mercury",
717
+ "missions": [
718
+ "Exterminate",
719
+ "Survival",
720
+ "Rescue",
721
+ "Sabotage",
722
+ "Spy",
723
+ "Defense",
724
+ "Mobile Defense",
725
+ "Interception",
726
+ "Spy",
727
+ "Assassination"
728
+ ]
729
+ },
730
+ {
731
+ "name": "Venus",
732
+ "missions": [
733
+ "Exterminate",
734
+ "Excavation",
735
+ "Rescue",
736
+ "Sabotage",
737
+ "Spy",
738
+ "Defense",
739
+ "Mobile Defense",
740
+ "Defense",
741
+ "Spy",
742
+ "Assassination"
743
+ ]
744
+ },
745
+ {
746
+ "name": "Earth",
747
+ "missions": [
748
+ "Exterminate",
749
+ "Excavation",
750
+ "Rescue",
751
+ "Sabotage",
752
+ "Spy",
753
+ "Defense",
754
+ "Mobile Defense",
755
+ "Interception",
756
+ "Exterminate",
757
+ "Assassination"
758
+ ]
759
+ },
760
+ {
761
+ "name": "Mars",
762
+ "missions": [
763
+ "Exterminate",
764
+ "Survival",
765
+ "Rescue",
766
+ "Sabotage",
767
+ "Spy",
768
+ "Interception",
769
+ "Mobile Defense",
770
+ "Interception",
771
+ "Spy",
772
+ "Assassination"
773
+ ]
774
+ },
775
+ {
776
+ "name": "Jupiter",
777
+ "missions": [
778
+ "Exterminate",
779
+ "Survival",
780
+ "Rescue",
781
+ "Sabotage",
782
+ "Spy",
783
+ "Defense",
784
+ "Mobile Defense",
785
+ "Interception",
786
+ "Spy",
787
+ "Assassination"
788
+ ]
789
+ },
790
+ {
791
+ "name": "Saturn",
792
+ "missions": [
793
+ "Exterminate",
794
+ "Survival",
795
+ "Rescue",
796
+ "Sabotage",
797
+ "Spy",
798
+ "Defense",
799
+ "Mobile Defense",
800
+ "Interception",
801
+ "Spy",
802
+ "Assassination"
803
+ ]
804
+ },
805
+ {
806
+ "name": "Uranus",
807
+ "missions": [
808
+ "Exterminate",
809
+ "Survival",
810
+ "Rescue",
811
+ "Sabotage",
812
+ "Spy",
813
+ "Defense",
814
+ "Mobile Defense",
815
+ "Interception",
816
+ "Spy",
817
+ "Assassination"
818
+ ]
819
+ },
820
+ {
821
+ "name": "Neptune",
822
+ "missions": [
823
+ "Exterminate",
824
+ "Excavation",
825
+ "Rescue",
826
+ "Sabotage",
827
+ "Spy",
828
+ "Defense",
829
+ "Mobile Defense",
830
+ "Excavation",
831
+ "Spy",
832
+ "Assassination"
833
+ ]
834
+ },
835
+ {
836
+ "name": "Pluto",
837
+ "missions": [
838
+ "Exterminate",
839
+ "Survival",
840
+ "Rescue",
841
+ "Sabotage",
842
+ "Spy",
843
+ "Defense",
844
+ "Mobile Defense",
845
+ "Interception",
846
+ "Spy",
847
+ "Assassination"
848
+ ]
849
+ },
850
+ {
851
+ "name": "Ceres",
852
+ "missions": [
853
+ "Exterminate",
854
+ "Survival",
855
+ "Rescue",
856
+ "Sabotage",
857
+ "Spy",
858
+ "Defense",
859
+ "Mobile Defense",
860
+ "Interception",
861
+ "Defense",
862
+ "Assassination"
863
+ ]
864
+ },
865
+ {
866
+ "name": "Eris",
867
+ "missions": [
868
+ "Exterminate",
869
+ "Survival",
870
+ "Rescue",
871
+ "Sabotage",
872
+ "Spy",
873
+ "Defense",
874
+ "Mobile Defense",
875
+ "Interception",
876
+ "Spy",
877
+ "Assassination"
878
+ ]
879
+ },
880
+ {
881
+ "name": "Sedna",
882
+ "missions": [
883
+ "Exterminate",
884
+ "Survival",
885
+ "Rescue",
886
+ "Sabotage",
887
+ "Spy",
888
+ "Defense",
889
+ "Mobile Defense",
890
+ "Interception",
891
+ "Spy",
892
+ "Assassination"
893
+ ]
894
+ },
895
+ {
896
+ "name": "Europa",
897
+ "missions": [
898
+ "Exterminate",
899
+ "Excavation",
900
+ "Rescue",
901
+ "Sabotage",
902
+ "Spy",
903
+ "Defense",
904
+ "Mobile Defense",
905
+ "Interception",
906
+ "Hijack",
907
+ "Assassination"
908
+ ]
909
+ },
910
+ {
911
+ "name": "14",
912
+ "missions": []
913
+ },
914
+ {
915
+ "name": "15",
916
+ "missions": []
917
+ },
918
+ {
919
+ "name": "Phobos",
920
+ "missions": [
921
+ "Exterminate",
922
+ "Excavation",
923
+ "Rescue",
924
+ "Sabotage",
925
+ "Defense",
926
+ "Defense",
927
+ "Mobile Defense",
928
+ "Interception",
929
+ "Exterminate",
930
+ "Assassination"
931
+ ]
932
+ },
933
+ {
934
+ "name": "17",
935
+ "missions": [
936
+ "Exterminate",
937
+ "Excavation",
938
+ "Rescue",
939
+ "Sabotage",
940
+ "Spy",
941
+ "Defense",
942
+ "Mobile Defense",
943
+ "Interception",
944
+ "Exterminate",
945
+ "Assassination"
946
+ ]
947
+ },
948
+ {
949
+ "name": "Lua",
950
+ "missions": [
951
+ "Exterminate",
952
+ "Excavation",
953
+ "Rescue",
954
+ "Sabotage",
955
+ "Spy",
956
+ "Defense",
957
+ "Mobile Defense",
958
+ "Interception",
959
+ "Exterminate",
960
+ "Assassination"
961
+ ]
962
+ },
963
+ {
964
+ "name": "Kuva Fortress",
965
+ "missions": [
966
+ "Defense",
967
+ "Defense",
968
+ "Defense",
969
+ "Defense",
970
+ "Defense",
971
+ "Defense",
972
+ "Defense",
973
+ "Defense",
974
+ "Defense",
975
+ "Assassination"
976
+ ]
977
+ }
978
+ ]
979
+ },
980
+ {
981
+ "bossName": "Kela de Thaym",
982
+ "regions": [
983
+ {
984
+ "name": "0",
985
+ "missions": []
986
+ },
987
+ {
988
+ "name": "Mercury",
989
+ "missions": [
990
+ "Exterminate",
991
+ "Survival",
992
+ "Survival",
993
+ "Sabotage",
994
+ "Spy",
995
+ "Defense",
996
+ "Mobile Defense",
997
+ "Interception",
998
+ "Spy",
999
+ "Assassination"
1000
+ ]
1001
+ },
1002
+ {
1003
+ "name": "Venus",
1004
+ "missions": [
1005
+ "Exterminate",
1006
+ "Excavation",
1007
+ "Rescue",
1008
+ "Sabotage",
1009
+ "Spy",
1010
+ "Defense",
1011
+ "Mobile Defense",
1012
+ "Defense",
1013
+ "Spy",
1014
+ "Assassination"
1015
+ ]
1016
+ },
1017
+ {
1018
+ "name": "Earth",
1019
+ "missions": [
1020
+ "Exterminate",
1021
+ "Excavation",
1022
+ "Rescue",
1023
+ "Sabotage",
1024
+ "Spy",
1025
+ "Defense",
1026
+ "Mobile Defense",
1027
+ "Interception",
1028
+ "Exterminate",
1029
+ "Assassination"
1030
+ ]
1031
+ },
1032
+ {
1033
+ "name": "Mars",
1034
+ "missions": [
1035
+ "Exterminate",
1036
+ "Survival",
1037
+ "Rescue",
1038
+ "Sabotage",
1039
+ "Spy",
1040
+ "Interception",
1041
+ "Mobile Defense",
1042
+ "Interception",
1043
+ "Spy",
1044
+ "Assassination"
1045
+ ]
1046
+ },
1047
+ {
1048
+ "name": "Jupiter",
1049
+ "missions": [
1050
+ "Exterminate",
1051
+ "Survival",
1052
+ "Rescue",
1053
+ "Sabotage",
1054
+ "Spy",
1055
+ "Defense",
1056
+ "Mobile Defense",
1057
+ "Interception",
1058
+ "Spy",
1059
+ "Assassination"
1060
+ ]
1061
+ },
1062
+ {
1063
+ "name": "Saturn",
1064
+ "missions": [
1065
+ "Exterminate",
1066
+ "Survival",
1067
+ "Rescue",
1068
+ "Sabotage",
1069
+ "Spy",
1070
+ "Defense",
1071
+ "Mobile Defense",
1072
+ "Interception",
1073
+ "Spy",
1074
+ "Assassination"
1075
+ ]
1076
+ },
1077
+ {
1078
+ "name": "Uranus",
1079
+ "missions": [
1080
+ "Exterminate",
1081
+ "Survival",
1082
+ "Rescue",
1083
+ "Sabotage",
1084
+ "Spy",
1085
+ "Defense",
1086
+ "Mobile Defense",
1087
+ "Interception",
1088
+ "Spy",
1089
+ "Assassination"
1090
+ ]
1091
+ },
1092
+ {
1093
+ "name": "Neptune",
1094
+ "missions": [
1095
+ "Exterminate",
1096
+ "Excavation",
1097
+ "Rescue",
1098
+ "Sabotage",
1099
+ "Spy",
1100
+ "Defense",
1101
+ "Mobile Defense",
1102
+ "Excavation",
1103
+ "Spy",
1104
+ "Assassination"
1105
+ ]
1106
+ },
1107
+ {
1108
+ "name": "Pluto",
1109
+ "missions": [
1110
+ "Exterminate",
1111
+ "Survival",
1112
+ "Rescue",
1113
+ "Sabotage",
1114
+ "Spy",
1115
+ "Defense",
1116
+ "Mobile Defense",
1117
+ "Interception",
1118
+ "Spy",
1119
+ "Assassination"
1120
+ ]
1121
+ },
1122
+ {
1123
+ "name": "Ceres",
1124
+ "missions": [
1125
+ "Exterminate",
1126
+ "Survival",
1127
+ "Rescue",
1128
+ "Sabotage",
1129
+ "Spy",
1130
+ "Defense",
1131
+ "Mobile Defense",
1132
+ "Interception",
1133
+ "Hijack",
1134
+ "Assassination"
1135
+ ]
1136
+ },
1137
+ {
1138
+ "name": "Eris",
1139
+ "missions": [
1140
+ "Exterminate",
1141
+ "Survival",
1142
+ "Rescue",
1143
+ "Sabotage",
1144
+ "Spy",
1145
+ "Defense",
1146
+ "Mobile Defense",
1147
+ "Interception",
1148
+ "Spy",
1149
+ "Assassination"
1150
+ ]
1151
+ },
1152
+ {
1153
+ "name": "Sedna",
1154
+ "missions": [
1155
+ "Exterminate",
1156
+ "Survival",
1157
+ "Rescue",
1158
+ "Sabotage",
1159
+ "Spy",
1160
+ "Defense",
1161
+ "Mobile Defense",
1162
+ "Interception",
1163
+ "Spy",
1164
+ "Assassination"
1165
+ ]
1166
+ },
1167
+ {
1168
+ "name": "Europa",
1169
+ "missions": [
1170
+ "Exterminate",
1171
+ "Excavation",
1172
+ "Rescue",
1173
+ "Sabotage",
1174
+ "Spy",
1175
+ "Defense",
1176
+ "Mobile Defense",
1177
+ "Interception",
1178
+ "Hijack",
1179
+ "Assassination"
1180
+ ]
1181
+ },
1182
+ {
1183
+ "name": "14",
1184
+ "missions": []
1185
+ },
1186
+ {
1187
+ "name": "15",
1188
+ "missions": []
1189
+ },
1190
+ {
1191
+ "name": "Phobos",
1192
+ "missions": [
1193
+ "Exterminate",
1194
+ "Excavation",
1195
+ "Rescue",
1196
+ "Sabotage",
1197
+ "Spy",
1198
+ "Defense",
1199
+ "Mobile Defense",
1200
+ "Interception",
1201
+ "Exterminate",
1202
+ "Assassination"
1203
+ ]
1204
+ },
1205
+ {
1206
+ "name": "17",
1207
+ "missions": [
1208
+ "Exterminate",
1209
+ "Excavation",
1210
+ "Rescue",
1211
+ "Sabotage",
1212
+ "Spy",
1213
+ "Defense",
1214
+ "Mobile Defense",
1215
+ "Interception",
1216
+ "Exterminate",
1217
+ "Assassination"
1218
+ ]
1219
+ },
1220
+ {
1221
+ "name": "Lua",
1222
+ "missions": [
1223
+ "Exterminate",
1224
+ "Excavation",
1225
+ "Rescue",
1226
+ "Sabotage",
1227
+ "Spy",
1228
+ "Defense",
1229
+ "Mobile Defense",
1230
+ "Interception",
1231
+ "Exterminate",
1232
+ "Assassination"
1233
+ ]
1234
+ },
1235
+ {
1236
+ "name": "Kuva Fortress",
1237
+ "missions": [
1238
+ "Defense",
1239
+ "Defense",
1240
+ "Defense",
1241
+ "Defense",
1242
+ "Defense",
1243
+ "Defense",
1244
+ "Defense",
1245
+ "Defense",
1246
+ "Defense",
1247
+ "Assassination"
1248
+ ]
1249
+ }
1250
+ ]
1251
+ },
1252
+ {
1253
+ "bossName": "Lech Kril",
1254
+ "regions": [
1255
+ {
1256
+ "name": "0",
1257
+ "missions": []
1258
+ },
1259
+ {
1260
+ "name": "Mercury",
1261
+ "missions": [
1262
+ "Exterminate",
1263
+ "Survival",
1264
+ "Rescue",
1265
+ "Sabotage",
1266
+ "Spy",
1267
+ "Defense",
1268
+ "Mobile Defense",
1269
+ "Interception",
1270
+ "Spy",
1271
+ "Assassination"
1272
+ ]
1273
+ },
1274
+ {
1275
+ "name": "Venus",
1276
+ "missions": [
1277
+ "Exterminate",
1278
+ "Excavation",
1279
+ "Rescue",
1280
+ "Sabotage",
1281
+ "Spy",
1282
+ "Defense",
1283
+ "Mobile Defense",
1284
+ "Defense",
1285
+ "Spy",
1286
+ "Assassination"
1287
+ ]
1288
+ },
1289
+ {
1290
+ "name": "Earth",
1291
+ "missions": [
1292
+ "Exterminate",
1293
+ "Excavation",
1294
+ "Rescue",
1295
+ "Sabotage",
1296
+ "Spy",
1297
+ "Defense",
1298
+ "Mobile Defense",
1299
+ "Interception",
1300
+ "Exterminate",
1301
+ "Assassination"
1302
+ ]
1303
+ },
1304
+ {
1305
+ "name": "Mars",
1306
+ "missions": [
1307
+ "Exterminate",
1308
+ "Survival",
1309
+ "Rescue",
1310
+ "Sabotage",
1311
+ "Spy",
1312
+ "Interception",
1313
+ "Mobile Defense",
1314
+ "Interception",
1315
+ "Spy",
1316
+ "Assassination"
1317
+ ]
1318
+ },
1319
+ {
1320
+ "name": "Jupiter",
1321
+ "missions": [
1322
+ "Exterminate",
1323
+ "Survival",
1324
+ "Rescue",
1325
+ "Sabotage",
1326
+ "Spy",
1327
+ "Defense",
1328
+ "Mobile Defense",
1329
+ "Interception",
1330
+ "Spy",
1331
+ "Assassination"
1332
+ ]
1333
+ },
1334
+ {
1335
+ "name": "Saturn",
1336
+ "missions": [
1337
+ "Exterminate",
1338
+ "Survival",
1339
+ "Rescue",
1340
+ "Sabotage",
1341
+ "Spy",
1342
+ "Defense",
1343
+ "Mobile Defense",
1344
+ "Interception",
1345
+ "Spy",
1346
+ "Assassination"
1347
+ ]
1348
+ },
1349
+ {
1350
+ "name": "Uranus",
1351
+ "missions": [
1352
+ "Exterminate",
1353
+ "Survival",
1354
+ "Rescue",
1355
+ "Sabotage",
1356
+ "Spy",
1357
+ "Defense",
1358
+ "Mobile Defense",
1359
+ "Interception",
1360
+ "Spy",
1361
+ "Assassination"
1362
+ ]
1363
+ },
1364
+ {
1365
+ "name": "Neptune",
1366
+ "missions": [
1367
+ "Exterminate",
1368
+ "Excavation",
1369
+ "Rescue",
1370
+ "Sabotage",
1371
+ "Spy",
1372
+ "Defense",
1373
+ "Mobile Defense",
1374
+ "Excavation",
1375
+ "Spy",
1376
+ "Assassination"
1377
+ ]
1378
+ },
1379
+ {
1380
+ "name": "Pluto",
1381
+ "missions": [
1382
+ "Exterminate",
1383
+ "Survival",
1384
+ "Rescue",
1385
+ "Sabotage",
1386
+ "Spy",
1387
+ "Defense",
1388
+ "Mobile Defense",
1389
+ "Interception",
1390
+ "Spy",
1391
+ "Assassination"
1392
+ ]
1393
+ },
1394
+ {
1395
+ "name": "Ceres",
1396
+ "missions": [
1397
+ "Exterminate",
1398
+ "Survival",
1399
+ "Rescue",
1400
+ "Sabotage",
1401
+ "Spy",
1402
+ "Defense",
1403
+ "Mobile Defense",
1404
+ "Interception",
1405
+ "Hijack",
1406
+ "Assassination"
1407
+ ]
1408
+ },
1409
+ {
1410
+ "name": "Eris",
1411
+ "missions": [
1412
+ "Exterminate",
1413
+ "Survival",
1414
+ "Rescue",
1415
+ "Sabotage",
1416
+ "Spy",
1417
+ "Defense",
1418
+ "Mobile Defense",
1419
+ "Interception",
1420
+ "Spy",
1421
+ "Assassination"
1422
+ ]
1423
+ },
1424
+ {
1425
+ "name": "Sedna",
1426
+ "missions": [
1427
+ "Exterminate",
1428
+ "Survival",
1429
+ "Rescue",
1430
+ "Sabotage",
1431
+ "Spy",
1432
+ "Defense",
1433
+ "Mobile Defense",
1434
+ "Interception",
1435
+ "Spy",
1436
+ "Assassination"
1437
+ ]
1438
+ },
1439
+ {
1440
+ "name": "Europa",
1441
+ "missions": [
1442
+ "Exterminate",
1443
+ "Excavation",
1444
+ "Rescue",
1445
+ "Sabotage",
1446
+ "Spy",
1447
+ "Defense",
1448
+ "Mobile Defense",
1449
+ "Interception",
1450
+ "Hijack",
1451
+ "Assassination"
1452
+ ]
1453
+ },
1454
+ {
1455
+ "name": "14",
1456
+ "missions": []
1457
+ },
1458
+ {
1459
+ "name": "15",
1460
+ "missions": []
1461
+ },
1462
+ {
1463
+ "name": "Phobos",
1464
+ "missions": [
1465
+ "Exterminate",
1466
+ "Excavation",
1467
+ "Rescue",
1468
+ "Sabotage",
1469
+ "Spy",
1470
+ "Defense",
1471
+ "Mobile Defense",
1472
+ "Interception",
1473
+ "Exterminate",
1474
+ "Assassination"
1475
+ ]
1476
+ },
1477
+ {
1478
+ "name": "17",
1479
+ "missions": [
1480
+ "Exterminate",
1481
+ "Excavation",
1482
+ "Rescue",
1483
+ "Sabotage",
1484
+ "Spy",
1485
+ "Defense",
1486
+ "Mobile Defense",
1487
+ "Interception",
1488
+ "Exterminate",
1489
+ "Assassination"
1490
+ ]
1491
+ },
1492
+ {
1493
+ "name": "Lua",
1494
+ "missions": [
1495
+ "Exterminate",
1496
+ "Excavation",
1497
+ "Rescue",
1498
+ "Sabotage",
1499
+ "Spy",
1500
+ "Defense",
1501
+ "Mobile Defense",
1502
+ "Interception",
1503
+ "Exterminate",
1504
+ "Assassination"
1505
+ ]
1506
+ },
1507
+ {
1508
+ "name": "Kuva Fortress",
1509
+ "missions": [
1510
+ "Defense",
1511
+ "Defense",
1512
+ "Defense",
1513
+ "Defense",
1514
+ "Defense",
1515
+ "Defense",
1516
+ "Defense",
1517
+ "Defense",
1518
+ "Defense",
1519
+ "Assassination"
1520
+ ]
1521
+ }
1522
+ ]
1523
+ },
1524
+ {
1525
+ "bossName": "Tyl Regor",
1526
+ "regions": [
1527
+ {
1528
+ "name": "0",
1529
+ "missions": []
1530
+ },
1531
+ {
1532
+ "name": "Mercury",
1533
+ "missions": [
1534
+ "Exterminate",
1535
+ "Survival",
1536
+ "Rescue",
1537
+ "Sabotage",
1538
+ "Spy",
1539
+ "Defense",
1540
+ "Mobile Defense",
1541
+ "Interception",
1542
+ "Spy",
1543
+ "Assassination"
1544
+ ]
1545
+ },
1546
+ {
1547
+ "name": "Venus",
1548
+ "missions": [
1549
+ "Exterminate",
1550
+ "Excavation",
1551
+ "Rescue",
1552
+ "Sabotage",
1553
+ "Spy",
1554
+ "Defense",
1555
+ "Mobile Defense",
1556
+ "Defense",
1557
+ "Spy",
1558
+ "Assassination"
1559
+ ]
1560
+ },
1561
+ {
1562
+ "name": "Earth",
1563
+ "missions": [
1564
+ "Exterminate",
1565
+ "Excavation",
1566
+ "Rescue",
1567
+ "Sabotage",
1568
+ "Spy",
1569
+ "Defense",
1570
+ "Mobile Defense",
1571
+ "Interception",
1572
+ "Exterminate",
1573
+ "Assassination"
1574
+ ]
1575
+ },
1576
+ {
1577
+ "name": "Mars",
1578
+ "missions": [
1579
+ "Exterminate",
1580
+ "Survival",
1581
+ "Rescue",
1582
+ "Sabotage",
1583
+ "Spy",
1584
+ "Interception",
1585
+ "Mobile Defense",
1586
+ "Interception",
1587
+ "Spy",
1588
+ "Assassination"
1589
+ ]
1590
+ },
1591
+ {
1592
+ "name": "Jupiter",
1593
+ "missions": [
1594
+ "Exterminate",
1595
+ "Survival",
1596
+ "Rescue",
1597
+ "Sabotage",
1598
+ "Spy",
1599
+ "Defense",
1600
+ "Mobile Defense",
1601
+ "Interception",
1602
+ "Spy",
1603
+ "Assassination"
1604
+ ]
1605
+ },
1606
+ {
1607
+ "name": "Saturn",
1608
+ "missions": [
1609
+ "Exterminate",
1610
+ "Survival",
1611
+ "Rescue",
1612
+ "Sabotage",
1613
+ "Spy",
1614
+ "Defense",
1615
+ "Mobile Defense",
1616
+ "Interception",
1617
+ "Spy",
1618
+ "Assassination"
1619
+ ]
1620
+ },
1621
+ {
1622
+ "name": "Uranus",
1623
+ "missions": [
1624
+ "Exterminate",
1625
+ "Survival",
1626
+ "Rescue",
1627
+ "Sabotage",
1628
+ "Spy",
1629
+ "Defense",
1630
+ "Mobile Defense",
1631
+ "Interception",
1632
+ "Spy",
1633
+ "Assassination"
1634
+ ]
1635
+ },
1636
+ {
1637
+ "name": "Neptune",
1638
+ "missions": [
1639
+ "Exterminate",
1640
+ "Excavation",
1641
+ "Rescue",
1642
+ "Sabotage",
1643
+ "Spy",
1644
+ "Defense",
1645
+ "Mobile Defense",
1646
+ "Excavation",
1647
+ "Spy",
1648
+ "Assassination"
1649
+ ]
1650
+ },
1651
+ {
1652
+ "name": "Pluto",
1653
+ "missions": [
1654
+ "Exterminate",
1655
+ "Survival",
1656
+ "Rescue",
1657
+ "Sabotage",
1658
+ "Spy",
1659
+ "Defense",
1660
+ "Mobile Defense",
1661
+ "Interception",
1662
+ "Spy",
1663
+ "Assassination"
1664
+ ]
1665
+ },
1666
+ {
1667
+ "name": "Ceres",
1668
+ "missions": [
1669
+ "Exterminate",
1670
+ "Survival",
1671
+ "Rescue",
1672
+ "Sabotage",
1673
+ "Spy",
1674
+ "Defense",
1675
+ "Mobile Defense",
1676
+ "Interception",
1677
+ "Hijack",
1678
+ "Assassination"
1679
+ ]
1680
+ },
1681
+ {
1682
+ "name": "Eris",
1683
+ "missions": [
1684
+ "Exterminate",
1685
+ "Survival",
1686
+ "Rescue",
1687
+ "Sabotage",
1688
+ "Spy",
1689
+ "Defense",
1690
+ "Mobile Defense",
1691
+ "Interception",
1692
+ "Spy",
1693
+ "Assassination"
1694
+ ]
1695
+ },
1696
+ {
1697
+ "name": "Sedna",
1698
+ "missions": [
1699
+ "Exterminate",
1700
+ "Survival",
1701
+ "Rescue",
1702
+ "Sabotage",
1703
+ "Spy",
1704
+ "Defense",
1705
+ "Mobile Defense",
1706
+ "Interception",
1707
+ "Spy",
1708
+ "Assassination"
1709
+ ]
1710
+ },
1711
+ {
1712
+ "name": "Europa",
1713
+ "missions": [
1714
+ "Exterminate",
1715
+ "Excavation",
1716
+ "Rescue",
1717
+ "Sabotage",
1718
+ "Spy",
1719
+ "Defense",
1720
+ "Mobile Defense",
1721
+ "Interception",
1722
+ "Hijack",
1723
+ "Assassination"
1724
+ ]
1725
+ },
1726
+ {
1727
+ "name": "14",
1728
+ "missions": []
1729
+ },
1730
+ {
1731
+ "name": "15",
1732
+ "missions": []
1733
+ },
1734
+ {
1735
+ "name": "Phobos",
1736
+ "missions": [
1737
+ "Exterminate",
1738
+ "Excavation",
1739
+ "Rescue",
1740
+ "Sabotage",
1741
+ "Spy",
1742
+ "Defense",
1743
+ "Mobile Defense",
1744
+ "Interception",
1745
+ "Exterminate",
1746
+ "Assassination"
1747
+ ]
1748
+ },
1749
+ {
1750
+ "name": "17",
1751
+ "missions": [
1752
+ "Exterminate",
1753
+ "Excavation",
1754
+ "Rescue",
1755
+ "Sabotage",
1756
+ "Spy",
1757
+ "Defense",
1758
+ "Mobile Defense",
1759
+ "Interception",
1760
+ "Exterminate",
1761
+ "Assassination"
1762
+ ]
1763
+ },
1764
+ {
1765
+ "name": "Lua",
1766
+ "missions": [
1767
+ "Exterminate",
1768
+ "Excavation",
1769
+ "Rescue",
1770
+ "Sabotage",
1771
+ "Spy",
1772
+ "Defense",
1773
+ "Mobile Defense",
1774
+ "Interception",
1775
+ "Exterminate",
1776
+ "Assassination"
1777
+ ]
1778
+ },
1779
+ {
1780
+ "name": "Kuva Fortress",
1781
+ "missions": [
1782
+ "Defense",
1783
+ "Defense",
1784
+ "Defense",
1785
+ "Exterminate",
1786
+ "Defense",
1787
+ "Defense",
1788
+ "Defense",
1789
+ "Defense",
1790
+ "Defense",
1791
+ "Assassination"
1792
+ ]
1793
+ }
1794
+ ]
1795
+ },
1796
+ {
1797
+ "bossName": "Jackal",
1798
+ "regions": [
1799
+ {
1800
+ "name": "0",
1801
+ "missions": []
1802
+ },
1803
+ {
1804
+ "name": "Mercury",
1805
+ "missions": [
1806
+ "Exterminate",
1807
+ "Survival",
1808
+ "Rescue",
1809
+ "Sabotage",
1810
+ "Spy",
1811
+ "Defense",
1812
+ "Mobile Defense",
1813
+ "Interception",
1814
+ "Spy",
1815
+ "Assassination"
1816
+ ]
1817
+ },
1818
+ {
1819
+ "name": "Venus",
1820
+ "missions": [
1821
+ "Exterminate",
1822
+ "Excavation",
1823
+ "Rescue",
1824
+ "Sabotage",
1825
+ "Spy",
1826
+ "Defense",
1827
+ "Mobile Defense",
1828
+ "Defense",
1829
+ "Spy",
1830
+ "Assassination"
1831
+ ]
1832
+ },
1833
+ {
1834
+ "name": "Earth",
1835
+ "missions": [
1836
+ "Exterminate",
1837
+ "Excavation",
1838
+ "Rescue",
1839
+ "Sabotage",
1840
+ "Spy",
1841
+ "Defense",
1842
+ "Mobile Defense",
1843
+ "Interception",
1844
+ "Exterminate",
1845
+ "Assassination"
1846
+ ]
1847
+ },
1848
+ {
1849
+ "name": "Mars",
1850
+ "missions": [
1851
+ "Exterminate",
1852
+ "Excavation",
1853
+ "Rescue",
1854
+ "Sabotage",
1855
+ "Spy",
1856
+ "Interception",
1857
+ "Mobile Defense",
1858
+ "Interception",
1859
+ "Spy",
1860
+ "Assassination"
1861
+ ]
1862
+ },
1863
+ {
1864
+ "name": "Jupiter",
1865
+ "missions": [
1866
+ "Exterminate",
1867
+ "Survival",
1868
+ "Rescue",
1869
+ "Sabotage",
1870
+ "Spy",
1871
+ "Defense",
1872
+ "Mobile Defense",
1873
+ "Interception",
1874
+ "Spy",
1875
+ "Assassination"
1876
+ ]
1877
+ },
1878
+ {
1879
+ "name": "Saturn",
1880
+ "missions": [
1881
+ "Exterminate",
1882
+ "Survival",
1883
+ "Rescue",
1884
+ "Sabotage",
1885
+ "Spy",
1886
+ "Defense",
1887
+ "Mobile Defense",
1888
+ "Interception",
1889
+ "Spy",
1890
+ "Assassination"
1891
+ ]
1892
+ },
1893
+ {
1894
+ "name": "Uranus",
1895
+ "missions": [
1896
+ "Exterminate",
1897
+ "Survival",
1898
+ "Rescue",
1899
+ "Sabotage",
1900
+ "Spy",
1901
+ "Defense",
1902
+ "Mobile Defense",
1903
+ "Interception",
1904
+ "Spy",
1905
+ "Assassination"
1906
+ ]
1907
+ },
1908
+ {
1909
+ "name": "Neptune",
1910
+ "missions": [
1911
+ "Exterminate",
1912
+ "Excavation",
1913
+ "Rescue",
1914
+ "Sabotage",
1915
+ "Spy",
1916
+ "Defense",
1917
+ "Mobile Defense",
1918
+ "Excavation",
1919
+ "Spy",
1920
+ "Assassination"
1921
+ ]
1922
+ },
1923
+ {
1924
+ "name": "Pluto",
1925
+ "missions": [
1926
+ "Exterminate",
1927
+ "Survival",
1928
+ "Rescue",
1929
+ "Sabotage",
1930
+ "Spy",
1931
+ "Defense",
1932
+ "Mobile Defense",
1933
+ "Interception",
1934
+ "Spy",
1935
+ "Assassination"
1936
+ ]
1937
+ },
1938
+ {
1939
+ "name": "Ceres",
1940
+ "missions": [
1941
+ "Exterminate",
1942
+ "Survival",
1943
+ "Rescue",
1944
+ "Sabotage",
1945
+ "Spy",
1946
+ "Defense",
1947
+ "Mobile Defense",
1948
+ "Interception",
1949
+ "Hijack",
1950
+ "Assassination"
1951
+ ]
1952
+ },
1953
+ {
1954
+ "name": "Eris",
1955
+ "missions": [
1956
+ "Exterminate",
1957
+ "Survival",
1958
+ "Rescue",
1959
+ "Sabotage",
1960
+ "Spy",
1961
+ "Defense",
1962
+ "Mobile Defense",
1963
+ "Interception",
1964
+ "Spy",
1965
+ "Assassination"
1966
+ ]
1967
+ },
1968
+ {
1969
+ "name": "Sedna",
1970
+ "missions": [
1971
+ "Exterminate",
1972
+ "Survival",
1973
+ "Rescue",
1974
+ "Sabotage",
1975
+ "Spy",
1976
+ "Defense",
1977
+ "Mobile Defense",
1978
+ "Interception",
1979
+ "Spy",
1980
+ "Assassination"
1981
+ ]
1982
+ },
1983
+ {
1984
+ "name": "Europa",
1985
+ "missions": [
1986
+ "Exterminate",
1987
+ "Excavation",
1988
+ "Rescue",
1989
+ "Sabotage",
1990
+ "Spy",
1991
+ "Defense",
1992
+ "Mobile Defense",
1993
+ "Interception",
1994
+ "Hijack",
1995
+ "Assassination"
1996
+ ]
1997
+ },
1998
+ {
1999
+ "name": "14",
2000
+ "missions": []
2001
+ },
2002
+ {
2003
+ "name": "15",
2004
+ "missions": []
2005
+ },
2006
+ {
2007
+ "name": "Phobos",
2008
+ "missions": [
2009
+ "Exterminate",
2010
+ "Excavation",
2011
+ "Rescue",
2012
+ "Sabotage",
2013
+ "Spy",
2014
+ "Defense",
2015
+ "Mobile Defense",
2016
+ "Interception",
2017
+ "Exterminate",
2018
+ "Assassination"
2019
+ ]
2020
+ },
2021
+ {
2022
+ "name": "17",
2023
+ "missions": [
2024
+ "Exterminate",
2025
+ "Excavation",
2026
+ "Rescue",
2027
+ "Sabotage",
2028
+ "Spy",
2029
+ "Defense",
2030
+ "Mobile Defense",
2031
+ "Interception",
2032
+ "Exterminate",
2033
+ "Assassination"
2034
+ ]
2035
+ },
2036
+ {
2037
+ "name": "Lua",
2038
+ "missions": [
2039
+ "Exterminate",
2040
+ "Excavation",
2041
+ "Rescue",
2042
+ "Sabotage",
2043
+ "Spy",
2044
+ "Defense",
2045
+ "Mobile Defense",
2046
+ "Interception",
2047
+ "Exterminate",
2048
+ "Assassination"
2049
+ ]
2050
+ },
2051
+ {
2052
+ "name": "Kuva Fortress",
2053
+ "missions": [
2054
+ "Defense",
2055
+ "Defense",
2056
+ "Defense",
2057
+ "Defense",
2058
+ "Defense",
2059
+ "Defense",
2060
+ "Defense",
2061
+ "Defense",
2062
+ "Defense",
2063
+ "Assassination"
2064
+ ]
2065
+ }
2066
+ ]
2067
+ },
2068
+ {
2069
+ "bossName": "Alad V",
2070
+ "regions": [
2071
+ {
2072
+ "name": "0",
2073
+ "missions": []
2074
+ },
2075
+ {
2076
+ "name": "Mercury",
2077
+ "missions": [
2078
+ "Exterminate",
2079
+ "Survival",
2080
+ "Rescue",
2081
+ "Sabotage",
2082
+ "Spy",
2083
+ "Defense",
2084
+ "Mobile Defense",
2085
+ "Interception",
2086
+ "Spy",
2087
+ "Assassination"
2088
+ ]
2089
+ },
2090
+ {
2091
+ "name": "Venus",
2092
+ "missions": [
2093
+ "Exterminate",
2094
+ "Excavation",
2095
+ "Rescue",
2096
+ "Sabotage",
2097
+ "Spy",
2098
+ "Defense",
2099
+ "Mobile Defense",
2100
+ "Defense",
2101
+ "Spy",
2102
+ "Assassination"
2103
+ ]
2104
+ },
2105
+ {
2106
+ "name": "Earth",
2107
+ "missions": [
2108
+ "Exterminate",
2109
+ "Excavation",
2110
+ "Rescue",
2111
+ "Sabotage",
2112
+ "Spy",
2113
+ "Defense",
2114
+ "Mobile Defense",
2115
+ "Interception",
2116
+ "Exterminate",
2117
+ "Assassination"
2118
+ ]
2119
+ },
2120
+ {
2121
+ "name": "Mars",
2122
+ "missions": [
2123
+ "Exterminate",
2124
+ "Survival",
2125
+ "Rescue",
2126
+ "Sabotage",
2127
+ "Spy",
2128
+ "Interception",
2129
+ "Mobile Defense",
2130
+ "Interception",
2131
+ "Spy",
2132
+ "Assassination"
2133
+ ]
2134
+ },
2135
+ {
2136
+ "name": "Jupiter",
2137
+ "missions": [
2138
+ "Exterminate",
2139
+ "Survival",
2140
+ "Rescue",
2141
+ "Sabotage",
2142
+ "Spy",
2143
+ "Defense",
2144
+ "Mobile Defense",
2145
+ "Interception",
2146
+ "Spy",
2147
+ "Assassination"
2148
+ ]
2149
+ },
2150
+ {
2151
+ "name": "Saturn",
2152
+ "missions": [
2153
+ "Exterminate",
2154
+ "Survival",
2155
+ "Rescue",
2156
+ "Sabotage",
2157
+ "Spy",
2158
+ "Defense",
2159
+ "Mobile Defense",
2160
+ "Interception",
2161
+ "Spy",
2162
+ "Assassination"
2163
+ ]
2164
+ },
2165
+ {
2166
+ "name": "Uranus",
2167
+ "missions": [
2168
+ "Exterminate",
2169
+ "Survival",
2170
+ "Rescue",
2171
+ "Sabotage",
2172
+ "Spy",
2173
+ "Defense",
2174
+ "Mobile Defense",
2175
+ "Interception",
2176
+ "Spy",
2177
+ "Assassination"
2178
+ ]
2179
+ },
2180
+ {
2181
+ "name": "Neptune",
2182
+ "missions": [
2183
+ "Exterminate",
2184
+ "Survival",
2185
+ "Rescue",
2186
+ "Sabotage",
2187
+ "Spy",
2188
+ "Defense",
2189
+ "Mobile Defense",
2190
+ "Excavation",
2191
+ "Spy",
2192
+ "Assassination"
2193
+ ]
2194
+ },
2195
+ {
2196
+ "name": "Pluto",
2197
+ "missions": [
2198
+ "Exterminate",
2199
+ "Survival",
2200
+ "Rescue",
2201
+ "Sabotage",
2202
+ "Spy",
2203
+ "Defense",
2204
+ "Mobile Defense",
2205
+ "Interception",
2206
+ "Spy",
2207
+ "Assassination"
2208
+ ]
2209
+ },
2210
+ {
2211
+ "name": "Ceres",
2212
+ "missions": [
2213
+ "Exterminate",
2214
+ "Survival",
2215
+ "Rescue",
2216
+ "Sabotage",
2217
+ "Spy",
2218
+ "Defense",
2219
+ "Mobile Defense",
2220
+ "Interception",
2221
+ "Hijack",
2222
+ "Assassination"
2223
+ ]
2224
+ },
2225
+ {
2226
+ "name": "Eris",
2227
+ "missions": [
2228
+ "Exterminate",
2229
+ "Survival",
2230
+ "Rescue",
2231
+ "Sabotage",
2232
+ "Spy",
2233
+ "Defense",
2234
+ "Mobile Defense",
2235
+ "Interception",
2236
+ "Spy",
2237
+ "Assassination"
2238
+ ]
2239
+ },
2240
+ {
2241
+ "name": "Sedna",
2242
+ "missions": [
2243
+ "Exterminate",
2244
+ "Survival",
2245
+ "Rescue",
2246
+ "Sabotage",
2247
+ "Spy",
2248
+ "Defense",
2249
+ "Mobile Defense",
2250
+ "Interception",
2251
+ "Spy",
2252
+ "Assassination"
2253
+ ]
2254
+ },
2255
+ {
2256
+ "name": "Europa",
2257
+ "missions": [
2258
+ "Exterminate",
2259
+ "Excavation",
2260
+ "Rescue",
2261
+ "Sabotage",
2262
+ "Spy",
2263
+ "Defense",
2264
+ "Mobile Defense",
2265
+ "Interception",
2266
+ "Hijack",
2267
+ "Assassination"
2268
+ ]
2269
+ },
2270
+ {
2271
+ "name": "14",
2272
+ "missions": []
2273
+ },
2274
+ {
2275
+ "name": "15",
2276
+ "missions": []
2277
+ },
2278
+ {
2279
+ "name": "Phobos",
2280
+ "missions": [
2281
+ "Exterminate",
2282
+ "Excavation",
2283
+ "Rescue",
2284
+ "Sabotage",
2285
+ "Spy",
2286
+ "Defense",
2287
+ "Mobile Defense",
2288
+ "Interception",
2289
+ "Exterminate",
2290
+ "Assassination"
2291
+ ]
2292
+ },
2293
+ {
2294
+ "name": "17",
2295
+ "missions": [
2296
+ "Exterminate",
2297
+ "Excavation",
2298
+ "Rescue",
2299
+ "Sabotage",
2300
+ "Spy",
2301
+ "Defense",
2302
+ "Mobile Defense",
2303
+ "Interception",
2304
+ "Exterminate",
2305
+ "Assassination"
2306
+ ]
2307
+ },
2308
+ {
2309
+ "name": "Lua",
2310
+ "missions": [
2311
+ "Exterminate",
2312
+ "Excavation",
2313
+ "Rescue",
2314
+ "Sabotage",
2315
+ "Spy",
2316
+ "Defense",
2317
+ "Mobile Defense",
2318
+ "Interception",
2319
+ "Exterminate",
2320
+ "Assassination"
2321
+ ]
2322
+ },
2323
+ {
2324
+ "name": "Kuva Fortress",
2325
+ "missions": [
2326
+ "Defense",
2327
+ "Defense",
2328
+ "Defense",
2329
+ "Exterminate",
2330
+ "Defense",
2331
+ "Defense",
2332
+ "Defense",
2333
+ "Defense",
2334
+ "Defense",
2335
+ "Assassination"
2336
+ ]
2337
+ }
2338
+ ]
2339
+ },
2340
+ {
2341
+ "bossName": "Ambulas",
2342
+ "regions": [
2343
+ {
2344
+ "name": "0",
2345
+ "missions": []
2346
+ },
2347
+ {
2348
+ "name": "Mercury",
2349
+ "missions": [
2350
+ "Exterminate",
2351
+ "Survival",
2352
+ "Rescue",
2353
+ "Sabotage",
2354
+ "Spy",
2355
+ "Defense",
2356
+ "Mobile Defense",
2357
+ "Interception",
2358
+ "Spy",
2359
+ "Assassination"
2360
+ ]
2361
+ },
2362
+ {
2363
+ "name": "Venus",
2364
+ "missions": [
2365
+ "Exterminate",
2366
+ "Excavation",
2367
+ "Rescue",
2368
+ "Sabotage",
2369
+ "Spy",
2370
+ "Defense",
2371
+ "Mobile Defense",
2372
+ "Defense",
2373
+ "Spy",
2374
+ "Assassination"
2375
+ ]
2376
+ },
2377
+ {
2378
+ "name": "Earth",
2379
+ "missions": [
2380
+ "Exterminate",
2381
+ "Excavation",
2382
+ "Rescue",
2383
+ "Sabotage",
2384
+ "Spy",
2385
+ "Defense",
2386
+ "Mobile Defense",
2387
+ "Interception",
2388
+ "Exterminate",
2389
+ "Assassination"
2390
+ ]
2391
+ },
2392
+ {
2393
+ "name": "Mars",
2394
+ "missions": [
2395
+ "Exterminate",
2396
+ "Exterminate",
2397
+ "Rescue",
2398
+ "Sabotage",
2399
+ "Spy",
2400
+ "Interception",
2401
+ "Mobile Defense",
2402
+ "Interception",
2403
+ "Spy",
2404
+ "Assassination"
2405
+ ]
2406
+ },
2407
+ {
2408
+ "name": "Jupiter",
2409
+ "missions": [
2410
+ "Exterminate",
2411
+ "Survival",
2412
+ "Rescue",
2413
+ "Sabotage",
2414
+ "Spy",
2415
+ "Defense",
2416
+ "Mobile Defense",
2417
+ "Interception",
2418
+ "Spy",
2419
+ "Assassination"
2420
+ ]
2421
+ },
2422
+ {
2423
+ "name": "Saturn",
2424
+ "missions": [
2425
+ "Exterminate",
2426
+ "Survival",
2427
+ "Rescue",
2428
+ "Sabotage",
2429
+ "Spy",
2430
+ "Defense",
2431
+ "Mobile Defense",
2432
+ "Interception",
2433
+ "Spy",
2434
+ "Assassination"
2435
+ ]
2436
+ },
2437
+ {
2438
+ "name": "Uranus",
2439
+ "missions": [
2440
+ "Exterminate",
2441
+ "Survival",
2442
+ "Rescue",
2443
+ "Sabotage",
2444
+ "Spy",
2445
+ "Defense",
2446
+ "Mobile Defense",
2447
+ "Interception",
2448
+ "Spy",
2449
+ "Assassination"
2450
+ ]
2451
+ },
2452
+ {
2453
+ "name": "Neptune",
2454
+ "missions": [
2455
+ "Exterminate",
2456
+ "Excavation",
2457
+ "Rescue",
2458
+ "Sabotage",
2459
+ "Spy",
2460
+ "Defense",
2461
+ "Mobile Defense",
2462
+ "Excavation",
2463
+ "Spy",
2464
+ "Assassination"
2465
+ ]
2466
+ },
2467
+ {
2468
+ "name": "Pluto",
2469
+ "missions": [
2470
+ "Exterminate",
2471
+ "Survival",
2472
+ "Rescue",
2473
+ "Sabotage",
2474
+ "Spy",
2475
+ "Defense",
2476
+ "Mobile Defense",
2477
+ "Interception",
2478
+ "Spy",
2479
+ "Assassination"
2480
+ ]
2481
+ },
2482
+ {
2483
+ "name": "Ceres",
2484
+ "missions": [
2485
+ "Exterminate",
2486
+ "Survival",
2487
+ "Rescue",
2488
+ "Sabotage",
2489
+ "Spy",
2490
+ "Defense",
2491
+ "Mobile Defense",
2492
+ "Interception",
2493
+ "Hijack",
2494
+ "Assassination"
2495
+ ]
2496
+ },
2497
+ {
2498
+ "name": "Eris",
2499
+ "missions": [
2500
+ "Exterminate",
2501
+ "Survival",
2502
+ "Rescue",
2503
+ "Sabotage",
2504
+ "Spy",
2505
+ "Defense",
2506
+ "Mobile Defense",
2507
+ "Interception",
2508
+ "Spy",
2509
+ "Assassination"
2510
+ ]
2511
+ },
2512
+ {
2513
+ "name": "Sedna",
2514
+ "missions": [
2515
+ "Exterminate",
2516
+ "Survival",
2517
+ "Rescue",
2518
+ "Sabotage",
2519
+ "Spy",
2520
+ "Defense",
2521
+ "Mobile Defense",
2522
+ "Interception",
2523
+ "Spy",
2524
+ "Assassination"
2525
+ ]
2526
+ },
2527
+ {
2528
+ "name": "Europa",
2529
+ "missions": [
2530
+ "Exterminate",
2531
+ "Excavation",
2532
+ "Rescue",
2533
+ "Sabotage",
2534
+ "Spy",
2535
+ "Defense",
2536
+ "Mobile Defense",
2537
+ "Interception",
2538
+ "Hijack",
2539
+ "Assassination"
2540
+ ]
2541
+ },
2542
+ {
2543
+ "name": "14",
2544
+ "missions": []
2545
+ },
2546
+ {
2547
+ "name": "15",
2548
+ "missions": []
2549
+ },
2550
+ {
2551
+ "name": "Phobos",
2552
+ "missions": [
2553
+ "Exterminate",
2554
+ "Excavation",
2555
+ "Rescue",
2556
+ "Sabotage",
2557
+ "Spy",
2558
+ "Defense",
2559
+ "Mobile Defense",
2560
+ "Interception",
2561
+ "Exterminate",
2562
+ "Assassination"
2563
+ ]
2564
+ },
2565
+ {
2566
+ "name": "17",
2567
+ "missions": [
2568
+ "Exterminate",
2569
+ "Excavation",
2570
+ "Rescue",
2571
+ "Sabotage",
2572
+ "Spy",
2573
+ "Defense",
2574
+ "Mobile Defense",
2575
+ "Interception",
2576
+ "Exterminate",
2577
+ "Assassination"
2578
+ ]
2579
+ },
2580
+ {
2581
+ "name": "Lua",
2582
+ "missions": [
2583
+ "Exterminate",
2584
+ "Excavation",
2585
+ "Rescue",
2586
+ "Sabotage",
2587
+ "Spy",
2588
+ "Defense",
2589
+ "Mobile Defense",
2590
+ "Interception",
2591
+ "Exterminate",
2592
+ "Assassination"
2593
+ ]
2594
+ },
2595
+ {
2596
+ "name": "Kuva Fortress",
2597
+ "missions": [
2598
+ "Defense",
2599
+ "Defense",
2600
+ "Defense",
2601
+ "Exterminate",
2602
+ "Defense",
2603
+ "Defense",
2604
+ "Defense",
2605
+ "Defense",
2606
+ "Defense",
2607
+ "Assassination"
2608
+ ]
2609
+ }
2610
+ ]
2611
+ },
2612
+ {
2613
+ "bossName": "Hyena Pack",
2614
+ "regions": [
2615
+ {
2616
+ "name": "0",
2617
+ "missions": []
2618
+ },
2619
+ {
2620
+ "name": "Mercury",
2621
+ "missions": [
2622
+ "Exterminate",
2623
+ "Survival",
2624
+ "Rescue",
2625
+ "Sabotage",
2626
+ "Spy",
2627
+ "Defense",
2628
+ "Mobile Defense",
2629
+ "Interception",
2630
+ "Spy",
2631
+ "Assassination"
2632
+ ]
2633
+ },
2634
+ {
2635
+ "name": "Venus",
2636
+ "missions": [
2637
+ "Exterminate",
2638
+ "Excavation",
2639
+ "Rescue",
2640
+ "Sabotage",
2641
+ "Spy",
2642
+ "Defense",
2643
+ "Mobile Defense",
2644
+ "Rescue",
2645
+ "Spy",
2646
+ "Assassination"
2647
+ ]
2648
+ },
2649
+ {
2650
+ "name": "Earth",
2651
+ "missions": [
2652
+ "Exterminate",
2653
+ "Excavation",
2654
+ "Rescue",
2655
+ "Sabotage",
2656
+ "Spy",
2657
+ "Defense",
2658
+ "Mobile Defense",
2659
+ "Interception",
2660
+ "Exterminate",
2661
+ "Assassination"
2662
+ ]
2663
+ },
2664
+ {
2665
+ "name": "Mars",
2666
+ "missions": [
2667
+ "Exterminate",
2668
+ "Survival",
2669
+ "Rescue",
2670
+ "Sabotage",
2671
+ "Spy",
2672
+ "Sabotage",
2673
+ "Mobile Defense",
2674
+ "Interception",
2675
+ "Spy",
2676
+ "Assassination"
2677
+ ]
2678
+ },
2679
+ {
2680
+ "name": "Jupiter",
2681
+ "missions": [
2682
+ "Exterminate",
2683
+ "Survival",
2684
+ "Rescue",
2685
+ "Sabotage",
2686
+ "Spy",
2687
+ "Defense",
2688
+ "Mobile Defense",
2689
+ "Interception",
2690
+ "Spy",
2691
+ "Assassination"
2692
+ ]
2693
+ },
2694
+ {
2695
+ "name": "Saturn",
2696
+ "missions": [
2697
+ "Exterminate",
2698
+ "Survival",
2699
+ "Rescue",
2700
+ "Sabotage",
2701
+ "Spy",
2702
+ "Defense",
2703
+ "Mobile Defense",
2704
+ "Interception",
2705
+ "Spy",
2706
+ "Assassination"
2707
+ ]
2708
+ },
2709
+ {
2710
+ "name": "Uranus",
2711
+ "missions": [
2712
+ "Exterminate",
2713
+ "Survival",
2714
+ "Rescue",
2715
+ "Sabotage",
2716
+ "Spy",
2717
+ "Defense",
2718
+ "Mobile Defense",
2719
+ "Interception",
2720
+ "Spy",
2721
+ "Assassination"
2722
+ ]
2723
+ },
2724
+ {
2725
+ "name": "Neptune",
2726
+ "missions": [
2727
+ "Exterminate",
2728
+ "Spy",
2729
+ "Rescue",
2730
+ "Sabotage",
2731
+ "Spy",
2732
+ "Defense",
2733
+ "Mobile Defense",
2734
+ "Interception",
2735
+ "Spy",
2736
+ "Assassination"
2737
+ ]
2738
+ },
2739
+ {
2740
+ "name": "Pluto",
2741
+ "missions": [
2742
+ "Exterminate",
2743
+ "Excavation",
2744
+ "Rescue",
2745
+ "Sabotage",
2746
+ "Spy",
2747
+ "Defense",
2748
+ "Mobile Defense",
2749
+ "Interception",
2750
+ "Spy",
2751
+ "Assassination"
2752
+ ]
2753
+ },
2754
+ {
2755
+ "name": "Ceres",
2756
+ "missions": [
2757
+ "Exterminate",
2758
+ "Survival",
2759
+ "Rescue",
2760
+ "Sabotage",
2761
+ "Spy",
2762
+ "Defense",
2763
+ "Mobile Defense",
2764
+ "Interception",
2765
+ "Hijack",
2766
+ "Assassination"
2767
+ ]
2768
+ },
2769
+ {
2770
+ "name": "Eris",
2771
+ "missions": [
2772
+ "Exterminate",
2773
+ "Survival",
2774
+ "Rescue",
2775
+ "Sabotage",
2776
+ "Spy",
2777
+ "Defense",
2778
+ "Mobile Defense",
2779
+ "Interception",
2780
+ "Spy",
2781
+ "Assassination"
2782
+ ]
2783
+ },
2784
+ {
2785
+ "name": "Sedna",
2786
+ "missions": [
2787
+ "Exterminate",
2788
+ "Survival",
2789
+ "Rescue",
2790
+ "Sabotage",
2791
+ "Spy",
2792
+ "Defense",
2793
+ "Mobile Defense",
2794
+ "Interception",
2795
+ "Spy",
2796
+ "Assassination"
2797
+ ]
2798
+ },
2799
+ {
2800
+ "name": "Europa",
2801
+ "missions": [
2802
+ "Exterminate",
2803
+ "Excavation",
2804
+ "Rescue",
2805
+ "Sabotage",
2806
+ "Spy",
2807
+ "Defense",
2808
+ "Mobile Defense",
2809
+ "Interception",
2810
+ "Hijack",
2811
+ "Assassination"
2812
+ ]
2813
+ },
2814
+ {
2815
+ "name": "14",
2816
+ "missions": []
2817
+ },
2818
+ {
2819
+ "name": "15",
2820
+ "missions": []
2821
+ },
2822
+ {
2823
+ "name": "Phobos",
2824
+ "missions": [
2825
+ "Exterminate",
2826
+ "Excavation",
2827
+ "Rescue",
2828
+ "Sabotage",
2829
+ "Spy",
2830
+ "Defense",
2831
+ "Mobile Defense",
2832
+ "Interception",
2833
+ "Exterminate",
2834
+ "Assassination"
2835
+ ]
2836
+ },
2837
+ {
2838
+ "name": "17",
2839
+ "missions": [
2840
+ "Exterminate",
2841
+ "Excavation",
2842
+ "Rescue",
2843
+ "Sabotage",
2844
+ "Spy",
2845
+ "Defense",
2846
+ "Mobile Defense",
2847
+ "Interception",
2848
+ "Exterminate",
2849
+ "Assassination"
2850
+ ]
2851
+ },
2852
+ {
2853
+ "name": "Lua",
2854
+ "missions": [
2855
+ "Exterminate",
2856
+ "Excavation",
2857
+ "Rescue",
2858
+ "Sabotage",
2859
+ "Spy",
2860
+ "Defense",
2861
+ "Mobile Defense",
2862
+ "Interception",
2863
+ "Exterminate",
2864
+ "Assassination"
2865
+ ]
2866
+ },
2867
+ {
2868
+ "name": "Kuva Fortress",
2869
+ "missions": [
2870
+ "Defense",
2871
+ "Defense",
2872
+ "Defense",
2873
+ "Exterminate",
2874
+ "Defense",
2875
+ "Defense",
2876
+ "Defense",
2877
+ "Defense",
2878
+ "Defense",
2879
+ "Assassination"
2880
+ ]
2881
+ }
2882
+ ]
2883
+ },
2884
+ {
2885
+ "bossName": "Nef Anyo",
2886
+ "regions": [
2887
+ {
2888
+ "name": "0",
2889
+ "missions": []
2890
+ },
2891
+ {
2892
+ "name": "Mercury",
2893
+ "missions": [
2894
+ "Exterminate",
2895
+ "Survival",
2896
+ "Rescue",
2897
+ "Sabotage",
2898
+ "Spy",
2899
+ "Defense",
2900
+ "Mobile Defense",
2901
+ "Interception",
2902
+ "Spy",
2903
+ "Assassination"
2904
+ ]
2905
+ },
2906
+ {
2907
+ "name": "Venus",
2908
+ "missions": [
2909
+ "Exterminate",
2910
+ "Excavation",
2911
+ "Rescue",
2912
+ "Sabotage",
2913
+ "Spy",
2914
+ "Defense",
2915
+ "Mobile Defense",
2916
+ "Interception",
2917
+ "Spy",
2918
+ "Assassination"
2919
+ ]
2920
+ },
2921
+ {
2922
+ "name": "Earth",
2923
+ "missions": [
2924
+ "Exterminate",
2925
+ "Excavation",
2926
+ "Rescue",
2927
+ "Sabotage",
2928
+ "Spy",
2929
+ "Defense",
2930
+ "Mobile Defense",
2931
+ "Interception",
2932
+ "Exterminate",
2933
+ "Assassination"
2934
+ ]
2935
+ },
2936
+ {
2937
+ "name": "Mars",
2938
+ "missions": [
2939
+ "Exterminate",
2940
+ "Survival",
2941
+ "Rescue",
2942
+ "Sabotage",
2943
+ "Spy",
2944
+ "Interception",
2945
+ "Mobile Defense",
2946
+ "Interception",
2947
+ "Spy",
2948
+ "Assassination"
2949
+ ]
2950
+ },
2951
+ {
2952
+ "name": "Jupiter",
2953
+ "missions": [
2954
+ "Exterminate",
2955
+ "Survival",
2956
+ "Rescue",
2957
+ "Sabotage",
2958
+ "Spy",
2959
+ "Defense",
2960
+ "Mobile Defense",
2961
+ "Interception",
2962
+ "Spy",
2963
+ "Assassination"
2964
+ ]
2965
+ },
2966
+ {
2967
+ "name": "Saturn",
2968
+ "missions": [
2969
+ "Exterminate",
2970
+ "Survival",
2971
+ "Rescue",
2972
+ "Sabotage",
2973
+ "Spy",
2974
+ "Defense",
2975
+ "Mobile Defense",
2976
+ "Interception",
2977
+ "Spy",
2978
+ "Assassination"
2979
+ ]
2980
+ },
2981
+ {
2982
+ "name": "Uranus",
2983
+ "missions": [
2984
+ "Exterminate",
2985
+ "Survival",
2986
+ "Rescue",
2987
+ "Sabotage",
2988
+ "Spy",
2989
+ "Defense",
2990
+ "Mobile Defense",
2991
+ "Interception",
2992
+ "Spy",
2993
+ "Assassination"
2994
+ ]
2995
+ },
2996
+ {
2997
+ "name": "Neptune",
2998
+ "missions": [
2999
+ "Exterminate",
3000
+ "Excavation",
3001
+ "Rescue",
3002
+ "Sabotage",
3003
+ "Spy",
3004
+ "Defense",
3005
+ "Mobile Defense",
3006
+ "Excavation",
3007
+ "Spy",
3008
+ "Assassination"
3009
+ ]
3010
+ },
3011
+ {
3012
+ "name": "Pluto",
3013
+ "missions": [
3014
+ "Exterminate",
3015
+ "Survival",
3016
+ "Rescue",
3017
+ "Sabotage",
3018
+ "Spy",
3019
+ "Defense",
3020
+ "Mobile Defense",
3021
+ "Interception",
3022
+ "Spy",
3023
+ "Assassination"
3024
+ ]
3025
+ },
3026
+ {
3027
+ "name": "Ceres",
3028
+ "missions": [
3029
+ "Exterminate",
3030
+ "Survival",
3031
+ "Rescue",
3032
+ "Sabotage",
3033
+ "Spy",
3034
+ "Defense",
3035
+ "Mobile Defense",
3036
+ "Interception",
3037
+ "Hijack",
3038
+ "Assassination"
3039
+ ]
3040
+ },
3041
+ {
3042
+ "name": "Eris",
3043
+ "missions": [
3044
+ "Exterminate",
3045
+ "Survival",
3046
+ "Rescue",
3047
+ "Sabotage",
3048
+ "Spy",
3049
+ "Defense",
3050
+ "Mobile Defense",
3051
+ "Interception",
3052
+ "Spy",
3053
+ "Assassination"
3054
+ ]
3055
+ },
3056
+ {
3057
+ "name": "Sedna",
3058
+ "missions": [
3059
+ "Exterminate",
3060
+ "Survival",
3061
+ "Rescue",
3062
+ "Sabotage",
3063
+ "Spy",
3064
+ "Defense",
3065
+ "Mobile Defense",
3066
+ "Interception",
3067
+ "Spy",
3068
+ "Assassination"
3069
+ ]
3070
+ },
3071
+ {
3072
+ "name": "Europa",
3073
+ "missions": [
3074
+ "Exterminate",
3075
+ "Excavation",
3076
+ "Rescue",
3077
+ "Sabotage",
3078
+ "Spy",
3079
+ "Defense",
3080
+ "Mobile Defense",
3081
+ "Interception",
3082
+ "Hijack",
3083
+ "Assassination"
3084
+ ]
3085
+ },
3086
+ {
3087
+ "name": "14",
3088
+ "missions": []
3089
+ },
3090
+ {
3091
+ "name": "15",
3092
+ "missions": []
3093
+ },
3094
+ {
3095
+ "name": "Phobos",
3096
+ "missions": [
3097
+ "Exterminate",
3098
+ "Excavation",
3099
+ "Rescue",
3100
+ "Sabotage",
3101
+ "Spy",
3102
+ "Defense",
3103
+ "Mobile Defense",
3104
+ "Interception",
3105
+ "Exterminate",
3106
+ "Assassination"
3107
+ ]
3108
+ },
3109
+ {
3110
+ "name": "17",
3111
+ "missions": [
3112
+ "Exterminate",
3113
+ "Excavation",
3114
+ "Rescue",
3115
+ "Sabotage",
3116
+ "Spy",
3117
+ "Defense",
3118
+ "Mobile Defense",
3119
+ "Interception",
3120
+ "Exterminate",
3121
+ "Assassination"
3122
+ ]
3123
+ },
3124
+ {
3125
+ "name": "Lua",
3126
+ "missions": [
3127
+ "Exterminate",
3128
+ "Excavation",
3129
+ "Rescue",
3130
+ "Sabotage",
3131
+ "Spy",
3132
+ "Defense",
3133
+ "Mobile Defense",
3134
+ "Interception",
3135
+ "Exterminate",
3136
+ "Assassination"
3137
+ ]
3138
+ },
3139
+ {
3140
+ "name": "Kuva Fortress",
3141
+ "missions": [
3142
+ "Defense",
3143
+ "Defense",
3144
+ "Defense",
3145
+ "Exterminate",
3146
+ "Defense",
3147
+ "Defense",
3148
+ "Defense",
3149
+ "Defense",
3150
+ "Defense",
3151
+ "Assassination"
3152
+ ]
3153
+ }
3154
+ ]
3155
+ },
3156
+ {
3157
+ "bossName": "Raptor",
3158
+ "regions": [
3159
+ {
3160
+ "name": "0",
3161
+ "missions": []
3162
+ },
3163
+ {
3164
+ "name": "Mercury",
3165
+ "missions": [
3166
+ "Exterminate",
3167
+ "Survival",
3168
+ "Rescue",
3169
+ "Sabotage",
3170
+ "Spy",
3171
+ "Defense",
3172
+ "Mobile Defense",
3173
+ "Interception",
3174
+ "Spy",
3175
+ "Assassination"
3176
+ ]
3177
+ },
3178
+ {
3179
+ "name": "Venus",
3180
+ "missions": [
3181
+ "Exterminate",
3182
+ "Excavation",
3183
+ "Rescue",
3184
+ "Sabotage",
3185
+ "Spy",
3186
+ "Defense",
3187
+ "Mobile Defense",
3188
+ "Defense",
3189
+ "Spy",
3190
+ "Assassination"
3191
+ ]
3192
+ },
3193
+ {
3194
+ "name": "Earth",
3195
+ "missions": [
3196
+ "Exterminate",
3197
+ "Excavation",
3198
+ "Rescue",
3199
+ "Sabotage",
3200
+ "Spy",
3201
+ "Defense",
3202
+ "Mobile Defense",
3203
+ "Interception",
3204
+ "Exterminate",
3205
+ "Assassination"
3206
+ ]
3207
+ },
3208
+ {
3209
+ "name": "Mars",
3210
+ "missions": [
3211
+ "Exterminate",
3212
+ "Survival",
3213
+ "Rescue",
3214
+ "Sabotage",
3215
+ "Spy",
3216
+ "Interception",
3217
+ "Mobile Defense",
3218
+ "Interception",
3219
+ "Spy",
3220
+ "Assassination"
3221
+ ]
3222
+ },
3223
+ {
3224
+ "name": "Jupiter",
3225
+ "missions": [
3226
+ "Exterminate",
3227
+ "Survival",
3228
+ "Rescue",
3229
+ "Sabotage",
3230
+ "Spy",
3231
+ "Defense",
3232
+ "Mobile Defense",
3233
+ "Interception",
3234
+ "Spy",
3235
+ "Assassination"
3236
+ ]
3237
+ },
3238
+ {
3239
+ "name": "Saturn",
3240
+ "missions": [
3241
+ "Exterminate",
3242
+ "Survival",
3243
+ "Rescue",
3244
+ "Sabotage",
3245
+ "Spy",
3246
+ "Defense",
3247
+ "Mobile Defense",
3248
+ "Interception",
3249
+ "Spy",
3250
+ "Assassination"
3251
+ ]
3252
+ },
3253
+ {
3254
+ "name": "Uranus",
3255
+ "missions": [
3256
+ "Exterminate",
3257
+ "Survival",
3258
+ "Rescue",
3259
+ "Sabotage",
3260
+ "Spy",
3261
+ "Defense",
3262
+ "Mobile Defense",
3263
+ "Interception",
3264
+ "Spy",
3265
+ "Assassination"
3266
+ ]
3267
+ },
3268
+ {
3269
+ "name": "Neptune",
3270
+ "missions": [
3271
+ "Exterminate",
3272
+ "Excavation",
3273
+ "Rescue",
3274
+ "Sabotage",
3275
+ "Spy",
3276
+ "Defense",
3277
+ "Mobile Defense",
3278
+ "Interception",
3279
+ "Spy",
3280
+ "Assassination"
3281
+ ]
3282
+ },
3283
+ {
3284
+ "name": "Pluto",
3285
+ "missions": [
3286
+ "Exterminate",
3287
+ "Survival",
3288
+ "Rescue",
3289
+ "Sabotage",
3290
+ "Spy",
3291
+ "Defense",
3292
+ "Mobile Defense",
3293
+ "Interception",
3294
+ "Spy",
3295
+ "Assassination"
3296
+ ]
3297
+ },
3298
+ {
3299
+ "name": "Ceres",
3300
+ "missions": [
3301
+ "Exterminate",
3302
+ "Survival",
3303
+ "Rescue",
3304
+ "Sabotage",
3305
+ "Spy",
3306
+ "Defense",
3307
+ "Mobile Defense",
3308
+ "Interception",
3309
+ "Hijack",
3310
+ "Assassination"
3311
+ ]
3312
+ },
3313
+ {
3314
+ "name": "Eris",
3315
+ "missions": [
3316
+ "Exterminate",
3317
+ "Survival",
3318
+ "Rescue",
3319
+ "Sabotage",
3320
+ "Spy",
3321
+ "Defense",
3322
+ "Mobile Defense",
3323
+ "Interception",
3324
+ "Spy",
3325
+ "Assassination"
3326
+ ]
3327
+ },
3328
+ {
3329
+ "name": "Sedna",
3330
+ "missions": [
3331
+ "Exterminate",
3332
+ "Survival",
3333
+ "Rescue",
3334
+ "Sabotage",
3335
+ "Spy",
3336
+ "Defense",
3337
+ "Mobile Defense",
3338
+ "Interception",
3339
+ "Spy",
3340
+ "Assassination"
3341
+ ]
3342
+ },
3343
+ {
3344
+ "name": "Europa",
3345
+ "missions": [
3346
+ "Exterminate",
3347
+ "Excavation",
3348
+ "Rescue",
3349
+ "Sabotage",
3350
+ "Spy",
3351
+ "Defense",
3352
+ "Mobile Defense",
3353
+ "Interception",
3354
+ "Hijack",
3355
+ "Assassination"
3356
+ ]
3357
+ },
3358
+ {
3359
+ "name": "14",
3360
+ "missions": []
3361
+ },
3362
+ {
3363
+ "name": "15",
3364
+ "missions": []
3365
+ },
3366
+ {
3367
+ "name": "Phobos",
3368
+ "missions": [
3369
+ "Exterminate",
3370
+ "Excavation",
3371
+ "Rescue",
3372
+ "Sabotage",
3373
+ "Spy",
3374
+ "Defense",
3375
+ "Mobile Defense",
3376
+ "Interception",
3377
+ "Exterminate",
3378
+ "Assassination"
3379
+ ]
3380
+ },
3381
+ {
3382
+ "name": "17",
3383
+ "missions": [
3384
+ "Exterminate",
3385
+ "Excavation",
3386
+ "Rescue",
3387
+ "Sabotage",
3388
+ "Spy",
3389
+ "Defense",
3390
+ "Mobile Defense",
3391
+ "Interception",
3392
+ "Exterminate",
3393
+ "Assassination"
3394
+ ]
3395
+ },
3396
+ {
3397
+ "name": "Lua",
3398
+ "missions": [
3399
+ "Exterminate",
3400
+ "Survival",
3401
+ "Rescue",
3402
+ "Sabotage",
3403
+ "Spy",
3404
+ "Defense",
3405
+ "Mobile Defense",
3406
+ "Interception",
3407
+ "Exterminate",
3408
+ "Assassination"
3409
+ ]
3410
+ },
3411
+ {
3412
+ "name": "Kuva Fortress",
3413
+ "missions": [
3414
+ "Defense",
3415
+ "Defense",
3416
+ "Defense",
3417
+ "Exterminate",
3418
+ "Defense",
3419
+ "Defense",
3420
+ "Defense",
3421
+ "Defense",
3422
+ "Defense",
3423
+ "Assassination"
3424
+ ]
3425
+ }
3426
+ ]
3427
+ },
3428
+ {
3429
+ "bossName": "Phorid",
3430
+ "regions": [
3431
+ {
3432
+ "name": "0",
3433
+ "missions": []
3434
+ },
3435
+ {
3436
+ "name": "Mercury",
3437
+ "missions": [
3438
+ "Exterminate",
3439
+ "Survival",
3440
+ "Rescue",
3441
+ "Sabotage",
3442
+ "Spy",
3443
+ "Defense",
3444
+ "Mobile Defense",
3445
+ "Interception",
3446
+ "Spy",
3447
+ "Assassination"
3448
+ ]
3449
+ },
3450
+ {
3451
+ "name": "Venus",
3452
+ "missions": [
3453
+ "Exterminate",
3454
+ "Excavation",
3455
+ "Rescue",
3456
+ "Sabotage",
3457
+ "Spy",
3458
+ "Defense",
3459
+ "Mobile Defense",
3460
+ "Defense",
3461
+ "Spy",
3462
+ "Assassination"
3463
+ ]
3464
+ },
3465
+ {
3466
+ "name": "Earth",
3467
+ "missions": [
3468
+ "Exterminate",
3469
+ "Excavation",
3470
+ "Rescue",
3471
+ "Sabotage",
3472
+ "Spy",
3473
+ "Defense",
3474
+ "Mobile Defense",
3475
+ "Interception",
3476
+ "Exterminate",
3477
+ "Assassination"
3478
+ ]
3479
+ },
3480
+ {
3481
+ "name": "Mars",
3482
+ "missions": [
3483
+ "Exterminate",
3484
+ "Survival",
3485
+ "Rescue",
3486
+ "Sabotage",
3487
+ "Spy",
3488
+ "Interception",
3489
+ "Mobile Defense",
3490
+ "Interception",
3491
+ "Spy",
3492
+ "Assassination"
3493
+ ]
3494
+ },
3495
+ {
3496
+ "name": "Jupiter",
3497
+ "missions": [
3498
+ "Exterminate",
3499
+ "Survival",
3500
+ "Rescue",
3501
+ "Sabotage",
3502
+ "Spy",
3503
+ "Defense",
3504
+ "Mobile Defense",
3505
+ "Interception",
3506
+ "Spy",
3507
+ "Assassination"
3508
+ ]
3509
+ },
3510
+ {
3511
+ "name": "Saturn",
3512
+ "missions": [
3513
+ "Exterminate",
3514
+ "Survival",
3515
+ "Rescue",
3516
+ "Sabotage",
3517
+ "Spy",
3518
+ "Defense",
3519
+ "Mobile Defense",
3520
+ "Interception",
3521
+ "Spy",
3522
+ "Assassination"
3523
+ ]
3524
+ },
3525
+ {
3526
+ "name": "Uranus",
3527
+ "missions": [
3528
+ "Exterminate",
3529
+ "Survival",
3530
+ "Rescue",
3531
+ "Sabotage",
3532
+ "Spy",
3533
+ "Defense",
3534
+ "Mobile Defense",
3535
+ "Interception",
3536
+ "Spy",
3537
+ "Assassination"
3538
+ ]
3539
+ },
3540
+ {
3541
+ "name": "Neptune",
3542
+ "missions": [
3543
+ "Exterminate",
3544
+ "Survival",
3545
+ "Rescue",
3546
+ "Sabotage",
3547
+ "Spy",
3548
+ "Defense",
3549
+ "Mobile Defense",
3550
+ "Excavation",
3551
+ "Spy",
3552
+ "Assassination"
3553
+ ]
3554
+ },
3555
+ {
3556
+ "name": "Pluto",
3557
+ "missions": [
3558
+ "Exterminate",
3559
+ "Survival",
3560
+ "Rescue",
3561
+ "Sabotage",
3562
+ "Spy",
3563
+ "Defense",
3564
+ "Mobile Defense",
3565
+ "Interception",
3566
+ "Spy",
3567
+ "Assassination"
3568
+ ]
3569
+ },
3570
+ {
3571
+ "name": "Ceres",
3572
+ "missions": [
3573
+ "Exterminate",
3574
+ "Survival",
3575
+ "Rescue",
3576
+ "Sabotage",
3577
+ "Spy",
3578
+ "Defense",
3579
+ "Mobile Defense",
3580
+ "Interception",
3581
+ "Hijack",
3582
+ "Assassination"
3583
+ ]
3584
+ },
3585
+ {
3586
+ "name": "Eris",
3587
+ "missions": [
3588
+ "Exterminate",
3589
+ "Survival",
3590
+ "Rescue",
3591
+ "Sabotage",
3592
+ "Spy",
3593
+ "Defense",
3594
+ "Mobile Defense",
3595
+ "Interception",
3596
+ "Hive",
3597
+ "Assassination"
3598
+ ]
3599
+ },
3600
+ {
3601
+ "name": "Sedna",
3602
+ "missions": [
3603
+ "Exterminate",
3604
+ "Survival",
3605
+ "Rescue",
3606
+ "Sabotage",
3607
+ "Spy",
3608
+ "Defense",
3609
+ "Mobile Defense",
3610
+ "Interception",
3611
+ "Spy",
3612
+ "Assassination"
3613
+ ]
3614
+ },
3615
+ {
3616
+ "name": "Europa",
3617
+ "missions": [
3618
+ "Exterminate",
3619
+ "Excavation",
3620
+ "Rescue",
3621
+ "Sabotage",
3622
+ "Spy",
3623
+ "Defense",
3624
+ "Mobile Defense",
3625
+ "Interception",
3626
+ "Hijack",
3627
+ "Assassination"
3628
+ ]
3629
+ },
3630
+ {
3631
+ "name": "14",
3632
+ "missions": []
3633
+ },
3634
+ {
3635
+ "name": "15",
3636
+ "missions": []
3637
+ },
3638
+ {
3639
+ "name": "Phobos",
3640
+ "missions": [
3641
+ "Exterminate",
3642
+ "Excavation",
3643
+ "Rescue",
3644
+ "Sabotage",
3645
+ "Spy",
3646
+ "Defense",
3647
+ "Mobile Defense",
3648
+ "Interception",
3649
+ "Exterminate",
3650
+ "Assassination"
3651
+ ]
3652
+ },
3653
+ {
3654
+ "name": "17",
3655
+ "missions": [
3656
+ "Exterminate",
3657
+ "Excavation",
3658
+ "Rescue",
3659
+ "Sabotage",
3660
+ "Spy",
3661
+ "Defense",
3662
+ "Mobile Defense",
3663
+ "Interception",
3664
+ "Exterminate",
3665
+ "Assassination"
3666
+ ]
3667
+ },
3668
+ {
3669
+ "name": "Lua",
3670
+ "missions": [
3671
+ "Exterminate",
3672
+ "Excavation",
3673
+ "Rescue",
3674
+ "Sabotage",
3675
+ "Spy",
3676
+ "Defense",
3677
+ "Mobile Defense",
3678
+ "Interception",
3679
+ "Exterminate",
3680
+ "Assassination"
3681
+ ]
3682
+ },
3683
+ {
3684
+ "name": "Kuva Fortress",
3685
+ "missions": [
3686
+ "Defense",
3687
+ "Defense",
3688
+ "Defense",
3689
+ "Exterminate",
3690
+ "Defense",
3691
+ "Defense",
3692
+ "Defense",
3693
+ "Defense",
3694
+ "Defense",
3695
+ "Assassination"
3696
+ ]
3697
+ }
3698
+ ]
3699
+ },
3700
+ {
3701
+ "bossName": "Lephantis",
3702
+ "regions": [
3703
+ {
3704
+ "name": "0",
3705
+ "missions": []
3706
+ },
3707
+ {
3708
+ "name": "Mercury",
3709
+ "missions": [
3710
+ "Exterminate",
3711
+ "Survival",
3712
+ "Rescue",
3713
+ "Sabotage",
3714
+ "Spy",
3715
+ "Defense",
3716
+ "Mobile Defense",
3717
+ "Interception",
3718
+ "Spy",
3719
+ "Assassination"
3720
+ ]
3721
+ },
3722
+ {
3723
+ "name": "Venus",
3724
+ "missions": [
3725
+ "Exterminate",
3726
+ "Excavation",
3727
+ "Rescue",
3728
+ "Sabotage",
3729
+ "Spy",
3730
+ "Defense",
3731
+ "Mobile Defense",
3732
+ "Defense",
3733
+ "Spy",
3734
+ "Assassination"
3735
+ ]
3736
+ },
3737
+ {
3738
+ "name": "Earth",
3739
+ "missions": [
3740
+ "Exterminate",
3741
+ "Excavation",
3742
+ "Rescue",
3743
+ "Sabotage",
3744
+ "Spy",
3745
+ "Defense",
3746
+ "Mobile Defense",
3747
+ "Interception",
3748
+ "Exterminate",
3749
+ "Assassination"
3750
+ ]
3751
+ },
3752
+ {
3753
+ "name": "Mars",
3754
+ "missions": [
3755
+ "Exterminate",
3756
+ "Survival",
3757
+ "Rescue",
3758
+ "Sabotage",
3759
+ "Spy",
3760
+ "Defense",
3761
+ "Mobile Defense",
3762
+ "Interception",
3763
+ "Spy",
3764
+ "Assassination"
3765
+ ]
3766
+ },
3767
+ {
3768
+ "name": "Jupiter",
3769
+ "missions": [
3770
+ "Exterminate",
3771
+ "Survival",
3772
+ "Rescue",
3773
+ "Sabotage",
3774
+ "Spy",
3775
+ "Defense",
3776
+ "Mobile Defense",
3777
+ "Interception",
3778
+ "Spy",
3779
+ "Assassination"
3780
+ ]
3781
+ },
3782
+ {
3783
+ "name": "Saturn",
3784
+ "missions": [
3785
+ "Exterminate",
3786
+ "Survival",
3787
+ "Rescue",
3788
+ "Sabotage",
3789
+ "Spy",
3790
+ "Defense",
3791
+ "Mobile Defense",
3792
+ "Interception",
3793
+ "Spy",
3794
+ "Assassination"
3795
+ ]
3796
+ },
3797
+ {
3798
+ "name": "Uranus",
3799
+ "missions": [
3800
+ "Exterminate",
3801
+ "Survival",
3802
+ "Rescue",
3803
+ "Sabotage",
3804
+ "Spy",
3805
+ "Defense",
3806
+ "Mobile Defense",
3807
+ "Interception",
3808
+ "Spy",
3809
+ "Assassination"
3810
+ ]
3811
+ },
3812
+ {
3813
+ "name": "Neptune",
3814
+ "missions": [
3815
+ "Exterminate",
3816
+ "Excavation",
3817
+ "Rescue",
3818
+ "Sabotage",
3819
+ "Spy",
3820
+ "Defense",
3821
+ "Mobile Defense",
3822
+ "Spy",
3823
+ "Spy",
3824
+ "Assassination"
3825
+ ]
3826
+ },
3827
+ {
3828
+ "name": "Pluto",
3829
+ "missions": [
3830
+ "Exterminate",
3831
+ "Survival",
3832
+ "Rescue",
3833
+ "Sabotage",
3834
+ "Spy",
3835
+ "Defense",
3836
+ "Mobile Defense",
3837
+ "Interception",
3838
+ "Spy",
3839
+ "Assassination"
3840
+ ]
3841
+ },
3842
+ {
3843
+ "name": "Ceres",
3844
+ "missions": [
3845
+ "Exterminate",
3846
+ "Survival",
3847
+ "Rescue",
3848
+ "Sabotage",
3849
+ "Spy",
3850
+ "Defense",
3851
+ "Mobile Defense",
3852
+ "Interception",
3853
+ "Hijack",
3854
+ "Assassination"
3855
+ ]
3856
+ },
3857
+ {
3858
+ "name": "Eris",
3859
+ "missions": [
3860
+ "Exterminate",
3861
+ "Survival",
3862
+ "Rescue",
3863
+ "Sabotage",
3864
+ "Spy",
3865
+ "Defense",
3866
+ "Mobile Defense",
3867
+ "Spy",
3868
+ "Mobile Defense",
3869
+ "Assassination"
3870
+ ]
3871
+ },
3872
+ {
3873
+ "name": "Sedna",
3874
+ "missions": [
3875
+ "Exterminate",
3876
+ "Survival",
3877
+ "Rescue",
3878
+ "Sabotage",
3879
+ "Spy",
3880
+ "Defense",
3881
+ "Hive",
3882
+ "Interception",
3883
+ "Spy",
3884
+ "Assassination"
3885
+ ]
3886
+ },
3887
+ {
3888
+ "name": "Europa",
3889
+ "missions": [
3890
+ "Exterminate",
3891
+ "Excavation",
3892
+ "Rescue",
3893
+ "Sabotage",
3894
+ "Spy",
3895
+ "Defense",
3896
+ "Mobile Defense",
3897
+ "Interception",
3898
+ "Hijack",
3899
+ "Assassination"
3900
+ ]
3901
+ },
3902
+ {
3903
+ "name": "14",
3904
+ "missions": []
3905
+ },
3906
+ {
3907
+ "name": "15",
3908
+ "missions": []
3909
+ },
3910
+ {
3911
+ "name": "Phobos",
3912
+ "missions": [
3913
+ "Exterminate",
3914
+ "Excavation",
3915
+ "Rescue",
3916
+ "Sabotage",
3917
+ "Spy",
3918
+ "Defense",
3919
+ "Mobile Defense",
3920
+ "Interception",
3921
+ "Exterminate",
3922
+ "Assassination"
3923
+ ]
3924
+ },
3925
+ {
3926
+ "name": "17",
3927
+ "missions": [
3928
+ "Exterminate",
3929
+ "Excavation",
3930
+ "Rescue",
3931
+ "Sabotage",
3932
+ "Spy",
3933
+ "Defense",
3934
+ "Mobile Defense",
3935
+ "Interception",
3936
+ "Exterminate",
3937
+ "Assassination"
3938
+ ]
3939
+ },
3940
+ {
3941
+ "name": "Lua",
3942
+ "missions": [
3943
+ "Exterminate",
3944
+ "Excavation",
3945
+ "Rescue",
3946
+ "Sabotage",
3947
+ "Spy",
3948
+ "Defense",
3949
+ "Mobile Defense",
3950
+ "Interception",
3951
+ "Exterminate",
3952
+ "Assassination"
3953
+ ]
3954
+ },
3955
+ {
3956
+ "name": "Kuva Fortress",
3957
+ "missions": [
3958
+ "Defense",
3959
+ "Defense",
3960
+ "Defense",
3961
+ "Exterminate",
3962
+ "Defense",
3963
+ "Defense",
3964
+ "Defense",
3965
+ "Defense",
3966
+ "Defense",
3967
+ "Assassination"
3968
+ ]
3969
+ }
3970
+ ]
3971
+ },
3972
+ {
3973
+ "bossName": "Mutalist Alad V",
3974
+ "regions": [
3975
+ {
3976
+ "name": "0",
3977
+ "missions": []
3978
+ },
3979
+ {
3980
+ "name": "Mercury",
3981
+ "missions": [
3982
+ "Exterminate",
3983
+ "Survival",
3984
+ "Rescue",
3985
+ "Sabotage",
3986
+ "Spy",
3987
+ "Defense",
3988
+ "Mobile Defense",
3989
+ "Interception",
3990
+ "Spy",
3991
+ "Assassination"
3992
+ ]
3993
+ },
3994
+ {
3995
+ "name": "Venus",
3996
+ "missions": [
3997
+ "Exterminate",
3998
+ "Excavation",
3999
+ "Rescue",
4000
+ "Sabotage",
4001
+ "Spy",
4002
+ "Defense",
4003
+ "Mobile Defense",
4004
+ "Defense",
4005
+ "Spy",
4006
+ "Assassination"
4007
+ ]
4008
+ },
4009
+ {
4010
+ "name": "Earth",
4011
+ "missions": [
4012
+ "Exterminate",
4013
+ "Excavation",
4014
+ "Rescue",
4015
+ "Sabotage",
4016
+ "Spy",
4017
+ "Defense",
4018
+ "Mobile Defense",
4019
+ "Interception",
4020
+ "Exterminate",
4021
+ "Assassination"
4022
+ ]
4023
+ },
4024
+ {
4025
+ "name": "Mars",
4026
+ "missions": [
4027
+ "Exterminate",
4028
+ "Survival",
4029
+ "Rescue",
4030
+ "Sabotage",
4031
+ "Spy",
4032
+ "Interception",
4033
+ "Mobile Defense",
4034
+ "Interception",
4035
+ "Spy",
4036
+ "Assassination"
4037
+ ]
4038
+ },
4039
+ {
4040
+ "name": "Jupiter",
4041
+ "missions": [
4042
+ "Exterminate",
4043
+ "Survival",
4044
+ "Rescue",
4045
+ "Sabotage",
4046
+ "Spy",
4047
+ "Defense",
4048
+ "Mobile Defense",
4049
+ "Interception",
4050
+ "Spy",
4051
+ "Assassination"
4052
+ ]
4053
+ },
4054
+ {
4055
+ "name": "Saturn",
4056
+ "missions": [
4057
+ "Exterminate",
4058
+ "Survival",
4059
+ "Rescue",
4060
+ "Sabotage",
4061
+ "Spy",
4062
+ "Defense",
4063
+ "Mobile Defense",
4064
+ "Interception",
4065
+ "Spy",
4066
+ "Assassination"
4067
+ ]
4068
+ },
4069
+ {
4070
+ "name": "Uranus",
4071
+ "missions": [
4072
+ "Exterminate",
4073
+ "Survival",
4074
+ "Rescue",
4075
+ "Sabotage",
4076
+ "Spy",
4077
+ "Defense",
4078
+ "Mobile Defense",
4079
+ "Interception",
4080
+ "Spy",
4081
+ "Assassination"
4082
+ ]
4083
+ },
4084
+ {
4085
+ "name": "Neptune",
4086
+ "missions": [
4087
+ "Exterminate",
4088
+ "Excavation",
4089
+ "Rescue",
4090
+ "Sabotage",
4091
+ "Spy",
4092
+ "Defense",
4093
+ "Mobile Defense",
4094
+ "Excavation",
4095
+ "Spy",
4096
+ "Assassination"
4097
+ ]
4098
+ },
4099
+ {
4100
+ "name": "Pluto",
4101
+ "missions": [
4102
+ "Exterminate",
4103
+ "Survival",
4104
+ "Rescue",
4105
+ "Sabotage",
4106
+ "Spy",
4107
+ "Defense",
4108
+ "Mobile Defense",
4109
+ "Interception",
4110
+ "Spy",
4111
+ "Assassination"
4112
+ ]
4113
+ },
4114
+ {
4115
+ "name": "Ceres",
4116
+ "missions": [
4117
+ "Exterminate",
4118
+ "Survival",
4119
+ "Rescue",
4120
+ "Sabotage",
4121
+ "Spy",
4122
+ "Defense",
4123
+ "Mobile Defense",
4124
+ "Interception",
4125
+ "Hijack",
4126
+ "Assassination"
4127
+ ]
4128
+ },
4129
+ {
4130
+ "name": "Eris",
4131
+ "missions": [
4132
+ "Exterminate",
4133
+ "Survival",
4134
+ "Rescue",
4135
+ "Sabotage",
4136
+ "Spy",
4137
+ "Defense",
4138
+ "Mobile Defense",
4139
+ "Survival",
4140
+ "Hive",
4141
+ "Assassination"
4142
+ ]
4143
+ },
4144
+ {
4145
+ "name": "Sedna",
4146
+ "missions": [
4147
+ "Exterminate",
4148
+ "Survival",
4149
+ "Rescue",
4150
+ "Sabotage",
4151
+ "Spy",
4152
+ "Defense",
4153
+ "Mobile Defense",
4154
+ "Interception",
4155
+ "Spy",
4156
+ "Assassination"
4157
+ ]
4158
+ },
4159
+ {
4160
+ "name": "Europa",
4161
+ "missions": [
4162
+ "Exterminate",
4163
+ "Excavation",
4164
+ "Rescue",
4165
+ "Sabotage",
4166
+ "Spy",
4167
+ "Defense",
4168
+ "Mobile Defense",
4169
+ "Interception",
4170
+ "Hijack",
4171
+ "Assassination"
4172
+ ]
4173
+ },
4174
+ {
4175
+ "name": "14",
4176
+ "missions": []
4177
+ },
4178
+ {
4179
+ "name": "15",
4180
+ "missions": []
4181
+ },
4182
+ {
4183
+ "name": "Phobos",
4184
+ "missions": [
4185
+ "Exterminate",
4186
+ "Excavation",
4187
+ "Rescue",
4188
+ "Sabotage",
4189
+ "Spy",
4190
+ "Defense",
4191
+ "Mobile Defense",
4192
+ "Interception",
4193
+ "Exterminate",
4194
+ "Assassination"
4195
+ ]
4196
+ },
4197
+ {
4198
+ "name": "17",
4199
+ "missions": [
4200
+ "Exterminate",
4201
+ "Excavation",
4202
+ "Rescue",
4203
+ "Sabotage",
4204
+ "Spy",
4205
+ "Defense",
4206
+ "Mobile Defense",
4207
+ "Interception",
4208
+ "Exterminate",
4209
+ "Assassination"
4210
+ ]
4211
+ },
4212
+ {
4213
+ "name": "Lua",
4214
+ "missions": [
4215
+ "Exterminate",
4216
+ "Excavation",
4217
+ "Rescue",
4218
+ "Sabotage",
4219
+ "Spy",
4220
+ "Defense",
4221
+ "Mobile Defense",
4222
+ "Interception",
4223
+ "Exterminate",
4224
+ "Assassination"
4225
+ ]
4226
+ },
4227
+ {
4228
+ "name": "Kuva Fortress",
4229
+ "missions": [
4230
+ "Defense",
4231
+ "Defense",
4232
+ "Defense",
4233
+ "Exterminate",
4234
+ "Defense",
4235
+ "Defense",
4236
+ "Defense",
4237
+ "Defense",
4238
+ "Defense",
4239
+ "Assassination"
4240
+ ]
4241
+ }
4242
+ ]
4243
+ }
4244
+ ],
4245
+ "modifiers": [
4246
+ "+ Enemy armor/shield",
4247
+ "Environmental hazard",
4248
+ "Enemy damage resistance",
4249
+ "Energy reduction",
4250
+ "Eximus stronghold",
4251
+ "Weapon restriction"
4252
+ ]
4253
+ }