Перейти к основному содержимому

give_mmoitem_action

Give MMOItem — misc entry.

Entry Information

PropertyValue
Entry IDgive_mmoitem_action
TypeMisc
ColorGreen
Iconmaterial-symbols:add

Fields

FieldTypeDescription
itemsList<MMOItemSelection>List of MMOItems to give
itemVar<MMOItemIdentifier>The MMOItem to give (used if items list is empty)
amountIntAmount of items to give if using single item
factRef<ReadableFactEntry>Select a fact that provides items (e.g., MMOItems Count Fact, MMOInventory Check Item Fact)
groupRef<GroupEntry>Optional group to give items to all members. If empty, only the triggering player receives items.

Usage Example

- entry: give_mmoitem_action
name: "Give MMOItem"
items: []
item: ""
amount: 0
fact: ""
group: ""