aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom/mod/scripts/vscripts/gamemodes/sh_gamemode_fw_custom.nut
diff options
context:
space:
mode:
authorDinorush <62536724+Dinorush@users.noreply.github.com>2023-09-02 12:53:52 -0400
committerGitHub <noreply@github.com>2023-09-02 18:53:52 +0200
commit97d34dea1ba6c6623dc8174214062e6a79c93b7d (patch)
tree6115c1553b954816623cb60d21ba72ce8e4ae0c7 /Northstar.Custom/mod/scripts/vscripts/gamemodes/sh_gamemode_fw_custom.nut
parent9e9d7b7517e4af8df9879302d34deb93cadd9bc5 (diff)
downloadNorthstarMods-97d34dea1ba6c6623dc8174214062e6a79c93b7d.tar.gz
NorthstarMods-97d34dea1ba6c6623dc8174214062e6a79c93b7d.zip
Change Harvester to use Titan Health, support for mod damage balancing, and bug fixes (#579)
Frontier War balancing, generally makes harvester code not suck
Diffstat (limited to 'Northstar.Custom/mod/scripts/vscripts/gamemodes/sh_gamemode_fw_custom.nut')
-rw-r--r--Northstar.Custom/mod/scripts/vscripts/gamemodes/sh_gamemode_fw_custom.nut4
1 files changed, 2 insertions, 2 deletions
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