Table of Contents

Class ItemAffix

Namespace
_GrindFest.Scripts
Assembly
GrindFest.dll
public abstract class ItemAffix : MonoBehaviour
Inheritance
Object
Component
Behaviour
MonoBehaviour
ItemAffix
Derived

Fields

AffixesByName
ArmorAffixes
CanBeAssignedAtRandom
Item
ItemAffixes
Level
Quality
SpawnChance
WeaponAffixes

Properties

AffixColor
IsCursed
PrefixName
SuffixName

Methods

Apply()
GetRandomAffix(ItemBehaviour)
GetRandomAffix(List<(Type, ItemAffixRestrictionsAttribute)>, int, ItemRank, bool, List<ItemAffix>)
GetRandomArmorAffix(int, ItemRank, bool, List<ItemAffix>)
GetRandomItemAffix(int, ItemRank, bool, List<ItemAffix>)
GetRandomWeaponAffix(int, ItemRank, bool, List<ItemAffix>)