1
0
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:
Quentin BUISSON-DEBON
2015-05-22 13:15:40 +02:00
parent 6fde190cd9
commit cb851dfe2d
8 changed files with 13 additions and 8 deletions

View File

@ -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,