warframe-worldstate-data 1.23.2 → 1.23.5

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 +37 -17
  2. package/package.json +1 -1
@@ -12536,20 +12536,32 @@
12536
12536
  "value": "Two For One"
12537
12537
  },
12538
12538
  "/lotus/types/challenges/seasons/daily/seasondailybuilderstouch": {
12539
- "desc": "Builder's Touch",
12540
- "value": "Calim an item from your Foundry"
12539
+ "desc": "Claim an item from your Foundry",
12540
+ "value": "Builder's Touch"
12541
12541
  },
12542
12542
  "/lotus/types/challenges/seasons/daily/seasondailydeathfromabove": {
12543
- "desc": "Death from Above",
12544
- "value": "Kill 10 enemies with ground slams"
12543
+ "desc": "Kill 10 enemies with ground slams",
12544
+ "value": "Death from Above"
12545
12545
  },
12546
12546
  "/lotus/types/challenges/seasons/daily/seasondailyaugmentation": {
12547
- "desc": "Augmentation",
12548
- "value": "Install an Augment Mod on your Warframe"
12547
+ "desc": "Install an Augment Mod on your Warframe",
12548
+ "value": "Augmentation"
12549
12549
  },
12550
12550
  "/lotus/types/challenges/seasons/daily/seasondailytoppingoffthetank": {
12551
- "desc": "Topping Off the Tank",
12552
- "value": "Successfully defend an Excavator without allowing it to run out of power"
12551
+ "desc": "Successfully defend an Excavator without allowing it to run out of power",
12552
+ "value": "Topping Off the Tank"
12553
+ },
12554
+ "/lotus/types/challenges/seasons/daily/seasondailyliquidation": {
12555
+ "desc": "Sell any item in your Inventory for Credits",
12556
+ "value": "Liquidation"
12557
+ },
12558
+ "/lotus/types/challenges/seasons/daily/seasondailymediseasondailymedic": {
12559
+ "desc": "Revive a fellow Tenno or a Companion",
12560
+ "value": "Medic"
12561
+ },
12562
+ "/lotus/types/challenges/seasons/daily/seasondailyswatter": {
12563
+ "desc": "Kill 3 Drones or Ospreys with your Melee Weapon",
12564
+ "value": "Swatter"
12553
12565
  },
12554
12566
  "/lotus/types/challenges/seasons/weekly/seasonweeklyboardingpartynodamage": {
12555
12567
  "desc": "Clear a Railjack Boarding Party without your Warframe taking damage",
@@ -12720,16 +12732,24 @@
12720
12732
  "value": "Venus Bounty Hunter"
12721
12733
  },
12722
12734
  "/lotus/types/challenges/seasons/weekly/seasonweeklynightandday": {
12723
- "desc": "Night and Day",
12724
- "value": "Collect 15 Vome or Fass Residue in the Cambion Drift"
12735
+ "desc": "Collect 15 Vome or Fass Residue in the Cambion Drift",
12736
+ "value": "Night and Day"
12725
12737
  },
12726
12738
  "/lotus/types/challenges/seasons/weekly/seasonweeklyloyalty": {
12727
- "desc": "Loyalty",
12728
- "value": "Gain a total of 5,000 Standing across all Syndicate factions"
12739
+ "desc": "Gain a total of 5,000 Standing across all Syndicate factions",
12740
+ "value": "Loyalty"
12729
12741
  },
12730
12742
  "/lotus/types/challenges/seasons/weekly/seasonweeklymadlab": {
12731
- "desc": "Mad Lab",
12732
- "value": "Plunder one of Alad V's secret laboratories on Jupiter"
12743
+ "desc": "Plunder one of Alad V's secret laboratories on Jupiter",
12744
+ "value": "Mad Lab"
12745
+ },
12746
+ "/lotus/types/challenges/seasons/weekly/seasonweeklybloodthirsty": {
12747
+ "desc": "Kill 20 enemies in 5 seconds",
12748
+ "value": "Bloodthirsty"
12749
+ },
12750
+ "/lotus/types/challenges/seasons/weekly/seasonweeklytheoldways": {
12751
+ "desc": "Complete 1 mission with only a single pistol and a glaive equipped",
12752
+ "value": "The Old Ways"
12733
12753
  },
12734
12754
  "/lotus/types/challenges/seasons/weeklyhard/seasonweeklyhardcollectuniqueresources": {
12735
12755
  "desc": "Collect 20 different types of resources.",
@@ -12784,7 +12804,7 @@
12784
12804
  "value": "Kill Shot"
12785
12805
  },
12786
12806
  "/lotus/types/challenges/seasons/weeklyhard/seasonweeklyhardkillenemiessteelpath": {
12787
- "desc": "Kill 100 Enemies on The Steel Path.",
12807
+ "desc": "Kill 1,000 Enemies on The Steel Path.",
12788
12808
  "value": "Cold Steel"
12789
12809
  },
12790
12810
  "/lotus/types/challenges/seasons/weeklyhard/seasonweeklyhardkilleximus": {
@@ -12840,8 +12860,8 @@
12840
12860
  "value": "Terminated"
12841
12861
  },
12842
12862
  "/lotus/types/challenges/seasons/weeklyhard/seasonweeklyhardthepriceoffreedom": {
12843
- "desc": "The Price of Freedom",
12844
- "value": "Free one Captured Solaris using a Granum Crown"
12863
+ "desc": "Free one Captured Solaris using a Granum Crown",
12864
+ "value": "The Price of Freedom"
12845
12865
  },
12846
12866
  "/lotus/types/enemies/acolytes/areacasteracolyteagent": {
12847
12867
  "value": "Misery"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warframe-worldstate-data",
3
- "version": "1.23.2",
3
+ "version": "1.23.5",
4
4
  "description": "Warframe data for use with warframe-worldstate-parser",
5
5
  "main": "exports.js",
6
6
  "directories": {