docs
This commit is contained in:
9
apps/api/src/combat/status-effect.enum.ts
Normal file
9
apps/api/src/combat/status-effect.enum.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Ongoing effects a combatant can carry between rounds (spec §4).
|
||||
*
|
||||
* Only the Feral Road Hound's Bleeding exists in this slice; the enum is the
|
||||
* extension point later status effects hang off.
|
||||
*/
|
||||
export enum StatusEffectType {
|
||||
BLEED = 'BLEED',
|
||||
}
|
||||
Reference in New Issue
Block a user