I still need to update all the ships on the info page, since I changed some of the blocks.
The sinking thing looks like a problem with how I set up the craft file TBH, I have two reasons itll sink.
sinkPercent: 10.0
This is not required, and defaults to 0.0. If set to a number (sinkPercent: 90.0), then if the craft drops below that percent of its required flyblocks, then it will begin to sink. Usually this is due to damage by fire or explosives from enemy ships. Once the ship starts sinking, it will sink through air and water until it hits bottom.
overallSinkPercent: 85.0
This is not required, and defaults to 0.0. If set (overallSinkPercent: 60.0), then if the craft has fewer than the specified percentage of its original blocks remaining, it will begin to sink. This is regardless of if the blocks are flyblocks or not.
The “flyblocks” aka requires blocks at present is 5% Iron Blocks and 50% of either [35,20,159,160,172,155,156,42,98]:
Its really low because before I just had it for iron blocks! I will have to move it to overallSinkPercent only!