csharp
public record class AffixPoolDefinitionA set of affixes an item can roll from.
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> AffixesThe 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