Skip to main content

B1CraftingTableRow

  • Table row defining a crafting definition, including title, description, skill, categories, and workbench requirements.
PropertyTypeDescriptionMetadata
TitleTextIdFStringString table key for the localized crafting title.Category: B1CraftingTableRow
StringTableKey: Id
DescTextIdFStringString table key for the localized crafting description.Category: B1CraftingTableRow
StringTableKey: Id
SkillIdFNameSkill ID used to determine crafting proficiency for this definition.Category: B1CraftingTableRow
Foreign: Skill.Id
RecipeListEntryColorIdFNameColor ID used to tint recipe list entries in the UI.Category: B1CraftingTableRow
Foreign: ColorMapping.Id
bHasCostboolWhether this crafting definition requires a currency cost.Category: B1CraftingTableRow
CategoriesTArrayList of crafting categories grouping recipes for this definition.Category: B1CraftingTableRow
CraftingFinishTextIdFStringString table key for the text shown when crafting finishes.Category: B1CraftingTableRow
bNeedWorkbenchboolWhether this crafting definition requires a workbench object.Category: B1CraftingTableRow
MoveToWorkbenchInteractionBagIdFNameInteraction bag ID used to move the character to the nearest workbench.Category: B1CraftingTableRow
Foreign: InteractionBag.Id
FindWorkbenchInteractionIdFNameInteraction ID used to find and select the nearest workbench.Category: B1CraftingTableRow
Foreign: Interaction.Id
PublishingIdFNamePublishing system ID associated with publishable items from this crafting definition.Category: B1CraftingTableRow
PublishingNamingTextIdFStringString table key for the naming prompt text when publishing a crafted item.Category: B1CraftingTableRow
PublishingExportTextIdFStringString table key for the export/publish confirmation text.Category: B1CraftingTableRow
IdFNameUnique IdCategory: B1TableRowBase
CommentFStringDev CommentCategory: B1TableRowBase