warframe-worldstate-data 1.20.3 → 1.21.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.
- package/README.md +13 -13
- package/data/conclaveData.json +10 -0
- package/data/cs/conclaveData.json +10 -0
- package/data/cs/languages.json +18 -0
- package/data/cs/solNodes.json +5 -0
- package/data/de/arcanes.json +34 -34
- package/data/de/conclaveData.json +65 -55
- package/data/de/languages.json +19 -1
- package/data/de/solNodes.json +18 -13
- package/data/de/steelPath.json +17 -17
- package/data/de/synthTargets.json +7 -7
- package/data/es/conclaveData.json +10 -0
- package/data/es/languages.json +18 -0
- package/data/es/solNodes.json +5 -0
- package/data/fr/conclaveData.json +10 -0
- package/data/fr/languages.json +20 -2
- package/data/fr/solNodes.json +5 -0
- package/data/it/conclaveData.json +10 -0
- package/data/it/languages.json +18 -0
- package/data/it/solNodes.json +5 -0
- package/data/ko/conclaveData.json +10 -0
- package/data/ko/languages.json +18 -0
- package/data/ko/solNodes.json +5 -0
- package/data/languages.json +18 -0
- package/data/pl/conclaveData.json +10 -0
- package/data/pl/languages.json +18 -0
- package/data/pl/solNodes.json +5 -0
- package/data/pt/conclaveData.json +10 -0
- package/data/pt/languages.json +18 -0
- package/data/pt/solNodes.json +5 -0
- package/data/ru/conclaveData.json +10 -0
- package/data/ru/languages.json +18 -0
- package/data/ru/solNodes.json +5 -0
- package/data/solNodes.json +5 -0
- package/data/sr/conclaveData.json +10 -0
- package/data/sr/languages.json +18 -0
- package/data/sr/solNodes.json +5 -0
- package/data/tr/conclaveData.json +10 -0
- package/data/tr/languages.json +18 -0
- package/data/tr/solNodes.json +5 -0
- package/data/zh/conclaveData.json +10 -0
- package/data/zh/languages.json +18 -0
- package/data/zh/solNodes.json +5 -0
- package/exports.js +26 -8
- package/package.json +14 -3
package/README.md
CHANGED
@@ -32,16 +32,16 @@ const {enemy, value, type} = erpo;
|
|
32
32
|
|
33
33
|
## Available data and formatting
|
34
34
|
|
35
|
-
JSON
|
36
|
-
|
37
|
-
`conclaveData.json`
|
38
|
-
`eventsData.json`
|
39
|
-
`factionsData.json
|
40
|
-
`fissureModifiers.json
|
41
|
-
`languages.json
|
42
|
-
`missionTypes.json
|
43
|
-
`operationTypes.json
|
44
|
-
`persistentEnemyData.json
|
45
|
-
`solNodes.json
|
46
|
-
`syndicateData.json
|
47
|
-
`upgradeTypes.json
|
35
|
+
| JSON | Data Accessor | Description |
|
36
|
+
|:---------------------------|:-------------------:|:-------------------------------------------------------------------------------------------------------------|
|
37
|
+
| `conclaveData.json` | `conclave` | Stores conclave data for modes and categories |
|
38
|
+
| `eventsData.json` | `events` | Stores event strings. May be deprecated when languages.json is more complete. |
|
39
|
+
| `factionsData.json` | `factions` | Stores faction strings for identifying each faction |
|
40
|
+
| `fissureModifiers.json` | `fissureModifiers` | Fissure tier assignments corresponding to era names |
|
41
|
+
| `languages.json` | `languages` | General string storage for converting worldstate strings to display strings |
|
42
|
+
| `missionTypes.json` | `missionTypes` | Types of missions, ex.: `MT_EXCAVATE` corresponds to `Excavation` |
|
43
|
+
| `operationTypes.json` | `operationTypes` | Operation string conversions for global modifiers |
|
44
|
+
| `persistentEnemyData.json` | `persistentEnemy` | Persistent enemy data mappings. Currently only acolytes. |
|
45
|
+
| `solNodes.json` | `solNodes` | Data for each node in the solar system. Currently includes node name, base enemy type, and base mission type |
|
46
|
+
| `syndicateData.json` | `syndicates` | Mappings for worldstate syndicate names to displayable syndicate names. |
|
47
|
+
| `upgradeTypes.json` | `upgradeTypes` | Upgrade types for global modifiers. |
|
package/data/conclaveData.json
CHANGED
@@ -381,6 +381,16 @@
|
|
381
381
|
"title": "Conditioning",
|
382
382
|
"description": "Complete 10 Daily Challenges",
|
383
383
|
"standing": 0
|
384
|
+
},
|
385
|
+
"PVPTimedChallengeSpeedballGoalsHARD": {
|
386
|
+
"title": "Focused Goal!",
|
387
|
+
"description": "Score 4 Goals in a match",
|
388
|
+
"standing": 6000
|
389
|
+
},
|
390
|
+
"PVPTimedChallengeKillsPayback_MEDIUM": {
|
391
|
+
"title": "Revenge",
|
392
|
+
"description": "Kill 3 enemies that have killed you",
|
393
|
+
"standing": 1500
|
384
394
|
}
|
385
395
|
},
|
386
396
|
"affectors": {
|
@@ -381,6 +381,16 @@
|
|
381
381
|
"title": "Podmínky",
|
382
382
|
"description": "Splňte 10 Denních výzev",
|
383
383
|
"standing": 0
|
384
|
+
},
|
385
|
+
"PVPTimedChallengeSpeedballGoalsHARD": {
|
386
|
+
"title": "Focused Goal!",
|
387
|
+
"description": "Score 4 Goals in a match",
|
388
|
+
"standing": 6000
|
389
|
+
},
|
390
|
+
"PVPTimedChallengeKillsPayback_MEDIUM": {
|
391
|
+
"title": "Revenge",
|
392
|
+
"description": "Kill 3 enemies that have killed you",
|
393
|
+
"standing": 1500
|
384
394
|
}
|
385
395
|
},
|
386
396
|
"affectors": {
|
package/data/cs/languages.json
CHANGED
@@ -13863,6 +13863,15 @@
|
|
13863
13863
|
"/lotus/types/gameplay/eidolon/jobs/events/infestedplainsbounty": {
|
13864
13864
|
"value": "Plague Star"
|
13865
13865
|
},
|
13866
|
+
"/lotus/types/gameplay/eidolon/jobs/narmer/assassinatebountyass": {
|
13867
|
+
"value": "Rise and Fall (New War)"
|
13868
|
+
},
|
13869
|
+
"/lotus/types/gameplay/eidolon/jobs/narmer/attritionbountyext": {
|
13870
|
+
"value": "For the Unum (New War)"
|
13871
|
+
},
|
13872
|
+
"/lotus/types/gameplay/eidolon/jobs/narmer/attritionbountylib": {
|
13873
|
+
"value": "Bring Them Home (New War)"
|
13874
|
+
},
|
13866
13875
|
"/lotus/types/gameplay/eidolon/jobs/reclamationbountycache": {
|
13867
13876
|
"value": "Find the Hidden Artifact"
|
13868
13877
|
},
|
@@ -13914,6 +13923,15 @@
|
|
13914
13923
|
"/lotus/types/gameplay/infestedmicroplanet/jobs/deimospurifybounty": {
|
13915
13924
|
"value": "Anomaly Retrieval"
|
13916
13925
|
},
|
13926
|
+
"/lotus/types/gameplay/venus/jobs/narmer/narmervenusculljobassassinate": {
|
13927
|
+
"value": "Master's Voice (New War)"
|
13928
|
+
},
|
13929
|
+
"/lotus/types/gameplay/venus/jobs/narmer/narmervenusculljobexterminate": {
|
13930
|
+
"value": "Crush the Cult (New War)"
|
13931
|
+
},
|
13932
|
+
"/lotus/types/gameplay/venus/jobs/narmer/narmervenustheftjobexcavation": {
|
13933
|
+
"value": "Digging for Narmer (New War)"
|
13934
|
+
},
|
13917
13935
|
"/lotus/types/gameplay/venus/jobs/venusartifactjobambush": {
|
13918
13936
|
"value": "Courier Ambush"
|
13919
13937
|
},
|
package/data/cs/solNodes.json
CHANGED
package/data/de/arcanes.json
CHANGED
@@ -27,7 +27,7 @@
|
|
27
27
|
"info": "https://warframe.fandom.com/de/wiki/Arkana%3A_Agilit%C3%A4t"
|
28
28
|
},
|
29
29
|
{
|
30
|
-
"regex": "
|
30
|
+
"regex": "Arkanas",
|
31
31
|
"name": "Arkana: Arachnid",
|
32
32
|
"effect": "Beim Festhalten an der Wand 15% / 30% / 45% / 60% Chance \nauf 100% Bonus Damage\nbeim nächsten Treffer",
|
33
33
|
"rarity": "Ungewöhnlich",
|
@@ -36,7 +36,7 @@
|
|
36
36
|
"info": "https://warframe.fandom.com/de/wiki/Arkana:_Arachnid"
|
37
37
|
},
|
38
38
|
{
|
39
|
-
"regex": "
|
39
|
+
"regex": "Rächer",
|
40
40
|
"name": "Arcane Avenger",
|
41
41
|
"effect": "Beim Erleiden von Schaden 3.5% / 7% / 10.5% / 14% Chance \n7.5% / 15% / 22.5% / 30% zusätzlich kritische Trefferchance\nfür 2 / 4 / 6 / 8 Sekunden zu erhalten",
|
42
42
|
"rarity": "Ungewöhnlich",
|
@@ -45,7 +45,7 @@
|
|
45
45
|
"info": "https://warframe.fandom.com/de/wiki/Arkana:_R%C3%A4cher"
|
46
46
|
},
|
47
47
|
{
|
48
|
-
"regex": "
|
48
|
+
"regex": "Erwachen",
|
49
49
|
"name": "Arkane Erwachen",
|
50
50
|
"effect": "Beim Nachladen 10% / 20% / 30% / 40% Chance\n25% / 50% / 75% / 100% zusätzlichen Schaden für Sekundärwaffen\nfür 4 / 8 / 12 / 16 Sekunden zu erhalten",
|
51
51
|
"rarity": "Gewöhnlich",
|
@@ -54,7 +54,7 @@
|
|
54
54
|
"info": "https://warframe.fandom.com/de/wiki/Arkana%3A_Erwachen"
|
55
55
|
},
|
56
56
|
{
|
57
|
-
"regex": "
|
57
|
+
"regex": "Barriere",
|
58
58
|
"name": "Arcane Barrier",
|
59
59
|
"effect": "Beim Erleiden von Schaden 1% / 2% / 3% / 4% Chance Schilde wieder vollständig aufzuladen",
|
60
60
|
"rarity": "Selten",
|
@@ -63,7 +63,7 @@
|
|
63
63
|
"info": "https://warframe.fandom.com/de/wiki/Arkana%3A_Barriere"
|
64
64
|
},
|
65
65
|
{
|
66
|
-
"regex": "
|
66
|
+
"regex": "Konsequenz",
|
67
67
|
"name": "Arkana: Konsequenz",
|
68
68
|
"effect": "Bei Kopftreffer 25% / 50% / 75% / 100% Chance\n10% / 20% / 30% / 40% erhöhtes Zielgleiten/Wandhalten\nfür 3 / 6 / 9 / 12 Sekunden zu erhalten",
|
69
69
|
"rarity": "Ungewöhnlich",
|
@@ -72,7 +72,7 @@
|
|
72
72
|
"info": "https://warframe.fandom.com/de/wiki/Arkana%3A_Konsequenz"
|
73
73
|
},
|
74
74
|
{
|
75
|
-
"regex": "
|
75
|
+
"regex": "Deflektion",
|
76
76
|
"name": "Arcane Deflection",
|
77
77
|
"effect": "20% / 40% / 60% / 80% Chance dem Schnittstatuseffekt zu wiederstehen",
|
78
78
|
"rarity": "Selten",
|
@@ -90,7 +90,7 @@
|
|
90
90
|
"info": "https://warframe.fandom.com/de/wiki/Arkana:_Antrieb"
|
91
91
|
},
|
92
92
|
{
|
93
|
-
"regex": "
|
93
|
+
"regex": "Eruption",
|
94
94
|
"name": "Arcane Eruption",
|
95
95
|
"effect": "Beim Aufsammeln von Energie 5% / 10% / 15% / 20% Chance\nGegner innerhalb von 5 / 10 / 15 / 20 Metern umzuwerfen",
|
96
96
|
"rarity": "Ungewöhnlich",
|
@@ -99,7 +99,7 @@
|
|
99
99
|
"info": "https://warframe.fandom.com/de/wiki/Arkana:_Eruption"
|
100
100
|
},
|
101
101
|
{
|
102
|
-
"regex": "
|
102
|
+
"regex": "Furie",
|
103
103
|
"name": "Arkana: Furie",
|
104
104
|
"effect": "Bei kritischem Treffer 10% / 20% / 30% / 40% Chance\n30% / 60% / 90% / 120% erhöhten Nahkampfschaden\nfür 3 / 6 / 9 / 12 Sekunden zu erhalten",
|
105
105
|
"rarity": "Ungewöhnlich",
|
@@ -126,7 +126,7 @@
|
|
126
126
|
"info": "https://warframe.fandom.com/de/wiki/Arkana:_Besch%C3%BCtzer"
|
127
127
|
},
|
128
128
|
{
|
129
|
-
"regex": "
|
129
|
+
"regex": "Heilung",
|
130
130
|
"name": "Arcane Healing",
|
131
131
|
"effect": "20% / 40% / 60% / 80% Chance Strahlungsschaden zu widerstehen",
|
132
132
|
"rarity": "Selten",
|
@@ -135,7 +135,7 @@
|
|
135
135
|
"info": "https://warframe.fandom.com/de/wiki/Arkana:_Heilung"
|
136
136
|
},
|
137
137
|
{
|
138
|
-
"regex": "
|
138
|
+
"regex": "Eis",
|
139
139
|
"name": "Arcane Ice",
|
140
140
|
"effect": "20% / 40% / 60% / 80% Chance Hitzeschaden zu widerstehen",
|
141
141
|
"rarity": "Ungewöhnlich",
|
@@ -144,7 +144,7 @@
|
|
144
144
|
"info": "https://warframe.fandom.com/de/wiki/Arkana:_Eis"
|
145
145
|
},
|
146
146
|
{
|
147
|
-
"regex": "
|
147
|
+
"regex": "Momentum",
|
148
148
|
"name": "Arkana: Momentum",
|
149
149
|
"effect": "Bei kritischem Treffer 10% / 20% / 30% / 40% Chance\n25% / 50% / 75% / 100% Feuerrate für Sniper\nfür 2 / 4 / 6 / 8 Sekunden zu erhalten",
|
150
150
|
"rarity": "Gewöhnlich",
|
@@ -153,7 +153,7 @@
|
|
153
153
|
"info": "https://warframe.fandom.com/de/wiki/Arkana:_Momentum"
|
154
154
|
},
|
155
155
|
{
|
156
|
-
"regex": "
|
156
|
+
"regex": "Nullfeld",
|
157
157
|
"name": "Arcane Nullifier",
|
158
158
|
"effect": "20% / 40% / 60% / 80% Chance Magnetismusschaden zu widerstehen",
|
159
159
|
"rarity": "Ungewöhnlich",
|
@@ -216,7 +216,7 @@
|
|
216
216
|
"info": "https://warframe.fandom.com/de/wiki/Arkana:_Hieb"
|
217
217
|
},
|
218
218
|
{
|
219
|
-
"regex": "
|
219
|
+
"regex": "Tempo",
|
220
220
|
"name": "Arkana: Tempo",
|
221
221
|
"effect": "Bei kritischem Treffer 2.5% / 5% / 7.5% / 10% Chance\n15% / 30% / 45% / 60% erhöhte Feuerrate für Schrotflinten\nfür 2 / 4 / 6 / 8 Sekunden zu erhalten",
|
222
222
|
"rarity": "Gewöhnlich",
|
@@ -225,7 +225,7 @@
|
|
225
225
|
"info": "https://warframe.fandom.com/de/wiki/Arkana:_Tempo"
|
226
226
|
},
|
227
227
|
{
|
228
|
-
"regex": "
|
228
|
+
"regex": "Trickserei",
|
229
229
|
"name": "Arcane Trickery",
|
230
230
|
"effect": "Nach Finisher 2.5% / 5% / 7.5% / 10% Chance\nfür 5 / 10 / 15 / 20 Sekunden unsichtbar zu werden",
|
231
231
|
"rarity": "Gewöhnlich",
|
@@ -234,7 +234,7 @@
|
|
234
234
|
"info": "https://warframe.fandom.com/de/wiki/Arkana:_Trickserei"
|
235
235
|
},
|
236
236
|
{
|
237
|
-
"regex": "
|
237
|
+
"regex": "Ultimatum",
|
238
238
|
"name": "Arkana: Ultimatum",
|
239
239
|
"effect": "Nach Finisher 25% / 50% / 75% / 100% Chance 150 / 300 / 450 / 600 Rüstung\nfür 10 / 20 / 30 / 40 Sekunden zu erhalten",
|
240
240
|
"rarity": "Gewöhnlich",
|
@@ -243,7 +243,7 @@
|
|
243
243
|
"info": "https://warframe.fandom.com/de/wiki/Arkana:_Ultimatum"
|
244
244
|
},
|
245
245
|
{
|
246
|
-
"regex": "
|
246
|
+
"regex": "Geschwindigkeit",
|
247
247
|
"name": "Arkana: Geschwindigkeit",
|
248
248
|
"effect": "Bei kritischem Treffer 15% / 30% / 45% / 60% Chance\n20% / 40% / 60% / 80% erhöhte Feuerrate für Sekundärwaffen\nfür 1.5 / 3 / 4.5 / 6 Sekunden zu erhalten",
|
249
249
|
"rarity": "Gewöhnlich",
|
@@ -252,7 +252,7 @@
|
|
252
252
|
"info": "https://warframe.fandom.com/de/wiki/Arkana:_Geschwindigkeit"
|
253
253
|
},
|
254
254
|
{
|
255
|
-
"regex": "
|
255
|
+
"regex": "Sieg",
|
256
256
|
"name": "Arcane Victory",
|
257
257
|
"effect": "Bei Kopftreffer 2% / 4% / 6% / 8% Chance\n0.5% / 1.0% / 1.5% / 2.0% Lebensregeneration pro Sekunde\nfür 2 / 4 / 6 / 8 Sekunden zu erhalten",
|
258
258
|
"rarity": "Selten",
|
@@ -261,7 +261,7 @@
|
|
261
261
|
"info": "https://warframe.fandom.com/de/wiki/Arkana:_Sieg"
|
262
262
|
},
|
263
263
|
{
|
264
|
-
"regex": "
|
264
|
+
"regex": "Wärme",
|
265
265
|
"name": "Arcane Warmth",
|
266
266
|
"effect": "20% / 40% / 60% / 80% Chance Kälteschaden zu widerstehen",
|
267
267
|
"rarity": "Ungewöhnlich",
|
@@ -333,7 +333,7 @@
|
|
333
333
|
"info": "http://warframe.wikia.com/wiki/Magus_Nourish"
|
334
334
|
},
|
335
335
|
{
|
336
|
-
"regex": "
|
336
|
+
"regex": "Nullfeld",
|
337
337
|
"name": "Virtuos: Leere",
|
338
338
|
"effect": "Bei Kill 5% / 10% / 15% / 20% erhöhte Verstärker-Energieregeneration für 1 / 2 / 3 / 4 Sekunden",
|
339
339
|
"rarity": "Ungewöhnlich",
|
@@ -342,7 +342,7 @@
|
|
342
342
|
"info": "http://warframe.wikia.com/wiki/Virtuos_Null"
|
343
343
|
},
|
344
344
|
{
|
345
|
-
"regex": "
|
345
|
+
"regex": "Tempo",
|
346
346
|
"name": "Virtuos: Tempo",
|
347
347
|
"effect": "Bei Kill 15% / 30% / 45% / 60% Chance 15% / 30% / 45% / 60% erhöhte Feuerrrate für 2 / 4 / 6 / 8 Sekunden zu erhalten",
|
348
348
|
"rarity": "Ungewöhnlich",
|
@@ -351,7 +351,7 @@
|
|
351
351
|
"info": "http://warframe.wikia.com/wiki/Virtuos_Tempo"
|
352
352
|
},
|
353
353
|
{
|
354
|
-
"regex": "
|
354
|
+
"regex": "Furie",
|
355
355
|
"name": "Virtuos: Wut",
|
356
356
|
"effect": "Bei Statuseffekt 5% / 10% / 15% / 20% Chance 7.5% / 15% / 22.5% / 30% erhöhten Schaden für 1 / 2 / 3 / 4 Sekunden zu erhalten",
|
357
357
|
"rarity": "Ungewöhnlich",
|
@@ -378,7 +378,7 @@
|
|
378
378
|
"info": "http://warframe.wikia.com/wiki/Virtuos_Shadow"
|
379
379
|
},
|
380
380
|
{
|
381
|
-
"regex": "
|
381
|
+
"regex": "Geist",
|
382
382
|
"name": "Virtuos: Geist",
|
383
383
|
"effect": "Bei Kopftreffer 10% / 20% / 30% / 40% Chance 15% / 30% / 45% / 60% zusätzliche Statuschance für 3 / 6 / 9 / 12 Sekunden zu erhalten",
|
384
384
|
"rarity": "Ungewöhnlich",
|
@@ -396,7 +396,7 @@
|
|
396
396
|
"info": "http://warframe.wikia.com/wiki/Exodia_Brave"
|
397
397
|
},
|
398
398
|
{
|
399
|
-
"regex": "
|
399
|
+
"regex": "Tapferkeit",
|
400
400
|
"name": "Exodia: Tapferkeit",
|
401
401
|
"effect": "Bei kritischem Treffer 5% / 10% / 15% / 20% Chance 50% / 100% / 150% / 200% erhöhten Kanalisierungsschaden für 3 / 6 / 9 / 12 Sekunden zu erhalten",
|
402
402
|
"rarity": "Ungewöhnlich",
|
@@ -405,7 +405,7 @@
|
|
405
405
|
"info": "http://warframe.wikia.com/wiki/Exodia_Valor"
|
406
406
|
},
|
407
407
|
{
|
408
|
-
"regex": "
|
408
|
+
"regex": "Macht",
|
409
409
|
"name": "Exodia: Macht",
|
410
410
|
"effect": "Bei Finisher 12.5% / 25% / 37.5% / 50% Chance 7.5% / 15% / 22.5% / 30% Lebensraub für 2 / 4 / 6 / 8 Sekunden zu erhalten",
|
411
411
|
"rarity": "Ungewöhnlich",
|
@@ -414,7 +414,7 @@
|
|
414
414
|
"info": "http://warframe.wikia.com/wiki/Exodia_Might"
|
415
415
|
},
|
416
416
|
{
|
417
|
-
"regex": "
|
417
|
+
"regex": "Triumph",
|
418
418
|
"name": "Exodia: Triumph",
|
419
419
|
"effect": "Bei Statuseffekt 5% / 10% / 15% / 20% Chance 50% / 100% / 150% / 200% erhöhten Kanalisierungsschaden für 3 / 6 / 9 / 12 Sekunden zu erhalten",
|
420
420
|
"rarity": "Ungewöhnlich",
|
@@ -423,39 +423,39 @@
|
|
423
423
|
"info": "http://warframe.wikia.com/wiki/Exodia_Triumph"
|
424
424
|
},
|
425
425
|
{
|
426
|
-
"regex": "
|
426
|
+
"regex": "Jagd",
|
427
427
|
"name": "Exodia: Jagd",
|
428
428
|
"effect": "Bei Schmetterangriff 20% / 30% / 40% / 50% Chance Gegner in einem 6m / 8m / 10m / 12m Radius heranzuziehen",
|
429
429
|
"rarity": "Ungewöhnlich",
|
430
430
|
"location": "Hok's Schmiede",
|
431
431
|
"thumbnail": "https://vignette.wikia.nocookie.net/warframe/images/0/03/ExodiaHunt.png/revision/latest/scale-to-width-down/350?cb=20171129163001",
|
432
|
-
"info": "
|
432
|
+
"info": "https://warframe.fandom.com/de/wiki/Exodia:_Jagd"
|
433
433
|
},
|
434
434
|
{
|
435
|
-
"regex": "
|
435
|
+
"regex": "Kraft",
|
436
436
|
"name": "Exodia: Kraft",
|
437
437
|
"effect": "Bei Statuseffekt 5% / 10% / 15% / 20% Chance 80% / 100% / 120% / 150% Waffenschaden in 5m / 6m / 7m / 8m Radius zu verursachen",
|
438
438
|
"rarity": "Ungewöhnlich",
|
439
439
|
"location": "Hok's Schmiede",
|
440
440
|
"thumbnail": "https://vignette.wikia.nocookie.net/warframe/images/6/62/ExodiaForce.png/revision/latest/scale-to-width-down/350?cb=20171129162958",
|
441
|
-
"info": "
|
441
|
+
"info": "https://warframe.fandom.com/de/wiki/Exodia:_Kraft"
|
442
442
|
},
|
443
443
|
{
|
444
|
-
"regex": "
|
444
|
+
"regex": "Infektion",
|
445
445
|
"name": "Exodia: Infektion",
|
446
446
|
"effect": "Nach einem Doppel- oder Projektilsprung: Nahkampfangriffe während des Zielgleitens verschießen ein Projektil, nachdem 30m zurückgelegt wurden wird der Projektilschaden um 100% / 200% / 300% / 400% erhöht, Rechweite ist von Gravitation abhängig",
|
447
447
|
"rarity": "Ungewöhnlich",
|
448
|
-
"location": "Event
|
448
|
+
"location": "Event-Syndikat (Plagenstern)",
|
449
449
|
"thumbnail": "https://vignette.wikia.nocookie.net/warframe/images/2/22/ExodiaContagion.png/revision/latest/scale-to-width-down/350?cb=20171129162953",
|
450
450
|
"info": "http://warframe.wikia.com/wiki/Exodia_Contagion"
|
451
451
|
},
|
452
452
|
{
|
453
|
-
"regex": "
|
453
|
+
"regex": "Epidemie",
|
454
454
|
"name": "Exodia: Epidemie",
|
455
455
|
"effect": "Nach einem Doppel- oder Projektilsprung: Stampfattacke sendet eine Schockwelle nach vorne aus, welche Gegner für 1s / 2s / 3s / 4s in die Luft befördert und Virusschaden bis zu 33m entfernt verursacht",
|
456
456
|
"rarity": "Ungewöhnlich",
|
457
|
-
"location": "Event
|
457
|
+
"location": "Event-Syndikat (Plagenstern)",
|
458
458
|
"thumbnail": "https://vignette.wikia.nocookie.net/warframe/images/1/1d/ExodiaEpidemic.png/revision/latest/scale-to-width-down/350?cb=20171129162956",
|
459
|
-
"info": "
|
459
|
+
"info": "https://warframe.fandom.com/de/wiki/Exodia:_Epidemie"
|
460
460
|
}
|
461
461
|
]
|
@@ -208,12 +208,12 @@
|
|
208
208
|
"standing": 3000
|
209
209
|
},
|
210
210
|
"PVPTimedChallengeKillsHeadShotsEASY": {
|
211
|
-
"title": "
|
211
|
+
"title": "Schütze",
|
212
212
|
"description": "Erziele einen Kopfschusskill",
|
213
213
|
"standing": 500
|
214
214
|
},
|
215
215
|
"PVPTimedChallengeKillsHeadShotsMEDIUM": {
|
216
|
-
"title": "
|
216
|
+
"title": "Schütze",
|
217
217
|
"description": "Erziele 4 Kopfschusskill's",
|
218
218
|
"standing": 1500
|
219
219
|
},
|
@@ -223,128 +223,128 @@
|
|
223
223
|
"standing": 3000
|
224
224
|
},
|
225
225
|
"PVPTimedChallengeKillsStreakDominationEASY": {
|
226
|
-
"title": "
|
226
|
+
"title": "Herrschaft",
|
227
227
|
"description": "Töte einen Feind, ohne dass er dich tötet",
|
228
228
|
"standing": 500
|
229
229
|
},
|
230
230
|
"PVPTimedChallengeKillsStreakDominationMEDIUM": {
|
231
|
-
"title": "
|
231
|
+
"title": "Herrschaft",
|
232
232
|
"description": "Töte 4 Feinde, ohne dass sie dich töten",
|
233
233
|
"standing": 1500
|
234
234
|
},
|
235
235
|
"PVPTimedChallengeKillsStreakDominationHARD": {
|
236
|
-
"title": "
|
237
|
-
"description": "
|
236
|
+
"title": "Fokussierte Herrschaft",
|
237
|
+
"description": "Töte 3 Gegner in einer Runde ohne das du stirbst",
|
238
238
|
"standing": 3000
|
239
239
|
},
|
240
240
|
"PVPTimedChallengeKillsPaybackEASY": {
|
241
241
|
"title": "Revenge",
|
242
|
-
"description": "
|
242
|
+
"description": "Töte einen Gegner der dich getötet hat",
|
243
243
|
"standing": 500
|
244
244
|
},
|
245
245
|
"PVPTimedChallengeKillsPaybackMEDIUM": {
|
246
246
|
"title": "Revenge",
|
247
|
-
"description": "
|
247
|
+
"description": "Töte 4 Gegner, die dich getötet haben",
|
248
248
|
"standing": 1500
|
249
249
|
},
|
250
250
|
"PVPTimedChallengeKillsPaybackHARD": {
|
251
|
-
"title": "
|
252
|
-
"description": "
|
251
|
+
"title": "Fokussierte Rache",
|
252
|
+
"description": "Töte 3 Gegner in einer Runde die dich getötet haben",
|
253
253
|
"standing": 3000
|
254
254
|
},
|
255
255
|
"PVPTimedChallengeFlagReturnEASY": {
|
256
|
-
"title": "
|
257
|
-
"description": "
|
256
|
+
"title": "Befreier",
|
257
|
+
"description": "Bringe den Cephalon deines Teams einmal zurück",
|
258
258
|
"standing": 500
|
259
259
|
},
|
260
260
|
"PVPTimedChallengeFlagReturnMEDIUM": {
|
261
|
-
"title": "
|
262
|
-
"description": "
|
261
|
+
"title": "Befreier",
|
262
|
+
"description": "Bringe den Cephalon deines Teams 4 mal zurück",
|
263
263
|
"standing": 1500
|
264
264
|
},
|
265
265
|
"PVPTimedChallengeFlagCaptureEASY": {
|
266
266
|
"title": "Bandit",
|
267
|
-
"description": "
|
267
|
+
"description": "Erobere 1 Cephalon",
|
268
268
|
"standing": 500
|
269
269
|
},
|
270
270
|
"PVPTimedChallengeFlagCaptureMEDIUM": {
|
271
271
|
"title": "Bandit",
|
272
|
-
"description": "
|
272
|
+
"description": "Erobere 4 Cephalons",
|
273
273
|
"standing": 1500
|
274
274
|
},
|
275
275
|
"PVPTimedChallengeSpeedballCatchesEASY": {
|
276
|
-
"title": "
|
277
|
-
"description": "
|
276
|
+
"title": "Vorsicht!",
|
277
|
+
"description": "Fange 3 Pässe von Teammitgliedern",
|
278
278
|
"standing": 1000
|
279
279
|
},
|
280
280
|
"PVPTimedChallengeSpeedballCatchesMEDIUM": {
|
281
|
-
"title": "
|
282
|
-
"description": "
|
281
|
+
"title": "Vorsicht!",
|
282
|
+
"description": "Fange 10 Pässe von Teammitgliedern",
|
283
283
|
"standing": 3000
|
284
284
|
},
|
285
285
|
"PVPTimedChallengeSpeedballCatchesHARD": {
|
286
|
-
"title": "
|
287
|
-
"description": "
|
286
|
+
"title": "Fokussierte Vorsicht!",
|
287
|
+
"description": "Fange 6 Pässe von Teamkameraden in einem Spiel",
|
288
288
|
"standing": 6000
|
289
289
|
},
|
290
290
|
"PVPTimedChallengeSpeedballInterceptionsEASY": {
|
291
|
-
"title": "
|
292
|
-
"description": "
|
291
|
+
"title": "Abfangen!",
|
292
|
+
"description": "3 Pässe von Gegnern abfangen",
|
293
293
|
"standing": 1000
|
294
294
|
},
|
295
295
|
"PVPTimedChallengeSpeedballInterceptionsMEDIUM": {
|
296
|
-
"title": "
|
297
|
-
"description": "
|
296
|
+
"title": "Abfangen!",
|
297
|
+
"description": "6 Pässe von Gegnern abfangen",
|
298
298
|
"standing": 3000
|
299
299
|
},
|
300
300
|
"PVPTimedChallengeSpeedballInterceptionsHARD": {
|
301
|
-
"title": "
|
302
|
-
"description": "
|
301
|
+
"title": "Fokussiertes Abfang!",
|
302
|
+
"description": "Fange 3 Pässe von Gegnern in einem Spiel ab",
|
303
303
|
"standing": 6000
|
304
304
|
},
|
305
305
|
"PVPTimedChallengeSpeedballStealsEASY": {
|
306
|
-
"title": "
|
307
|
-
"description": "
|
306
|
+
"title": "Abnehmen und schnappen",
|
307
|
+
"description": "Stiehle den Ball 3 mal",
|
308
308
|
"standing": 1000
|
309
309
|
},
|
310
310
|
"PVPTimedChallengeSpeedballStealsMEDIUM": {
|
311
|
-
"title": "
|
312
|
-
"description": "
|
311
|
+
"title": "Abnehmen und schnappen",
|
312
|
+
"description": "Stiehle den Ball 6 mal",
|
313
313
|
"standing": 3000
|
314
314
|
},
|
315
315
|
"PVPTimedChallengeSpeedballStealsHARD": {
|
316
|
-
"title": "
|
317
|
-
"description": "
|
316
|
+
"title": "Fokussiertes abnehmen und schnappen",
|
317
|
+
"description": "Stiehle den Ball 3 mal in einem Spiel",
|
318
318
|
"standing": 3000
|
319
319
|
},
|
320
320
|
"PVPTimedChallengeSpeedballChecksEASY": {
|
321
321
|
"title": "Blockade",
|
322
|
-
"description": "
|
322
|
+
"description": "Treffe Gegner die den Ball tragen 3 mal",
|
323
323
|
"standing": 1000
|
324
324
|
},
|
325
325
|
"PVPTimedChallengeSpeedballChecksMEDIUM": {
|
326
326
|
"title": "Blockade",
|
327
|
-
"description": "
|
327
|
+
"description": "Treffe Gegner die den Ball tragen 10 mal",
|
328
328
|
"standing": 3000
|
329
329
|
},
|
330
330
|
"PVPTimedChallengeSpeedballChecksHARD": {
|
331
|
-
"title": "
|
332
|
-
"description": "
|
331
|
+
"title": "Fokussierte Blockade",
|
332
|
+
"description": "Treffe Gegner die den Ball tragen 6 mal",
|
333
333
|
"standing": 6000
|
334
334
|
},
|
335
335
|
"PVPTimedChallengeSpeedballPassesEASY": {
|
336
|
-
"title": "
|
337
|
-
"description": "
|
336
|
+
"title": "Werf ihn!",
|
337
|
+
"description": "Schließe 3 erfolgreiche Pässe an Teammitglieder ab",
|
338
338
|
"standing": 1000
|
339
339
|
},
|
340
340
|
"PVPTimedChallengeSpeedballPassesMEDIUM": {
|
341
|
-
"title": "
|
342
|
-
"description": "
|
341
|
+
"title": "Werf ihn!",
|
342
|
+
"description": "Schließe 6 erfolgreiche Pässe an Teammitglieder ab",
|
343
343
|
"standing": 3000
|
344
344
|
},
|
345
345
|
"PVPTimedChallengeSpeedballPassesHARD": {
|
346
|
-
"title": "
|
347
|
-
"description": "
|
346
|
+
"title": "Fokussierter Wurf!",
|
347
|
+
"description": "Schließe 3 erfolgreiche Pässe an Teammitglieder ab",
|
348
348
|
"standing": 6000
|
349
349
|
},
|
350
350
|
"PVPTimedChallengeSpeedballGoalsEASY": {
|
@@ -353,34 +353,44 @@
|
|
353
353
|
"standing": 1000
|
354
354
|
},
|
355
355
|
"PVPTimedChallengeMatchCompleteEASY": {
|
356
|
-
"title": "
|
357
|
-
"description": "
|
356
|
+
"title": "Durchsehen",
|
357
|
+
"description": "Schließe 1 Spiel ab",
|
358
358
|
"standing": 500
|
359
359
|
},
|
360
360
|
"PVPTimedChallengeMatchCompleteMEDIUM": {
|
361
|
-
"title": "
|
362
|
-
"description": "
|
361
|
+
"title": "Durchsehen",
|
362
|
+
"description": "Schließe 4 Spiele ab",
|
363
363
|
"standing": 1500
|
364
364
|
},
|
365
365
|
"PVPTimedChallengeWeeklyStandardSet": {
|
366
|
-
"title": "
|
367
|
-
"description": "
|
366
|
+
"title": "Wöchentliche Mission",
|
367
|
+
"description": "Wöchentliche Mission",
|
368
368
|
"standing": 50000
|
369
369
|
},
|
370
370
|
"PVPTimedChallengeGameModeWins": {
|
371
|
-
"title": "
|
372
|
-
"description": "
|
371
|
+
"title": "Runde gewonnen",
|
372
|
+
"description": "Gewinne 6 Spiele eines beliebigen Spieltyps",
|
373
373
|
"standing": 0
|
374
374
|
},
|
375
375
|
"PVPTimedChallengeGameModeComplete": {
|
376
|
-
"title": "
|
377
|
-
"description": "
|
376
|
+
"title": "Runde abgeschlossen",
|
377
|
+
"description": "Gewinne 20 Spiele eines beliebigen Spieltyps",
|
378
378
|
"standing": 0
|
379
379
|
},
|
380
380
|
"PVPTimedChallengeOtherChallengeCompleteANY": {
|
381
|
-
"title": "
|
381
|
+
"title": "Bedingungen",
|
382
382
|
"description": "Schließe 10 tägliche Herausforderungen ab",
|
383
383
|
"standing": 0
|
384
|
+
},
|
385
|
+
"PVPTimedChallengeSpeedballGoalsHARD": {
|
386
|
+
"title": "Focused Goal!",
|
387
|
+
"description": "Erziele 4 Tore in einem Spiel",
|
388
|
+
"standing": 6000
|
389
|
+
},
|
390
|
+
"PVPTimedChallengeKillsPayback_MEDIUM": {
|
391
|
+
"title": "Revenge",
|
392
|
+
"description": "Töte 3 Gegner, die dich getötet haben",
|
393
|
+
"standing": 1500
|
384
394
|
}
|
385
395
|
},
|
386
396
|
"affectors": {
|