Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
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
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2305README
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:
dordamage, base damage inflicted upon mob.vorvelocity, the velocity during collision (not squared).lorlevel, current level.
Following operations are allowed: (), +, -, *, /, % (modulo) and ^. PEDMAS supported.
Урон ускорения
Простой мод, позволяющий масштабировать урон, наносимый мобам при столкновении, а также урон, получаемый игроком при прыжке на Q, на основе формулы, указанной в конфигурации. Мод требуется только на хосте.
Поддерживаются следующие переменные:
dилиdamage— базовый урон, наносимый мобу.vилиvelocity— скорость во время столкновения (без квадрата).lилиlevel— текущий уровень.
Допускаются следующие операции: (), +, -, *, /, % (модуль) и ^. Поддерживается PEDMAS (правильный порядок операций).