Table of Contents

Class ItemAffix

Namespace
GrindFest
Assembly
GrindFest.dll
public abstract class ItemAffix : MonoBehaviour
Inheritance
object
ItemAffix
Derived

Fields

AffixesByName
ArmorAffixes
CanBeAssignedAtRandom
Item
ItemAffixes
SpawnChance
TypeHash
WeaponAffixes

Properties

AffixColor
IsCursed
PrefixName
SuffixName

Methods

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