unlock_collection_action
Unlock/Lock Collection — action entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | unlock_collection_action |
| Type | Action |
| Color | Green |
| Icon | fa6-solid:unlock |
Description
Typewriter ActionEntry to unlock or lock a specific collection for the interacting player's island.
Fields
| Field | Type | Description |
|---|---|---|
collectionId | String | The Collection Item ID to modify (e.g. 'CACTUS', 'ZOMBIE'). |
unlock | Boolean | If true, unlocks the collection. If false, locks it. |
Usage Example
- entry: unlock_collection_action
name: "Unlock/Lock Collection"
collectionId: ""
unlock: false