Skip to main content

mmoitems_count_objective

Identify and count specific MMOItems from a fact — misc entry.

Entry Information

PropertyValue
Entry IDmmoitems_count_objective
TypeMisc
ColorBlue
Iconmaterial-symbols:inventory-2

Fields

FieldTypeDescription
factRef<MMOItemsCountFact>The MMOItems Count Fact to pick items from.
selectionModeMMOItemSelectionModeHow to choose items from the fact.
selectedIndexesList<Int>Indices of items to select from the fact's list (if mode is INDEXES). 0-based.
selectedItemIdsList<String>MMOItem IDs to select from the fact (if mode is IDS).
amountVar<Int>The required amount of selected items to possess.
onCompleteRef<TriggerableEntry>The sequence to trigger when the objective is completed.
onCompleteModifiersList<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: []