mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-18 00:08:25 +01:00
Update treemonster.lua
Drops adjustments
This commit is contained in:
parent
8558bb0c36
commit
faeac3128d
@ -34,9 +34,9 @@ mobs:register_mob("mobs:tree_monster", {
|
|||||||
-- drops saplings, junglesapling, apple and/or silver coins
|
-- drops saplings, junglesapling, apple and/or silver coins
|
||||||
drops = {
|
drops = {
|
||||||
{name = "default:sapling",
|
{name = "default:sapling",
|
||||||
chance = 3, min = 1, max = 2},
|
chance = 2, min = 1, max = 2},
|
||||||
{name = "default:junglesapling",
|
{name = "default:junglesapling",
|
||||||
chance = 3, min = 1, max = 2},
|
chance = 2, min = 1, max = 2},
|
||||||
{name = "default:apple",
|
{name = "default:apple",
|
||||||
chance = 2, min = 1, max = 3,},
|
chance = 2, min = 1, max = 3,},
|
||||||
{name = "maptools:silver_coin",
|
{name = "maptools:silver_coin",
|
||||||
|
Loading…
Reference in New Issue
Block a user