1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 06:11:47 +02:00

Changed a few things in mobs and mana

- Changed mana's regeneration interval and quantity
- Changed chances for mese monsters to give returnmirror:mirror_inactive
  when killed
This commit is contained in:
LeMagnesium
2015-03-03 02:12:00 +01:00
parent 5846896f31
commit 6d05ca13e8
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ mobs:register_mob("mobs:mese_monster", {
min = 2,
max = 5,},
{name = "returnmirror:mirror_inactive",
chance = 20,
chance = 50,
min = 1,
max = 1,},
},