Skip to content
William edited this page Apr 21, 2018 · 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. Here is a script to find one. https://pastebin.com/vYujTWpb

"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; This essentially produces a value for a scenario where there is no bulkhead

Clone this wiki locally