AaronGullickson / system_generation

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

Canon recharge station #8

Closed AaronGullickson closed 5 years ago

AaronGullickson commented 5 years ago

The base planet data contains some information on recharge stations that we are not yet incorporating. This will be pretty easy to do for true values. However, it looks like at some point, nadirCharge and zenithCharge entries were put in for every planet, with false as a default. This makes it impossible to distinguish canon and non-canon entries for planets that are missing both recharge stations.

I don't think we can fix this, so the best approach would be to assume that false values are canon if the other recharge station is true. Otherwise ignore false values.

AaronGullickson commented 5 years ago

Fixed and closed. Note that we are treating cases with both recharge stations false as non-canon and overwriting them with generated values.