1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-26 03:05:28 +01: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

@@ -44,7 +44,7 @@ mobs:register_mob("mobs:lavasmall", {
footstep = "fire:basic_flame",
view_range = 16,
floats = 1,
-- chance of dropping coins
-- chance of dropping lava orb and coins
drops = {
{name = "mobs:lava_orb",
chance = 15, min = 1, max = 1,},
@@ -92,7 +92,7 @@ mobs:register_mob("mobs:lavamedium", {
footstep = "fire:basic_flame",
view_range = 16,
floats = 1,
-- chance of dropping coins
-- chance of dropping lava orb and coins
drops = {
},
-- damaged by
@@ -144,7 +144,7 @@ mobs:register_mob("mobs:lavabig", {
footstep = "fire:basic_flame",
view_range = 16,
floats = 1,
-- chance of dropping coins
-- chance of dropping lava orb and coins
drops = {
},
-- damaged by