You are viewing a potentially older version of this package. View all versions.
TheMysticSword-ConfigurableDifficulty-1.1.0 icon

ConfigurableDifficulty

Adds a new difficulty with many configurable values to make the game easier or harder.

Date uploaded 2 years ago
Version 1.1.0
Download link TheMysticSword-ConfigurableDifficulty-1.1.0.zip
Downloads 9644
Dependency string TheMysticSword-ConfigurableDifficulty-1.1.0

This mod requires the following mods to function

bbepis-BepInExPack-5.4.19 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.19
RiskofThunder-HookGenPatcher-1.2.3 icon
RiskofThunder-HookGenPatcher

MMHOOK generation at runtime.

Preferred version: 1.2.3
TheMysticSword-MysticsRisky2Utils-2.0.12 icon
TheMysticSword-MysticsRisky2Utils

Library for TheMysticSword's mods

Preferred version: 2.0.12
RiskofThunder-R2API_Core-5.0.6 icon
RiskofThunder-R2API_Core

Core R2API module

Preferred version: 5.0.6
RiskofThunder-R2API_Difficulty-1.1.2 icon
RiskofThunder-R2API_Difficulty

API for adding custom in-game difficulties

Preferred version: 1.1.2
RiskofThunder-R2API_Language-1.0.0 icon
RiskofThunder-R2API_Language

API for modifying the language localisation of the game

Preferred version: 1.0.0
RiskofThunder-R2API_RecalculateStats-1.2.0 icon
RiskofThunder-R2API_RecalculateStats

API for manipulating Character Stats

Preferred version: 1.2.0

README

Adds a new difficulty, Pluviculture, that uses values from the mod's config file ConfigurableDifficulty.cfg.
Configurable values:

  • Difficulty Scaling
  • Teleporter Radius
  • Teleporter Charge Speed
  • Teleporter Discharge Speed
  • Ambient Level Cap
  • Player/Ally/Enemy Stats
  • Player/Ally/Enemy Starting Items
  • Player Starting Equipment
  • Ally/Enemy Starting Health
  • Ally/Enemy Healing
  • Ally/Enemy Fall Damage
  • Ally/Enemy Fall Damage Is Lethal
  • Ally/Enemy Permanent Damage
  • Enemy Gold Drops
  • Whether completing a run will unlock the Mastery skin for the selected character or not

Use the mod_cfgdif_reload console command to reload the config file without restarting the game.

Changelog

1.1.0:

  • Added config options for all player, ally and enemy stats
  • Added config options: Teleporter Charge Speed, Teleporter Discharge Speed, Player/Ally/Enemy Starting Items, Player Starting Equipment
  • Organized config options into sections
  • Fixed Player Regen being capped between 0% and 100% values instead of Ally Starting Health
  • Fixed missing RecalculateStatsAPI module dependency causing stat changes to not apply without certain other mods

1.0.1:

  • Added new configurable values: Ally Fall Damage, Ally Fall Damage Is Lethal, Ally Permanent Damage
  • Fixed Enemy Gold Drops and Teleporter Radius using Ally Healing values in the game instead of their own
  • Fixed basic stat changes affecting allies and enemies even when not playing on Pluviculture

CHANGELOG

1.2.0

  • Added missing LanguageAPI dependency
  • Added Risk of Options support
  • Removed the mod_cfgdif_reload console command
  • Fixed MonsoonPlayerHelper item being given to players if CountsAsHardMode is enabled

1.1.0

  • Added config options for all player, ally and enemy stats
  • Added config options: Teleporter Charge Speed, Teleporter Discharge Speed, Player/Ally/Enemy Starting Items, Player Starting Equipment
  • Organized config options into sections
  • Fixed Player Regen being capped between 0% and 100% values instead of Ally Starting Health
  • Fixed missing RecalculateStatsAPI module dependency causing stat changes to not apply without certain other mods

1.0.1

  • Added new configurable values: Ally Fall Damage, Ally Fall Damage Is Lethal, Ally Permanent Damage
  • Fixed Enemy Gold Drops and Teleporter Radius using Ally Healing values in the game instead of their own
  • Fixed basic stat changes affecting allies and enemies even when not playing on Pluviculture