Enum IngredientKind
- Namespace
- GuildWars2.Hero.Crafting
- Assembly
- GW2SDK.dll
The ingredient kinds used in crafting recipes.
[JsonConverter(typeof(IngredientKindJsonConverter))]
public enum IngredientKind
Fields
Item = 0
The ingredient is an item, for example planks.
Currency = 1
The ingredient is a currency, for example research notes.
GuildUpgrade = 2
The ingredient is a guild upgrade, for example a decoration which is used to craft a larger decoration.