mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-08 10:50:23 +02:00
Adjust and finish coins drops for mobs
- Update the spreadsheet for the future classes adds - Update news again (fix line about minotaur, it spawns on desert sand ;))
This commit is contained in:
@ -37,6 +37,8 @@ mobs:register_mob("mobs:cow", {
|
||||
chance = 1, min = 5, max = 10},
|
||||
{name = "mobs:leather",
|
||||
chance = 1, min = 0, max = 3},
|
||||
{name = "maptools:silver_coin",
|
||||
chance = 10, min = 1, max = 1,},
|
||||
},
|
||||
-- damaged by
|
||||
water_damage = 1,
|
||||
|
Reference in New Issue
Block a user