mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Added LAV25 DZ and AL
This commit is contained in:
57
SQF/dayz_code/Configs/CfgVehicles/LAND/LAV25.hpp
Normal file
57
SQF/dayz_code/Configs/CfgVehicles/LAND/LAV25.hpp
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
class LAV25_DZ: LAV25 {
|
||||||
|
scope = public;
|
||||||
|
side = TGuerrila;
|
||||||
|
displayName = "LAV-25 DZ";
|
||||||
|
|
||||||
|
commanderCanSee = 2+16+32;
|
||||||
|
gunnerCanSee = 2+16+32;
|
||||||
|
driverCanSee = 2+16+32;
|
||||||
|
|
||||||
|
crew = "";
|
||||||
|
typicalCargo[] = {};
|
||||||
|
TransportMagazines[] = {};
|
||||||
|
|
||||||
|
transportMaxMagazines = 100; // Default: 100
|
||||||
|
transportMaxWeapons = 10; // Default: 10
|
||||||
|
//transportmaxbackpacks = ; // Default:
|
||||||
|
};
|
||||||
|
class LAV25_HQ_DZ: LAV25_HQ {
|
||||||
|
scope = public;
|
||||||
|
side = TGuerrila;
|
||||||
|
displayName = "LAV-25 (HQ) DZ";
|
||||||
|
|
||||||
|
commanderCanSee = 2+16+32;
|
||||||
|
gunnerCanSee = 2+16+32;
|
||||||
|
driverCanSee = 2+16+32;
|
||||||
|
|
||||||
|
crew = "";
|
||||||
|
typicalCargo[] = {};
|
||||||
|
TransportMagazines[] = {};
|
||||||
|
|
||||||
|
transportMaxMagazines = 100; // Default: 100
|
||||||
|
transportMaxWeapons = 10; // Default: 10
|
||||||
|
//transportmaxbackpacks = ; // Default:
|
||||||
|
};
|
||||||
|
|
||||||
|
// Ammo Less
|
||||||
|
class LAV25_DZE: LAV25_DZ {
|
||||||
|
displayName = "LAV-25 AL";
|
||||||
|
class Turrets: Turrets {
|
||||||
|
class MainTurret : MainTurret {
|
||||||
|
magazines[] = {};
|
||||||
|
};
|
||||||
|
class Turrets: Turrets {
|
||||||
|
class CommanderOptics: CommanderOptics {
|
||||||
|
magazines[] = {};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
class LAV25_HQ_DZE: LAV25_HQ_DZ {
|
||||||
|
displayName = "LAV-25 (HQ) AL";
|
||||||
|
class Turrets: Turrets {
|
||||||
|
class MainTurret : MainTurret {
|
||||||
|
magazines[] = {};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
@@ -224,6 +224,7 @@ class CfgVehicles {
|
|||||||
#include "CfgVehicles\LAND\Pickup_PK.hpp"
|
#include "CfgVehicles\LAND\Pickup_PK.hpp"
|
||||||
#include "CfgVehicles\LAND\Offroad_DSHKM.hpp"
|
#include "CfgVehicles\LAND\Offroad_DSHKM.hpp"
|
||||||
#include "CfgVehicles\LAND\BTR90.hpp"
|
#include "CfgVehicles\LAND\BTR90.hpp"
|
||||||
|
#include "CfgVehicles\LAND\LAV25.hpp"
|
||||||
|
|
||||||
// LAND (Unarmed)
|
// LAND (Unarmed)
|
||||||
#include "CfgVehicles\LAND\V3S.hpp"
|
#include "CfgVehicles\LAND\V3S.hpp"
|
||||||
|
|||||||
Reference in New Issue
Block a user