warframe-worldstate-data 1.20.6 → 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.
Files changed (45) hide show
  1. package/README.md +13 -13
  2. package/data/conclaveData.json +10 -0
  3. package/data/cs/conclaveData.json +10 -0
  4. package/data/cs/languages.json +18 -0
  5. package/data/cs/solNodes.json +5 -0
  6. package/data/de/arcanes.json +20 -20
  7. package/data/de/conclaveData.json +47 -37
  8. package/data/de/languages.json +18 -0
  9. package/data/de/solNodes.json +18 -13
  10. package/data/de/steelPath.json +6 -6
  11. package/data/de/synthTargets.json +7 -7
  12. package/data/es/conclaveData.json +10 -0
  13. package/data/es/languages.json +18 -0
  14. package/data/es/solNodes.json +5 -0
  15. package/data/fr/conclaveData.json +10 -0
  16. package/data/fr/languages.json +18 -0
  17. package/data/fr/solNodes.json +5 -0
  18. package/data/it/conclaveData.json +10 -0
  19. package/data/it/languages.json +18 -0
  20. package/data/it/solNodes.json +5 -0
  21. package/data/ko/conclaveData.json +10 -0
  22. package/data/ko/languages.json +18 -0
  23. package/data/ko/solNodes.json +5 -0
  24. package/data/languages.json +18 -0
  25. package/data/pl/conclaveData.json +10 -0
  26. package/data/pl/languages.json +18 -0
  27. package/data/pl/solNodes.json +5 -0
  28. package/data/pt/conclaveData.json +10 -0
  29. package/data/pt/languages.json +18 -0
  30. package/data/pt/solNodes.json +5 -0
  31. package/data/ru/conclaveData.json +10 -0
  32. package/data/ru/languages.json +18 -0
  33. package/data/ru/solNodes.json +5 -0
  34. package/data/solNodes.json +5 -0
  35. package/data/sr/conclaveData.json +10 -0
  36. package/data/sr/languages.json +18 -0
  37. package/data/sr/solNodes.json +5 -0
  38. package/data/tr/conclaveData.json +10 -0
  39. package/data/tr/languages.json +18 -0
  40. package/data/tr/solNodes.json +5 -0
  41. package/data/zh/conclaveData.json +10 -0
  42. package/data/zh/languages.json +18 -0
  43. package/data/zh/solNodes.json +5 -0
  44. package/exports.js +26 -8
  45. package/package.json +14 -3
@@ -39,7 +39,7 @@
39
39
  "level": "10-15",
40
40
  "faction": "Befallene",
41
41
  "spawn_rate": "100%",
42
- "mission": "Hepit (Unconfirmed)",
42
+ "mission": "Hepit (Unbestätigt)",
43
43
  "planet": "Void",
44
44
  "type": "Gefangennahme"
45
45
  }
@@ -119,7 +119,7 @@
119
119
  "locations": [
120
120
  {
121
121
  "last_verified": "2019-01-23",
122
- "level": "23-33",
122
+ "level": "2019-02-03",
123
123
  "faction": "Befallene",
124
124
  "spawn_rate": "100%",
125
125
  "mission": "Cholistan",
@@ -141,7 +141,7 @@
141
141
  "faction": "Befallene",
142
142
  "spawn_rate": "100%",
143
143
  "mission": "Orokin Derelict Capture",
144
- "planet": "Derelict",
144
+ "planet": "Wrack",
145
145
  "type": "Gefangennahme"
146
146
  }
147
147
  ]
@@ -539,7 +539,7 @@
539
539
  "faction": "Befallene",
540
540
  "spawn_rate": "100%",
541
541
  "mission": "Orokin Wrack Attentat",
542
- "planet": "Derelict",
542
+ "planet": "Wrack",
543
543
  "type": "Attentat"
544
544
  }
545
545
  ]
@@ -940,7 +940,7 @@
940
940
  "level": "30-40",
941
941
  "faction": "Grineer",
942
942
  "spawn_rate": "100%",
943
- "mission": "Selkie (Unconfirmed)",
943
+ "mission": "Selkie (Unbestätigt)",
944
944
  "planet": "Sedna",
945
945
  "type": "Überleben"
946
946
  }
@@ -963,7 +963,7 @@
963
963
  "level": "21-23",
964
964
  "faction": "Corpus",
965
965
  "spawn_rate": "100%",
966
- "mission": "Orias (Unconfirmed)",
966
+ "mission": "Orias (Unbestätigt)",
967
967
  "planet": "Europa",
968
968
  "type": "Rettung"
969
969
  }
@@ -987,7 +987,7 @@
987
987
  "faction": "Befallene",
988
988
  "spawn_rate": "100%",
989
989
  "mission": "Orokin Derelict Exterminate",
990
- "planet": "Derelict",
990
+ "planet": "Wrack",
991
991
  "type": "Auslöschung"
992
992
  }
993
993
  ]
@@ -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": {
@@ -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
  },
@@ -1509,6 +1509,11 @@
1509
1509
  "enemy": "Corpus",
1510
1510
  "type": "Repetidor"
1511
1511
  },
1512
+ "TradeHUB1": {
1513
+ "value": "Maroo's Bazaar (Mars)",
1514
+ "enemy": "Corpus",
1515
+ "type": "Repetidor"
1516
+ },
1512
1517
  "EventNode0": {
1513
1518
  "value": "Balor",
1514
1519
  "enemy": "Consciente",
@@ -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": {
@@ -13863,6 +13863,15 @@
13863
13863
  "/lotus/types/gameplay/eidolon/jobs/events/infestedplainsbounty": {
13864
13864
  "value": "Fléau Céleste"
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
  },
@@ -1509,6 +1509,11 @@
1509
1509
  "enemy": "Corpus",
1510
1510
  "type": "Relai"
1511
1511
  },
