Dova-OdinHatesLitter icon

OdinHatesLitter

The Allfather sees all. Careless Vikings who cast their belongings upon the earth may draw Odin's judgment.

By Dova
Last updated a week ago
Total downloads 132
Total rating 3 
Categories Misc Client-side Utility Bog Witch Update
Dependency string Dova-OdinHatesLitter-1.0.6
Dependants 0 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

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

Preferred version: 5.4.2202

README

OdinHatesLitter

This is a tiny mod that roasts players when they intentionally drop items from their inventory. A wrath system has been added! The more you litter, the angrier Odin becomes. (This system will continue to expand in future updates.)

v1.0.6 behavior

  • Triggers from all drop actions.
  • Ignores dropped items inside wards (should work with ward-based mods).
  • The wrath system does not trigger inside wards.
  • Does not trigger from deaths/tombstones.
  • Does not trigger from chests.
  • Does not trigger from loot drops or world spawns.
  • Client-side only.
  • No Jotunn dependency.

Config

Generated after first launch:

[General]
EnableMod = True
TriggerChance = 8
IgnoreDropsInsideWard = True
EnableWrathSystem = True
ShowWrathMeter = True
MaxWrath = 40 (can be adjusted)
WrathPerDrop = 1 (can be adjusted)
WrathRemovedOnPickup = 1 (can be adjusted)
WardIgnoreRadius = 30
# Radius in meters. This is a radius, not a diameter.
# Example: If your ward covers 60m across, set this to 30.
CenterMessage = True
DebugLogging = False
ForgivenessMessageChance = 25

Future Plans

  • Plans to add biome-specific enemy spawns when Odin's Wrath reaches its maximum value. (Nothing too serious—this is intended to remain a lighthearted joke mod.)

ChangeLog v1.0.6

  • Changed the default WardIgnoreRadius value from 65 to 30.
  • Added a configurable wrath system.
  • Added support for inventory-drop actions in addition to drag-and-drop (works with controllers).
  • Added an Odin's Wrath counter displayed in the top-left corner.
  • Added forgiveness messages when cleaning up litter.