diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-07 17:33:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-07 17:33:44 -0300 |
commit | 4f7b0a67f46d4ba9ad67b5729718d62da29d65af (patch) | |
tree | 2292a8df93f2ea1562fa73afd7b8cad3c8b3e801 | |
parent | df4d1866f7f214ac9f583dc73a7e5c6a923fed44 (diff) | |
download | serverdata-4f7b0a67f46d4ba9ad67b5729718d62da29d65af.tar.gz serverdata-4f7b0a67f46d4ba9ad67b5729718d62da29d65af.tar.bz2 serverdata-4f7b0a67f46d4ba9ad67b5729718d62da29d65af.tar.xz serverdata-4f7b0a67f46d4ba9ad67b5729718d62da29d65af.zip |
Penalty rebalance
-rw-r--r-- | npc/003-3/malindou.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 227d1ba5a..9c4d698b7 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -83,10 +83,10 @@ OnInit: //htput($@CONTRIBUTORS, "", 1); // We must also apply penalty for losing Mana Fragments - // Forest Mana Fragment is lost: (+2% HP, +5% pop, 10s faster removal) - UpdateBF("monster_hp_rate",2); + // Forest Mana Fragment is lost: (+1% HP, +5% pop, 20s faster removal) + UpdateBF("monster_hp_rate",1); UpdateBF("mob_count_rate",5); - UpdateBF("mob_remove_delay",-10000); + UpdateBF("mob_remove_delay",-20000); // Just copy these lines as fragments are lost end; |