ashscript_types/constants/
unit.rs

1pub const UNIT_AGE_EXP: f32 = 0.4;
2pub const AGE_PER_GEN_PART: u32 = 10;
3pub const UNIT_BASE_AGE: u32 = 300;