diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-02 09:13:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-02 09:13:39 -0300 |
commit | 04552d3ccbc70dfea3274a5ee31c2721767d03e6 (patch) | |
tree | 2a4062f0c899d66c34e5ecc01bccae990f359cd5 /npc/015-3-3 | |
parent | f04057d32d6b52f7b4db334d974a165a380d2e27 (diff) | |
download | serverdata-04552d3ccbc70dfea3274a5ee31c2721767d03e6.tar.gz serverdata-04552d3ccbc70dfea3274a5ee31c2721767d03e6.tar.bz2 serverdata-04552d3ccbc70dfea3274a5ee31c2721767d03e6.tar.xz serverdata-04552d3ccbc70dfea3274a5ee31c2721767d03e6.zip |
MP Regen now halts regeneration. Healing skills rules changes depending on this
- First Aid: 80% penalty
- Healing: 67% penalty against self, otherwise no penalty
- Magnus Heal: No penalty
PS. Healing from items or other sources (players, little wonders, etc.) intact
Diffstat (limited to 'npc/015-3-3')
-rw-r--r-- | npc/015-3-3/boss.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/015-3-3/boss.txt b/npc/015-3-3/boss.txt index 09e4459e8..d71975eda 100644 --- a/npc/015-3-3/boss.txt +++ b/npc/015-3-3/boss.txt @@ -18,7 +18,7 @@ getexp 1000, 320; compareandsetq HurnscaldQuest_PirateCave, 7, 8; } else { - TreasureBox(100); // 1% extra chance + TreasureBox(50); // 0.50% extra chance } specialeffect(.dir == 0 ? 24 : 25, AREA, getnpcid()); // closed ? opening : closing close; |