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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user