mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-23 18:05:30 +01:00
Update monsters
- Tweak the coins drop (only silver and gold now) - Creeper no longer drop coins - Fix minotaur mob - Add and tweak yeti mob (spawn / drops / light damage) - Update spreadsheet - many other small tweaks
This commit is contained in:
@@ -44,7 +44,7 @@ mobs:register_mob("mobs:mese_monster", {
|
||||
{name = "default:mese_crystal_fragment",
|
||||
chance = 1, min = 1, max = 9,},
|
||||
{name = "maptools:silver_coin",
|
||||
chance = 2, min = 2, max = 5,},
|
||||
chance = 1, min = 1, max = 2,},
|
||||
{name = "returnmirror:mirror_inactive",
|
||||
chance = 50, min = 1, max = 1,},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user