BetterStakes
Make stakes useful! Multiply stake damage & drop all resources when deconstructed or destroyed.
Date uploaded | 5 months ago |
Version | 0.1.0 |
Download link | Neobotics-BetterStakes-0.1.0.zip |
Downloads | 1907 |
Dependency string | Neobotics-BetterStakes-0.1.0 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2100README
Better Stakes
Make stakes useful! Multiply stake damage & drop all materials when deconstructed or destroyed.
Better Stakes makes stakes a viable defense option.
Stakes have never been a great option for base defense. Their damage is insignificant, and their resources are (mostly) lost when destroyed or even deconstructed to move them!
Dvergr stakes are useless against the tough enemies in the biomes they're intended to protect, especially compared to traps or the Ashlands stakewall.
Better Stakes allow you to deconstruct and rebuild stakes without losing any materials. They will drop their full resources when destroyed so you don't lose Core, Yggdrasil, or Ashwood.
You can configure a multiplier for each stake type's damage.
New
- 0.1.0 Initial release
Configuration
Stakes
-
Stake Pieces: Pairs of comma separated prefab names and damage multipliers for stakes, separated by semicolons. Listed pieces will drop resources on destruction or deconstruction and multiply stake damage by the amount configured. @
- Default: piece_dvergr_sharpstakes,5.0;piece_sharpstakes,3.0;piece_stakewall_blackwood,1.0
Utility
- LogLevel: Controls the level of information in the log.
Configuration items with descriptions ending in (@) are server authoritative.
In-game reconfiguration
You can use Configuration Manager (or similar) mod to change the configuration without exiting the game. You can force an update by editing the config file.
Notes
The Ashwood Stakewall is included to recover its resources, but the multiplier default is 1.0 since this piece already does significant damage!
Note you can potentially reduce damage by using a fractional multiplier (i.e., 0.5 would be half damage)
Compatibility issues & defects
- If you find a compatibility issue you can post it on NexusMods. Be sure to include the mod name and version you think may be incompatible.
- If you have a bug please report it on NexusMods. If you do post a bug report, please make sure to include the following:
- Your version of this mod
- What you were doing, or attempting to do when it happened
- If it's repeatable - i.e., can you duplicate it?
- The exact behavior you observed (or didn't observe)
- If possible, post a capture of the log file with errors (errors always begin with this mod's name) on Discord
You can find all Neobotics released mods on:
- Thunderstore: https://tinyurl.com/NeoboticsOnThunderstore
- Nexus Mods: https://tinyurl.com/NeoboticsOnNexus
Your comments and feedback are always welcome. Post on NexusMods or Discord: https://tinyurl.com/NeoboticsOnDiscord
CHANGELOG
Changelog
0.1.1
- Fixed issue parsing stake damage on systems where decimal separator is not a period.
0.1.0
- Initial Release