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
| Parameter | Description |
|---|---|
| BaseObject | The completed crafted object. Must be Target. |
| CompareType | Equal: the dish was boosted; NotEqual: it was not. |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Did a good appliance raise this dish's quality? | Target | CraftingQualityBoosted | Equal |
| Play the plain completion line instead | Target | CraftingQualityBoosted | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents