species
Vars | |
armor | Additional armour value for the species. |
---|---|
article_override | Article to use when referring to an individual of the species, if pronunciation is different from expected. Because it's unathi's turn to be special snowflakes. |
default_bodyacc | Name of default body accessory if any. |
has_organ | Determines the organs that the species spawns with and which required-organ checks are conducted. |
inherent_biotypes | bitfield of biotypes the mob belongs to. |
inherent_traits | Generic traits tied to having the species. |
max_age | Maximum age this species can have |
min_age | Minimum age this species can have |
name | Species name |
name_plural | Pluralized name (since "[name]s" is not always valid) |
optional_body_accessory | Whether the presence of a body accessory on this species is optional or not. |
special_step_sounds | Sounds to override barefeet walking |
sprite_sheet_name | The corresponding key for spritesheets |
tail | Name of tail image in species effects icon file. |
wing | like tail but wings |
Procs | |
can_be_legion_infested | Is this species able to be legion infested? |
create_organs | Handles creation of mob organs. |
Var Details
armor
Additional armour value for the species.
article_override
Article to use when referring to an individual of the species, if pronunciation is different from expected. Because it's unathi's turn to be special snowflakes.
default_bodyacc
Name of default body accessory if any.
has_organ
Determines the organs that the species spawns with and which required-organ checks are conducted.
inherent_biotypes
bitfield of biotypes the mob belongs to.
inherent_traits
Generic traits tied to having the species.
max_age
Maximum age this species can have
min_age
Minimum age this species can have
name
Species name
name_plural
Pluralized name (since "[name]s" is not always valid)
optional_body_accessory
Whether the presence of a body accessory on this species is optional or not.
special_step_sounds
Sounds to override barefeet walking
sprite_sheet_name
The corresponding key for spritesheets
tail
Name of tail image in species effects icon file.
wing
like tail but wings
Proc Details
can_be_legion_infested
Is this species able to be legion infested?
create_organs
Handles creation of mob organs.
Arguments:
- H: The human to create organs inside of
- bodyparts_to_omit: Any bodyparts in this list (and organs within them) should not be added.