Skip to content
Noah Stride edited this page Dec 24, 2017 · 6 revisions

Welcome to the coriolis-data wiki!

Some stuff in the config files are rediculously badly named. It's on the to-do to fix.

"id" - Random two letter unique ID. Good luck.

"baseShieldStrength" is not the value shown on the ship purchase screen.

Neither is "baseArmour". To find baseArmour take the armour value and divide by 1.8. This is because armour = this.baseArmour + (this.baseArmour * bulkhead.getHullBoost()) and the default hull boost is 0.8;

Clone this wiki locally