From ee9eeeef55a061ca2f95b5fa0d288cbefe7e481e Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 12 May 2018 20:33:41 -0400 Subject: [PATCH] Reverted value of factory_spawn_rate that was accidentally changed --- Server/src/main/resources/config.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/src/main/resources/config.properties b/Server/src/main/resources/config.properties index 309e31a..e6a33a2 100644 --- a/Server/src/main/resources/config.properties +++ b/Server/src/main/resources/config.properties @@ -61,7 +61,7 @@ shield_energy_cost=50 npc_lifetime=1024 npc_max_factory_distance=3 factory_max_npc_count=16 -factory_spawn_rate=2 +factory_spawn_rate=35 harvester_hp_max=100 harvester_regen=5 harvester_biomass_drop_count=8