zoonami/settingtypes.txt

21 lines
851 B
Plaintext
Raw Normal View History

# If true, monsters and NPCs spawn in the wild.
2021-12-24 09:39:41 -08:00
zoonami_mobs_spawn (Mobs spawn) bool true
2021-08-21 11:23:09 -07:00
# If true, monsters and NPCs spawn in player protected areas.
2021-12-24 11:11:33 -08:00
zoonami_spawn_in_protected (Mobs spawn in protected areas) bool false
2021-11-13 05:38:28 -08:00
# Maximum nearby mobs when monsters and NPCs spawn in the wild.
2021-12-24 09:39:41 -08:00
zoonami_max_nearby_mobs (Max nearby mobs when spawning) int 5
# Maximum number of active monsters and NPCs in game (0 for unlimited).
2021-12-24 09:39:41 -08:00
zoonami_active_mob_limit (Active mob limit) int 0
2021-11-13 05:38:28 -08:00
# Number of seconds between attempting to spawn monsters and NPCs in the wild.
2021-12-24 09:39:41 -08:00
zoonami_spawn_interval (Spawn interval) float 7.0
# If true, monsters and NPCs roam around.
zoonami_mob_ai (Mob AI) bool true
2021-12-24 09:39:41 -08:00
# Controls amount of mobs to spawn during mapgen (0 to disable).
zoonami_mobs_mapgen_spawning_multiplier (Mobs mapgen spawning multiplier) float 1.0