Table of Contents

Method GetRandomArmorAffix

Namespace
_GrindFest.Scripts
Assembly
GrindFest.dll

GetRandomArmorAffix(int, ItemRank, bool, List<ItemAffix>)

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

Parameters

itemLevel int
itemRank ItemRank
isCursed bool
blacklist List<ItemAffix>

Returns

Type