Class EquipmentItemRecipeSheet.Row
- Namespace
- Nekoyume.TableData
- Assembly
- Lib9c.dll
public class EquipmentItemRecipeSheet.Row : SheetRow<int>
- Inheritance
-
EquipmentItemRecipeSheet.Row
- Inherited Members
-
Properties
CRYSTAL
public int CRYSTAL { get; }
Property Value
- int
Id
Property Value
- int
ItemSubType
public ItemSubType? ItemSubType { get; }
Property Value
- ItemSubType?
Key
public override int Key { get; }
Property Value
- int
MaterialCount
public int MaterialCount { get; }
Property Value
- int
MaterialId
public int MaterialId { get; }
Property Value
- int
RequiredActionPoint
public int RequiredActionPoint { get; }
Property Value
- int
RequiredBlockIndex
public long RequiredBlockIndex { get; }
Property Value
- long
RequiredGold
public long RequiredGold { get; }
Property Value
- long
ResultEquipmentId
public int ResultEquipmentId { get; }
Property Value
- int
SubRecipeIds
public List<int> SubRecipeIds { get; }
Property Value
- List<int>
UnlockStage
public int UnlockStage { get; }
Property Value
- int
Methods
GetAllMaterials(EquipmentItemSubRecipeSheetV2, CraftType)
public IEnumerable<EquipmentItemSubRecipeSheet.MaterialInfo> GetAllMaterials(EquipmentItemSubRecipeSheetV2 sheet, CraftType subRecipeType = CraftType.Normal)
Parameters
sheet
EquipmentItemSubRecipeSheetV2
subRecipeType
CraftType
Returns
- IEnumerable<EquipmentItemSubRecipeSheet.MaterialInfo>
IsMimisBrunnrSubRecipe(int?)
[Obsolete("It is obsoleted. Check EquipmentItemSubRecipeSheetV2.IsMimisbrunnrSubRecipe.")]
public bool IsMimisBrunnrSubRecipe(int? subRecipeId)
Parameters
subRecipeId
int?
Returns
- bool
Set(IReadOnlyList<string>)
public override void Set(IReadOnlyList<string> fields)
Parameters
fields
IReadOnlyList<string>