Mordel2Berde-HelpfullWards icon

HelpfullWards

Adds craftable elemental wards (Fire, Frost, Poison, Lightning, Spirit) that damage nearby enemies, plus Repair and Healing wards. Damage, radius, intervals and recipes are fully configurable. English and French included.

Last updated a day ago
Total downloads 77
Total rating 2 
Categories Server-side Client-side Building
Dependency string Mordel2Berde-HelpfullWards-0.6.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

ValheimModding-JsonDotNET-13.0.4 icon
ValheimModding-JsonDotNET

Shared version 13.0.3 of Json.NET from Newtonsoft, net45 package for use in Valheim mods. Maintained by the ValheimModding team.

Preferred version: 13.0.4
denikson-BepInExPack_Valheim-5.4.2333 icon
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.2333
ValheimModding-Jotunn-2.29.0 icon
ValheimModding-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.29.0

README

HelpfullWards

HelpfullWards adds a family of craftable, fully configurable wards to Valheim. Each ward is built like a vanilla ward and acts on everything within its radius.

Wards

Elemental wards (damage enemies)

Every few seconds each elemental ward deals damage to nearby enemies. Players and Dvergr are excluded by default (configurable).

Ward Damage type
Fire Ward Fire
Frost Ward Frost
Poison Ward Poison
Lightning Ward Lightning
Spirit Ward Spirit

Utility wards

  • Repair Ward — automatically repairs damaged constructions within range.
  • Healing Ward — periodically heals et remove effects on players within range.

Configuration

Everything is editable through the BepInEx config file (BepInEx/config/Mordel2Berde.HelpfullWards.cfg) or an in-game config manager:

  • Damage / heal amount per tick
  • Radius of each ward
  • Tick / repair / heal interval
  • Crafting recipe of each ward (ItemName:Amount, comma-separated)
  • Factions excluded from elemental damage

Translations

English and French are bundled. Additional languages can be added by dropping a <Language>.json file into the Translations folder next to the plugin DLL.

Installation

Use a mod manager (Thunderstore Mod Manager / r2modman) — recommended.

Manual install: extract the archive and place HelpfullWards.dll and the Translations folder into BepInEx/plugins/. Requires Jotunn.

Dependencies

  • BepInExPack for Valheim
  • Jotunn (the Valheim Library)
  • JsonDotNET