warframe-worldstate-data 1.21.4 → 1.21.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.
@@ -63,6 +63,6 @@
63
63
  "value": "Перехват"
64
64
  },
65
65
  "MT_DEFAULT": {
66
- "value": "Unknown"
66
+ "value": "Неизвестно"
67
67
  }
68
68
  }
@@ -5,7 +5,7 @@
5
5
  "cost": 150
6
6
  },
7
7
  {
8
- "name": "50,000 Kuva",
8
+ "name": "50,000 Кувы",
9
9
  "cost": 55
10
10
  },
11
11
  {
@@ -13,7 +13,7 @@
13
13
  "cost": 75
14
14
  },
15
15
  {
16
- "name": "3x Forma",
16
+ "name": "3x Форма",
17
17
  "cost": 75
18
18
  },
19
19
  {
@@ -21,7 +21,7 @@
21
21
  "cost": 75
22
22
  },
23
23
  {
24
- "name": "30,000 Endo",
24
+ "name": "30,000 Эндо",
25
25
  "cost": 150
26
26
  },
27
27
  {
@@ -55,7 +55,7 @@
55
55
  "cost": 25
56
56
  },
57
57
  {
58
- "name": "10k Kuva",
58
+ "name": "10k Кувы",
59
59
  "cost": 15
60
60
  },
61
61
  {
@@ -87,7 +87,7 @@
87
87
  "cost": 35
88
88
  },
89
89
  {
90
- "name": "Noggle Statue - Teshin",
90
+ "name": "Фигурка - Тешин",
91
91
  "cost": 35
92
92
  },
93
93
  {
@@ -99,15 +99,15 @@
99
99
  "cost": 15
100
100
  },
101
101
  {
102
- "name": "Protea in Action Glyph",
102
+ "name": "Глиф: Протея в Деле",
103
103
  "cost": 15
104
104
  },
105
105
  {
106
- "name": "Orokin Tea Set",
106
+ "name": "Чайный Сервиз Орокин",
107
107
  "cost": 15
108
108
  },
109
109
  {
110
- "name": "Xaku in Action Glyph",
110
+ "name": "Глиф: Заку в Деле",
111
111
  "cost": 15
112
112
  }
113
113
  ]
@@ -25,9 +25,9 @@
25
25
  { "name": "Counterbalance", "cost": 35 },
26
26
  { "name": "Noggle Statue - Teshin", "cost": 35 },
27
27
  { "name": "Gauss in Action Glyph", "cost": 15 },
28
- { "name": "Grndel in Action Glyph", "cost": 15 },
28
+ { "name": "Grendel in Action Glyph", "cost": 15 },
29
29
  { "name": "Protea in Action Glyph", "cost": 15 },
30
30
  { "name": "Orokin Tea Set", "cost": 15 },
31
31
  { "name": "Xaku in Action Glyph", "cost": 15 }
32
32
  ]
33
- }
33
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warframe-worldstate-data",
3
- "version": "1.21.4",
3
+ "version": "1.21.5",
4
4
  "description": "Warframe data for use with warframe-worldstate-parser",
5
5
  "main": "exports.js",
6
6
  "directories": {