warframe-worldstate-data 1.28.44 → 1.28.45

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 (2) hide show
  1. package/data/languages.json +10 -10
  2. package/package.json +1 -1
@@ -12352,7 +12352,7 @@
12352
12352
  "value": "Relic Pack"
12353
12353
  },
12354
12354
  "/lotus/types/challenges/seasons/daily/seasondailyaimglide": {
12355
- "desc": "Kill 20 Enemies while Aim Gliding",
12355
+ "desc": "Kill 15 Enemies while Aim Gliding",
12356
12356
  "value": "Glider"
12357
12357
  },
12358
12358
  "/lotus/types/challenges/seasons/daily/seasondailybulletjump": {
@@ -12484,7 +12484,7 @@
12484
12484
  "value": "Hush"
12485
12485
  },
12486
12486
  "/lotus/types/challenges/seasons/daily/seasondailylichnode": {
12487
- "desc": "Clear a personal Lich Influenced Node",
12487
+ "desc": "Clear a node influenced by a Kuva Lich or a Sister of Parvos",
12488
12488
  "value": "Reclaimed"
12489
12489
  },
12490
12490
  "/lotus/types/challenges/seasons/daily/seasondailymercykill": {
@@ -12664,7 +12664,7 @@
12664
12664
  "value": "Operative"
12665
12665
  },
12666
12666
  "/lotus/types/challenges/seasons/weekly/seasonweeklycompletesyndicatemissions": {
12667
- "desc": "Complete 10 Syndicate misions",
12667
+ "desc": "Complete 5 Syndicate misions",
12668
12668
  "value": "Supporter"
12669
12669
  },
12670
12670
  "/lotus/types/challenges/seasons/weekly/seasonweeklycompletetreasures": {
@@ -12716,11 +12716,11 @@
12716
12716
  "value": "Tusk Thumpin"
12717
12717
  },
12718
12718
  "/lotus/types/challenges/seasons/weekly/seasonweeklyminerareplainsresources": {
12719
- "desc": "Mine 6 Rare Gems in the Plains of Eidolon",
12719
+ "desc": "Mine 3 Rare Gems in the Plains of Eidolon",
12720
12720
  "value": "Earth Miner"
12721
12721
  },
12722
12722
  "/lotus/types/challenges/seasons/weekly/seasonweeklyminerarevenusresources": {
12723
- "desc": "Mine 6 Rare Gems in the Orb Vallis",
12723
+ "desc": "Mine 3 Rare Gems in the Orb Vallis",
12724
12724
  "value": "Venus Miner"
12725
12725
  },
12726
12726
  "/lotus/types/challenges/seasons/weekly/seasonweeklyperfectanimalcapture": {
@@ -12748,7 +12748,7 @@
12748
12748
  "value": "Test Subject"
12749
12749
  },
12750
12750
  "/lotus/types/challenges/seasons/weekly/seasonweeklysimarisscan": {
12751
- "desc": "Complete 5 Scans for Cephalon Simaris",
12751
+ "desc": "Complete 3 Scans for Cephalon Simaris",
12752
12752
  "value": "Sanctuary Researcher"
12753
12753
  },
12754
12754
  "/lotus/types/challenges/seasons/weekly/seasonweeklyunlockdragonvaults": {
@@ -12764,11 +12764,11 @@
12764
12764
  "value": "Polarized"
12765
12765
  },
12766
12766
  "/lotus/types/challenges/seasons/weekly/seasonweeklyvenusbounties": {
12767
- "desc": "Complete 5 different bounties in the Orb Vallis",
12767
+ "desc": "Complete 3 different bounties in the Orb Vallis",
12768
12768
  "value": "Venus Bounty Hunter"
12769
12769
  },
12770
12770
  "/lotus/types/challenges/seasons/weekly/seasonweeklynightandday": {
12771
- "desc": "Collect 15 Vome or Fass Residue in the Cambion Drift",
12771
+ "desc": "Collect 10 Vome or Fass Residue in the Cambion Drift",
12772
12772
  "value": "Night and Day"
12773
12773
  },
12774
12774
  "/lotus/types/challenges/seasons/weekly/seasonweeklyloyalty": {
@@ -12844,7 +12844,7 @@
12844
12844
  "value": "Profit-Taker"
12845
12845
  },
12846
12846
  "/lotus/types/challenges/seasons/weeklyhard/seasonweeklyhardfriendssurvival": {
12847
- "desc": "Complete a Survival mission reaching at least 30 minutes",
12847
+ "desc": "Complete a Survival mission reaching at least 20 minutes",
12848
12848
  "value": "Survival"
12849
12849
  },
12850
12850
  "/lotus/types/challenges/seasons/weeklyhard/seasonweeklyhardindexwinstreak": {
@@ -12884,7 +12884,7 @@
12884
12884
  "value": "Walk Without Rhythm"
12885
12885
  },
12886
12886
  "/lotus/types/challenges/seasons/weeklyhard/seasonweeklyhardkuvasurvivalnocapsules": {
12887
- "desc": "Survive for over 30 minutes in Kuva Survival",
12887
+ "desc": "Survive for over 20 minutes in Kuva Survival",
12888
12888
  "value": "Hold Your Breath"
12889
12889
  },
12890
12890
  "/lotus/types/challenges/seasons/weeklyhard/seasonweeklyhardluapuzzles": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warframe-worldstate-data",
3
- "version": "1.28.44",
3
+ "version": "1.28.45",
4
4
  "description": "Warframe data for use with warframe-worldstate-parser",
5
5
  "main": "exports.js",
6
6
  "directories": {