warframe-worldstate-data 1.28.12 → 1.28.13

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.
@@ -223,18 +223,18 @@
223
223
  "standing": 3000
224
224
  },
225
225
  "PVPTimedChallengeKillsHeadShotsEASY": {
226
- "title": "Shootist",
227
- "description": "Get 1 Headshot kill",
226
+ "title": "Стрілець",
227
+ "description": "Убийте 1 ворога влучанням у голову",
228
228
  "standing": 500
229
229
  },
230
230
  "PVPTimedChallengeKillsHeadShotsMEDIUM": {
231
- "title": "Shootist",
232
- "description": "Get 4 Headshot kills",
231
+ "title": "Стрілець",
232
+ "description": "Убийте 4 ворогів влучанням у голову",
233
233
  "standing": 1500
234
234
  },
235
235
  "PVPTimedChallengeKillsHeadShotsHARD": {
236
- "title": "Focused Shootist",
237
- "description": "Get 3 Headshot kills in a match",
236
+ "title": "Вийнятковий стрілець",
237
+ "description": "Убийте 3 ворогів влучанням у голову за матч",
238
238
  "standing": 3000
239
239
  },
240
240
  "PVPTimedChallengeKillsStreakDominationEASY": {
@@ -318,18 +318,18 @@
318
318
  "standing": 6000
319
319
  },
320
320
  "PVPTimedChallengeSpeedballStealsEASY": {
321
- "title": "Snatch and Grab",
322
- "description": "Steal the ball 3 times",
321
+ "title": "Викрадення м’яча",
322
+ "description": "Заволодійте м’ячем 3 рази",
323
323
  "standing": 1000
324
324
  },
325
325
  "PVPTimedChallengeSpeedballStealsMEDIUM": {
326
- "title": "Snatch and Grab",
327
- "description": "Steal the ball 6 times",
326
+ "title": "Викрадення м’яча",
327
+ "description": "Заволодійте м’ячем 6 разів",
328
328
  "standing": 3000
329
329
  },
330
330
  "PVPTimedChallengeSpeedballStealsHARD": {
331
- "title": "Focused Snatch and Grab",
332
- "description": "Steal the ball 3 times in a match",
331
+ "title": "Виняткове викрадення м’яча",
332
+ "description": "Заволодійте м’ячем 3 рази за матч",
333
333
  "standing": 3000
334
334
  },
335
335
  "PVPTimedChallengeSpeedballChecksEASY": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warframe-worldstate-data",
3
- "version": "1.28.12",
3
+ "version": "1.28.13",
4
4
  "description": "Warframe data for use with warframe-worldstate-parser",
5
5
  "main": "exports.js",
6
6
  "directories": {