Update and fix Damage Types;

This commit is contained in:
GreenComfyTea
2022-07-10 11:38:35 +03:00
parent ad0c1156d9
commit 798fe55b82
11 changed files with 203 additions and 56 deletions

View File

@@ -807,7 +807,6 @@ function ailments.apply_ailment_damage(monster, ailment_type, ailment_damage)
local damage = ailment_damage;
-- split up damage according to ratio of buildup on boss for this type
xy = "." .. tostring(buildup_share);
for attacker_id, percentage in pairs(buildup_share) do
local damage_portion = damage * percentage;