Class ItemSkillRoll
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
Properties
Accuracy
public int Accuracy { get; }
Property Value
Ammo
public int Ammo { get; }
Property Value
MaxValue
public decimal MaxValue { get; }
Property Value
MinValue
public decimal MinValue { get; }
Property Value
Rolls
public int Rolls { get; }
Property Value
Stat
public ItemStat Stat { get; }