You are viewing a potentially older version of this package. View all versions.
ontrigger-ItemStatsMod-1.5.0 icon

ItemStatsMod

Calculates and shows stack bonuses in the item tooltip. Now with BepIn support!

Date uploaded 4 years ago
Version 1.5.0
Download link ontrigger-ItemStatsMod-1.5.0.zip
Downloads 99249
Dependency string ontrigger-ItemStatsMod-1.5.0

This mod requires the following mods to function

bbepis-BepInExPack-5.3.1 icon
bbepis-BepInExPack

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

Preferred version: 5.3.1
tristanmcpherson-R2API-2.5.14 icon
tristanmcpherson-R2API

A modding API for Risk of Rain 2

Preferred version: 2.5.14

README

ItemStats 1.5.0

Provides current stack bonuses for an item in the tooltip

demo

Installation

First thing you'll need is the BepInExPack. If you don't have it, get it here and follow the installation instructions.

Afterwards, get the zip file from releases and extract the ItemStats folder in BepInEx/plugins. That's it!

Building

You will first need the following libraries:

  • Assembly-CSharp (duh)
  • UnityEngine
  • UnityEngine.CoreModule
  • BepInEx
  • MMHOOK_Assembly-CSharp
  • R2API

Open the solution, link the libraries in the Lib folder, DL the required NuGet package and compile.

Contributors

  • kylewill0725