Drop Inventory (Entity Action Type)
Drops each matching slot of the entity's inventory (or a power's inventory) onto the ground.
Drops each matching slot of the entity’s inventory (or a power’s inventory) onto the ground.
Type ID: apoli:drop_inventory
MERGED: this is now an alias for Inventory Action with
operation: drop. The id still works unchanged; see Inventory Action for the full, current field list (throw_randomly,retain_ownership,amount,inventory_type: power, …).
"entity_action": { "type": "apoli:drop_inventory" } Equivalent to { "type": "apoli:inventory_action", "operation": "drop" } — drops the entity’s whole inventory.