mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-30 03:03:16 +00:00
Adds two new origin traits - small pain resistance and a minor stamina increase. Currently Unathi from the Tza Prairie have the stamina boost and Unathi from the Zazalai Mountains have the pain reduction. Also adds drug & alcohol resistance to Crevan Tajara.
16 lines
776 B
Plaintext
16 lines
776 B
Plaintext
// A set of traits used to determine which origin quirks to apply to characters.
|
|
#define TRAIT_ORIGIN_IGNORE_CAPSAICIN "ignore_capsaicin"
|
|
#define TRAIT_ORIGIN_ALCOHOL_RESISTANCE "alcohol_resistance"
|
|
#define TRAIT_ORIGIN_DRUG_RESISTANCE "drug_resistance"
|
|
#define TRAIT_ORIGIN_DARK_AFRAID "dark_sensitivity"
|
|
#define TRAIT_ORIGIN_TOX_RESISTANCE "toxin_resistance"
|
|
#define TRAIT_ORIGIN_COLD_RESISTANCE "cold_resistance"
|
|
#define TRAIT_ORIGIN_HOT_RESISTANCE "hot_resistance"
|
|
#define TRAIT_ORIGIN_NO_ANIMAL_PROTEIN "no_animal_protein"
|
|
#define TRAIT_ORIGIN_LIGHT_SENSITIVE "light_sensitive"
|
|
#define TRAIT_ORIGIN_STAMINA_BONUS "stamina_bonus"
|
|
#define TRAIT_ORIGIN_PAIN_RESISTANCE "pain_resistance"
|
|
|
|
//Vaurca-specific traits
|
|
#define TRAIT_ORIGIN_ELECTRONIC_WARFARE "electronic_warfare"
|