warframe-worldstate-data 1.23.2 → 1.23.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 (2) hide show
  1. package/data/languages.json +16 -16
  2. package/package.json +1 -1
@@ -12536,20 +12536,20 @@
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
12553
  },
12554
12554
  "/lotus/types/challenges/seasons/weekly/seasonweeklyboardingpartynodamage": {
12555
12555
  "desc": "Clear a Railjack Boarding Party without your Warframe taking damage",
@@ -12720,16 +12720,16 @@
12720
12720
  "value": "Venus Bounty Hunter"
12721
12721
  },
12722
12722
  "/lotus/types/challenges/seasons/weekly/seasonweeklynightandday": {
12723
- "desc": "Night and Day",
12724
- "value": "Collect 15 Vome or Fass Residue in the Cambion Drift"
12723
+ "desc": "Collect 15 Vome or Fass Residue in the Cambion Drift",
12724
+ "value": "Night and Day"
12725
12725
  },
12726
12726
  "/lotus/types/challenges/seasons/weekly/seasonweeklyloyalty": {
12727
- "desc": "Loyalty",
12728
- "value": "Gain a total of 5,000 Standing across all Syndicate factions"
12727
+ "desc": "Gain a total of 5,000 Standing across all Syndicate factions",
12728
+ "value": "Loyalty"
12729
12729
  },
12730
12730
  "/lotus/types/challenges/seasons/weekly/seasonweeklymadlab": {
12731
- "desc": "Mad Lab",
12732
- "value": "Plunder one of Alad V's secret laboratories on Jupiter"
12731
+ "desc": "Plunder one of Alad V's secret laboratories on Jupiter",
12732
+ "value": "Mad Lab"
12733
12733
  },
12734
12734
  "/lotus/types/challenges/seasons/weeklyhard/seasonweeklyhardcollectuniqueresources": {
12735
12735
  "desc": "Collect 20 different types of resources.",
@@ -12840,8 +12840,8 @@
12840
12840
  "value": "Terminated"
12841
12841
  },
12842
12842
  "/lotus/types/challenges/seasons/weeklyhard/seasonweeklyhardthepriceoffreedom": {
12843
- "desc": "The Price of Freedom",
12844
- "value": "Free one Captured Solaris using a Granum Crown"
12843
+ "desc": "Free one Captured Solaris using a Granum Crown",
12844
+ "value": "The Price of Freedom"
12845
12845
  },
12846
12846
  "/lotus/types/enemies/acolytes/areacasteracolyteagent": {
12847
12847
  "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.3",
4
4
  "description": "Warframe data for use with warframe-worldstate-parser",
5
5
  "main": "exports.js",
6
6
  "directories": {