AaronGullickson / system_generation

Generate solar system data for Battletech universe using Campaign Operations rules
2 stars 1 forks source link

Fix heaping by reference to distance from Terra #32

Closed AaronGullickson closed 5 years ago

AaronGullickson commented 5 years ago

Currently, I handle founding year heaping by just selecting a random year from a range of years leading up to the heaping date. We should really adjust this to sample years based on distance from Terra, with planets closer to Terra having a higher likelihood of sampling an earlier year. That would produce a more realistic expansion in the pre-SL period.

AaronGullickson commented 5 years ago

This should be addressed by the referenced commit.