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

GoldenPom

Allows Pom to upgrade Boon's rarity while leveling it up.

Date uploaded 2 years ago
Version 1.0.2
Download link Abevol-GoldenPom-1.0.2.zip
Downloads 155
Dependency string Abevol-GoldenPom-1.0.2

This mod requires the following mods to function

Hell2Modding-Hell2Modding-1.0.30 icon
Hell2Modding-Hell2Modding

Lua Mod Loader for Hades 2

Preferred version: 1.0.30
SGG_Modding-ENVY-1.0.1 icon
SGG_Modding-ENVY

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

Preferred version: 1.0.1
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-3.1.1 icon
SGG_Modding-ModUtil

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

Preferred version: 3.1.1

README

Golden Pom

Allows Pom to upgrade Boon's rarity while leveling it up.

It also allows you to customize the effective chance.

Features

  1. Allow pom to upgrade rarity.
  2. Allow custom the effective chance.

Installation Tutorial

  1. Install the mod loader. Place the main Hell2Modding file, called d3d12.dll, next to the game executable called Hades2.exe inside the game folder.

  2. 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.

  3. 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-GoldenPom\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.

  4. Now you can launch the game again, and if there are no surprises, all the mods should start to work.

Mod Loader

Suggest using Hell2Modding.

Requirements

Mod loader: Hell2Modding-Hell2Modding-1.0.28

Supporting mods: SGG_Modding-DemonDaemon-1.1.0 SGG_Modding-ModUtil-3.1.1 SGG_Modding-ENVY-1.0.1 SGG_Modding-Chalk-2.1.1 SGG_Modding-SJSON-1.0.0 SGG_Modding-ReLoad-1.0.1

How to configure

You need to modify this configuration file: Hades II\Ship\ReturnOfModding\config\Abevol-GoldenPom\config.toml

You can determine the probability of upgrading rarity by modifying the value of UpgradeRarityChance, with the numerical range being 0 - 1.

Config Example

Debug = true
Enabled = true
UpgradeRarityChance = 1.0

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.0.5 - 2024-05-26

Fixed

  • Fixed an error caused of nil value.

1.0.4 - 2024-05-24

Fixed

  • Fixed an error caused of nil value.

1.0.3 - 2024-05-23

Added

  • Added support for Pom rewards in the store.

Fixed

  • Fixed the issue with residual display in rarity tooltip text.

1.0.2 - 2024-05-22

Changed

  • Update dependencies.

1.0.1 - 2024-05-22

Fixed

  • Compatible with r2modman

1.0.0 - 2024-05-21

Fixed

  • Compatible with Chalk-2.0.2

0.0.1 - 2024-05-18

Added

  • First version of the mod!