Class CharacterSheet.Row
- Namespace
- Nekoyume.TableData
- Assembly
- Lib9c.dll
[Serializable]
public class CharacterSheet.Row : SheetRow<int>
- Inheritance
-
CharacterSheet.Row
- Inherited Members
-
- Extension Methods
-
Properties
ATK
public decimal ATK { get; }
Property Value
- decimal
AttackRange
public float AttackRange { get; }
Property Value
- float
CRI
public decimal CRI { get; }
Property Value
- decimal
DEF
public decimal DEF { get; }
Property Value
- decimal
ElementalType
public ElementalType ElementalType { get; }
Property Value
- ElementalType
HIT
public decimal HIT { get; }
Property Value
- decimal
HP
public decimal HP { get; }
Property Value
- decimal
Id
Property Value
- int
Key
public override int Key { get; }
Property Value
- int
LvATK
public decimal LvATK { get; }
Property Value
- decimal
LvCRI
public decimal LvCRI { get; }
Property Value
- decimal
LvDEF
public decimal LvDEF { get; }
Property Value
- decimal
LvHIT
public decimal LvHIT { get; }
Property Value
- decimal
LvHP
public decimal LvHP { get; }
Property Value
- decimal
LvSPD
public decimal LvSPD { get; }
Property Value
- decimal
RunSpeed
public float RunSpeed { get; }
Property Value
- float
SPD
public decimal SPD { get; }
Property Value
- decimal
SizeType
public SizeType SizeType { get; }
Property Value
- SizeType
Methods
Set(IReadOnlyList<string>)
public override void Set(IReadOnlyList<string> fields)
Parameters
fields
IReadOnlyList<string>