mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Update RHIB.hpp
Added realistic fuel capacity.
This commit is contained in:
@@ -17,7 +17,7 @@ class Ship : AllVehicles
|
|||||||
maxSpeed = 30;
|
maxSpeed = 30;
|
||||||
simulation = "ship";
|
simulation = "ship";
|
||||||
audible = 6;
|
audible = 6;
|
||||||
fuelCapacity = 100;
|
fuelCapacity = 250;
|
||||||
formationX = 50;
|
formationX = 50;
|
||||||
formationZ = 100;
|
formationZ = 100;
|
||||||
brakeDistance = 50;
|
brakeDistance = 50;
|
||||||
@@ -569,4 +569,4 @@ class RHIB_DZ : Boat
|
|||||||
"ca\water\data\rhib_dash_destruct.rvmat"
|
"ca\water\data\rhib_dash_destruct.rvmat"
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user