Class ItemCombinationAttribute<I0>
Define an item combination to craft the item.
Constructors
ItemCombinationAttribute(int, string, string, string, string, string, string, string)
Define an item combination to craft the item.
Declaration
public ItemCombinationAttribute(int count = 1, string keepId0 = "", string keepId1 = "", string keepId2 = "", string keepId3 = "", string extraB = "", string extraC = "", string extraD = "")
Parameters
Type | Name | Description |
---|---|---|
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 |
string | extraB | Use this if the item is not based on class |
string | extraC | Use this if the item is not based on class |
string | extraD | Use this if the item is not based on class |