warframe-worldstate-data 1.20.6 → 1.21.3

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 (47) hide show
  1. package/README.md +13 -13
  2. package/data/conclaveData.json +25 -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 +127 -109
  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/missionTypes.json +1 -1
  18. package/data/fr/solNodes.json +5 -0
  19. package/data/fr/steelPath.json +20 -20
  20. package/data/it/conclaveData.json +10 -0
  21. package/data/it/languages.json +18 -0
  22. package/data/it/solNodes.json +5 -0
  23. package/data/ko/conclaveData.json +10 -0
  24. package/data/ko/languages.json +18 -0
  25. package/data/ko/solNodes.json +5 -0
  26. package/data/languages.json +18 -0
  27. package/data/pl/conclaveData.json +10 -0
  28. package/data/pl/languages.json +18 -0
  29. package/data/pl/solNodes.json +5 -0
  30. package/data/pt/conclaveData.json +10 -0
  31. package/data/pt/languages.json +18 -0
  32. package/data/pt/solNodes.json +5 -0
  33. package/data/ru/conclaveData.json +10 -0
  34. package/data/ru/languages.json +18 -0
  35. package/data/ru/solNodes.json +5 -0
  36. package/data/solNodes.json +5 -0
  37. package/data/sr/conclaveData.json +10 -0
  38. package/data/sr/languages.json +18 -0
  39. package/data/sr/solNodes.json +5 -0
  40. package/data/tr/conclaveData.json +10 -0
  41. package/data/tr/languages.json +18 -0
  42. package/data/tr/solNodes.json +5 -0
  43. package/data/zh/conclaveData.json +10 -0
  44. package/data/zh/languages.json +18 -0
  45. package/data/zh/solNodes.json +5 -0
  46. package/exports.js +26 -8
  47. package/package.json +14 -3
@@ -1509,6 +1509,11 @@
1509
1509
  "enemy": "Corpus",
1510
1510
  "type": "Relais"
1511
1511
  },
1512
+ "TradeHUB1": {
1513
+ "value": "Maroo's Bazaar (Mars)",
1514
+ "enemy": "Corpus",
1515
+ "type": "Relais"
1516
+ },
1512
1517
  "EventNode0": {
1513
1518
  "value": "Balor",
1514
1519
  "enemy": "Sentient",
@@ -1680,22 +1685,22 @@
1680
1685
  "type": "Arena"
1681
1686
  },
1682
1687
  "EventNode761": {
1683
- "value": "The Index",
1688
+ "value": "Der Index",
1684
1689
  "enemy": "Corpus",
1685
1690
  "type": "Arena"
1686
1691
  },
1687
1692
  "EventNode762": {
1688
- "value": "The Index pt 2",
1693
+ "value": "Der Index Teil 2",
1689
1694
  "enemy": "Corpus",
1690
1695
  "type": "Arena"
1691
1696
  },
1692
1697
  "EventNode763": {
1693
- "value": "The Index Endurance",
1698
+ "value": "Der Index Ausdauer",
1694
1699
  "enemy": "Corpus",
1695
1700
  "type": "Arena"
1696
1701
  },
1697
1702
  "PvpNode0": {
1698
- "value": "Conclave Capture the Cephalon",
1703
+ "value": "Conclave Fange den Cephalon",
1699
1704
  "enemy": "Tenno",
1700
1705
  "type": "Conclave"
1701
1706
  },
@@ -1710,7 +1715,7 @@
1710
1715
  "type": "Conclave"
1711
1716
  },
1712
1717
  "PvpNode3": {
1713
- "value": "Conclave Capture the Cephalon",
1718
+ "value": "Conclave Fange den Cephalon",
1714
1719
  "enemy": "Tenno",
1715
1720
  "type": "Conclave"
1716
1721
  },
@@ -1740,32 +1745,32 @@
1740
1745
  "type": "Conclave"
1741
1746
  },
1742
1747
  "PvpNode9": {
1743
- "value": "Conclave Team Domination",
1748
+ "value": "Konklave Teambeherrschung",
1744
1749
  "enemy": "Tenno",
1745
1750
  "type": "Conclave"
1746
1751
  },
1747
1752
  "PvpNode10": {
1748
- "value": "Conclave Domination",
1753
+ "value": "Konklave Beherrschung",
1749
1754
  "enemy": "Tenno",
1750
1755
  "type": "Conclave"
1751
1756
  },
1752
1757
  "PvpNode11": {
1753
- "value": "Conclave Domination",
1758
+ "value": "Konklave Beherrschung",
1754
1759
  "enemy": "Tenno",
1755
1760
  "type": "Conclave"
1756
1761
  },
1757
1762
  "PvpNode12": {
1758
- "value": "Conclave Domination",
1763
+ "value": "Konklave Beherrschung",
1759
1764
  "enemy": "Tenno",
1760
1765
  "type": "Conclave"
1761
1766
  },
1762
1767
  "PvpNode13": {
1763
- "value": "Tactical Alert: Snoball Fight!",
1768
+ "value": "Taktische Alarmierung: Schneeball Schlacht!",
1764
1769
  "enemy": "Tenno",
1765
1770
  "type": "Conclave"
1766
1771
  },
1767
1772
  "PvpNode14": {
1768
- "value": "Conclave: Quick Steel",
1773
+ "value": "Konklave: Schnellstahl",
1769
1774
  "enemy": "Tenno",
1770
1775
  "type": "Conclave"
1771
1776
  },
@@ -1780,12 +1785,12 @@
1780
1785
  "type": "Dark Sector Überleben"
1781
1786
  },
1782
1787
  "ClanNode2": {
1783
- "value": "Coba (Earth)",
1788
+ "value": "Coba (Erde)",
1784
1789
  "enemy": "Befallene",
1785
1790
  "type": "Dark Sector Verteidigung"
1786
1791
  },
