You are viewing a potentially older version of this package. View all versions.
Crystal-Magical-1.2.3 icon

Magical

Customize various things related to health, stamina and eitr.

Date uploaded a week ago
Version 1.2.3
Download link Crystal-Magical-1.2.3.zip
Downloads 1324
Dependency string Crystal-Magical-1.2.3

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2350 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.2350
shudnal-ConditionalConfigSync-1.0.6 icon
shudnal-ConditionalConfigSync

Shared config synchronization and server policy library for Valheim mods. Installed as a dependency and compatible with Jotunn and ServerSync.

Preferred version: 1.0.6

README

Allows customization of many values related to player stats via the mod configuration.

  • Base Health, Stamina and Eitr.
  • Health, stamina and eitr regeneration rates.
  • Reduction to helath, stamina and eitr cost of actions based on player skills.

The primary goal of the mod is to allow rebalancing the resource usage of magical and physical attacks. All configuration values default to vanilla game values.

Run the game once with the mod enabled to generate the config. See config for details on what each option does.

This mod should be installed on client and server. Mod features may not work reliably if any clients do not have the mod installed. By default, a server running the mod will reject clients that do not have it installed. To allow unmodded clients, at the risk of unreliable functionality, a server may disable the client mod requirement via the ConditionalConfigSync.ModRequirements.cfg file in the ConditionalConfigSync config directory.

Some configuration options can be enforced by a server running ConditionalConfigSync. See included ConfigSync_Readme.txt file for more information.

Installation

This mod uses BepInExPack Valheim as a mod loader. You can use any BepinEx compatible mod manager to install the mod, or manually place it in the BepixEx plugins directory.

CHANGELOG

1.2.3

  • Updated mod package and documentation. No functional changes.

1.2.2

  • Update to ConditionalConfigSync 1.0.6 which supports server-controlled configuration for requiring the mod on clients.
  • Removed ModRequired config value. The new ConditionalConfigSync.ModRequirements.cfg file in the ConditionalConfigSync config replaces this feature.

1.2.1

  • Added ModRequired config value. If set to true on a server (default), connecting clients must have the mod installed. If false, the mod is optional for clients. Mod features may not work reliably if any clients do not have the mod installed.

1.2.0

1.1.0

  • Updated for Valheim 1.0

1.0.3

  • Updated BepinEx version

1.0.2

  • Updated BepinEx version
  • Updated .NET version

1.0.1

  • Updated BepinEx version

1.0.0

  • Initial release