Data redundancy/dependencies¶
- User.alliance is copied to all his planets
- User.skill_tree is copied to all his planets
- User.point_stats is summed up from all his planets
- User.colonies[i].army_str is calculated per planet from units and ships
- User.homeplanet.army_str is calculated for homeplanet from units and ships
- User.current_research is copied from researching planet (only 1 planet can research at same time)