Change spawn chance to 7000

master
Jordan Irwin 2021-05-23 08:08:36 -07:00
parent a9fd0989a4
commit c1a82c514f
2 changed files with 4 additions and 4 deletions

View File

@ -19,6 +19,6 @@ cmer_skeleton.spawn_interval = tonumber(core.settings:get("skeleton.spawn_interv
--
-- @setting skeleton.spawn_chance
-- @settype int
-- @default 9000
-- @default 7000
-- @see [ABM definition](http://minetest.gitlab.io/minetest/definition-tables.html#abm-activeblockmodifier-definition)
cmer_skeleton.spawn_chance = tonumber(core.settings:get("skeleton.spawn_chance")) or 9000
cmer_skeleton.spawn_chance = tonumber(core.settings:get("skeleton.spawn_chance")) or 7000

View File

@ -14,5 +14,5 @@ skeleton.spawn_interval (Spawn interval) int 120 1
# Chance of spawn at interval.
#
# type: int
# default: 9000
skeleton.spawn_chance (Spawn chance) int 9000 1
# default: 7000
skeleton.spawn_chance (Spawn chance) int 7000 1