You are viewing a potentially older version of this package.
View all versions.
Date uploaded | 10 months ago |
Version | 2.0.1 |
Download link | Horse5333-ExponentialItems-2.0.1.zip |
Downloads | 9156 |
Dependency string | Horse5333-ExponentialItems-2.0.1 |
This mod requires the following mods to function
RiskofThunder-R2API_Language
API for modifying the language localisation of the game
Preferred version: 1.0.1bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.2113README
Adds an Artifact that allows items to stack exponentially. Instead of a static pickup size, the number of items given is determined by the current stack size. All players need this mod.
Base Size | Stacking Pattern |
---|---|
1 |
1 1 1 1 1 ... |
2 |
1 2 4 8 16 ... |
3 |
1 3 9 27 81 ... |
4 |
1 4 16 64 256 ... |
You get the idea. Also my first mod, so it might not work that 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