warframe-worldstate-data 1.21.1 → 1.21.2

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": "Interception"
64
64
  },
65
65
  "MT_DEFAULT": {
66
- "value": "Unknown"
66
+ "value": "Inconnu"
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 X Kuva",
9
9
  "cost": 55
10
10
  },
11
11
  {
@@ -21,7 +21,7 @@
21
21
  "cost": 75
22
22
  },
23
23
  {
24
- "name": "30,000 Endo",
24
+ "name": "30 000 X Endo",
25
25
  "cost": 150
26
26
  },
27
27
  {
@@ -35,35 +35,35 @@
35
35
  ],
36
36
  "evergreen": [
37
37
  {
38
- "name": "Veiled Riven Cipher",
38
+ "name": "Décodeur de Riven Voilé",
39
39
  "cost": 20
40
40
  },
41
41
  {
42
- "name": "Bishamo Pauldrons Blueprint",
42
+ "name": "Schéma Épaulières Bishamo",
43
43
  "cost": 15
44
44
  },
45
45
  {
46
- "name": "Bishamo Cuirass Blueprint",
46
+ "name": "Schéma Cuirasse Bishamo",
47
47
  "cost": 25
48
48
  },
49
49
  {
50
- "name": "Bishamo Helmet Blueprint",
50
+ "name": "Schéma Casque Bishamo",
51
51
  "cost": 20
52
52
  },
53
53
  {
54
- "name": "Bishamo Greaves Blueprint",
54
+ "name": "Schéma Grèves Bishamo",
55
55
  "cost": 25
56
56
  },
57
57
  {
58
- "name": "10k Kuva",
58
+ "name": "10 000 X Kuva",
59
59
  "cost": 15
60
60
  },
61
61
  {
62
- "name": "Primary Arcane Adapter",
62
+ "name": "Adaptateur D'Arcane Principale",
63
63
  "cost": 15
64
64
  },
65
65
  {
66
- "name": "Secondary Arcane Adapter",
66
+ "name": "Adaptateur D'Arcane Secondaire",
67
67
  "cost": 15
68
68
  },
69
69
  {
@@ -71,43 +71,43 @@
71
71
  "cost": 15
72
72
  },
73
73
  {
74
- "name": "Stance Forma Blueprint",
74
+ "name": "Forma Posture Schéma",
75
75
  "cost": 10
76
76
  },
77
77
  {
78
- "name": "Trio Orbit Ephermera",
78
+ "name": "Ephermera Trio Orbital",
79
79
  "cost": 3
80
80
  },
81
81
  {
82
- "name": "Crania Ephemera",
82
+ "name": "Ephemera Crania",
83
83
  "cost": 85
84
84
  },
85
85
  {
86
- "name": "Counterbalance",
86
+ "name": "Contrepoids",
87
87
  "cost": 35
88
88
  },
89
89
  {
90
- "name": "Noggle Statue - Teshin",
90
+ "name": "Statuette Noggle - Teshin",
91
91
  "cost": 35
92
92
  },
93
93
  {
94
- "name": "Gauss in Action Glyph",
94
+ "name": "Glyphe Gauss En Action",
95
95
  "cost": 15
96
96
  },
97
97
  {
98
- "name": "Grndel in Action Glyph",
98
+ "name": "Glyphe Grendel En Action",
99
99
  "cost": 15
100
100
  },
101
101
  {
102
- "name": "Protea in Action Glyph",
102
+ "name": "Glyphe Protea En Action",
103
103
  "cost": 15
104
104
  },
105
105
  {
106
- "name": "Orokin Tea Set",
106
+ "name": "Service À Thé Orokin",
107
107
  "cost": 15
108
108
  },
109
109
  {
110
- "name": "Xaku in Action Glyph",
110
+ "name": "Glyphe Xaku En Action",
111
111
  "cost": 15
112
112
  }
113
113
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warframe-worldstate-data",
3
- "version": "1.21.1",
3
+ "version": "1.21.2",
4
4
  "description": "Warframe data for use with warframe-worldstate-parser",
5
5
  "main": "exports.js",
6
6
  "directories": {