GAIGResearch / Tribes

Tribes is an open source implementation for AI research of the game The Battle of Polytopia
60 stars 13 forks source link

Redundant values in types #278

Closed QuasiStellar closed 4 years ago

QuasiStellar commented 4 years ago

https://github.com/GAIGResearch/Tribes/blob/master/src/core/Types.java#L21 Base cost of all techs is 4, store Tier instead. Formula below is wrong, tech cost = 4 + Tier * number of cities