You are viewing a potentially older version of this package. View all versions.
tonsit-SafetyNet-0.0.1 icon

SafetyNet

Prevent fall damage and swim damage by default, with more available in config

Date uploaded 3 years ago
Version 0.0.1
Download link tonsit-SafetyNet-0.0.1.zip
Downloads 3166
Dependency string tonsit-SafetyNet-0.0.1

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.600 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.600

README

SafetyNet Plugin for Valheim

Have you ever jumped while running down a hill and fallen to your death?

Have you ever ran out of stamina right before you jump into the water and die before you make it back to shore?

This mod is for you!

SafetyNet prevents damage from common environmental effects. Default configuration is set to prevent both fall and swim damage.

Configuration allows for additional prevention of fire (burning), smoked and freezing damage.

Disclaimer: I take no responsibility for sudden deaths that may occur during the use of this plugin.

Configuration

[SafetyNet]

## Whether to take the damage
# Setting type: Boolean
# Default value: false
TakesFallDamage = false

## Whether to take the damage
# Setting type: Boolean
# Default value: true
TakesFireDamage = true

## Whether to take the damage
# Setting type: Boolean
# Default value: true
TakesFreezeDamage = true

## Whether to take the damage
# Setting type: Boolean
# Default value: true
TakesSmokeDamage = true

## Whether to take the damage
# Setting type: Boolean
# Default value: false
TakesSwimDamage = false