csharp
public sealed class AffixTemplateAn affix with its names resolved and its ranges compiled.
Fields and properties (5)
public AffixDefinition DefinitionWhat it was compiled from.
public DefId IdIts id — what a RolledAffix names.
public float WeightHow likely it is against the others in its pool. Never negative.
public ReadOnlySpan<AffixStat> StatsWhat it does, with its ranges.
public ReadOnlySpan<GameplayTag> TagsWhat this affix is.
Methods (1)
public bool AppliesTo(ItemTemplate item)Whether it can roll on an item at all.
Used by (6)
- ItemAffixTestsVixen.Gameplay.Items.Tests
- ItemAffixesVixen.Gameplay.Items
- ItemLibraryVixen.Gameplay.Items
- ItemLibraryTestsVixen.Gameplay.Items.Tests
- ItemStatsVixen.Gameplay.Items
- ItemTemplateVixen.Gameplay.Items