

Get multiple room rewards in Hades II.
It allows you to receive most room rewards multiple times, such as Boon drop, Weapon enchantment, Health drop, Mana drop, Money drop, Boss rewards, and so on.
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.
Install the mod loader. Place the main Hell2Modding file, called d3d12.dll, next to the game executable called Hades2.exe inside the game folder.
Then run the game. The mod loader will automatically create the mod file directory in the game directory: Hades II\Ship\ReturnOfModding\plugins. If you find that this directory has already been generated, you can exit the game to proceed to the next step.
Install this mod and supporting mods.
After downloading and extracting the mod, copy it to the above-generated directory: Hades II\Ship\ReturnOfModding\plugins, ensuring the following file path structure (using the manifest.json file as an example):
Hades II\Ship\ReturnOfModding\plugins\Abevol-MultiReward\manifest.json
Hades II\Ship\ReturnOfModding\plugins\SGG_Modding-DemonDaemon\manifest.json
And so on, the same applies to other mods.
Note, the structure for the mod folder name must be: 'author-modname'. Do not add version numbers or any extra characters; otherwise, it will result in an error.
Now you can launch the game again, and if there are no surprises, all the mods should start to work.
Suggest using Hell2Modding.
Mod loader: Hell2Modding-Hell2Modding-1.0.23
Supporting mods: SGG_Modding-DemonDaemon-1.0.1 SGG_Modding-ModUtil-3.1.1 SGG_Modding-ENVY-1.0.0 SGG_Modding-Chalk-1.0.0 SGG_Modding-SJSON-1.0.0 SGG_Modding-ReLoad-1.0.1
local config = {
Enabled = true,
Debug = true,
RemoveMaxGodsLimits = true,
AvoidReplacingTraits = 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
}
}