warframe-worldstate-data 1.23.4 → 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.
@@ -12551,6 +12551,18 @@
12551
12551
  "desc": "Successfully defend an Excavator without allowing it to run out of power",
12552
12552
  "value": "Topping Off the Tank"
12553
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"
12565
+ },
12554
12566
  "/lotus/types/challenges/seasons/weekly/seasonweeklyboardingpartynodamage": {
12555
12567
  "desc": "Clear a Railjack Boarding Party without your Warframe taking damage",
12556
12568
  "value": "Flawless"
@@ -12731,6 +12743,14 @@
12731
12743
  "desc": "Plunder one of Alad V's secret laboratories on Jupiter",
12732
12744
  "value": "Mad Lab"
12733
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"
12753
+ },
12734
12754
  "/lotus/types/challenges/seasons/weeklyhard/seasonweeklyhardcollectuniqueresources": {
12735
12755
  "desc": "Collect 20 different types of resources.",
12736
12756
  "value": "Resource Scavenger"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warframe-worldstate-data",
3
- "version": "1.23.4",
3
+ "version": "1.23.5",
4
4
  "description": "Warframe data for use with warframe-worldstate-parser",
5
5
  "main": "exports.js",
6
6
  "directories": {