1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-07 02:20:21 +02:00
Ajouts de silver_coin et copper_coin en drop des monstres, le lava_flan
saute deux nodes maintenant aulieu d’auparavant une demi (devient plus
dangereux, peu surprendre)
Ajout du Mese_monster dans le nether
This commit is contained in:
Ombridride
2014-10-28 19:48:41 +01:00
parent 232b274c55
commit 774bc0a393
16 changed files with 26 additions and 727 deletions

View File

@ -14,7 +14,7 @@ mobs:register_mob("mobs:dungeon_master", {
view_range = 16,
walk_velocity = 1,
run_velocity = 3,
damage = 10,
damage = 12,
drops = {
{name = "default:mese_crystal_fragment",
chance = 1,
@ -23,15 +23,19 @@ mobs:register_mob("mobs:dungeon_master", {
{name = "default:diamond",
chance = 5,
min = 1,
max = 2,},
max = 3,},
{name = "default:mese_crystal",
chance = 2,
min = 1,
max = 2,},
max = 3,},
{name = "default:diamond_block",
chance = 30,
min = 1,
max = 1,},
{name = "maptools:silver_coin",
chance = 1,
min = 1,
max = 5,},
},
armor = 60,
drawtype = "front",