You are viewing a potentially older version of this package. View all versions.
Abevol-MultiReward-0.0.1 icon

MultiReward

Get multiple room rewards.

Date uploaded 2 years ago
Version 0.0.1
Download link Abevol-MultiReward-0.0.1.zip
Downloads 190
Dependency string Abevol-MultiReward-0.0.1

This mod requires the following mods to function

Hell2Modding-Hell2Modding-1.0.39 icon
Hell2Modding-Hell2Modding

Lua Mod Loader for Hades 2

Preferred version: 1.0.39
SGG_Modding-ENVY-1.1.0 icon
SGG_Modding-ENVY

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

Preferred version: 1.1.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.0 icon
SGG_Modding-ModUtil

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

Preferred version: 4.0.0

README

Room Reward Multiplier

Get multiple room rewards in Hades II.

By default, the reward count is set to 3 (based on the value of the "Others" key).

You can also set the reward count for each reward type.

Mod Loader

Suggest using Hell2Modding.

Config

local config = {
    Enabled = true,
    Debug = true,
    RewardCount = {
        -- Set the reward count for each 'RewardType'.
        Story = 1,
        Shop = 1,
        SpellDrop = 1,
        StackUpgrade = 3,
        WeaponUpgrade = 3,
        HermesUpgrade = 3,
        Boon = {
            -- These subkeys are 'LootName'.
            HephaestusUpgrade = 3,
            AphroditeUpgrade = 3,
            DemeterUpgrade = 3,
            Others = 3
        },
        MetaCurrencyDrop = 3,
        MemPointsCommonDrop = 3,
        RoomMoneyDrop = 3,
        MaxHealthDrop = 3,
        MaxManaDrop = 3,
        MixerNBossDrop = 3,
        MixerOBossDrop = 3,
        Others = 3
    }
}

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

1.3.1 - 2025-12-02

Fixed

  • Softlock due to Artificer
  • Softlock due to infinite Duplication of Poms
  • Softlock due to NPC refresh not working correctly

Removed

  • NPC refreshes for Hades and Artemis (fields)

1.3.0 - 2025-07-02

Added

  • Safeguard against "Travel Deal" from Hermes
  • A lot more rewards are now affected (Night challenge rewards, Chaos trial rewards, Loot generated from Poseidon's Buried Treasure, ...)

Fixed

  • Pins not working with the "Unseen Update"
  • Room Exits not opening up

1.2.0 - 2024-07-04

Added

  • Multiple story rewards
  • Making rewards optional
  • Making cages optional when rewards are optional

Fixed

  • Reward spawning issues

1.1.1 - 2024-06-10

Added

  • Added some config descriptions.

Fixed

  • Fixed errors in calculating reward and shop item quantities.

1.1.0 - 2024-06-07

Added

  • Multiple shop items.
  • Lower shop prices.

1.0.8 - 2024-05-26

Added

  • Now able to display tooltips for all Boons of the same Slot type.

Changed

  • Update dependencies.

1.0.7 - 2024-05-23

Fixed

  • Fixed issue of directly jumping to the second level in express route.

1.0.6 - 2024-05-22

Fixed

  • Fixed unchecked nil variable.

1.0.5 - 2024-05-22

Changed

  • Update dependencies.

1.0.4 - 2024-05-22

Fixed

  • Compatible with r2modman

1.0.3 - 2024-05-22

Fixed

  • Fixed AvoidReplacingTraits

1.0.2 - 2024-05-21

Removed

  • Remove redundant functions.

1.0.1 - 2024-05-21

Fixed

  • Compatible with Chalk-2.0.2

1.0.0 - 2024-05-21

Added

  • Compatible with Chalk-2.0.2

0.0.2 - 2024-05-19

Added

  • Added RemoveMaxGodsLimits
  • Added AvoidReplacingTraits

0.0.1 - 2024-05-18

Added

  • First version of the mod!