Implement per-class mob cap
This commit is contained in:
parent
8e06e4e8b2
commit
47cda09073
42 changed files with 96 additions and 18 deletions
|
@ -40,6 +40,7 @@ table.insert(drops_zombie, {
|
|||
|
||||
local zombie = {
|
||||
type = "monster",
|
||||
spawn_class = "hostile",
|
||||
hp_min = 20,
|
||||
hp_max = 20,
|
||||
breath_max = -1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue