MapleWheels-TeleporterDropTierEditor icon

TeleporterDropTierEditor

Configure the item tiers' drops and rates for the Teleporter Boss event.

Last updated 3 years ago
Total downloads 3871
Total rating 1 
Categories Mods Tools
Dependency string MapleWheels-TeleporterDropTierEditor-0.0.4
Dependants 2 other packages depend on this package

This mod requires the following mods to function

tristanmcpherson-R2API-2.5.14 icon
tristanmcpherson-R2API

A modding API for Risk of Rain 2

Preferred version: 2.5.14
bbepis-BepInExPack-5.3.1 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.3.1
MapleWheels-BepInExExtensions-2.3.1 icon
MapleWheels-BepInExExtensions

Helper library for making writing ConfigFiles and profile support easy

Preferred version: 2.3.1

README

This plugin allows you to edit how the teleporter item drop behaves.

The following options are available:

  • Drop Uniformity: The teleporter boss wil only drop one item type instead of multiple (ie. some greens and some yellows).
  • Select what tiers of items can be dropped from the teleporter.
  • Set a weighted chance for each tier to be chose to spawn.
  • Set a multiplier for the amount of items of that specific tier that will be spawned.

Changelog:

  • 0.0.1: Initial Release
  • 0.0.2: Changed target assembly version from netcore 2.0 to netstandard 2.0.
  • 0.0.3: Bugfixes:
    • Fixed an issue where no boss drops could cause no items to be spawned.
    • Fixed an issue that caused the right tier to not be selected fairly (according to the weight).
  • 0.0.4: Added Hot Reload support (see: ConfigurationManager plugin for BepInEx).