Class ItemSkillRoll

Namespace
FTK2.ModAPI.Content.Items
Assembly
FTK2.ModAPI.dll

The native accuracy/stat/roll and value scaling used by an existing FTK2 action.

public sealed class ItemSkillRoll
Inheritance
ItemSkillRoll
Inherited Members

Constructors

ItemSkillRoll(decimal, decimal, int, ItemStat, int, int)

public ItemSkillRoll(decimal minValue, decimal maxValue, int accuracy, ItemStat stat, int rolls, int ammo = 0)

Parameters

minValue decimal
maxValue decimal
accuracy int
stat ItemStat
rolls int
ammo int

Properties

Accuracy

public int Accuracy { get; }

Property Value

int

Ammo

public int Ammo { get; }

Property Value

int

MaxValue

public decimal MaxValue { get; }

Property Value

decimal

MinValue

public decimal MinValue { get; }

Property Value

decimal

Rolls

public int Rolls { get; }

Property Value

int

Stat

public ItemStat Stat { get; }

Property Value

ItemStat