You are viewing a potentially older version of this package. View all versions.
JarlUlsfark-UnderworldRites-0.1.3 icon

UnderworldRites

Experimental, Brings Enemies and Keepsakes from Pyre into Hades 2.

Date uploaded 2 weeks ago
Version 0.1.3
Download link JarlUlsfark-UnderworldRites-0.1.3.zip
Downloads 69
Dependency string JarlUlsfark-UnderworldRites-0.1.3

This mod requires the following mods to function

Hell2Modding-Hell2Modding-1.0.70 icon
Hell2Modding-Hell2Modding

Lua Mod Loader for Hades 2

Preferred version: 1.0.70
LuaENVY-ENVY-1.2.0 icon
LuaENVY-ENVY

A plugin to allow ReturnOfModding plugins greater control of their environment.

Preferred version: 1.2.0
SGG_Modding-Chalk-2.1.1 icon
SGG_Modding-Chalk

System for handling config files in ReturnOfModding

Preferred version: 2.1.1
SGG_Modding-ReLoad-1.0.2 icon
SGG_Modding-ReLoad

Provides helpers for managing hot reloading and waiting for the right time to load

Preferred version: 1.0.2
SGG_Modding-SJSON-1.0.0 icon
SGG_Modding-SJSON

A plugin for handling .sjson files in ReturnOfModding.

Preferred version: 1.0.0
SGG_Modding-ModUtil-4.0.1 icon
SGG_Modding-ModUtil

Utility mod for mod interactions within lua for SGG's games

Preferred version: 4.0.1
zannc-GodsAPI-2.0.7 icon
zannc-GodsAPI

A library for developers to easily add new Gods / NPC Gods to the game without having to dig through files.

Preferred version: 2.0.7
zannc-KeepsakeExtender-1.0.1 icon
zannc-KeepsakeExtender

Allows for the keepsake rack to hold more than 33 Keepsakes, important for creating new gods/keepsakes

Preferred version: 1.0.1

README

UnderworldRites

A Hades 2 mod that aims to bring aspects of Pyre into Hades 2

Features

  • Adds four keepsakes based on Pyre Talismans
  • Adds seven enemies based on Pyre races and their elite variants
  • Enemies are implemented through the 'Vow of Menace', replacing enemies in Erebus.
    • Adds a 3rd stage to the Vow of Menace that increases the chance to replace enemies to 100%

Keepsakes

  • Scribe Rock - Increases Attack and Special Size (Stacks with Apollo).
  • Tailwind Crest - Increases Movement speed.
  • Living Flame - Deal increased damage to enemies with lower health than you.
  • Black Claw - Automatically fire your Cast, your cast follows you but is smaller

Install

Use r2modman by ebkr from Thunderstore or GitHub.

While the mod has been tested decently well it is recommended to backup your save from %USERPROFILE%\Saved Games\Hades II\Profile*.sav in case there are issues.

Credits

  • All icons and animations belong to and are property of SuperGiantGames

Issues

Report any issues on the mod github or Hades Modding discord

CHANGELOG

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

0.1.4 - 2026-09-04

  • Fix rare crash related to mod load order

0.1.3 - 2026-08-27

  • New Enemy
    • Added PyreTrail and its Elite variant
  • New Keepsake
    • Added Black Claw keepsake
  • PyreCaravan can now summon PyreTrail
  • Fix: Crash when 'damaging' an obstacle without health

0.1.2 - 2026-08-11

  • Fix Keepsake living flame not found

0.1.1 - 2026-08-08

  • Add config options to disable either keepsakes or enemies
  • Add Living Flame Keepsake
  • Add Elite versions of the enemies
  • Add Miniboss PyreCaravan
  • Adjust Thing.Point of projectiles to make them more consistent with their graphic
  • DEV: Simplify Fear.lua to only modify the specific fields

Added

  • First version of the mod!