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.
CapeKeepsDry
Capes protect you from rain for some time before you get wet.
| Last updated | 5 hours ago |
| Total downloads | 180 |
| Total rating | 0 |
| Categories | Mods Client-side AI Generated Deep North Update |
| Dependency string | Inurosen-CapeKeepsDry-1.1.2 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.
Preferred version: 5.4.2350ValheimModding-Jotunn
Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.
Preferred version: 2.30.1README
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