mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-26 10:40:37 +01:00
Add watchdog scrolls as an experiment on DM drops
This commit is contained in:
parent
8a78752659
commit
783cb0e3d9
@ -48,6 +48,7 @@ mobs:register_mob("mobs:dungeon_master", {
|
||||
{name = "mobs:dungeon_master_diamond", chance = 6, min = 1, max = 1,},
|
||||
{name = "maptools:gold_coin", chance = 20, min = 1, max = 1,},
|
||||
{name = "default:diamondblock", chance = 33, min = 1, max = 1,},
|
||||
{name = "runes:scroll_watchdog", chance = 130, min = 1, max = 5},
|
||||
},
|
||||
-- damaged by
|
||||
water_damage = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user