Class BasicItemCombinationAttribute
Define an item combination to craft the item.
Constructors
BasicItemCombinationAttribute(ItemCombinationParam, ItemCombinationParam, ItemCombinationParam, ItemCombinationParam, int, string, string, string, string)
Define an item combination to craft the item.
Declaration
protected BasicItemCombinationAttribute(ItemCombinationParam itemA, ItemCombinationParam itemB, ItemCombinationParam itemC, ItemCombinationParam itemD, int count = 1, string keepId0 = "", string keepId1 = "", string keepId2 = "", string keepId3 = "")
Parameters
Type | Name | Description |
---|---|---|
ItemCombinationParam | itemA | An item required to craft the result item |
ItemCombinationParam | itemB | An item required to craft the result item |
ItemCombinationParam | itemC | An item required to craft the result item |
ItemCombinationParam | itemD | An item required to craft the result item |
int | count | How many item does it craft at once |
string | keepId0 | Do not consume this item |
string | keepId1 | Do not consume this item |
string | keepId2 | Do not consume this item |
string | keepId3 | Do not consume this item |