Table of Contents

Method GetRandomItemAffix

Namespace
GrindFest
Assembly
GrindFest.dll

GetRandomItemAffix(int, ItemRank, bool, Random, List<ItemAffix>)

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

Parameters

itemLevel int
itemRank ItemRank
isCursed bool
random Random
blacklist List<ItemAffix>

Returns

Type