warframe-worldstate-data 1.23.8 → 1.24.0

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.
@@ -12563,6 +12563,14 @@
12563
12563
  "desc": "Kill 3 Drones or Ospreys with your Melee Weapon",
12564
12564
  "value": "Swatter"
12565
12565
  },
12566
+ "/lotus/types/challenges/seasons/daily/seasondailythepersonaltouch": {
12567
+ "desc": "Place 1 decoration in your Orbiter",
12568
+ "value": "The Personal Touch"
12569
+ },
12570
+ "/lotus/types/challenges/seasons/daily/seasondailystayontop": {
12571
+ "desc": "Kill 20 enemies using a Necramech while hovering",
12572
+ "value": "Stay on Top"
12573
+ },
12566
12574
  "/lotus/types/challenges/seasons/weekly/seasonweeklyboardingpartynodamage": {
12567
12575
  "desc": "Clear a Railjack Boarding Party without your Warframe taking damage",
12568
12576
  "value": "Flawless"
@@ -12863,6 +12871,10 @@
12863
12871
  "desc": "Free one Captured Solaris using a Granum Crown",
12864
12872
  "value": "The Price of Freedom"
12865
12873
  },
12874
+ "/lotus/types/challenges/seasons/weeklyhard/seasonweeklyhardthemanymadewhole": {
12875
+ "desc": "Convert 10 Riven Slivers into a Riven Mod",
12876
+ "value": "The Many Made Whole"
12877
+ },
12866
12878
  "/lotus/types/enemies/acolytes/areacasteracolyteagent": {
12867
12879
  "value": "Misery"
12868
12880
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warframe-worldstate-data",
3
- "version": "1.23.8",
3
+ "version": "1.24.0",
4
4
  "description": "Warframe data for use with warframe-worldstate-parser",
5
5
  "main": "exports.js",
6
6
  "directories": {