mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-03 00:20:25 +02: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:
@ -35,8 +35,8 @@ mobs:register_mob("mobs:dirt_monster", {
|
||||
drops = {
|
||||
{name = "default:dirt",
|
||||
chance = 1, min = 3, max = 5,},
|
||||
{name = "maptools:copper_coin",
|
||||
chance = 2, min = 2, max = 8,},
|
||||
{name = "maptools:silver_coin",
|
||||
chance = 2, min = 1, max = 1,},
|
||||
},
|
||||
-- damaged by
|
||||
water_damage = 1,
|
||||
|
Reference in New Issue
Block a user