You are viewing a potentially older version of this package. View all versions.
Horem-Horemvores_Assembly_Mod-1.0.0 icon

Horemvores Assembly Mod

Modders resource containing custom scripts.

Date uploaded 7 months ago
Version 1.0.0
Download link Horem-Horemvores_Assembly_Mod-1.0.0.zip
Downloads 98
Dependency string Horem-Horemvores_Assembly_Mod-1.0.0

This mod requires the following mods to function

ValheimModding-Jotunn-2.14.4 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.14.4

README

Description

Modders resource that contains all my custom scripts used in a variety of my mods. ATM it is mostly Custom Status Effects.

Usage

Plug and Play for users.

For other Modders

  • There is a Unity Package included in the zip, import this into your Unity project to gain access to the raw scripts, contains a Assembly Definition pointing to this DLL. You can then make Status Effects from Scriptable Objects.
  • Add a Reference to this dll in your mods Visual Studio project (or what ever IDE you use) and add: using HoremvoreAssembly; to your script or scripts.
  • The DLL has a basic Demo you can enable in the config that adds some effects to Vanilla Monsters and adds some Healing Potions.
  • Do what ever you like with the scripts, I do not claim copywrite.

Current Scripts Overview

SE_DoT_HS

  • Has a hit roll, Damage over Time that is scaled by Level, Skill or both. Also has the option for Leech Life effect.

SE_HoT_HS

  • Heal over Time, Scaled by Level, Skill or both.

SE_SoT_HS

  • Stamina over Time, Scaled by Level, Skill or both.

SE_EoT_HS

  • Etir over Time, Scaled by Level, Skill or both.

SE_CureEffect_HS

  • Removes listed Status Effects

SE_Infection_HS

  • Has a hit roll, Damage over Time, Speed Modifier, Regeneration of Health/Stamina/Etir, Damage Resistances and Attack Skill modifiers.

SE_Random_Effect_HS

  • Allows the application of Random Effects from a list, along with a Critical Success and Fail effect all based off of a Hit Chance.

SE_InjuryStacker_HS

  • Applies Status effects progressively depending on what current effect the character has also has a Hit Roll.

SE_Sundered_HS

  • Reduces AC Value and does a one off Damage amount based of of a Hit Roll.

SE_Curse_HS

  • Has a Damage over Time, Speed Modifier, Regeneration Modifiers, Spawns random objects that can rotate around the character or basic Objects/Monsters, plays random sounds.

SE_ThrowUP

  • A custom Puke effect that also has a Damage over Time.

Emissive_HS

  • Allows adjusting the Emissive property on a material to either change color or to fade in and out.

WIP scripts

These scripts are still been written and may not function as intended if used.

BossStage_Object_HS
BossStage_Controller_HS
BossStage_BossObject_HS
RandomSpawner_HS

Bug Reports

Join the discord to report any bugs: https://discord.gg/AzcEUkQyMh

Support

If you like what I do and want to support me.

Patch Notes

0.1.0

  • Initial upload to TS.

CHANGELOG

1.0.13

  • Fixed some items having Destroy on Broken.
  • Fixed some items not using Durability.
  • Fixed some items having wrong Icons.
  • Fixed bad naming of russian translation json.

1.0.12

  • Fixed some status effects not applying damage. (Typo in SE_Infection_AH.cs)

1.0.11

  • Added Druid Set.
  • Added Option to disable the hardcoded English Translation and use a Json instead.
  • Added support for adding random effects to Creepy Crawlies mod.

1.0.10

  • Added EmissionMesh_HS script.

1.0.9

  • Community supplied, Russian Translation json added
  • Translations moved to config folder
  • Bug fixing

1.0.8

  • Texture fixes for server

1.0.7

  • Finished of the Armor and Weapons sets. (Wizard, Barbarian and Ranger)
  • Added Cheat(Admin) Staff
  • Fix for OnDamaged of SE_Passive_HS
  • Redesigned Leech part of SE_DoT_HS

1.0.6

The do not rush patch.

  • Fix for missing prefabs
  • Added null check for VFX and SFX code to prevent errors from missing prefabs

1.0.5

  • Fix for SE_HoT_HS
  • Added Diving and Tradeskill scripts
  • Added 4 Pickable Flowers
  • Added 9 Flower Items
  • Added 5 Bark Items

1.0.4

  • Paladin Weapon set effect fix
  • Localization fix for Shadow Cape
  • Readme updated with SE's and items added with 1.0.3

1.0.3

  • Added 2 more weapon sets
  • Updated the SE_DoT_HS script
  • Some Status Effect tweaks
  • Added Frostbite and Burn SE's (20 in total)

1.0.2

  • Added On Damaged to passive script
  • Added 5 more armor sets and 2 weapon sets to the demo
  • Tooltip tweaks

1.0.1

  • Added SE_Passive_HS
  • A lot of bugfixing
  • Updated most scripts to give more information in the tooltip
  • Added Rogue and Wizard armor sets for show casing SE_Passive_HS.

1.0.0

  • Initial upload to TS