mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 14:16:58 +01:00
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
14 lines
791 B
Plaintext
14 lines
791 B
Plaintext
// This file contains all of the trait sources, or all of the things that grant traits.
|
|
// Several things such as `type` or `REF(src)` may be used in the ADD_TRAIT() macro as the "source", but this file contains all of the defines for immutable static strings.
|
|
|
|
/// cannot be removed without admin intervention
|
|
#define ROUNDSTART_TRAIT "roundstart"
|
|
/// This trait comes from when a mob is currently typing.
|
|
#define CURRENTLY_TYPING_TRAIT "currently_typing"
|
|
/// Trait given by performing an action (proc, verb, etc. Something that the USER can control)
|
|
#define ACTION_TRAIT "action"
|
|
/// Trait that is given by unholy effects or corruption. Can be dispelled by a chaplain with a nullrod.
|
|
#define UNHOLY_TRAIT "unholy"
|
|
/// trait associated to a stat value or range of
|
|
#define STAT_TRAIT "stat"
|