Vixen
c7401864
csharp
public sealed class ItemStatDefinition

One stat an item or an affix grants, as a definition holds it.

Read the guide page for this →

Remarks

⚠ Every member is settable, for the YAML binder's reason — see ModifierDefinition.

Fields and properties (4)

  • public string Attribute

    Which stat — Power.

  • public ModifierOp Op

    Which bucket, and therefore which stage of the evaluation.

  • public float Value

    The value, or the low end of the roll when Maximum is above it.

  • public float Maximum

    The high end of the roll. Below or equal to Value means no roll.

Used by (8)

  • AffixDefinitionVixen.Gameplay.Items
  • ContentVixen.Gameplay.Items.Tests
  • ItemDefinitionVixen.Gameplay.Items
  • ItemLibraryVixen.Gameplay.Items
  • TypeRegistrationVixen.Gameplay.Items
  • Vixen_Gameplay_Items_AffixDefinitionSerializerVixen.Gameplay.Items
  • Vixen_Gameplay_Items_ItemDefinitionSerializerVixen.Gameplay.Items
  • Vixen_Gameplay_Items_ItemStatDefinitionSerializerVixen.Gameplay.Items