Created
May 8, 2015 17:41
-
-
Save nickludlam/5e306a7abdd546dfae0d to your computer and use it in GitHub Desktop.
Example ship for pimpmyship.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'Core Dynamics' => { | |
"Eagle Mk. 2" => { | |
stats: { value: 44800, mass: 50, shields: 60, armour: 40, top_speed: 240, boost_speed: 350, landing_pad_size: 1, manoeuvrability: 10, crew: 1 }, | |
common_internal_sizes: { reactor: 2, thrusters: 3, fsd: 3, env: 1, pc: 2, sensor: 2, fuel: 2 }, # Sizes of each ship slot | |
hardpoints: [1, 1, 1], # Size of hardpoint. 1 = small, 2 = medium, 3 = large, 4 = huge | |
utilities: 1, # Number of utility slots | |
internal_compartments: [3,2,1], # Size of each Internal Compartment, biggest to smallest | |
default_modules: ["shield_3e", "cargo_2", "bds"], # Default modules in each internal compartment defined above, 'nil' for none | |
bulkhead_costs: [26880, 90048, 140089, 150393] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment