20 #ifndef ANTKEEPER_GAME_ANT_LARVA_GENE_HPP
21 #define ANTKEEPER_GAME_ANT_LARVA_GENE_HPP
46 std::shared_ptr<render::model>
model;
ant_gene_type
Ant gene types.
Ant gene with caste-specific phenes.
constexpr ant_gene_type type() const noexcept override
Returns the ant gene type.
float spinning_period
Duration required for the larva to spin a cocoon, in days.
std::uint8_t instar_count
Number of larval instars before pupation.
std::shared_ptr< render::model > model
3D model of the larva.
float first_instar_scale
Scale of the first larva instar, relative to the final larval instar.
float development_period
Duration required for the larva to develop into a pupa, in days.