From 97d34dea1ba6c6623dc8174214062e6a79c93b7d Mon Sep 17 00:00:00 2001 From: Dinorush <62536724+Dinorush@users.noreply.github.com> Date: Sat, 2 Sep 2023 12:53:52 -0400 Subject: Change Harvester to use Titan Health, support for mod damage balancing, and bug fixes (#579) Frontier War balancing, generally makes harvester code not suck --- .../mod/scripts/vscripts/gamemodes/sh_gamemode_fw_custom.nut | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Northstar.Custom/mod/scripts/vscripts/gamemodes/sh_gamemode_fw_custom.nut') diff --git a/Northstar.Custom/mod/scripts/vscripts/gamemodes/sh_gamemode_fw_custom.nut b/Northstar.Custom/mod/scripts/vscripts/gamemodes/sh_gamemode_fw_custom.nut index be93193df..c295d596d 100644 --- a/Northstar.Custom/mod/scripts/vscripts/gamemodes/sh_gamemode_fw_custom.nut +++ b/Northstar.Custom/mod/scripts/vscripts/gamemodes/sh_gamemode_fw_custom.nut @@ -7,8 +7,8 @@ global function SHCreateGamemodeFW_Init // object settings, changable through playlist vars // default havester settings -global const int FW_DEFAULT_HARVESTER_HEALTH = 25000 -global const int FW_DEFAULT_HARVESTER_SHIELD = 5000 +global const int FW_DEFAULT_HARVESTER_HEALTH = 87500 +global const int FW_DEFAULT_HARVESTER_SHIELD = 17500 global const float FW_DEFAULT_HARVESTER_REGEN_DELAY = 12.0 global const float FW_DEFAULT_HARVESTER_REGEN_TIME = 10.0 // default turret settings -- cgit v1.2.3