mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-10 07:55:33 +00:00
Fix internal names for power plant blueprints
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#2.3.4
|
||||
* Add missing Long Range blueprint to multi-cannon
|
||||
* Fix values for thermal load of focused weapon grade 4
|
||||
* Fix internal module information for power plant blueprints
|
||||
|
||||
#2.3.3
|
||||
* Add Felicity Farseer to list of engineers that supply sensor and detailed surface scanner modifications
|
||||
|
||||
6
dist/index.js
vendored
6
dist/index.js
vendored
@@ -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
10
dist/index.json
vendored
@@ -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
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -3627,7 +3627,7 @@
|
||||
}
|
||||
},
|
||||
"id": 62,
|
||||
"modulename": ["Power distributor", "Distributor"],
|
||||
"modulename": ["Power plant"],
|
||||
"name": "Armoured"
|
||||
},
|
||||
"PowerPlant_Boosted": {
|
||||
@@ -3692,7 +3692,7 @@
|
||||
}
|
||||
},
|
||||
"id": 63,
|
||||
"modulename": ["Power distributor", "Distributor"],
|
||||
"modulename": ["Power plant"],
|
||||
"name": "Overcharged"
|
||||
},
|
||||
"PowerPlant_Stealth": {
|
||||
|
||||
Reference in New Issue
Block a user