trait 
Vars | |
addprompt | Prompts seen when adding/removing additional traits; only for traits with metaoptions set |
---|---|
forbidden_species | List of species in which this trait is forbidden. |
incompatible_traits | These trait types may not co-exist on the same mob/species |
levels | Should either only contain TRAIT_LEVEL_EXISTS or a set of the other TRAIT_LEVEL_* levels |
maximum_count | Maximum amount of allowable traits during character setup. Only applies to traits with metaoptions. Null by default; which means no limit. |
metaoptions | Additional list with unique paths to associate singleton with. if needed. Currently used for reagents in allergies only. |
selectable | Determines if trait can be selected in character setup |
Var Details
addprompt 
Prompts seen when adding/removing additional traits; only for traits with metaoptions set
forbidden_species 
List of species in which this trait is forbidden.
incompatible_traits 
These trait types may not co-exist on the same mob/species
levels 
Should either only contain TRAIT_LEVEL_EXISTS or a set of the other TRAIT_LEVEL_* levels
maximum_count 
Maximum amount of allowable traits during character setup. Only applies to traits with metaoptions. Null by default; which means no limit.
metaoptions 
Additional list with unique paths to associate singleton with. if needed. Currently used for reagents in allergies only.
selectable 
Determines if trait can be selected in character setup