forked from cmmcleod/coriolis
-
Notifications
You must be signed in to change notification settings - Fork 85
[Bug] Lightweight HRPs don't hull boost #879
Copy link
Copy link
Open
Labels
Description
Coriolis-data doesn't seem to have hullboost for HRPs, which I'd assume prevents the lightweight blueprint from applying hull boost to them, leading to ships reporting lower HP than they should have.
I'd assume doing this to every HRP would fix it since that's how hull boost is done in bulkheads.
{
"hullreinforcement": 390,
"hullboost": 0.0,
"class": 5,
"cost": 450000,
"edID": 128668546,
"eddbID": 1382,
"causres": 0,
"explres": 0.025,
"grp": "hr",
"id": "2d",
"kinres": 0.025,
"mass": 16,
"rating": "D",
"thermres": 0.025,
"symbol": "Int_HullReinforcement_Size5_Class2",
"ukName": "Hull Reinforcement",
"ukDiscript": "Increases the ship's hull integrity and resistance to damage."
}Reactions are currently unavailable