mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Update Submarine.hpp
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user