Vixen
caa30e12
csharp
public readonly record struct AffixStat

One stat an affix rolls, resolved.

Read the guide page for this →

Fields and properties (4)

  • public AttributeId Attribute

    Which stat.

  • public ModifierOp Op

    Which modifier bucket.

  • public float Minimum

    What a roll of zero gives.

  • public float Maximum

    What 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