No more fumbling through inventory menus - drop what you need instantly and keep moving. Press a hotkey to instantly drop the item currently selected in the quick access menu (bottom left). Perfect for sharing items with friends in co-op or dropping unwanted loot without stopping/opening inventory. Includes a "Dropped: %ItemName%" toasts similar to the game's native pickup ones.
New feature. Press a hotkey to drop a configurable amount of gems (default: 100). Features:
New feature. Help your friend out! Press a hotkey to drop one token at a time.
The mod uses the game's native localized strings for 75% of its toasts (pickups for items, gems, and tokens). The remaining 25% (drop messages) are handled by JSONLocalizeAPI. The result is seamless, fully-localized UI text.
QuickDrop.dll to BepInEx/plugins/Config file location: BepInEx/config/komikoza.necropolis.quickdrop.cfg
| Key | Action | Default Amount |
|---|---|---|
| G | Drop equipped item | 1 item |
| B | Drop gems | 100 gems |
| N | Drop token | 1 token |
[General]
## Enable or disable this mod
ModEnabled = true
## Show toast notifications when dropping items
ShowDropToast = true
## Amount of gems to drop (0 = drop all)
GemDropAmount = 100
Tip: Set GemDropAmount = 0 to drop your entire gem stack with one keypress.
[Features]
## Enable quick drop for items
EnableItems = true
## Enable quick drop for gems
EnableGems = true
## Enable quick drop for tokens
EnableTokens = true
Use case: Disable features you don't use to free up keybindings.
[Debug]
## Enable debug logging
DebugMode = false
Enable this if you're experiencing issues - check BepInEx/LogOutput.log for detailed information.
A: Yes, if you set the amount below 100. 100 drops 1 big gem, lesser amounts will fragment into multiple gems.
A: Yes, all drops are automatically synced to other players.
A: Yes, use the feature toggles:
EnableItems = true
EnableGems = false
EnableTokens = true
A: The mod checks TryUseItem() which prevents drops during animations. This is intentional to prevent weird behavior.