mmoitems_count_objective
Identify and count specific MMOItems from a fact — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | mmoitems_count_objective |
| Type | Misc |
| Color | Blue |
| Icon | material-symbols:inventory-2 |
Fields
| Field | Type | Description |
|---|---|---|
fact | Ref<MMOItemsCountFact> | The MMOItems Count Fact to pick items from. |
selectionMode | MMOItemSelectionMode | How to choose items from the fact. |
selectedIndexes | List<Int> | Indices of items to select from the fact's list (if mode is INDEXES). 0-based. |
selectedItemIds | List<String> | MMOItem IDs to select from the fact (if mode is IDS). |
amount | Var<Int> | The required amount of selected items to possess. |
onComplete | Ref<TriggerableEntry> | The sequence to trigger when the objective is completed. |
onCompleteModifiers | List<Modifier> | Modifiers to apply when the objective is completed. |
Usage Example
- entry: mmoitems_count_objective
name: "Identify and count specific MMOItems from a fact"
fact: ""
selectionMode: ""
selectedIndexes: 0
selectedItemIds: []
amount: 0
onComplete: ""
onCompleteModifiers: []