You are viewing a potentially older version of this package. View all versions.
DeathWizsh-SplashMeads-1.0.4 icon

SplashMeads

A mod that adds (throwable) splash variants of the resistance (fire, frost, poison), Ratatosk, Vananidir, Anti-sting and health (minor, medium, major) meads

Date uploaded 2 months ago
Version 1.0.4
Download link DeathWizsh-SplashMeads-1.0.4.zip
Downloads 361
Dependency string DeathWizsh-SplashMeads-1.0.4

This mod requires the following mods to function

ValheimModding-Jotunn-2.26.1 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.26.1

README

Splash Meads

A mod that adds (throwable) splash variants of the resistance (fire, frost, poison), Ratatosk, Vananidir, Anti-sting and health (minor, medium and major) meads. Create the items and simply throw them at friendlies to protect them!

Now with HUD icons, timers and config options!

A couple things to keep in mind.

  • When a player already has the normal mead active (except health meads) the splash mead will not overwrite the status effect UNLESS the remaining time of the normal one is lower then the splash mead. Health meads will NEVER overwrite as they are cooldowns
  • When a player already has a splash mead active and consumes a normal mead (except health meads as they are cooldowns) the splash mead will be overwritten (the effects don't stack anyway, but it cleans up your status effects)

Configuration

The mod comes with a config, be sure to check wether the config has changed in future updates.

General options:

  • Show Particles: Show particles when tames/players are affected by a splash mead. Default: true
  • Show Particles on players: Show particles on players affected by a splash mead. Default: true
  • Show hud icons: Show splash mead icons underneath healthbar of tames. Default: true
  • Icon size: The hud icon size. Default: 30
  • Show hud timers: Show a timer on the icons. Default: true
  • Timer font size: The font size of hud timers. Default: 16
  • Timer format: The format in which the timers are displayed (minutes:seconds or the entire duration in seconds). Default: Minutes
  • Timer alignment: The alignment of the hud timers (topLeft, top, center etc.). Default: Bottom

The following options are available for every mead to configure:

  • Enable: Wether the recipe for this item is enabled. Default: true
  • Name: The name of the item. Default: true
  • Description: The description of the item. Default: true
  • Crafting station: The crafting station the item can be crafted in. Default: Workbench
  • Required station level: The required station level to craft this item. Default: 3
  • Recipe: The items required to craft this item. Default: [Mead]:6, LeatherScraps:3, Resin:2
  • Amount crafted: The amount of this item you'll get when crafting it. Default: 2
  • Weight: Weight of the item. Default: 1
  • Max stack size: The amount this item will stack. Default: 10
  • Duration / Cooldown: The duration or cooldown of the status effect (seconds). Default: 300 / 120
  • Radius: The radius of the splash and applying status effect (between 2-10). Default: 4

Roadmap

This mod was commissioned to add the three resistance meads, but more will be added in the future. The following is planned

  • Ratatosk DONE
  • Vananidir DONE
  • Anti-sting DONE
  • health pots DONE
  • Revise particle effects
  • Refactor to make adding new meads and features easier

Known issues

  • Currently the splash meads will phase through friendlies, keep that in mind when you throw one. I do not know if this is possible to fix as arrows also go through friendlies and this might be standard behaviour of the game.

Bug/Suggestion

Found a bug or have some suggestions? You can find me in the Valheim Modding discord here: https://discord.gg/WC4x42KcBA.

Screenshots

Splashes:

Barley wine splash Frost resist splash Poison resist splash

Hud icons:

Hud icon Lox Hud icons Hud icons default Hud icons custom

Particle effects:

Vananidir effect Ratatosk effect Barley wine particles Frost resist particles Poison resist particles

CHANGELOG

1.0.4

  • Fixed an error that broke hud icons in Call To Arms update

1.0.3

  • Fixed splash Vananidir recipe using Ratatosk instead
  • Added Anti-sting splash mead
  • Added health splash meads (minor, medium and major)
  • Added timers to hud icons, can be disabled
  • Added config options to change timer font-size, time format and alignment
  • Added config option to change hud icon size

1.0.2

  • Added hud icons to tames to show which splash meads are active
  • Added Ratatosk and Vananidir splash meads

1.0.1

  • Added screenshots to Thunderstore/Nexus

1.0.0

  • First release