Table of Contents

Class CombinationEquipment5

Namespace
Nekoyume.Action
Assembly
Lib9c.dll
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.Row
skillSheet SkillSheet
random IRandom

Returns

Skill

GetStat(Row, IRandom)

public static DecimalStat GetStat(EquipmentItemOptionSheet.Row row, IRandom random)

Parameters

row EquipmentItemOptionSheet.Row
random IRandom

Returns

DecimalStat

SelectOption(EquipmentItemOptionSheet, SkillSheet, Row, IRandom, Equipment)

public static HashSet<int> SelectOption(EquipmentItemOptionSheet optionSheet, SkillSheet skillSheet, EquipmentItemSubRecipeSheet.Row subRecipe, IRandom random, Equipment equipment)

Parameters

optionSheet EquipmentItemOptionSheet
skillSheet SkillSheet
subRecipe EquipmentItemSubRecipeSheet.Row
random IRandom
equipment Equipment

Returns

HashSet<int>