There are a set of structs called Age, AgeEffect, etc in the dat crate. These names are inaccurate as they have nothing to do with the ages in the game, but are instead groups of effects that research can have in the game.
We should rename them to ResearchEffectGroup, ResearchEffect, and ResearchEffectValue.
There are a set of structs called
Age
,AgeEffect
, etc in thedat
crate. These names are inaccurate as they have nothing to do with the ages in the game, but are instead groups of effects that research can have in the game.We should rename them to
ResearchEffectGroup
,ResearchEffect
, andResearchEffectValue
.