Class CombinationEquipment5
public static class CombinationEquipment5
- Inheritance
-
CombinationEquipment5
- Inherited Members
Fields
BlacksmithAddress
public static readonly Address BlacksmithAddress
Field Value
- Address
Methods
GetSkill(Row, SkillSheet, IRandom)
public static Skill GetSkill(EquipmentItemOptionSheet.Row row, SkillSheet skillSheet, IRandom random)
Parameters
row
EquipmentItemOptionSheet.RowskillSheet
SkillSheetrandom
IRandom
Returns
GetStat(Row, IRandom)
public static DecimalStat GetStat(EquipmentItemOptionSheet.Row row, IRandom random)
Parameters
row
EquipmentItemOptionSheet.Rowrandom
IRandom
Returns
SelectOption(EquipmentItemOptionSheet, SkillSheet, Row, IRandom, Equipment)
public static HashSet<int> SelectOption(EquipmentItemOptionSheet optionSheet, SkillSheet skillSheet, EquipmentItemSubRecipeSheet.Row subRecipe, IRandom random, Equipment equipment)
Parameters
optionSheet
EquipmentItemOptionSheetskillSheet
SkillSheetsubRecipe
EquipmentItemSubRecipeSheet.Rowrandom
IRandomequipment
Equipment