About this mod
Plants will never need to be watered (fields, gardens, and orchards). Also reduces the dash cooldown.
- Permissions and credits
Also halves the dash cooldown, once you unlock it. Cooldown is now 2sec, instead of 4sec.
Installation
- Back up your save files before using mods, just in case
(see here). - Open the game folder, which looks something like this:
C:\Program Files (x86)\Steam\steamapps\common\Kami\ - Replace this file with the modded version:
Spiritfarer_Data\Managed\Assembly-CSharp.dll
Code Changes
If you want to mod this yourself, here's the changes. Useful if the game gets updated (you can use dnSpy to make these changes). Or you could re-release this as a a BepInEx plugin (I'm happy for that to happen).
PlantingSaveData.cs
Changes plants to never need watering. Change the function GetDryness to always return 0f.
EverlightCooldown.cs
Changes the dash cooldown. Requires changing 2 functions, CanUseEverlight and GetRechargeProgress. Just change this._cooldownTime to (this._cooldownTime / 2).
Future Plans
I don't have any future plans for further mods, and tbh, my skills aren't good enough to make any other ideas I have. I've checked the code for other quick fixes, but none (that I found) are as easy to do as these ones. And I've nearly finished the game anyway, so I'm not really motivated to do anything else.
If you want to make your own mod with this idea plus a few others (or just make this into a BepInEx plugin), you are more than welcome to do so.
If you want ideas for other QoL mods, I put a list of mine in this article.