warframe-worldstate-data 2.5.2 → 2.5.4
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.
- package/data/archonShards.json +2 -2
- package/package.json +1 -1
- package/tools/translation.js +1 -0
package/data/archonShards.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"ACC_RED": {
|
|
23
23
|
"value": "Crimson",
|
|
24
|
-
"
|
|
24
|
+
"upgradeTypes": {
|
|
25
25
|
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeMeleeCritDamage": {
|
|
26
26
|
"value": "+25% Melee Critical Damage"
|
|
27
27
|
},
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
},
|
|
133
133
|
"ACC_RED_MYTHIC": {
|
|
134
134
|
"value": "Tauforged Crimson",
|
|
135
|
-
"
|
|
135
|
+
"upgradeTypes": {
|
|
136
136
|
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeMeleeCritDamageMythic": {
|
|
137
137
|
"value": "+37.5% Melee Critical Damage"
|
|
138
138
|
},
|
package/package.json
CHANGED