TweakScale / Companion_FitAndHealth

0 stars 0 forks source link

Create (or reuse?) a Companion for Kerbal Health #1

Open Lisias opened 4 years ago

Lisias commented 4 years ago

As requested here on Forum.

tech Info:

Artificial radiation and shielding are quite simple, actually. The former is governed by one property of ModuleKerbalHealth: radioactivity. The formula that I use to determine this value will change in the next release, and it is quite complex. But for the purposes of TweakScale, what matters is that it is proportional to square root of maxThrust (for engines) and of EC output (for generators).

Radiation shielding is provided either by ModuleKerbalHealth directly, defined in shielding value, or by various resources present on the vessel, such as RadiationShielding (the idea is that the former is built-in shielding and the latter is the shielding you can add for better protection). Basically, it's just the amount of shielding material. It is usually proportional to crewCapacity or part's mass.

source: garwel.

Lisias commented 4 years ago

Transfering to TweakScale Companion Fitness & Health , as it will be implemented there.