Skip to content

Commit 244b4dd

Browse files
authored
fix: dragon egg heal from fire (#516)
1 parent 36c739d commit 244b4dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data-global/monster/quests/forgotten_knowledge/dragon_egg.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ monster.defenses = {
6969
}
7070

7171
monster.heals = {
72-
{ type = COMBAT_FIREDAMAGE, percent = 100 },
72+
{ type = COMBAT_FIREDAMAGE, percent = 90 },
7373
}
7474

7575
monster.elements = {
7676
{ type = COMBAT_PHYSICALDAMAGE, percent = 0 },
7777
{ type = COMBAT_ENERGYDAMAGE, percent = 0 },
7878
{ type = COMBAT_EARTHDAMAGE, percent = 0 },
79-
{ type = COMBAT_FIREDAMAGE, percent = 10 },
79+
{ type = COMBAT_FIREDAMAGE, percent = 100 },
8080
{ type = COMBAT_LIFEDRAIN, percent = 0 },
8181
{ type = COMBAT_MANADRAIN, percent = 0 },
8282
{ type = COMBAT_DROWNDAMAGE, percent = 0 },

0 commit comments

Comments
 (0)