Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
DroppableThings
Gives the ability to drop/scrap items and drop equipment and coins. (Can be configured)
By BULLETBOT
| Last updated | 2 years ago |
| Total downloads | 13524 |
| Total rating | 1 |
| Categories | Mods Tweaks Client-side Server-side |
| Dependency string | BULLETBOT-DroppableThings-1.0.7 |
| Dependants | 6 other packages depend on this package |
This mod requires the following mods to function
RiskofThunder-R2API_Networking
Networking API around the Unity UNet Low Level API (LLAPI)
Preferred version: 1.0.2README
DroppableThings
Supports Risk Of Options.
Note: Requires all players to have this mod installed to function properly.
Configuration
- Drop Items: Determines whether to be able to drop items.
- Drop Equipments: Determines whether to be able to drop equipments.
- Use Command Essence: Determines whether the dropped item becomes an essence when the Artifact of Command is enabled.
- Drop Coins: Determines whether to be able to drop coins.
- Scrap Items: Determines whether to be able to scrap items.
- Drop Scrap On Ground: Determines whether the scrapped item should drop on the ground.
- Right-click Instead Of Left-click: Determines whether to drop/scrap with right-click instead of left-click.
Registering modded scraps
If you're a modder and want to add modded scraps, this is how you can do it.
Example Usage:
To register a modded scrap, include my mod to your project and call the Register method like this:
DroppableThings.ModdedScraps.Register(ItemTier targetTier, ItemIndex scrapItemIndex)
Replace targetTier with the item tier that you want to scrap from, and scrapItemIndex with the item index that will turn into a scrap.
Just note that it only allows one item index per item tier.
Reporting bugs
To report any bugs, feel free to join the RoR2 modding Discord server and send me a direct message.
Credits
ZetArtifacts by William758 (Artifact of Tossing)