diff options
Diffstat (limited to 'npc/026-7')
-rw-r--r-- | npc/026-7/boss.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/026-7/boss.txt b/npc/026-7/boss.txt index 513769d16..67f83cdeb 100644 --- a/npc/026-7/boss.txt +++ b/npc/026-7/boss.txt @@ -62,6 +62,9 @@ OnBegin: // Mana is mostly carried over between attempts, but no negatives .mana = max(.mana, 0); .memohp = 999; // Reset Memorand HP + // Give MK some extra defense + //setunitdata(.MK, UDT_DEF, getunitdata(.MK, UDT_DEF) * 3 / 2); // +50% + //setunitdata(.MK, UDT_MDEF, getunitdata(.MK, UDT_DEF) * 5 / 4); // +25% // Reconfigure the AI .@opt=getunitdata(.MK, UDT_MODE); // Add knockback immunity |