Spaceship component stats

dom111

Chieftain
Joined
Jan 23, 2016
Messages
51
Hey all, not sure if this is of any value to anyone (or if it's been posted before, but I couldn't find it if that's the case!), but I've been looking into the various values associated with the spaceship components and thought I'd share. Also, if any of this is incorrect, please let me know!

Mass

SS Structural100
SS Fuel400
SS Propulsion400
SS Habitation1600
SS Life Support1600
SS Solar Panel400

This isn't technically correct as there are also 500 extra tons added to the overall weight over the first four and one further SS Structural pieces (I haven't yet ascertained if this is SS Structural pieces in specific locations or after a certain number are in situ...)

Flight Time

This looks to be a calculation of Mass / Propulsion.
Propulsion (p)Mass (m)Flight Time
020010
07100355
1340015.4
1380017.2
1750034
2440010.4
2600014.2
2680016.1
2690016.4
2790018.8
3830013.3
4870010.6
591008.8
695007.7
799006.9
8103006.3
8135008.3
8139008.5
8155009.5
81710010.5
81750010.8
81910011.7
82070012.7
82110013
82270014
82430015
82470015.2

Currently the following appears to fit the values:

(m / 20) / (1 + (p * 10))

Chance of success

I currently assume this is the product of something like
Code:
energy provided (ep) / energy required (er) * life support provided (lp) / life support required (lr)
but I think there's a bit more to it.

I've got a basic version in the works, but if this is something anyone knows, I'd love to hear about it. I wonder if I need to look into the debugging tutorials elsewhere in the forum...
 
Top Bottom