From 55d1a304911f0769db861a8c3bac19146df445fe Mon Sep 17 00:00:00 2001 From: AirwavesMan Date: Fri, 12 Mar 2021 11:12:58 +0100 Subject: [PATCH] Update Submarine.hpp --- SQF/dayz_code/Configs/CfgVehicles/Boat/Submarine.hpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgVehicles/Boat/Submarine.hpp b/SQF/dayz_code/Configs/CfgVehicles/Boat/Submarine.hpp index ebcd6b7ec..527bf737a 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Boat/Submarine.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Boat/Submarine.hpp @@ -15,20 +15,21 @@ class Submarine_DZE_base: Submarine mapSize = 6; vehicleClass = "DayZ Epoch Vehicles"; //vehicle characteristics - maxSpeed = 125; + maxSpeed = 60; brakeDistance = 20; - armor = 20; + armor = 40; damageResistance = 0.00318; crewVulnerable = 1; castDriverShadow = 0; castCargoShadow = 0; supplyRadius = 5; + fuelCapacity = 150; hasGunner = 0; enableManualFire = 0; weapons[] = {}; magazines[] = {}; precision = 10; - enableGPS = false; + enableGPS = 0; memoryPointsGetInDriver = "pos driver"; memoryPointsGetInDriverDir = "pos driver dir"; memoryPointsGetInCargo = "pos cargo";