species
Vars | |
age_descriptors | List (string => integer). Map of descriptive words to the age threshhold to display these words. Age threshhold is the highest age that can use this descriptor. Descriptors should make grammatical sense when used in the following sentence: "They are of [X] age for a [species]." |
---|---|
age_diff_descriptors | List (string => integer). Map of descriptive words to the age different threshhold to display these words. Age difference threshhold is the highest number that can use this descriptor. Descriptors should make grammatical sence when used in the following sentence: "They are [X] you." |
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. |
show_age_to_other_species | Boolean. If set, allows other species to see age descriptions. |
traits | An associative list of /singleton/trait and trait level a species starts with by default - See individual traits for valid levels |
Var Details
age_descriptors
List (string => integer). Map of descriptive words to the age threshhold to display these words. Age threshhold is the highest age that can use this descriptor. Descriptors should make grammatical sense when used in the following sentence: "They are of [X] age for a [species]."
age_diff_descriptors
List (string => integer). Map of descriptive words to the age different threshhold to display these words. Age difference threshhold is the highest number that can use this descriptor. Descriptors should make grammatical sence when used in the following sentence: "They are [X] you."
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.
show_age_to_other_species
Boolean. If set, allows other species to see age descriptions.
traits
An associative list of /singleton/trait and trait level a species starts with by default - See individual traits for valid levels