Pular para o conteúdo principal

mmoitems_count_fact

Count MMOItems in player's inventory or hand — misc entry.

Entry Information

PropertyValue
Entry IDmmoitems_count_fact
TypeMisc
ColorBlue
Iconmaterial-symbols:inventory

Fields

FieldTypeDescription
itemsList<MMOItemIdentifier>List of MMOItems to count
itemMMOItemIdentifierThe MMOItem to count (used if items list is empty)
checkInventoryVar<Boolean>Check items in player's inventory
checkHandVar<Boolean>Check item in player's main hand

Usage Example

- entry: mmoitems_count_fact
name: "Count MMOItems in player's inventory or hand"
items: []
item: ""
checkInventory: false
checkHand: false