Class CustomEquipmentCraftRelationshipSheet.Row
[Serializable]
public class CustomEquipmentCraftRelationshipSheet.Row : SheetRow<int>
- Inheritance
-
CustomEquipmentCraftRelationshipSheet.Row
- Inherited Members
-
Properties
ArmorItemId
public int ArmorItemId { get; }
Property Value
- int
BeltItemId
public int BeltItemId { get; }
Property Value
- int
CostMultiplier
public long CostMultiplier { get; }
Property Value
- long
CpGroups
public List<CustomEquipmentCraftRelationshipSheet.CpGroup> CpGroups { get; }
Property Value
- List<CustomEquipmentCraftRelationshipSheet.CpGroup>
GoldAmount
public BigInteger GoldAmount { get; }
Property Value
- BigInteger
Key
public override int Key { get; }
Property Value
- int
MaterialCosts
public List<CustomEquipmentCraftRelationshipSheet.MaterialCost> MaterialCosts { get; }
Property Value
- List<CustomEquipmentCraftRelationshipSheet.MaterialCost>
NecklaceItemId
public int NecklaceItemId { get; }
Property Value
- int
Relationship
public int Relationship { get; }
Property Value
- int
RequiredBlockMultiplier
public long RequiredBlockMultiplier { get; }
Property Value
- long
RingItemId
public int RingItemId { get; }
Property Value
- int
WeaponItemId
public int WeaponItemId { get; }
Property Value
- int
Methods
GetItemId(ItemSubType)
public int GetItemId(ItemSubType itemSubType)
Parameters
itemSubType
ItemSubType
Returns
- int
Set(IReadOnlyList<string>)
public override void Set(IReadOnlyList<string> fields)
Parameters
fields
IReadOnlyList<string>