species
Vars | |
footwear_trail_overrides | Allows a species to override footprints on worn clothing. Used by get_move_trail. Uses istype() so child objects should be first in the list relative to parent objects. For universally overriding footprints on all footwear, use obj/item/clothing instead of /obj/item/clothing/shoes since suit layer clothing that covers the feet (space suits) are a thing. |
---|---|
icon_height | The height of this species' icons. |
icon_width | The width of this species' icons. |
ingest_amount | When being fed a reagent item, the amount this species eats per bite on help intent. |
traits | An associative list of /singleton/trait and trait level a species starts with by default - See individual traits for valid levels |
Var Details
footwear_trail_overrides
Allows a species to override footprints on worn clothing. Used by get_move_trail. Uses istype() so child objects should be first in the list relative to parent objects. For universally overriding footprints on all footwear, use obj/item/clothing instead of /obj/item/clothing/shoes since suit layer clothing that covers the feet (space suits) are a thing.
icon_height
The height of this species' icons.
icon_width
The width of this species' icons.
ingest_amount
When being fed a reagent item, the amount this species eats per bite on help intent.
traits
An associative list of /singleton/trait and trait level a species starts with by default - See individual traits for valid levels