You are viewing a potentially older version of this package. View all versions.
BULLETBOT-DroppableThings-1.0.7 icon

DroppableThings

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

Date uploaded 2 weeks ago
Version 1.0.7
Download link BULLETBOT-DroppableThings-1.0.7.zip
Downloads 2205
Dependency string BULLETBOT-DroppableThings-1.0.7

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

Check out my other mods

BetterScoreboard

DPSMeter

ChatTooltips

CHANGELOG

Note

If that version is not listed here, do not download that version, as it can cause some issues.

1.0.7

  • Changed the modded scrap registration to DroppableThings.ModdedScraps.Register(ItemTier targetTier, ItemIndex scrapItemIndex)

1.0.4

  • Fixed an issue where you could drop an hidden item when possible.

1.0.3

  • Fixed MUL-T's second equipment slot not dropping the right one.

1.0.2

  • Updated README.

1.0.0

  • Initial release.