Update Submarine.hpp

This commit is contained in:
AirwavesMan
2021-03-12 11:12:58 +01:00
parent c4118463dc
commit 55d1a30491

View File

@@ -15,20 +15,21 @@ class Submarine_DZE_base: Submarine
mapSize = 6; mapSize = 6;
vehicleClass = "DayZ Epoch Vehicles"; vehicleClass = "DayZ Epoch Vehicles";
//vehicle characteristics //vehicle characteristics
maxSpeed = 125; maxSpeed = 60;
brakeDistance = 20; brakeDistance = 20;
armor = 20; armor = 40;
damageResistance = 0.00318; damageResistance = 0.00318;
crewVulnerable = 1; crewVulnerable = 1;
castDriverShadow = 0; castDriverShadow = 0;
castCargoShadow = 0; castCargoShadow = 0;
supplyRadius = 5; supplyRadius = 5;
fuelCapacity = 150;
hasGunner = 0; hasGunner = 0;
enableManualFire = 0; enableManualFire = 0;
weapons[] = {}; weapons[] = {};
magazines[] = {}; magazines[] = {};
precision = 10; precision = 10;
enableGPS = false; enableGPS = 0;
memoryPointsGetInDriver = "pos driver"; memoryPointsGetInDriver = "pos driver";
memoryPointsGetInDriverDir = "pos driver dir"; memoryPointsGetInDriverDir = "pos driver dir";
memoryPointsGetInCargo = "pos cargo"; memoryPointsGetInCargo = "pos cargo";