You are viewing a potentially older version of this package. View all versions.
Thrayonlosa-SacrificeChanges-1.0.1 icon

SacrificeChanges

A couple changes to the Sacrifice artifact

Date uploaded 6 months ago
Version 1.0.1
Download link Thrayonlosa-SacrificeChanges-1.0.1.zip
Downloads 4242
Dependency string Thrayonlosa-SacrificeChanges-1.0.1

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.2113 icon
bbepis-BepInExPack

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

Preferred version: 5.4.2113

README

How vanilla Sacrifice works: drop chance is based on the monster's director spawn cost. Every time a monster dies the game will roll for a drop.

Drop rework: on monster death, instead of rolling for a drop, add the drop chance to a pool. When the pool is greater than 100%, drop an item and subtract 100 +-variance from the pool.
The goal of this is to make early game more consistant as vanilla can have high variance in its drops, especially in the first stage.
There is two configuration and console commands:

  • sacrificeVariance, which changes the subtract 100 +-variance from pool. Default value is 20.
  • sacrificeMultiplier, which multiplies the drop chance of a monster Default value is 1.

Additionally, mod prevents timeless areas such as Gilded Coast and Bulwark's Ambry from dropping items.

Drop rework and timeless drop disable can be toggled individually in the config.

CHANGELOG

  • 1.0.1
    • Fixed the new Void Fields not dropping sacrifice items with this mod