Class CustomCraftHelper
public static class CustomCraftHelper
- Inheritance
-
CustomCraftHelper
- Inherited Members
Methods
CalculateAdditionalCost(int, CustomEquipmentCraftRelationshipSheet)
public static (BigInteger, IDictionary<int, int>)? CalculateAdditionalCost(int relationship, CustomEquipmentCraftRelationshipSheet relationshipSheet)
Parameters
relationship
intrelationshipSheet
CustomEquipmentCraftRelationshipSheet
Returns
- (BigInteger, IDictionary<int, int>)?
CalculateCraftCost(int, int, MaterialItemSheet, Row, Row, decimal)
public static (BigInteger, IDictionary<int, int>) CalculateCraftCost(int iconId, int relationship, MaterialItemSheet materialItemSheet, CustomEquipmentCraftRecipeSheet.Row recipeRow, CustomEquipmentCraftRelationshipSheet.Row relationshipRow, decimal iconCostMultiplier)
Parameters
iconId
intrelationship
intmaterialItemSheet
MaterialItemSheetrecipeRow
CustomEquipmentCraftRecipeSheet.RowrelationshipRow
CustomEquipmentCraftRelationshipSheet.RowiconCostMultiplier
decimal
Returns
- (BigInteger, IDictionary<int, int>)
SelectCp(Row, IRandom)
public static int SelectCp(CustomEquipmentCraftRelationshipSheet.Row relationshipRow, IRandom random)
Parameters
relationshipRow
CustomEquipmentCraftRelationshipSheet.Rowrandom
IRandom