warframe-worldstate-data 1.28.11 → 1.28.12

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.
@@ -73,18 +73,18 @@
73
73
  "standing": 3000
74
74
  },
75
75
  "PVPTimedChallengeKillsWhileSlidingEASY": {
76
- "title": "Slide Strike",
77
- "description": "Kill 1 enemy while Sliding",
76
+ "title": "Удар під час ковзання",
77
+ "description": "Убийте 1 ворога під час ковзання",
78
78
  "standing": 500
79
79
  },
80
80
  "PVPTimedChallengeKillsWhileSlidingMEDIUM": {
81
- "title": "Slide Strike",
82
- "description": "Kill 4 enemies while Sliding",
81
+ "title": "Удар під час ковзання",
82
+ "description": "Убийте 4 ворогів під час ковзання",
83
83
  "standing": 1500
84
84
  },
85
85
  "PVPTimedChallengeKillsWhileSlidingHARD": {
86
- "title": "Focused Slide Strike",
87
- "description": "Kill 3 enemies while Sliding in a match",
86
+ "title": "Винятковий удар під час ковзання",
87
+ "description": "Убийте 3 ворогів під час ковзання за матч",
88
88
  "standing": 3000
89
89
  },
90
90
  "PVPTimedChallengeKillsComboEASY": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warframe-worldstate-data",
3
- "version": "1.28.11",
3
+ "version": "1.28.12",
4
4
  "description": "Warframe data for use with warframe-worldstate-parser",
5
5
  "main": "exports.js",
6
6
  "directories": {