1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-07 02:20:21 +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:
Ombridride
2015-05-16 22:30:02 +02:00
parent 3e18e2d6d2
commit 4fd5ced537
16 changed files with 66 additions and 58 deletions

View File

@ -51,9 +51,7 @@ mobs:register_mob("mobs:dungeon_master", {
{name = "default:diamond_block",
chance = 30, min = 1, max = 1,},
{name = "maptools:gold_coin",
chance = 15, min = 1, max = 2,},
{name = "maptools:silver_coin",
chance = 1, min = 2, max = 10,},
chance = 20, min = 1, max = 1,},
},
-- damaged by
water_damage = 1,