Skip to main content

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

ParameterDescription
BaseObjectThe entity to check the collection tag completion status for.
CompareTypeSupported compare types: Equal, NotEqual.
S1Collect Tag value as assigned in Collection.json.

Examples

DescriptionBaseObjectCommandCompareType
Check if self has collected all items tagged as rare_jewelSelfIsCollectedCollectionTagEqual
Check if self has NOT collected all items tagged as rare_jewelSelfIsCollectedCollectionTagNotEqual
Check if target has collected all items tagged as common_fishTargetIsCollectedCollectionTagEqual