diff --git a/dist/index.js b/dist/index.js index ee46e5b..c486a2d 100644 --- a/dist/index.js +++ b/dist/index.js @@ -23452,7 +23452,7 @@ module.exports = { }, special_powerplant_highcharge: { mass: .1, - power: .05 + pgen: .05 }, special_powerplant_cooled: { eff: -.1 diff --git a/dist/index.json b/dist/index.json index 032c3d0..1759654 100644 --- a/dist/index.json +++ b/dist/index.json @@ -31087,7 +31087,7 @@ }, "special_powerplant_highcharge": { "mass": 0.1, - "power": 0.05 + "pgen": 0.05 }, "special_powerplant_cooled": { "eff": -0.1 diff --git a/modifications/modifierActions.json b/modifications/modifierActions.json index e7cb514..79cfb91 100644 --- a/modifications/modifierActions.json +++ b/modifications/modifierActions.json @@ -341,7 +341,7 @@ }, "special_powerplant_highcharge": { "mass": 0.1, - "power": 0.05 + "pgen": 0.05 }, "special_powerplant_cooled": { "eff": -0.1