Roflers-Mega_Tempest icon

Mega Tempest

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

By Roflers
Last updated a week ago
Total downloads 1219
Total rating 0 
Categories Tweaks Seekers of the Storm Update
Dependency string Roflers-Mega_Tempest-1.1.4
Dependants 0 other packages depend on this package

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.

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%