You are viewing a potentially older version of this package. View all versions.
Roflers-Mega_Tempest-1.1.5 icon

Mega Tempest

Adds 'Mega Tempest', a difficulty meant to be very hard.

By Roflers
Date uploaded 5 months ago
Version 1.1.5
Download link Roflers-Mega_Tempest-1.1.5.zip
Downloads 4392
Dependency string Roflers-Mega_Tempest-1.1.5

This mod requires the following mods to function

bbepis-BepInExPack-5.4.9 icon
bbepis-BepInExPack

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

Preferred version: 5.4.9
tristanmcpherson-R2API-3.0.52 icon
tristanmcpherson-R2API

A modding API for Risk of Rain 2

Preferred version: 3.0.52

README

Disclaimer

This mod was inspired by the mod "More Difficulties" from SpikestripModding.

About

A new difficulty "Mega Tempest" is added. It is meant to be very hard, and will be balanced around Simulacrum multiplayer.

Difficulty

All aspects are configurable through the config file and through Risk Of Options.

Increases diffculty scaling, and removes enemy level cap. Enemy buffs:

  • increased movement-speed
  • increased attack-speed
  • armor per level

Experimental

Through the config file, you can enable experimental changes which reduce the enemy base damage on higher levels. This change is meant to enable long runs, which dont result in a one shot by a level 2000 enemy.

Changes to the formula used can be made in the config, but be aware that you should really check your values first (with a plotter for example). The formula used in the code for determining the reduction in baseDamagePerLevel is: Math.max(0,(level-x)/(level+y)) -> x determines at which level the reduction will start -> y determines at which level the reduction will be ~50%

CHANGELOG

1.1.5

  • Added Risk of Options support

1.1.4

  • Added better description
  • Added experimental changes ( default not active) to enemy damage
  • Changed default config values

1.1.3

  • Removed Enemy level cap

1.1.2

  • Added Icon

1.1.1

  • First release