mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
6 lines
232 B
Plaintext
6 lines
232 B
Plaintext
/// Trait applied by element
|
|
#define ELEMENT_TRAIT(source) "element_trait_[source]"
|
|
|
|
/// A trait given by a specific status effect (not sure why we need both but whatever!)
|
|
#define TRAIT_STATUS_EFFECT(effect_id) "[effect_id]-trait"
|