Skip to main content

Condition_CraftingQualityBoosted

Description

Checks whether the crafted object selected by BaseObject received the tool-driven quality boost. Use it to gate the completion presentation so that only boosted dishes play it. Crafting finish scripts provide the completed dish as Target, so BaseObject must be Target.

Parameters

ParameterDescription
BaseObjectThe completed crafted object. Must be Target.
CompareTypeEqual: the dish was boosted; NotEqual: it was not.

Examples

DescriptionBaseObjectCommandCompareType
Did a good appliance raise this dish's quality?TargetCraftingQualityBoostedEqual
Play the plain completion line insteadTargetCraftingQualityBoostedNotEqual