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
relationshipintrelationshipSheetCustomEquipmentCraftRelationshipSheet
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
iconIdintrelationshipintmaterialItemSheetMaterialItemSheetrecipeRowCustomEquipmentCraftRecipeSheet.RowrelationshipRowCustomEquipmentCraftRelationshipSheet.RowiconCostMultiplierdecimal
Returns
- (BigInteger, IDictionary<int, int>)
SelectCp(Row, IRandom)
public static int SelectCp(CustomEquipmentCraftRelationshipSheet.Row relationshipRow, IRandom random)
Parameters
relationshipRowCustomEquipmentCraftRelationshipSheet.RowrandomIRandom