cOMS/models/mob/skill/definitions/health_inverse_dmg.cfg
Dennis Eichhorn 39fbcf4300
Some checks are pending
CodeQL / Analyze (${{ matrix.language }}) (autobuild, c-cpp) (push) Waiting to run
Microsoft C++ Code Analysis / Analyze (push) Waiting to run
linux bug fixes
2025-03-22 01:10:19 +00:00

4 lines
136 B
INI
Executable File

# do damage based on the inverse of healt
// @todo needs skill modification that doesn't exist yet
dmg = max_healt / health * base_dmg;