csharp
public readonly record struct AffixStatOne stat an affix rolls, resolved.
Fields and properties (4)
public AttributeId AttributeWhich stat.
public ModifierOp OpWhich modifier bucket.
public float MinimumWhat a roll of zero gives.
public float MaximumWhat a roll of one gives.
Methods (2)
public AffixStat(AttributeId Attribute, ModifierOp Op, float Minimum, float Maximum)One stat an affix rolls, resolved.
public float At(float roll)The value at a roll.
Used by (4)
- AffixTemplateVixen.Gameplay.Items
- ItemAffixTestsVixen.Gameplay.Items.Tests
- ItemLibraryVixen.Gameplay.Items
- ItemStatsVixen.Gameplay.Items