BULLETBOT-DroppableThings icon

DroppableThings

Gives the ability to drop/scrap items and drop equipment and coins. (Can be configured)

Last updated 2 hours ago
Total downloads 19
Total rating 0 
Categories Mods Tweaks Client-side Server-side
Dependency string BULLETBOT-DroppableThings-1.0.2
Dependants 0 other packages depend on this package

This mod requires the following mods to function

RiskofThunder-R2API_Networking-1.0.2 icon
RiskofThunder-R2API_Networking

Networking API around the Unity UNet Low Level API (LLAPI)

Preferred version: 1.0.2

README

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, PickupIndex scrapPickupIndex)

Replace targetTier with the item tier that you want to scrap from, and scrapPickupIndex with the pickup index that will turn into a scrap item.

Just note that it only allows one pickup 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)

Check out my other mods

BetterScoreboard

DPSMeter

ChatTooltips