Expand description
Stat sources module.
Sources produce base values for stats. Multiple sources for the same stat are summed together (additive). Sources are stateless and deterministic - the same input always produces the same output.
Structs§
- Constant
Source - A constant source that always returns the same value.
- MapSource
- A map-based source that looks up values by StatId.
Traits§
- Stat
Source - Trait for stat sources that produce base values.