SirInfinity-ScalingTumbleLaunch icon

ScalingTumbleLaunch

Makes the damage you deal when tumbling into enemies scale with upgrades.

Last updated 2 days ago
Total downloads 75500
Total rating 1 
Categories Mods Upgrades Server-side
Dependency string SirInfinity-ScalingTumbleLaunch-1.0.1
Dependants 12 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2305
nickklmao-REPOConfig-1.2.6 icon
nickklmao-REPOConfig

Edit mod configs in-game!

Preferred version: 1.2.6
Bocon-StatManager-1.3.0 icon
Bocon-StatManager

A mod for R.E.P.O. that assigns player upgrades.

Preferred version: 1.3.0

README

Description

Makes the damage you deal when tumbling into enemies scale with upgrades. Using yourself as a weapon now should have more sense, especially during the late game.

Mod includes multiple configurable scaling methods, allowing you to customize how damage grows with upgrades:

  • BetterTumble (flat multiplier)
    • Formula: damage * scale
    • e.g. 15 * 1.2 = 18 damage
  • Linear
    • Formula: damage * (scale * upgrades)
    • e.g. 15 * (1.2 * 4) = 72 damage
  • Square Root
    • Formula: damage * (scale * √upgrades)
    • e.g. 15 * (1.2 * √4) = 36 damage
  • Cube Root
    • Formula: damage * (scale * ∛upgrades)
    • e.g. 15 * (1.2 * ∛4) = 25 damage
  • Logarithmic
    • Formula: damage * (scale * log₂(upgrades + 1))
    • e.g. 15 * (1.2 * log₂(4 + 1)) = 42 damage
  • Quadratic
    • Formula: damage * (scale * upgrades²)
    • e.g. 15 * (1.2 * 4²) = 288 damage
  • Cubic
    • Formula: damage * (scale * upgrades³)
    • e.g. 15 * (1.2 * 4³) = 1152 damage

Only host needs this mod to work.

Forked off of BetterTumble by prxphet: https://thunderstore.io/c/repo/p/prxphet/BetterTumble/

Find me (sirinfinity) in the R.E.P.O modding discord server and ping me if you have found a bug or issue with the mod.

Planned Features:

  1. None :)