Update finitefish.lua

master
Elkien3 2021-11-21 19:33:00 -06:00
parent 1b02a25360
commit e9454ecb71
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ local update_time = 60--time in minutes to see if fishes should be updated, and
local update_days = 7--time in minetest days the update should take place
local search_size = area_size--how far a fish will travel to get caught by you
local storage = minetest.get_mod_storage()
local growth_per_update = 1.1--what to multiply the amount of fish by each update
local growth_per_update = 1.2--what to multiply the amount of fish by each update
local spring_growth = 1.2--how much more to grow in spring
local fish_areas = minetest.deserialize(storage:get_string("fish_areas")) or {}
local move_percent = 0.2--the percent of fish in an area that leave to the adjacent areas