GW2v2Recipe

constructor(id: Int, type: String, outputItemId: GW2ItemId, outputItemCount: Int, craftTimeMillis: Int, disciplines: List<String>, minRating: Int, flags: List<String>, ingredients: List<GW2v2Recipe.Ingredient>, outputUpgradeId: Int? = null, chatLink: String)

Parameters

id

the recipe's ID

type

the recipe's type

outputItemId

the ID of the produced item

outputItemCount

the amount of items produced

craftTimeMillis

the time in milliseconds it takes to craft the item

disciplines

the crafting disciplines that can use the recipe

minRating

the minimum rating required to use the recipe

flags

the flags applying to the recipe

ingredients

the recipe's ingredients

outputUpgradeId

the ID of the produced guild upgrade

chatLink

the recipe's chat code