Class ItemOptionInfo
- Namespace
- Nekoyume.Helper
- Assembly
- Lib9c.dll
public class ItemOptionInfo
- Inheritance
-
ItemOptionInfo
- Inherited Members
-
Constructors
ItemOptionInfo(Equipment)
public ItemOptionInfo(Equipment equipment)
Parameters
equipment Equipment
ItemOptionInfo(ItemUsable)
public ItemOptionInfo(ItemUsable itemUsable)
Parameters
itemUsable ItemUsable
Fields
CP
Field Value
- int
MainStat
public readonly (StatType type, long baseValue, long totalValue) MainStat
Field Value
- (StatType type, long baseValue, long totalValue)
OptionCountFromCombination
public readonly int OptionCountFromCombination
Field Value
- int
SkillOptions
public readonly List<(SkillSheet.Row skillRow, long power, int chance, int statPowerRatio, StatType refStatType)> SkillOptions
Field Value
- List<(SkillSheet.Row skillRow, long power, int chance, int statPowerRatio, StatType refStatType)>
StatOptions
public readonly List<(StatType type, long value, int count)> StatOptions
Field Value
- List<(StatType type, long value, int count)>