20 #ifndef ANTKEEPER_GAME_ANT_PUPA_GENE_HPP
21 #define ANTKEEPER_GAME_ANT_PUPA_GENE_HPP
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 development_period
Duration required for the pupa to develop into an adult, in days.
float eclosion_period
Duration required for the callow to emerge from the cocoon or become mobile, in days.
std::shared_ptr< render::model > cocoon_model
3D model of the cocoon, if present.
bool cocoon_present
Indicates whether a cocoon is formed by the larvae or not.