inventory-droppable-items

Drops inventory items into the game world for other players to pick up.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/All-Out-Games/reusable-weapons-csl --skill inventory-droppable-items
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inventory-droppable-items
Source: https://github.com/All-Out-Games/reusable-weapons-csl/tree/main/.claude/skills/inventory-droppable-items
Command: npx skills add https://github.com/All-Out-Games/reusable-weapons-csl --skill inventory-droppable-items

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Players often need a way to remove items from their inventory and place them into the world so others can collect them, reducing inventory clutter and enabling cooperative gameplay.

Core Features & Use Cases

  • Drops any inventory item into the game world and creates a pickup that can be interacted with by other players.
  • Automatically spawns a visual item, plays a spawn/arc animation, and places the item at a nearby target position.
  • Despawns after a configurable window (40 seconds total with a 30-second warning) unless interacted with or claimed.

Quick Start

Drop an item from your inventory to spawn a dropped item in the world and trigger its arc animation.

Frequently Asked Questions about inventory-droppable-items

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I drop inventory items into the multiplayer game world for other players to pick up?

To drop inventory items in multiplayer, you spawn a Dropped_Item entity at a nearby target position. This automatically plays an arc animation and creates an interactable pickup for other players to collect.

What happens to dropped items if no player picks them up in a multiplayer game?

Dropped items despawn automatically after a configurable window of 40 seconds. The system triggers a 30-second warning before permanent despawn unless the item is interacted with or claimed.

What components do I need to implement a multiplayer item drop and pickup system?

You need an in-game inventory system, a Dropped_Item entity, and an Interactable pickup component. These work together to spawn, animate, and despawn items in the game world.

Can I use this item drop system to share loot and manage temporary drops in cooperative gameplay?

Yes, the item drop system is designed for multiplayer scenarios to share loot and manage temporary drops. It removes items from your inventory and places them into the world for others to collect.

Does dropping an inventory item automatically play a spawn animation in the game world?

Yes, dropping an inventory item automatically spawns a visual item and plays a spawn and arc animation. The item is then placed at a nearby target position for pickup.