mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-28 02:31:51 +03:00
Should be all scope entries
This commit is contained in:
@@ -26,7 +26,7 @@ class Fishing_Boat: Ship {
|
||||
mapsize = 8;
|
||||
model = "\CA\water2\Fishing_boat\fishing_boat";
|
||||
picture = "\ca\water2\data\ui\picture_fishboat_CA.paa";
|
||||
scope = 2;
|
||||
scope = public;
|
||||
side = 3;
|
||||
soundengineoffext[] = {"ca\sounds\vehicles\Water\FISHING_BOAT\ext-slowboat-engine-stop-02", 0.177828, 1, 100};
|
||||
soundengineoffint[] = {"ca\sounds\vehicles\Water\FISHING_BOAT\ext-slowboat-engine-stop-02", 0.177828, 1, 100};
|
||||
|
||||
@@ -10,7 +10,7 @@ class PBX: RubberBoat {
|
||||
maxspeed = 68;
|
||||
model = "\ca\water\PBX";
|
||||
picture = "\ca\water\data\ico\pbx_CA.paa";
|
||||
scope = 2;
|
||||
scope = public;
|
||||
side = 0;
|
||||
transportsoldier = 3;
|
||||
typicalcargo[] = {};
|
||||
|
||||
@@ -277,7 +277,7 @@ class RHIB2Turret: RHIB
|
||||
|
||||
class RHIB_DZ : Boat
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "RHIB";
|
||||
vehicleClass = "Ship";
|
||||
accuracy = 0.5;
|
||||
|
||||
@@ -28,7 +28,7 @@ class Smallboat_1: Ship
|
||||
damageResistance = 0.00882;
|
||||
class Turrets{};
|
||||
vehicleClass = "Ship";
|
||||
scope = 2;
|
||||
scope = public;
|
||||
accuracy = 0.5;
|
||||
soundEnviron[] = {"",0.0056234132,1.0};
|
||||
class SoundEvents{};
|
||||
|
||||
Reference in New Issue
Block a user