Hades II
0 of 0

File information

Last updated

Original upload

Created by

wilhelm

Uploaded by

wbw201201

Virus scan

Safe to use

Tags for this mod

About this mod

allow using "the champions" to reroll hammer boons.

Permissions and credits
Lots of H2 builds rely heavily on 2 good hammers so it is kinda sad that hammers cannot be rerolled. This mod allows you to do it.

Requires modutil and modimporter.
ModImporter:
Get from https://www.nexusmods.com/hades2/mods/1
and read the instructions here to install it
https://www.nexusmods.com/hades/mods/26
ModUtil:
This is just another mod, my mod depends on this mod. You must install both mods for this to work.
https://github.com/SGG-Modding/ModUtil/releases

If you are too lazy to download the mod util and do all the stuff:
Spoiler:  
Show

Open the file Hades II\Content\Scripts\MetaUpgradeData.lua
navigate to the last line, find this
RerollCosts =
{
    Boon = 1,
    Shop = 1,
    SellTrait = 1,
    Talent = 1,
    Hammer = -1, -- Disabled
    ReuseIncrement = 1,
}

and change the Hammer to 1, i.e.
RerollCosts =
{
    Boon = 1,
    Shop = 1,
    SellTrait = 1,
    Talent = 1,
    Hammer = 1, -- Disabled
    ReuseIncrement = 1,
}