1787
1792
  "ClanNode3": {
1788
- "value": "Tikal (Earth)",
1793
+ "value": "Tikal (Erde)",
1789
1794
  "enemy": "Befallene",
1790
1795
  "type": "Dark Sector Ausgrabung"
1791
1796
  },
@@ -59,11 +59,11 @@
59
59
  "cost": 15
60
60
  },
61
61
  {
62
- "name": "Primary Arcane Adapter",
62
+ "name": "Primärer Arkaner Adapter",
63
63
  "cost": 15
64
64
  },
65
65
  {
66
- "name": "Secondary Arcane Adapter",
66
+ "name": "Sekundärer Arkaner Adapter",
67
67
  "cost": 15
68
68
  },
69
69
  {
@@ -83,7 +83,7 @@
83
83
  "cost": 85
84
84
  },
85
85
  {
86
- "name": "Counterbalance",
86
+ "name": "Gegenbalance",
87
87
  "cost": 35
88
88
  },
89
89
  {
@@ -99,15 +99,15 @@
99
99
  "cost": 15
100
100
  },
101
101
  {
102
- "name": "Protea in Action Glyph",
102
+ "name": "Protea in Aktion Glyphe",
103
103
  "cost": 15
104
104
  },
105
105
  {
106
- "name": "Orokin Tea Set",
106
+ "name": "Orokin Tee Satz",
107
107
  "cost": 15
108
108
  },
109
109
  {
110
- "name": "Xaku in Action Glyph",
110
+ "name": "Xaku in Aktion Glyphe",
111
111
  "cost": 15
112
112
  }
113
113
  ]
@@ -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
  },
@@ -63,6 +63,6 @@
63
63
  "value": "Interception"
64
64
  },
65
65
  "MT_DEFAULT": {
66
- "value": "Unknown"
66
+ "value": "Inconnu"
67
67
  }
68
68
  }
@@ -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",
@@ -5,7 +5,7 @@
5
5
  "cost": 150
6
6
  },
7
7
  {
8
- "name": "50,000 Kuva",
8
+ "name": "50 000 X Kuva",
9
9
  "cost": 55
10
10
  },
11
11
  {
@@ -21,7 +21,7 @@
21
21
  "cost": 75
22
22
  },
23
23
  {
24
- "name": "30,000 Endo",
24
+ "name": "30 000 X Endo",
25
25
  "cost": 150
26
26
  },
27
27
  {
@@ -35,35 +35,35 @@
35
35
  ],
36
36
  "evergreen": [
37
37
  {
38
- "name": "Veiled Riven Cipher",
38
+ "name": "Décodeur de Riven Voilé",
39
39
  "cost": 20
40
40
  },
41
41
  {
42
- "name": "Bishamo Pauldrons Blueprint",
42
+ "name": "Schéma Épaulières Bishamo",
43
43
  "cost": 15
44
44
  },
45
45
  {
46
- "name": "Bishamo Cuirass Blueprint",
46
+ "name": "Schéma Cuirasse Bishamo",
47
47
  "cost": 25
48
48
  },
49
49
  {
50
- "name": "Bishamo Helmet Blueprint",
50
+ "name": "Schéma Casque Bishamo",
51
51
  "cost": 20
52
52
  },
53
53
  {
54
- "name": "Bishamo Greaves Blueprint",
54
+ "name": "Schéma Grèves Bishamo",
55
55
  "cost": 25
56
56
  },
57
57
  {
58
- "name": "10k Kuva",
58
+ "name": "10 000 X Kuva",
59
59
  "cost": 15
60
60
  },
61
61
  {
62
- "name": "Primary Arcane Adapter",
62
+ "name": "Adaptateur D'Arcane Principale",
63
63
  "cost": 15
64
64
  },
65
65
  {
66
- "name": "Secondary Arcane Adapter",
66
+ "name": "Adaptateur D'Arcane Secondaire",
67
67
  "cost": 15
68
68
  },
69
69
  {
@@ -71,43 +71,43 @@
71
71
  "cost": 15
72
72
  },
73
73
  {
74
- "name": "Stance Forma Blueprint",
74
+ "name": "Forma Posture Schéma",
75
75
  "cost": 10
76
76
  },
77
77
  {
78
- "name": "Trio Orbit Ephermera",
78
+ "name": "Ephermera Trio Orbital",
79
79
  "cost": 3
80
80
  },
81
81
  {
82
- "name": "Crania Ephemera",
82
+ "name": "Ephemera Crania",
83
83
  "cost": 85
84
84
  },
85
85
  {
86
- "name": "Counterbalance",
86
+ "name": "Contrepoids",
87
87
  "cost": 35
88
88
  },
89
89
  {
90
- "name": "Noggle Statue - Teshin",
90
+ "name": "Statuette Noggle - Teshin",
91
91
  "cost": 35
92
92
  },
93
93
  {
94
- "name": "Gauss in Action Glyph",
94
+ "name": "Glyphe Gauss En Action",
95
95
  "cost": 15
96
96
  },
97
97
  {
98
- "name": "Grndel in Action Glyph",
98
+ "name": "Glyphe Grendel En Action",
99
99
  "cost": 15
100
100
  },
101
101
  {
102
- "name": "Protea in Action Glyph",
102
+ "name": "Glyphe Protea En Action",
103
103
  "cost": 15
104
104
  },
105
105
  {
106
- "name": "Orokin Tea Set",
106
+ "name": "Service À Thé Orokin",
107
107
  "cost": 15
108
108
  },
109
109
  {
110
- "name": "Xaku in Action Glyph",
110
+ "name": "Glyphe Xaku En Action",
111
111
  "cost": 15
112
112
  }
113
113
  ]
@@ -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
  },