Table of Contents

Method GetRandomAffix

Namespace
_GrindFest.Scripts
Assembly
GrindFest.dll

GetRandomAffix(ItemBehaviour)

public static Type GetRandomAffix(ItemBehaviour item)

Parameters

item ItemBehaviour

Returns

Type

GetRandomAffix(List<(Type, ItemAffixRestrictionsAttribute)>, int, ItemRank, bool, List<ItemAffix>)

public static Type GetRandomAffix(List<(Type, ItemAffixRestrictionsAttribute)> affixes, int itemLevel, ItemRank itemRank, bool isCursed, List<ItemAffix> blacklist = null)

Parameters

affixes List<(Type, ItemAffixRestrictionsAttribute)>
itemLevel int
itemRank ItemRank
isCursed bool
blacklist List<ItemAffix>

Returns

Type