You are viewing a potentially older version of this package. View all versions.
Horse5333-ExponentialItems-1.0.0 icon

ExponentialItems

All items now stack expontially with a base of 2, ie. 1, 2, 4, 8, 16, ...

Date uploaded 2 years ago
Version 1.0.0
Download link Horse5333-ExponentialItems-1.0.0.zip
Downloads 241
Dependency string Horse5333-ExponentialItems-1.0.0

This mod requires the following mods to function

bbepis-BepInExPack-5.4.2113 icon
bbepis-BepInExPack

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

Preferred version: 5.4.2113
RiskofThunder-R2API_ContentManagement-1.0.4 icon
RiskofThunder-R2API_ContentManagement

API for adding content to the game

Preferred version: 1.0.4
RiskofThunder-R2API_Language-1.0.1 icon
RiskofThunder-R2API_Language

API for modifying the language localisation of the game

Preferred version: 1.0.1

README

Items now stack exponentially, always. As well, the mod attempts to force items to remain in stacks with bases of 2 (2, 4, 64, 256, etc). My first mod btw so it might not work well idk

CHANGELOG

2.0.2

  • Fixed dependency string to include required packages

2.0.1

  • Updated description and icon to signify change to an Artifact

2.0.0

  • Reworked mod to function as an artifact, allowing simple toggling
  • Removed console log spam
  • Fixed formatting on README and version number

1.2.0

  • Added config for base size and max stack size
  • Item pickups with custom stack sizes are not exponentiated

1.0.1

  • Added DLL to Thunderstore package cause I forgot lol

1.0.0

  • Initial release