Fix incorrect modification names

This commit is contained in:
Cmdr McDonald
2017-01-21 10:31:38 +00:00
parent 866eedd599
commit 454fa30884
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@@ -15514,7 +15514,7 @@ module.exports = {
Armour_Advanced: [ 1, 2, 3, 4, 5 ], Armour_Advanced: [ 1, 2, 3, 4, 5 ],
Armour_Explosive: [ 1, 2, 3, 4, 5 ], Armour_Explosive: [ 1, 2, 3, 4, 5 ],
Armour_HeavyDuty: [ 1, 2, 3, 4, 5 ], Armour_HeavyDuty: [ 1, 2, 3, 4, 5 ],
Armour_LightWeight: [ 1, 2, 3, 4, 5 ], Armour_Kinetic: [ 1, 2, 3, 4, 5 ],
Armour_Thermic: [ 1, 2, 3, 4, 5 ] Armour_Thermic: [ 1, 2, 3, 4, 5 ]
}, },
modifications: [ "explres", "hullboost", "kinres", "mass", "thermres" ] modifications: [ "explres", "hullboost", "kinres", "mass", "thermres" ]

2
dist/index.json vendored
View File

@@ -18624,7 +18624,7 @@
4, 4,
5 5
], ],
"Armour_LightWeight": [ "Armour_Kinetic": [
1, 1,
2, 2,
3, 3,

View File

@@ -15,7 +15,7 @@
"Armour_Advanced": [1, 2, 3, 4, 5], "Armour_Advanced": [1, 2, 3, 4, 5],
"Armour_Explosive": [1, 2, 3, 4, 5], "Armour_Explosive": [1, 2, 3, 4, 5],
"Armour_HeavyDuty": [1, 2, 3, 4, 5], "Armour_HeavyDuty": [1, 2, 3, 4, 5],
"Armour_LightWeight": [1, 2, 3, 4, 5], "Armour_Kinetic": [1, 2, 3, 4, 5],
"Armour_Thermic": [1, 2, 3, 4, 5] "Armour_Thermic": [1, 2, 3, 4, 5]
}, },
"modifications": [ "modifications": [