Drop Ability
The Drop Ability executes a drop action on one or more selected items, removing them from the inventory and spawning them into the world. This is commonly used when players manually discard items via menus or drag-and-drop interfaces.
The Drop Ability is generally granted to characters by default and is triggered using payload activation:
From user interface widgets (e.g., inventory menus).
From other abilities or systems that wish to drop an item programmatically.
Since it relies on context from the activation payload, this ability is rarely activated manually by the player via hotkeys or direct bindings.
Item Requirement
Only items that include a Drop Fragment are eligible to be dropped by this ability.
The fragment determines how the item will behave once dropped—such as the actor class to spawn, position logic, or whether physics simulation should be applied.