ItemStatsMod
⚪ Last updated 2021Preview
🔍 Analysis
- 👍 0.0% endorsement rate
- 🏆 #4 of 515 Mods mods in this game by downloads
📋 About This Mod
ItemStats 2.2.1 Provides current stack bonuses for an item in the tooltip 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! Custom Item API In order to use API, add a Bepin SoftDependency to your BaseUnityPlugin annotations. Make sure to check if ItemStats is loaded before trying to use it Then, create an ItemStatDef for your item (see ItemStatDefinitions.cs for examples). Use the R2API ItemApi Submodule to add your item and get its ItemIndex. After that, simply call ItemStatsMod.AddCustomItemStatDef(myItemIndex, myItemStatDef) To create an item stat modifier, extend from AbstractStatModifier . Check ItemStats.StatModification.Modifiers for examples Add an instance of the class with ItemStatsMod.AddStatModifier(new MyStatModifier()) 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 orare XuaTheGrate
Calculates and shows stack bonuses in the item tooltip. Now with BepIn support!
📊 Mod Details
- Game
- Thunderstore Mods
- Author
- ontrigger
- Version
- 2.2.1
- Downloads
- 407,215
- Endorsements
- 189
- Category
- Mods
- Created
- 4/6/2019
- Updated
- 3/27/2021
- Tags
- Mods, Client-side
🔧 How to Install Thunderstore Mods
Use r2modman/Thunderstore Mod Manager. Or manual: install BepInEx, drop mods into plugins folder.
📖 Full step-by-step install guide for Thunderstore →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Thunderstore commands, item IDs, and more.
Keep browsing — more Thunderstore mods await