Condition_IsCollectedCollectionTag
Description
Returns whether all Family Collection items designated with a specific Collect Tag have been fully collected by the BaseObject.
In Collection.json, arbitrary values can be assigned to the Collect Tag column to group Family Collection items.
Parameters
| Parameter | Description |
|---|
| BaseObject | The entity to check the collection tag completion status for. |
| CompareType | Supported compare types: Equal, NotEqual. |
| S1 | Collect Tag value as assigned in Collection.json. |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Check if self has collected all items tagged as rare_jewel | Self | IsCollectedCollectionTag | Equal |
| Check if self has NOT collected all items tagged as rare_jewel | Self | IsCollectedCollectionTag | NotEqual |
| Check if target has collected all items tagged as common_fish | Target | IsCollectedCollectionTag | Equal |