zer0Kerbal / ScrapYard

A common part inventory addon for Kerbal Space Program.
https://forum.kerbalspaceprogram.com/index.php?/topic/192456-*/
GNU General Public License v2.0
4 stars 6 forks source link

[FEATURE ☺️ ] Track Flight Time instead of flights #18

Open zer0Kerbal opened 2 years ago

zer0Kerbal commented 2 years ago

As an option: from the forums: @Clamp-o-Tron image

Have scrapyard track flight time instead of flights. This is simpler for the user but more code to write/change for you.

from here

JadeFalcon-1 commented 2 years ago

Final Frontier tracks accumulated mission time, EVA time, and mission counts for kerbals, not sure how they are doing it code-wise, but its seems to work pretty good. Another option might be just to track how old it is, (i.e. when was it first used), then use its age and generation as a base on how likely it is to fail.