Esempio n. 1
0
 def _get_value_from_countrydata(self, cd: datamodel.CountryData):
     if _override_visibility(cd) or cd.show_tech_info():
         return (
             cd.net_physics_research
             + cd.net_society_research
             + cd.net_engineering_research
         )
 def _get_value_from_countrydata(self, cd: datamodel.CountryData):
     if (not cd.country.is_other_player
             and config.CONFIG.show_everything) or cd.show_tech_info():
         return (cd.net_physics_research + cd.net_society_research +
                 cd.net_engineering_research)
 def _get_value_from_countrydata(self, cd: datamodel.CountryData):
     if (not cd.country.is_other_player
             and config.CONFIG.show_everything) or cd.show_tech_info():
         return cd.exploration_progress
Esempio n. 4
0
 def _get_value_from_countrydata(self, cd: datamodel.CountryData):
     if _override_visibility(cd) or cd.show_tech_info():
         return cd.exploration_progress