CapeKeepsDry
Capes protect you from rain for some time before you get wet.CapeKeepsDry
Valheim 1.0 Mod
Capes protect you from rain for some time before you get wet.
This mod is made with AI assistance.
Features
- An equipped shoulder piece (usually a cape) protects you from becoming Wet in the rain for a configurable amount of time.
- Stay under a roof to restore the Rain Cover timer. Staying near a campfire speeds up the restoration.
- Does NOT protect you from becoming Wet in water.
- Rain Cover does not apply if you're already Wet.
- Highly configurable:
- Set the Rain Cover duration up to 1 hour.
- Set the roof coverage threshold required to count as being under a roof.
- Disable the shoulder armor requirement.
- Disable gradual Rain Cover restoration and make it instant.
Configuration
This mod has a config watcher that allows you to change config values on the fly.
Config file is automatically generated on first launch at BepInEx/config/com.capekeepsdry.mod.cfg
## Settings file was created by plugin Cape Keeps Dry v1.0.1
## Plugin GUID: com.capekeepsdry.mod
[General]
## Seconds a shoulder piece protects a player from becoming Wet while exposed to rain.
# Setting type: Single
# Default value: 120
# Acceptable value range: From 1 to 3600
RainCoverDuration = 120
## Minimum roof/cover percentage (0-1) treated as a player being under roof.
# Setting type: Single
# Default value: 0.5
# Acceptable value range: From 0 to 1
RoofCoverThreshold = 0.5
## When enabled, Rain Cover requires an equipped item in the shoulder slot (normally a cape).
# Setting type: Boolean
# Default value: true
RequireShoulderPiece = true
## When enabled, Rain Cover timer recovers gradually when a player is under roof. When disbled, resets Rain Cover instantly.
# Setting type: Boolean
# Default value: true
EnableGradualRainCoverTimerRecovery = true


