Saxonberg Server API
Preparing search index...
mud/lib/vitals/Condition
ConditionTemplate
Interface ConditionTemplate
The authored shape of an affliction (mirrors the class fields).
interface
ConditionTemplate
{
contagion
?:
ContagionSpec
;
name
:
string
;
observableSigns
:
string
[]
;
progression
:
ProgressionSpec
;
resolution
:
ResolutionSpec
;
signature
:
VitalEffect
[]
;
}
Index
Properties
contagion?
name
observable
Signs
progression
resolution
signature
Properties
Optional
contagion
contagion
?:
ContagionSpec
name
name
:
string
observable
Signs
observableSigns
:
string
[]
progression
progression
:
ProgressionSpec
resolution
resolution
:
ResolutionSpec
signature
signature
:
VitalEffect
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
contagion
name
observable
Signs
progression
resolution
signature
Saxonberg Server API
Loading...
The authored shape of an affliction (mirrors the class fields).