SlippyPeak
A mod that makes you slip!SlippyPeak
Thunderstore Link: https://thunderstore.io/c/peak/p/rushork_games/SlippyPeak/
Description:
- A simple mod I've made to try out modding in C# on my self-development day from work.
- Makes you slip once you reach < 10% stamina. Does not affect you whilst climbing (so lunging to reach the top/etc is unaffected).
- Uses a similar logic to banana peels for the slipping.
Github Link:
https://github.com/rushork/slippy_peak
Sources Used:
- https://www.youtube.com/watch?v=jNwQVgVMvM8, first video I watched - quite helpful.
- https://peakmodding.github.io/creating-a-mod
- ChatGPT for advice with building the class structure
- https://github.com/icsharpcode/ILSpy/releases to figure out how peak works :grin:
- https://www.imdb.com/title/tt37472799/ for the icon
- @glarmer for assistance with getting it to work on multiplayer
