Moffein-Sacrifice_Tweaks icon

Sacrifice Tweaks

Disables Sacrifice droprate scaling and increases droprate when not using Swarms. Server-side and vanilla-compatible.

Last updated 2 years ago
Total downloads 82641
Total rating 13 
Categories Mods Tweaks Artifacts Server-side
Dependency string Moffein-Sacrifice_Tweaks-1.1.3
Dependants 36 other packages depend on this package

This mod requires the following mods to function

RiskofThunder-HookGenPatcher-1.2.3 icon
RiskofThunder-HookGenPatcher

MMHOOK generation at runtime.

Preferred version: 1.2.3
bbepis-BepInExPack-5.4.1905 icon
bbepis-BepInExPack

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

Preferred version: 5.4.1905

README

Increases the base drop chance of Sacrifice when not using Swarms, and caps the Sacrifice drop rate scaling.

Changes:

  • Sacrifice base drop rate increased from 5% -> 10% when not using Swarms.
  • Sacrifice max drop rate capped at 10%
  • Sacrifice max drop rate when using Swarms capped at 5%

Config has options for:

  • Base drop rate
  • Max drop rate
  • Swarms drop rate
  • Swarms max drop rate

Server-side and vanilla-compatible.

Installation

Place SacrificeTweaks.dll in /Risk of Rain 2/BepInEx/plugins/ Settings can be changed in BepInEx/config/com.Moffein.SacrificeTweaks.cfg

Changelog

1.1.3

  • Updated Thunderstore tags

1.1.2

  • Added an extra check to make sure that it's not trying to drop items when the drop chance should be 0.

1.1.1

  • Fixed final drop chance being able to be lower than the base drop rate.

1.1.0

  • Improved mod compatibility (uses a less intrusive hook).

  • Adjusted default settings. If you're updating from a previous version, you will need to manually tweak your settings.

    • Base drop rate increased from 8% -> 10%
    • Max base drop rate reduced from 20% -> 10%
    • Swarms base drop rate increased from 4% -> 5%
    • Swarms max base drop rate reduced from 10% -> 5%

    Been playing with Sacrifice a decent amount, and overall I've found these values to work the best in general. Scaling max droprate ends up snowballing too hard lategame.

1.0.6

  • Hopefully fixed Vanilla compatibility issues.

1.0.5

  • Updated for DLC update.

1.0.4

  • Swapped dependency to HookGenPatcher.

1.0.3

  • Removed R2API dependency.

1.0.2

  • Reduced max drop rate from 24% -> 20%
  • Reduced swarms max drop rate from 15% -> 12.5%

1.0.0

  • Release