We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c739d commit 244b4ddCopy full SHA for 244b4dd
data-global/monster/quests/forgotten_knowledge/dragon_egg.lua
@@ -69,14 +69,14 @@ monster.defenses = {
69
}
70
71
monster.heals = {
72
- { type = COMBAT_FIREDAMAGE, percent = 100 },
+ { type = COMBAT_FIREDAMAGE, percent = 90 },
73
74
75
monster.elements = {
76
{ type = COMBAT_PHYSICALDAMAGE, percent = 0 },
77
{ type = COMBAT_ENERGYDAMAGE, percent = 0 },
78
{ type = COMBAT_EARTHDAMAGE, percent = 0 },
79
- { type = COMBAT_FIREDAMAGE, percent = 10 },
+ { type = COMBAT_FIREDAMAGE, percent = 100 },
80
{ type = COMBAT_LIFEDRAIN, percent = 0 },
81
{ type = COMBAT_MANADRAIN, percent = 0 },
82
{ type = COMBAT_DROWNDAMAGE, percent = 0 },
0 commit comments