Fix internal names for power plant blueprints

This commit is contained in:
Cmdr McDonald
2017-04-27 06:59:06 -04:00
parent d7922eda7f
commit 64b7ca503a
4 changed files with 10 additions and 11 deletions

6
dist/index.js vendored
View File

@@ -18072,7 +18072,7 @@ module.exports = {
}
},
id: 62,
modulename: [ "Power distributor", "Distributor" ],
modulename: [ "Power plant" ],
name: "Armoured"
},
PowerPlant_Boosted: {
@@ -18137,7 +18137,7 @@ module.exports = {
}
},
id: 63,
modulename: [ "Power distributor", "Distributor" ],
modulename: [ "Power plant" ],
name: "Overcharged"
},
PowerPlant_Stealth: {
@@ -20383,7 +20383,7 @@ module.exports = {
piercing: [ .2, .4 ],
range: [ .4, .8 ],
rof: [ -.08, -.02 ],
thermload: [ -.2, -.1 ]
thermload: [ .2, .1 ]
}
},
"5": {

10
dist/index.json vendored
View File

@@ -23152,8 +23152,7 @@
},
"id": 62,
"modulename": [
"Power distributor",
"Distributor"
"Power plant"
],
"name": "Armoured"
},
@@ -23265,8 +23264,7 @@
},
"id": 63,
"modulename": [
"Power distributor",
"Distributor"
"Power plant"
],
"name": "Overcharged"
},
@@ -27171,8 +27169,8 @@
-0.02
],
"thermload": [
-0.2,
-0.1
0.2,
0.1
]
}
},