1512
+ "TradeHUB1": {
1513
+ "value": "Maroo's Bazaar (Mars)",
1514
+ "enemy": "Corpus",
1515
+ "type": "Relai"
1516
+ },
1512
1517
  "EventNode0": {
1513
1518
  "value": "Balor",
1514
1519
  "enemy": "Sentient",
@@ -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": {
@@ -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
  },
@@ -1509,6 +1509,11 @@
1509
1509
  "enemy": "Corpus",
1510
1510
  "type": "Relay"
1511
1511
  },
1512
+ "TradeHUB1": {
1513
+ "value": "Maroo's Bazaar (Mars)",
1514
+ "enemy": "Corpus",
1515
+ "type": "Relay"
1516
+ },
1512
1517
  "EventNode0": {
1513
1518
  "value": "Balor",
1514
1519
  "enemy": "Sentient",
@@ -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": "리벤지",
392
+ "description": "Kill 3 enemies that have killed you",
393
+ "standing": 1500
384
394
  }
385
395
  },
386
396
  "affectors": {
@@ -13863,6 +13863,15 @@
13863
13863
  "/lotus/types/gameplay/eidolon/jobs/events/infestedplainsbounty": {
13864
13864
  "value": "플레이그 스타"
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
  },
@@ -1509,6 +1509,11 @@
1509
1509
  "enemy": "코퍼스",
1510
1510
  "type": "릴레이"
1511
1511
  },
1512
+ "TradeHUB1": {
1513
+ "value": "Maroo's Bazaar (Mars)",
1514
+ "enemy": "코퍼스",
1515
+ "type": "릴레이"
1516
+ },
1512
1517
  "EventNode0": {
1513
1518
  "value": "Balor",
1514
1519
  "enemy": "센티언트",
@@ -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
  },
@@ -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": {
@@ -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
  },
@@ -1509,6 +1509,11 @@
1509
1509
  "enemy": "Corpus",
1510
1510
  "type": "Relay"
1511
1511
  },
1512
+ "TradeHUB1": {
1513
+ "value": "Maroo's Bazaar (Mars)",
1514
+ "enemy": "Corpus",
1515
+ "type": "Relay"
1516
+ },
1512
1517
  "EventNode0": {
1513
1518
  "value": "Balor",
1514
1519
  "enemy": "Świadomi",
@@ -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": {
@@ -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
  },
@@ -1509,6 +1509,11 @@
1509
1509
  "enemy": "Corpus",
1510
1510
  "type": "Relay"
1511
1511
  },
1512
+ "TradeHUB1": {
1513
+ "value": "Maroo's Bazaar (Mars)",
1514
+ "enemy": "Corpus",
1515
+ "type": "Relay"
1516
+ },
1512
1517
  "EventNode0": {
1513
1518
  "value": "Balor",
1514
1519
  "enemy": "Sentient",
@@ -381,6 +381,16 @@
381
381
  "title": "В хорошей форме",
382
382
  "description": "Завершите 10 ежедневных Испытаний",
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": "Месть",
392
+ "description": "Kill 3 enemies that have killed you",
393
+ "standing": 1500
384
394
  }
385
395
  },
386
396
  "affectors": {
@@ -13863,6 +13863,15 @@
13863
13863
  "/lotus/types/gameplay/eidolon/jobs/events/infestedplainsbounty": {
13864
13864
  "value": "Чумная Звезда"
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": "Найдите спрятанный артефакт"
13868
13877
  },
@@ -13914,6 +13923,15 @@
13914
13923
  "/lotus/types/gameplay/infestedmicroplanet/jobs/deimospurifybounty": {
13915
13924
  "value": "Получение аномалии"
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": "Западня для курьера"
13919
13937
  },
@@ -1509,6 +1509,11 @@
1509
1509
  "enemy": "Корпус",
1510
1510
  "type": "Реле"
1511
1511
  },
1512
+ "TradeHUB1": {
1513
+ "value": "Maroo's Bazaar (Mars)",
1514
+ "enemy": "Корпус",
1515
+ "type": "Реле"
1516
+ },
1512
1517
  "EventNode0": {
1513
1518
  "value": "Balor",
1514
1519
  "enemy": "Владеющие Разумом",
@@ -1509,6 +1509,11 @@
1509
1509
  "enemy": "Corpus",
1510
1510
  "type": "Relay"
1511
1511
  },
1512
+ "TradeHUB1": {
1513
+ "value": "Maroo's Bazaar (Mars)",
1514
+ "enemy": "Corpus",
1515
+ "type": "Relay"
1516
+ },
1512
1517
  "EventNode0": {
1513
1518
  "value": "Balor",
1514
1519
  "enemy": "Sentient",
@@ -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": {
@@ -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
  },
@@ -1509,6 +1509,11 @@
1509
1509
  "enemy": "Corpus",
1510
1510
  "type": "Relay"
1511
1511
  },
1512
+ "TradeHUB1": {
1513
+ "value": "Maroo's Bazaar (Mars)",
1514
+ "enemy": "Corpus",
1515
+ "type": "Relay"
1516
+ },
1512
1517
  "EventNode0": {
1513
1518
  "value": "Balor",
1514
1519
  "enemy": "Sentient",
@@ -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": {