Change spawn rate:

- Use settings file to set 'chance' & 'interval'
- Set spawn chance to 1/18000 (18000)
- Set spawn interval to 40 minutes (2400)
This commit is contained in:
AntumDeluge
2017-05-27 19:13:47 -07:00
parent 85ca164e14
commit 46a23df877
2 changed files with 11 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
# Sets possibility for spawn.
sneaker_spawn_chance (Spawn chance) int 18000
# Sets frequency of spawn chance.
# Default 1200 is equivalent to 20 minutes (60 * 40).
sneaker_spawn_interval (Spawn interval) int 2400