Class SummonSheet.Row
- Namespace
- Nekoyume.TableData.Summon
- Assembly
- Lib9c.dll
public class SummonSheet.Row : SheetRow<int>
- Inheritance
-
SummonSheet.Row
- Inherited Members
-
Fields
MaxRecipeCount
public const int MaxRecipeCount = 100
Field Value
- int
Recipes
public readonly List<(int, int)> Recipes
Field Value
- List<(int id, int count)>
Properties
CostMaterial
public int CostMaterial { get; }
Property Value
- int
CostMaterialCount
public int CostMaterialCount { get; }
Property Value
- int
CostNcg
public int CostNcg { get; }
Property Value
- int
GroupId
public int GroupId { get; }
Property Value
- int
Key
public override int Key { get; }
Property Value
- int
Methods
CumulativeRatio(int)
public int CumulativeRatio(int index)
Parameters
index
int
Returns
- int
Set(IReadOnlyList<string>)
public override void Set(IReadOnlyList<string> fields)
Parameters
fields
IReadOnlyList<string>
TotalRatio()
Returns
- int