Vixen
c7401864
csharp
public record class AffixPoolDefinition

A set of affixes an item can roll from.

Read the guide page for this →

Remarks

A pool rather than a list on the item, because the same forty weapon affixes appear on three hundred weapons and authoring them per item is three hundred places to make the same balance change.

Fields and properties (1)

  • public List<string> Affixes

    The addresses of the affixes in it.

Used by (5)

  • ContentVixen.Gameplay.Items.Tests
  • ItemLibraryVixen.Gameplay.Items
  • ItemsModuleVixen.Gameplay.Items
  • TypeRegistrationVixen.Gameplay.Items
  • Vixen_Gameplay_Items_AffixPoolDefinitionSerializerVixen.Gameplay.Items