Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
You are viewing a potentially older version of this package.
View all versions.
ZenPath
Run on paths using less stamina. Half on dirt paths. None on paved roads.
| Date uploaded | a year ago |
| Version | 0.1.5 |
| Download link | ZenDragon-ZenPath-0.1.5.zip |
| Downloads | 742 |
| Dependency string | ZenDragon-ZenPath-0.1.5 |
This mod requires the following mods to function
README
ZenPath
Run on paths using less stamina.
- Dirt paths drain half stamina
- Paved paths drain no stamina.
- Does not make any changes to player speed.
Sample Config File
## Settings file was created by plugin ZenPath v0.1.5
## Plugin GUID: ZenDragon.ZenPath
[General]
## [Admin] The percent stamina drain when running on dirt, wood, or metal
# Setting type: Single
# Default value: 0.5
# Acceptable value range: From 0 to 1
Stamina Usage Path = 0.5
## [Admin] The percent stamina drain when running on a paved surface or stone.
# Setting type: Single
# Default value: 0
# Acceptable value range: From 0 to 1
Stamina Usage Paved = 0
## [Admin] Display the status effect icon when in buff is active
# Setting type: Boolean
# Default value: true
Show Status Icon = true
[Translation]
## Text to display when runninng on a dirt, wooden, or metal surface
# Setting type: String
# Default value: Path
Label Path = Path
## Text to display when runninng on a paved road or stone surface
# Setting type: String
# Default value: $piece_pavedroad
Label Paved = $piece_pavedroad
Like My Mods? Donations Welcome
Bitcoin: bc1q34lrc82dp73jhv9ylefz0gvmeqfn96e938p4pf
CHANGELOG
v1.0.0
- add help info to Compendium
- recompile for Zen.ModLib v1.10.0
v0.4.1
- Improve flexibility and future compatibility:
- rename the config "Winter Ground Is Snow" to just "Ground Is Snow"
- change the type to StringList: it's now a list of keys instead of a single checkbox.
v0.4.0
- add feature: Winter Ground Is Snow, if Seasons is installed it treats the frozen ground as snow. Instructions in the configs.
- recompile for Zen.ModLib v1.9.1
v0.3.3
- add Portuguese (Brazilian) translations
v0.3.2
- add German translations
- add Russian translations
v0.3.1
- compiled for Valheim v0.221.4, Call to Arms
v0.3.0
- updated for Zen.ModLib v1.2.0
- recompile for BepInEx v5.4.2332
- recompile for JVL v2.26.0
v0.2.9
- update readme, no code changes.
v0.2.8
- snow speed default tweak: 75% to accommodate for armor weight.
v0.2.7
- config default tweak: snow move speed set to 70% in configs instead of 60%
v0.2.6
- new feature: movement speed reduced on snow (configurable)
- translation files added
v0.2.5
- minor code cleanup. No functional changes.
v0.2.4
- fix so that multiple SE cooperate. you can now run on a path and have Eikthyr's power both activated at once, and they compound their buffs.
- bump Zen.ModLib version req to v1.1.3 (not needed, but easier to keep everything in sync)
v0.2.3
- update for Zen.ModLib v1.1.0
v0.2.2
- fixed config sync
v0.2.1
- removed BepInEx from dependency, Zen.ModLib handles it.
v0.2.0
- use Zen.ModLib
v0.1.9
- add extra error checking for when on unknown surfaces..
v0.1.8
- update logging and configs subsystem
v0.1.7
- cleanup log info
v0.1.6
- UPDATE FOR VALHEIM v0.220.3
v0.1.5
- initial release