Skip to main content

B1RecipeTableRow

  • Table row defining a single recipe, including its crafting definition, quality, cost, ingredients, and steps.
PropertyTypeDescriptionMetadata
CraftingIdFNameCrafting definition ID that this recipe belongs to.Category: B1RecipeTableRow
Foreign: Crafting.Id
SkillLevelint32Minimum skill level required to use this recipe.Category: B1RecipeTableRow
QualityIdFNameQuality ID determining the output quality of this recipe.Category: B1RecipeTableRow
Foreign: Quality.Id
CraftingCostint32Currency cost required to execute this recipe.Category: B1RecipeTableRow
FinalObjectTypeEB1CraftingFinalObjectTypeType classification of the final crafted object.Category: B1RecipeTableRow
FinalObjectIdFNameObject ID of the final crafted product.Category: B1RecipeTableRow
Foreign: Object.Id
FinishScriptIdsTArrayScript IDs executed when this recipe is completed.Category: B1RecipeTableRow
Foreign: Script_Recipe.Id
IngredientsTArrayList of ingredient requirements for this recipe.Category: B1RecipeTableRow
CraftingStepsTArrayOrdered list of crafting steps for this recipe.Category: B1RecipeTableRow
TotalProgressTimefloatTotal time in seconds required to complete all crafting steps.Category: B1RecipeTableRow
ProgressTimeModifierIdFNameModifier ID applied to the total progress time calculation.Category: B1RecipeTableRow
Foreign: Modifier_Crafting.Id
IdFNameUnique IdCategory: B1TableRowBase
CommentFStringDev CommentCategory: B1TableRowBase