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,1262 @@
1
+ [
2
+ {
3
+ "name": "Ancient Disruptor",
4
+ "imageKey": "ancient_disruptor",
5
+ "locations": [
6
+ {
7
+ "last_verified": "2019-02-24",
8
+ "level": "6-16",
9
+ "faction": "Infested",
10
+ "spawn_rate": "100%",
11
+ "mission": "Tikal",
12
+ "planet": "Earth",
13
+ "type": "Excavation"
14
+ },
15
+ {
16
+ "last_verified": "2019-02-24",
17
+ "level": "8-10",
18
+ "faction": "Crossfire",
19
+ "spawn_rate": "100%",
20
+ "mission": "Terminus",
21
+ "planet": "Mercury",
22
+ "type": "Sabotage"
23
+ },
24
+ {
25
+ "last_verified": "2019-02-24",
26
+ "level": "32-36",
27
+ "faction": "Infested",
28
+ "spawn_rate": "100%",
29
+ "mission": "Isos",
30
+ "planet": "Eris",
31
+ "type": "Capture"
32
+ }
33
+ ]
34
+ },
35
+ {
36
+ "name": "Ancient Healer",
37
+ "imageKey": "ancient_healer",
38
+ "locations": [
39
+ {
40
+ "last_verified": "2018-08-22",
41
+ "level": "10-15",
42
+ "faction": "Infested",
43
+ "spawn_rate": "100%",
44
+ "mission": "Hepit (Unconfirmed)",
45
+ "planet": "Void",
46
+ "type": "Capture"
47
+ }
48
+ ]
49
+ },
50
+ {
51
+ "name": "Anti MOA [Research]",
52
+ "imageKey": "anti_moa",
53
+ "locations": [
54
+ {
55
+ "last_verified": "2019-07-01",
56
+ "level": "34-38",
57
+ "faction": "Corpus",
58
+ "spawn_rate": "100%",
59
+ "mission": "Acheron",
60
+ "planet": "Pluto",
61
+ "type": "Extermination"
62
+ },
63
+ {
64
+ "last_verified": "2020-01-28",
65
+ "level": "21-23",
66
+ "faction": "Corpus",
67
+ "spawn_rate": "100%",
68
+ "mission": "Baal",
69
+ "planet": "Europa",
70
+ "type": "Extermination"
71
+ },
72
+ {
73
+ "last_verified": "0000-00-00",
74
+ "level": "18-33",
75
+ "faction": "Corpus",
76
+ "spawn_rate": "?%",
77
+ "mission": "Valefor",
78
+ "planet": "Europa",
79
+ "type": "Excavation"
80
+ }
81
+ ]
82
+ },
83
+ {
84
+ "name": "Arid Eviscerator [Research]",
85
+ "imageKey": "arid_eviscerator",
86
+ "locations": [
87
+ {
88
+ "last_verified": "2018-04-16",
89
+ "level": "10-12",
90
+ "faction": "Grineer",
91
+ "spawn_rate": "100%",
92
+ "mission": "Ara",
93
+ "planet": "Mars",
94
+ "type": "Capture"
95
+ }
96
+ ]
97
+ },
98
+ {
99
+ "name": "Ballista",
100
+ "imageKey": "ballista",
101
+ "locations": [
102
+ {
103
+ "last_verified": "2019-02-15",
104
+ "level": "2-4",
105
+ "faction": "Grineer",
106
+ "spawn_rate": "100%",
107
+ "mission": "Mantle",
108
+ "planet": "Earth",
109
+ "type": "Capture"
110
+ },
111
+ {
112
+ "last_verified": "2019-02-15",
113
+ "level": "14-16",
114
+ "faction": "Grineer",
115
+ "spawn_rate": "100%",
116
+ "mission": "Lex",
117
+ "planet": "Ceres",
118
+ "type": "Capture"
119
+ }
120
+ ]
121
+ },
122
+ {
123
+ "name": "Boiler",
124
+ "imageKey": "boiler",
125
+ "locations": [
126
+ {
127
+ "last_verified": "2019-01-23",
128
+ "level": "23-33",
129
+ "faction": "Infested",
130
+ "spawn_rate": "100%",
131
+ "mission": "Cholistan",
132
+ "planet": "Europa",
133
+ "type": "Excavation"
134
+ },
135
+ {
136
+ "last_verified": "2019-01-23",
137
+ "level": "32-36",
138
+ "faction": "Infested",
139
+ "spawn_rate": "100%",
140
+ "mission": "Isos",
141
+ "planet": "Eris",
142
+ "type": "Capture"
143
+ },
144
+ {
145
+ "last_verified": "2019-01-23",
146
+ "level": "25-35",
147
+ "faction": "Infested",
148
+ "spawn_rate": "100%",
149
+ "mission": "Orokin Derelict Capture",
150
+ "planet": "Derelict",
151
+ "type": "Capture"
152
+ }
153
+ ]
154
+ },
155
+ {
156
+ "name": "Bombard",
157
+ "imageKey": "bombard",
158
+ "locations": [
159
+ {
160
+ "last_verified": "2019-01-20",
161
+ "level": "14-16",
162
+ "faction": "Grineer",
163
+ "spawn_rate": "100%",
164
+ "mission": "Ker",
165
+ "planet": "Ceres",
166
+ "type": "Sabotage"
167
+ },
168
+ {
169
+ "last_verified": "2019-01-08",
170
+ "level": "14-16",
171
+ "faction": "Grineer",
172
+ "spawn_rate": "100%",
173
+ "mission": "Lex",
174
+ "planet": "Ceres",
175
+ "type": "Capture"
176
+ },
177
+ {
178
+ "last_verified": "2019-01-20",
179
+ "level": "13-15",
180
+ "faction": "Grineer",
181
+ "spawn_rate": "100%",
182
+ "mission": "Nuovo",
183
+ "planet": "Ceres",
184
+ "type": "Rescue"
185
+ },
186
+ {
187
+ "last_verified": "2019-01-20",
188
+ "level": "14-16",
189
+ "faction": "Grineer",
190
+ "spawn_rate": "100%",
191
+ "mission": "Exta",
192
+ "planet": "Ceres",
193
+ "type": "Assassination"
194
+ }
195
+ ]
196
+ },
197
+ {
198
+ "name": "Brood Mother",
199
+ "imageKey": "brood_mother",
200
+ "locations": [
201
+ {
202
+ "last_verified": "2019-04-16",
203
+ "level": "6-16",
204
+ "faction": "Infested",
205
+ "spawn_rate": "100%",
206
+ "mission": "Tikal",
207
+ "planet": "Earth",
208
+ "type": "Excavation"
209
+ },
210
+ {
211
+ "last_verified": "2019-01-26",
212
+ "level": "15-25",
213
+ "faction": "Infested",
214
+ "spawn_rate": "100%",
215
+ "mission": "Gabii",
216
+ "planet": "Ceres",
217
+ "type": "Survival"
218
+ },
219
+ {
220
+ "last_verified": "2019-01-29",
221
+ "level": "25-35",
222
+ "faction": "Infested",
223
+ "spawn_rate": "100%",
224
+ "mission": "Assur",
225
+ "planet": "Uranus",
226
+ "type": "Survival"
227
+ },
228
+ {
229
+ "last_verified": "2019-01-26",
230
+ "level": "32-36",
231
+ "faction": "Infested",
232
+ "spawn_rate": "100%",
233
+ "mission": "Isos",
234
+ "planet": "Eris",
235
+ "type": "Capture"
236
+ }
237
+ ]
238
+ },
239
+ {
240
+ "name": "Butcher",
241
+ "imageKey": "butcher",
242
+ "locations": [
243
+ {
244
+ "last_verified": "2019-02-26",
245
+ "level": "2-4",
246
+ "faction": "Grineer",
247
+ "spawn_rate": "100%",
248
+ "mission": "Mantle",
249
+ "planet": "Earth",
250
+ "type": "Capture"
251
+ },
252
+ {
253
+ "last_verified": "2018-09-25",
254
+ "level": "6-8",
255
+ "faction": "Grineer",
256
+ "spawn_rate": "70%",
257
+ "mission": "Caloris",
258
+ "planet": "Mercury",
259
+ "type": "Rescue"
260
+ },
261
+ {
262
+ "last_verified": "2019-06-26",
263
+ "level": "7-9",
264
+ "faction": "Grineer",
265
+ "spawn_rate": "78%",
266
+ "mission": "Elion",
267
+ "planet": "Mercury",
268
+ "type": "Capture"
269
+ },
270
+ {
271
+ "last_verified": "2019-02-26",
272
+ "level": "36-40",
273
+ "faction": "Grineer",
274
+ "spawn_rate": "100%",
275
+ "mission": "Rusalka",
276
+ "planet": "Sedna",
277
+ "type": "Capture"
278
+ }
279
+ ]
280
+ },
281
+ {
282
+ "name": "Charger",
283
+ "imageKey": "charger",
284
+ "locations": [
285
+ {
286
+ "last_verified": "2019-06-27",
287
+ "level": "8-10",
288
+ "faction": "Crossfire",
289
+ "spawn_rate": "100%",
290
+ "mission": "Terminus",
291
+ "planet": "Mercury",
292
+ "type": "Sabotage"
293
+ },
294
+ {
295
+ "last_verified": "2019-09-01",
296
+ "level": "7-9",
297
+ "faction": "Crossfire",
298
+ "spawn_rate": "100%",
299
+ "mission": "M Prime",
300
+ "planet": "Mercury",
301
+ "type": "Extermination"
302
+ },
303
+ {
304
+ "last_verified": "2019-06-27",
305
+ "level": "32-36",
306
+ "faction": "Infested",
307
+ "spawn_rate": "100%",
308
+ "mission": "Isos",
309
+ "planet": "Eris",
310
+ "type": "Capture"
311
+ }
312
+ ]
313
+ },
314
+ {
315
+ "name": "Commander",
316
+ "imageKey": "commander",
317
+ "locations": [
318
+ {
319
+ "last_verified": "2018-05-08",
320
+ "level": "22-24",
321
+ "faction": "Grineer",
322
+ "spawn_rate": "100%",
323
+ "mission": "Telesto",
324
+ "planet": "Saturn",
325
+ "type": "Extermination"
326
+ }
327
+ ]
328
+ },
329
+ {
330
+ "name": "Corrupted Ancient [Research]",
331
+ "imageKey": "corrupted_ancient",
332
+ "locations": [
333
+ {
334
+ "last_verified": "2019-02-05",
335
+ "level": "10-15",
336
+ "faction": "Orokin",
337
+ "spawn_rate": "100%",
338
+ "mission": "Hepit",
339
+ "planet": "Void",
340
+ "type": "Capture"
341
+ },
342
+ {
343
+ "last_verified": "2019-02-05",
344
+ "level": "20-25",
345
+ "faction": "Orokin",
346
+ "spawn_rate": "100%",
347
+ "mission": "Stribog",
348
+ "planet": "Void",
349
+ "type": "Sabotage"
350
+ },
351
+ {
352
+ "last_verified": "2019-02-05",
353
+ "level": "20-25",
354
+ "faction": "Orokin",
355
+ "spawn_rate": "100%",
356
+ "mission": "Ani",
357
+ "planet": "Void",
358
+ "type": "Survival"
359
+ }
360
+ ]
361
+ },
362
+ {
363
+ "name": "Corrupted Bombard",
364
+ "imageKey": "corrupted_bombard",
365
+ "locations": [
366
+ {
367
+ "last_verified": "2019-06-05",
368
+ "level": "30-35",
369
+ "faction": "Orokin",
370
+ "spawn_rate": "100%",
371
+ "mission": "Oxomoco",
372
+ "planet": "Void",
373
+ "type": "Extermination"
374
+ },
375
+ {
376
+ "last_verified": "2019-01-12",
377
+ "level": "40-45",
378
+ "faction": "Orokin",
379
+ "spawn_rate": "100%",
380
+ "mission": "Marduk",
381
+ "planet": "Void",
382
+ "type": "Sabotage"
383
+ }
384
+ ]
385
+ },
386
+ {
387
+ "name": "Corrupted Butcher",
388
+ "imageKey": "corrupted_butcher",
389
+ "locations": [
390
+ {
391
+ "last_verified": "2019-01-25",
392
+ "level": "10-15",
393
+ "faction": "Orokin",
394
+ "spawn_rate": "94%",
395
+ "mission": "Hepit",
396
+ "planet": "Void",
397
+ "type": "Capture"
398
+ },
399
+ {
400
+ "last_verified": "2019-01-25",
401
+ "level": "10-15",
402
+ "faction": "Orokin",
403
+ "spawn_rate": "100%",
404
+ "mission": "Teshub",
405
+ "planet": "Void",
406
+ "type": "Extermination"
407
+ }
408
+ ]
409
+ },
410
+ {
411
+ "name": "Corrupted Crewman",
412
+ "imageKey": "corrupted_crewman",
413
+ "locations": [
414
+ {
415
+ "last_verified": "2019-01-28",
416
+ "level": "10-15",
417
+ "faction": "Orokin",
418
+ "spawn_rate": "100%",
419
+ "mission": "Teshub",
420
+ "planet": "Void",
421
+ "type": "Extermination"
422
+ },
423
+ {
424
+ "last_verified": "2019-01-28",
425
+ "level": "10-15",
426
+ "faction": "Orokin",
427
+ "spawn_rate": "100%",
428
+ "mission": "Hepit",
429
+ "planet": "Void",
430
+ "type": "Capture"
431
+ }
432
+ ]
433
+ },
434
+ {
435
+ "name": "Corrupted Heavy Gunner",
436
+ "imageKey": "corrupted_heavy_gunner",
437
+ "locations": [
438
+ {
439
+ "last_verified": "2019-03-23",
440
+ "level": "10-15",
441
+ "faction": "Orokin",
442
+ "spawn_rate": "100%",
443
+ "mission": "Hepit",
444
+ "planet": "Void",
445
+ "type": "Capture"
446
+ },
447
+ {
448
+ "last_verified": "2019-03-23",
449
+ "level": "10-15",
450
+ "faction": "Orokin",
451
+ "spawn_rate": "100%",
452
+ "mission": "Teshub",
453
+ "planet": "Void",
454
+ "type": "Extermination"
455
+ },
456
+ {
457
+ "last_verified": "2019-03-23",
458
+ "level": "30-35",
459
+ "faction": "Orokin",
460
+ "spawn_rate": "100%",
461
+ "mission": "Ukko",
462
+ "planet": "Void",
463
+ "type": "Capture"
464
+ }
465
+ ]
466
+ },
467
+ {
468
+ "name": "Corrupted Lancer",
469
+ "imageKey": "corrupted_lancer",
470
+ "locations": [
471
+ {
472
+ "last_verified": "2018-04-15",
473
+ "level": "10-15",
474
+ "faction": "Orokin",
475
+ "spawn_rate": "100%",
476
+ "mission": "Hepit",
477
+ "planet": "Void",
478
+ "type": "Capture"
479
+ },
480
+ {
481
+ "last_verified": "2019-03-17",
482
+ "level": "30-35",
483
+ "faction": "Orokin",
484
+ "spawn_rate": "100%",
485
+ "mission": "Ukko",
486
+ "planet": "Void",
487
+ "type": "Capture"
488
+ }
489
+ ]
490
+ },
491
+ {
492
+ "name": "Corrupted Nullifier",
493
+ "imageKey": "corrupted_nullifier",
494
+ "locations": [
495
+ {
496
+ "last_verified": "2019-08-14",
497
+ "level": "30-35",
498
+ "faction": "Orokin",
499
+ "spawn_rate": "78%",
500
+ "mission": "Oxomoco",
501
+ "planet": "Void",
502
+ "type": "Extermination"
503
+ }
504
+ ]
505
+ },
506
+ {
507
+ "name": "Crawler",
508
+ "imageKey": "crawler",
509
+ "locations": [
510
+ {
511
+ "last_verified": "2018-04-06",
512
+ "level": "6-16",
513
+ "faction": "Infested",
514
+ "spawn_rate": "100%",
515
+ "mission": "Tikal",
516
+ "planet": "Earth",
517
+ "type": "Excavation"
518
+ },
519
+ {
520
+ "last_verified": "2018-05-13",
521
+ "level": "6-11",
522
+ "faction": "Infested",
523
+ "spawn_rate": "100%",
524
+ "mission": "Apollodorus",
525
+ "planet": "Mercury",
526
+ "type": "Survival"
527
+ },
528
+ {
529
+ "last_verified": "2019-05-30",
530
+ "level": "18-20",
531
+ "faction": "Crossfire",
532
+ "spawn_rate": "100%",
533
+ "mission": "Armaros",
534
+ "planet": "Europa",
535
+ "type": "Extermination"
536
+ },
537
+ {
538
+ "last_verified": "2019-03-07",
539
+ "level": "32-36",
540
+ "faction": "Infested",
541
+ "spawn_rate": "100%",
542
+ "mission": "Isos",
543
+ "planet": "Eris",
544
+ "type": "Capture"
545
+ },
546
+ {
547
+ "last_verified": "2019-03-07",
548
+ "level": "32-36",
549
+ "faction": "Infested",
550
+ "spawn_rate": "100%",
551
+ "mission": "Brugia",
552
+ "planet": "Eris",
553
+ "type": "Rescue"
554
+ },
555
+ {
556
+ "last_verified": "2018-03-20",
557
+ "level": "25-35",
558
+ "faction": "Infested",
559
+ "spawn_rate": "100%",
560
+ "mission": "Orokin Derelict Assassination",
561
+ "planet": "Derelict",
562
+ "type": "Assassination"
563
+ }
564
+ ]
565
+ },
566
+ {
567
+ "name": "Crewman [Research]",
568
+ "imageKey": "crewman",
569
+ "locations": [
570
+ {
571
+ "last_verified": "2019-08-16",
572
+ "level": "25-30",
573
+ "faction": "Corpus",
574
+ "spawn_rate": "100%",
575
+ "mission": "Copernicus",
576
+ "planet": "Lua",
577
+ "type": "Capture"
578
+ }
579
+ ]
580
+ },
581
+ {
582
+ "name": "Drahk Master",
583
+ "imageKey": "drahk_master",
584
+ "locations": [
585
+ {
586
+ "last_verified": "2019-01-31",
587
+ "level": "21-23",
588
+ "faction": "Grineer",
589
+ "spawn_rate": "100%",
590
+ "mission": "Cassini",
591
+ "planet": "Saturn",
592
+ "type": "Capture"
593
+ },
594
+ {
595
+ "last_verified": "2019-01-31",
596
+ "level": "22-24",
597
+ "faction": "Grineer",
598
+ "spawn_rate": "90%",
599
+ "mission": "Anthe",
600
+ "planet": "Saturn",
601
+ "type": "Rescue"
602
+ }
603
+ ]
604
+ },
605
+ {
606
+ "name": "Elite Crewman",
607
+ "imageKey": "elite_crewman",
608
+ "locations": [
609
+ {
610
+ "last_verified": "2019-09-28",
611
+ "level": "25-30",
612
+ "faction": "Corpus",
613
+ "spawn_rate": "100%",
614
+ "mission": "Copernicus",
615
+ "planet": "Lua",
616
+ "type": "Capture"
617
+ },
618
+ {
619
+ "last_verified": "2019-09-28",
620
+ "level": "25-30",
621
+ "faction": "Corpus",
622
+ "spawn_rate": "100%",
623
+ "mission": "Zeipel",
624
+ "planet": "Lua",
625
+ "type": "Rescue"
626
+ },
627
+ {
628
+ "last_verified": "2019-08-16",
629
+ "level": "5-7",
630
+ "faction": "Corpus",
631
+ "spawn_rate": "100%",
632
+ "mission": "Venera",
633
+ "planet": "Venus",
634
+ "type": "Capture"
635
+ }
636
+ ]
637
+ },
638
+ {
639
+ "name": "Eviscerator",
640
+ "imageKey": "eviscerator",
641
+ "locations": [
642
+ {
643
+ "last_verified": "2019-01-24",
644
+ "level": "10-12",
645
+ "faction": "Grineer",
646
+ "spawn_rate": "100%",
647
+ "mission": "Ara",
648
+ "planet": "Mars",
649
+ "type": "Capture"
650
+ },
651
+ {
652
+ "last_verified": "2019-01-15",
653
+ "level": "14-16",
654
+ "faction": "Grineer",
655
+ "spawn_rate": "100%",
656
+ "mission": "Lex",
657
+ "planet": "Ceres",
658
+ "type": "Capture"
659
+ },
660
+ {
661
+ "last_verified": "2019-01-15",
662
+ "level": "13-15",
663
+ "faction": "Grineer",
664
+ "spawn_rate": "100%",
665
+ "mission": "Nuovo",
666
+ "planet": "Ceres",
667
+ "type": "Rescue"
668
+ },
669
+ {
670
+ "last_verified": "2019-09-12",
671
+ "level": "14-16",
672
+ "faction": "Grineer",
673
+ "spawn_rate": "100%",
674
+ "mission": "Ker",
675
+ "planet": "Ceres",
676
+ "type": "Sabotage"
677
+ }
678
+ ]
679
+ },
680
+ {
681
+ "name": "Fusion MOA",
682
+ "imageKey": "fusion_moa",
683
+ "locations": [
684
+ {
685
+ "last_verified": "2019-01-29",
686
+ "level": "9-11",
687
+ "faction": "Corpus",
688
+ "spawn_rate": "100%",
689
+ "mission": "Gradivus",
690
+ "planet": "Mars",
691
+ "type": "Sabotage"
692
+ },
693
+ {
694
+ "last_verified": "2019-01-29",
695
+ "level": "12-14",
696
+ "faction": "Corpus",
697
+ "spawn_rate": "100%",
698
+ "mission": "Skyresh",
699
+ "planet": "Phobos",
700
+ "type": "Capture"
701
+ },
702
+ {
703
+ "last_verified": "2019-01-29",
704
+ "level": "21-23",
705
+ "faction": "Corpus",
706
+ "spawn_rate": "100%",
707
+ "mission": "Abaddon",
708
+ "planet": "Europa",
709
+ "type": "Capture"
710
+ },
711
+ {
712
+ "last_verified": "2019-01-29",
713
+ "level": "30-34",
714
+ "faction": "Corpus",
715
+ "spawn_rate": "100%",
716
+ "mission": "Hydra",
717
+ "planet": "Pluto",
718
+ "type": "Capture"
719
+ }
720
+ ]
721
+ },
722
+ {
723
+ "name": "Guardsman [Research]",
724
+ "imageKey": "guardsman",
725
+ "locations": [
726
+ {
727
+ "last_verified": "2019-11-23",
728
+ "level": "14-16",
729
+ "faction": "Grineer",
730
+ "spawn_rate": "100%",
731
+ "mission": "Lex",
732
+ "planet": "Ceres",
733
+ "type": "Capture"
734
+ },
735
+ {
736
+ "last_verified": "2019-02-01",
737
+ "level": "13-15",
738
+ "faction": "Grineer",
739
+ "spawn_rate": "100%",
740
+ "mission": "Nuovo",
741
+ "planet": "Ceres",
742
+ "type": "Rescue"
743
+ },
744
+ {
745
+ "last_verified": "2019-02-01",
746
+ "level": "13-15",
747
+ "faction": "Grineer",
748
+ "spawn_rate": "100%",
749
+ "mission": "Ludi",
750
+ "planet": "Ceres",
751
+ "type": "Hijack"
752
+ }
753
+ ]
754
+ },
755
+ {
756
+ "name": "Heavy Gunner",
757
+ "imageKey": "heavy_gunner",
758
+ "locations": [
759
+ {
760
+ "last_verified": "2019-08-13",
761
+ "level": "7-9",
762
+ "faction": "Grineer",
763
+ "spawn_rate": "77%",
764
+ "mission": "Elion",
765
+ "planet": "Mercury",
766
+ "type": "Capture"
767
+ },
768
+ {
769
+ "last_verified": "2019-08-13",
770
+ "level": "6-8",
771
+ "faction": "Grineer",
772
+ "spawn_rate": "100%",
773
+ "mission": "Caloris",
774
+ "planet": "Mercury",
775
+ "type": "Rescue"
776
+ },
777
+ {
778
+ "last_verified": "2019-08-13",
779
+ "level": "14-16",
780
+ "faction": "Grineer",
781
+ "spawn_rate": "100%",
782
+ "mission": "Lex",
783
+ "planet": "Ceres",
784
+ "type": "Capture"
785
+ },
786
+ {
787
+ "last_verified": "2019-08-13",
788
+ "level": "32-36",
789
+ "faction": "Grineer",
790
+ "spawn_rate": "100%",
791
+ "mission": "Rusalka",
792
+ "planet": "Sedna",
793
+ "type": "Sabotage"
794
+ }
795
+ ]
796
+ },
797
+ {
798
+ "name": "Hellion",
799
+ "imageKey": "hellion",
800
+ "locations": [
801
+ {
802
+ "last_verified": "2019-08-15",
803
+ "level": "10-12",
804
+ "faction": "Grineer",
805
+ "spawn_rate": "100%",
806
+ "mission": "Ara",
807
+ "planet": "Mars",
808
+ "type": "Capture"
809
+ },
810
+ {
811
+ "last_verified": "2019-03-30",
812
+ "level": "14-16",
813
+ "faction": "Grineer",
814
+ "spawn_rate": "100%",
815
+ "mission": "Lex",
816
+ "planet": "Ceres",
817
+ "type": "Capture"
818
+ },
819
+ {
820
+ "last_verified": "2019-03-30",
821
+ "level": "32-36",
822
+ "faction": "Grineer",
823
+ "spawn_rate": "90%",
824
+ "mission": "Rusalka",
825
+ "planet": "Sedna",
826
+ "type": "Capture"
827
+ }
828
+ ]
829
+ },
830
+ {
831
+ "name": "Lancer [Research]",
832
+ "imageKey": "lancer",
833
+ "locations": [
834
+ {
835
+ "last_verified": "2019-02-14",
836
+ "level": "7-9",
837
+ "faction": "Grineer",
838
+ "spawn_rate": "81%",
839
+ "mission": "Elion",
840
+ "planet": "Mercury",
841
+ "type": "Capture"
842
+ },
843
+ {
844
+ "last_verified": "2019-02-14",
845
+ "level": "6-8",
846
+ "faction": "Grineer",
847
+ "spawn_rate": "80%",
848
+ "mission": "Caloris",
849
+ "planet": "Mercury",
850
+ "type": "Rescue"
851
+ },
852
+ {
853
+ "last_verified": "2019-02-14",
854
+ "level": "6-8",
855
+ "faction": "Grineer",
856
+ "spawn_rate": "100%",
857
+ "mission": "Pantheon",
858
+ "planet": "Mercury",
859
+ "type": "Extermination"
860
+ },
861
+ {
862
+ "last_verified": "2019-06-24",
863
+ "level": "21-23",
864
+ "faction": "Grineer",
865
+ "spawn_rate": "100%",
866
+ "mission": "Cassini",
867
+ "planet": "Saturn",
868
+ "type": "Capture"
869
+ },
870
+ {
871
+ "last_verified": "2019-02-14",
872
+ "level": "34-38",
873
+ "faction": "Grineer",
874
+ "spawn_rate": "100%",
875
+ "mission": "Kappa",
876
+ "planet": "Sedna",
877
+ "type": "Spy"
878
+ }
879
+ ]
880
+ },
881
+ {
882
+ "name": "Leaper",
883
+ "imageKey": "leaper",
884
+ "locations": [
885
+ {
886
+ "last_verified": "2019-01-13",
887
+ "level": "32-36",
888
+ "faction": "Infested",
889
+ "spawn_rate": "100%",
890
+ "mission": "Isos",
891
+ "planet": "Eris",
892
+ "type": "Capture"
893
+ },
894
+ {
895
+ "last_verified": "2018-09-23",
896
+ "level": "6-16",
897
+ "faction": "Infested",
898
+ "spawn_rate": "100%",
899
+ "mission": "Tikal",
900
+ "planet": "Earth",
901
+ "type": "Excavation"
902
+ },
903
+ {
904
+ "last_verified": "2019-01-13",
905
+ "level": "8-10",
906
+ "faction": "Crossfire",
907
+ "spawn_rate": "92%",
908
+ "mission": "Terminus",
909
+ "planet": "Mercury",
910
+ "type": "Sabotage"
911
+ },
912
+ {
913
+ "last_verified": "2018-09-23",
914
+ "level": "7-9",
915
+ "faction": "Crossfire",
916
+ "spawn_rate": "33%",
917
+ "mission": "M Prime",
918
+ "planet": "Mercury",
919
+ "type": "Extermination"
920
+ }
921
+ ]
922
+ },
923
+ {
924
+ "name": "MOA",
925
+ "imageKey": "moa",
926
+ "locations": [
927
+ {
928
+ "last_verified": "2019-04-04",
929
+ "level": "5-7",
930
+ "faction": "Corpus",
931
+ "spawn_rate": "100%",
932
+ "mission": "Venera",
933
+ "planet": "Venus",
934
+ "type": "Capture"
935
+ },
936
+ {
937
+ "last_verified": "2019-04-04",
938
+ "level": "5-7",
939
+ "faction": "Corpus",
940
+ "spawn_rate": "100%",
941
+ "mission": "Linea",
942
+ "planet": "Venus",
943
+ "type": "Rescue"
944
+ },
945
+ {
946
+ "last_verified": "2019-04-04",
947
+ "level": "3-5",
948
+ "faction": "Corpus",
949
+ "spawn_rate": "100%",
950
+ "mission": "E-Gate",
951
+ "planet": "Venus",
952
+ "type": "Extermination"
953
+ }
954
+ ]
955
+ },
956
+ {
957
+ "name": "Napalm",
958
+ "imageKey": "napalm",
959
+ "locations": [
960
+ {
961
+ "last_verified": "2019-01-21",
962
+ "level": "21-23",
963
+ "faction": "Grineer",
964
+ "spawn_rate": "100%",
965
+ "mission": "Cassini",
966
+ "planet": "Saturn",
967
+ "type": "Capture"
968
+ },
969
+ {
970
+ "last_verified": "2018-08-04",
971
+ "level": "30-40",
972
+ "faction": "Grineer",
973
+ "spawn_rate": "100%",
974
+ "mission": "Selkie (Unconfirmed)",
975
+ "planet": "Sedna",
976
+ "type": "Survival"
977
+ }
978
+ ]
979
+ },
980
+ {
981
+ "name": "Nullifier Crewman",
982
+ "imageKey": "nullifier_crewman",
983
+ "locations": [
984
+ {
985
+ "last_verified": "2019-06-27",
986
+ "level": "21-23",
987
+ "faction": "Corpus",
988
+ "spawn_rate": "100%",
989
+ "mission": "Abaddon",
990
+ "planet": "Europa",
991
+ "type": "Capture"
992
+ },
993
+ {
994
+ "last_verified": "2019-04-06",
995
+ "level": "21-23",
996
+ "faction": "Corpus",
997
+ "spawn_rate": "100%",
998
+ "mission": "Orias (Unconfirmed)",
999
+ "planet": "Europa",
1000
+ "type": "Rescue"
1001
+ }
1002
+ ]
1003
+ },
1004
+ {
1005
+ "name": "Runner [Research]",
1006
+ "imageKey": "runner",
1007
+ "locations": [
1008
+ {
1009
+ "last_verified": "2018-01-06",
1010
+ "level": "34-38",
1011
+ "faction": "Infested",
1012
+ "spawn_rate": "100%",
1013
+ "mission": "Saxis",
1014
+ "planet": "Eris",
1015
+ "type": "Extermination"
1016
+ },
1017
+ {
1018
+ "last_verified": "2018-08-31",
1019
+ "level": "34-38",
1020
+ "faction": "Infested",
1021
+ "spawn_rate": "100%",
1022
+ "mission": "Orokin Derelict Extermination",
1023
+ "planet": "Derelict",
1024
+ "type": "Extermination"
1025
+ }
1026
+ ]
1027
+ },
1028
+ {
1029
+ "name": "Scorch",
1030
+ "imageKey": "scorch",
1031
+ "locations": [
1032
+ {
1033
+ "last_verified": "2019-08-13",
1034
+ "level": "21-23",
1035
+ "faction": "Grineer",
1036
+ "spawn_rate": "95%",
1037
+ "mission": "Cassini",
1038
+ "planet": "Saturn",
1039
+ "type": "Capture"
1040
+ },
1041
+ {
1042
+ "last_verified": "2019-01-16",
1043
+ "level": "22-24",
1044
+ "faction": "Grineer",
1045
+ "spawn_rate": "100%",
1046
+ "mission": "Numa",
1047
+ "planet": "Saturn",
1048
+ "type": "Rescue"
1049
+ },
1050
+ {
1051
+ "last_verified": "2019-01-16",
1052
+ "level": "22-24",
1053
+ "faction": "Grineer",
1054
+ "spawn_rate": "100%",
1055
+ "mission": "ANTHE",
1056
+ "planet": "Saturn",
1057
+ "type": "Rescue"
1058
+ }
1059
+ ]
1060
+ },
1061
+ {
1062
+ "name": "Scorpion",
1063
+ "imageKey": "scorpion",
1064
+ "locations": [
1065
+ {
1066
+ "last_verified": "2019-02-02",
1067
+ "level": "14-16",
1068
+ "faction": "Grineer",
1069
+ "spawn_rate": "58%",
1070
+ "mission": "Lex",
1071
+ "planet": "Ceres",
1072
+ "type": "Capture"
1073
+ },
1074
+ {
1075
+ "last_verified": "2019-02-03",
1076
+ "level": "21-23",
1077
+ "faction": "Grineer",
1078
+ "spawn_rate": "100%",
1079
+ "mission": "Cassini",
1080
+ "planet": "Saturn",
1081
+ "type": "Capture"
1082
+ },
1083
+ {
1084
+ "last_verified": "2019-02-03",
1085
+ "level": "22-24",
1086
+ "faction": "Grineer",
1087
+ "spawn_rate": "100%",
1088
+ "mission": "Numa",
1089
+ "planet": "Saturn",
1090
+ "type": "Rescue"
1091
+ }
1092
+ ]
1093
+ },
1094
+ {
1095
+ "name": "Seeker / Frontier Seeker",
1096
+ "imageKey": "seeker",
1097
+ "locations": [
1098
+ {
1099
+ "last_verified": "2020-03-10",
1100
+ "level": "1-3",
1101
+ "faction": "Grineer",
1102
+ "spawn_rate": "100%",
1103
+ "mission": "E-Prime",
1104
+ "planet": "Earth",
1105
+ "type": "Extermination"
1106
+ },
1107
+ {
1108
+ "last_verified": "2019-11-28",
1109
+ "level": "14-16",
1110
+ "faction": "Grineer",
1111
+ "spawn_rate": "100%",
1112
+ "mission": "Lex",
1113
+ "planet": "Ceres",
1114
+ "type": "Capture"
1115
+ },
1116
+ {
1117
+ "last_verified": "2019-02-11",
1118
+ "level": "13-15",
1119
+ "faction": "Grineer",
1120
+ "spawn_rate": "100%",
1121
+ "mission": "Nuovo",
1122
+ "planet": "Ceres",
1123
+ "type": "Rescue"
1124
+ },
1125
+ {
1126
+ "last_verified": "2019-08-09",
1127
+ "level": "34-38",
1128
+ "faction": "Grineer",
1129
+ "spawn_rate": "100%",
1130
+ "mission": "Kappa",
1131
+ "planet": "Sedna",
1132
+ "type": "Spy"
1133
+ }
1134
+ ]
1135
+ },
1136
+ {
1137
+ "name": "Shield Lancer",
1138
+ "imageKey": "shield_lancer",
1139
+ "locations": [
1140
+ {
1141
+ "last_verified": "2019-01-30",
1142
+ "level": "6-8",
1143
+ "faction": "Grineer",
1144
+ "spawn_rate": "75%",
1145
+ "mission": "Pantheon",
1146
+ "planet": "Mercury",
1147
+ "type": "Extermination"
1148
+ },
1149
+ {
1150
+ "last_verified": "2019-01-30",
1151
+ "level": "6-8",
1152
+ "faction": "Grineer",
1153
+ "spawn_rate": "40%",
1154
+ "mission": "Caloris",
1155
+ "planet": "Mercury",
1156
+ "type": "Rescue"
1157
+ },
1158
+ {
1159
+ "last_verified": "2019-04-18",
1160
+ "level": "7-9",
1161
+ "faction": "Grineer",
1162
+ "spawn_rate": "76%",
1163
+ "mission": "Elion",
1164
+ "planet": "Mercury",
1165
+ "type": "Capture"
1166
+ },
1167
+ {
1168
+ "last_verified": "2019-10-21",
1169
+ "level": "21-23",
1170
+ "faction": "Grineer",
1171
+ "spawn_rate": "88%",
1172
+ "mission": "Cassini",
1173
+ "planet": "Saturn",
1174
+ "type": "Capture"
1175
+ }
1176
+ ]
1177
+ },
1178
+ {
1179
+ "name": "Swarm-Mutalist MOA",
1180
+ "imageKey": "swarm-mutalist_moa",
1181
+ "locations": [
1182
+ {
1183
+ "last_verified": "2019-01-19",
1184
+ "level": "18-20",
1185
+ "faction": "Crossfire",
1186
+ "spawn_rate": "100%",
1187
+ "mission": "Armaros",
1188
+ "planet": "Europa",
1189
+ "type": "Extermination"
1190
+ },
1191
+ {
1192
+ "last_verified": "2019-01-19",
1193
+ "level": "32-36",
1194
+ "faction": "Infested",
1195
+ "spawn_rate": "100%",
1196
+ "mission": "Isos",
1197
+ "planet": "Eris",
1198
+ "type": "Capture"
1199
+ },
1200
+ {
1201
+ "last_verified": "2019-01-19",
1202
+ "level": "32-36",
1203
+ "faction": "Infested",
1204
+ "spawn_rate": "100%",
1205
+ "mission": "Brugia",
1206
+ "planet": "Eris",
1207
+ "type": "Rescue"
1208
+ }
1209
+ ]
1210
+ },
1211
+ {
1212
+ "name": "Trooper",
1213
+ "imageKey": "trooper",
1214
+ "locations": [
1215
+ {
1216
+ "last_verified": "2019-01-22",
1217
+ "level": "2-4",
1218
+ "faction": "Grineer",
1219
+ "spawn_rate": "100%",
1220
+ "mission": "Mantle",
1221
+ "planet": "Earth",
1222
+ "type": "Capture"
1223
+ },
1224
+ {
1225
+ "last_verified": "2019-01-22",
1226
+ "level": "1-3",
1227
+ "faction": "Grineer",
1228
+ "spawn_rate": "100%",
1229
+ "mission": "E Prime",
1230
+ "planet": "Earth",
1231
+ "type": "Extermination"
1232
+ },
1233
+ {
1234
+ "last_verified": "2019-01-22",
1235
+ "level": "22-24",
1236
+ "faction": "Grineer",
1237
+ "spawn_rate": "100%",
1238
+ "mission": "Numa",
1239
+ "planet": "Saturn",
1240
+ "type": "Rescue"
1241
+ },
1242
+ {
1243
+ "last_verified": "2019-01-22",
1244
+ "level": "22-24",
1245
+ "faction": "Grineer",
1246
+ "spawn_rate": "100%",
1247
+ "mission": "Cassini",
1248
+ "planet": "Saturn",
1249
+ "type": "Capture"
1250
+ },
1251
+ {
1252
+ "last_verified": "2018-09-14",
1253
+ "level": "32-36",
1254
+ "faction": "Grineer",
1255
+ "spawn_rate": "100%",
1256
+ "mission": "Adaro",
1257
+ "planet": "Sedna",
1258
+ "type": "Extermination"
1259
+ }
1260
+ ]
1261
+ }
1262
+ ]