McHorse-VelocityDamage icon

VelocityDamage

Adds mobs damage scaling based on a formula (base damage, velocity, level)

Last updated a day ago
Total downloads 80
Total rating 0 
Categories Monsters Server-side AI Generated
Dependency string McHorse-VelocityDamage-1.0.0
Dependants 0 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

README

VelocityDamage

Simple mod that lets you scale mob damage coming from level collision, and player tumbling, based on a formula in the config. Host only.

Following variables are supported:

  • d or damage, base damage inflicted upon mob.
  • v or velocity, the velocity during collision (not squared).
  • l or level, current level.

Following operations are allowed: (), +, -, *, /, % (modulo) and ^. PEDMAS supported.

Урон ускорения

Простой мод, позволяющий масштабировать урон, наносимый мобам при столкновении, а также урон, получаемый игроком при прыжке на Q, на основе формулы, указанной в конфигурации. Мод требуется только на хосте.

Поддерживаются следующие переменные:

  • d или damage — базовый урон, наносимый мобу.
  • v или velocity — скорость во время столкновения (без квадрата).
  • l или level — текущий уровень.

Допускаются следующие операции: (), +, -, *, /, % (модуль) и ^. Поддерживается PEDMAS (правильный порядок операций).