cOMS/models/mob/skill/definitions/health_inverse_dmg.cfg
2024-08-04 00:09:16 +02:00

4 lines
136 B
INI

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