mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
AIs will attack vodnics and certain other armored vehicles now
This commit is contained in:
@@ -23,6 +23,7 @@ class BRDM2_HQ_TK_GUE_EP1_DZ: BRDM2_HQ_TK_GUE_EP1 {
|
||||
fuelCapacity = 220;
|
||||
enableGPS = 0;
|
||||
supplyRadius = 1.4;
|
||||
crewVulnerable = 1;
|
||||
|
||||
class Turrets: Turrets {
|
||||
class MainTurret: MainTurret {
|
||||
@@ -74,6 +75,7 @@ class BRDM2_TK_EP1_DZ: BRDM2_TK_EP1 {
|
||||
fuelCapacity = 220;
|
||||
enableGPS = 0;
|
||||
supplyRadius = 1.4;
|
||||
crewVulnerable = 1;
|
||||
|
||||
class Turrets: Turrets
|
||||
{
|
||||
|
||||
@@ -22,6 +22,7 @@ class BTR60_TK_EP1_DZ: BTR60_TK_EP1 {
|
||||
transportmaxbackpacks = 6;
|
||||
enableGPS = 0;
|
||||
supplyRadius = 1.8;
|
||||
crewVulnerable = 1;
|
||||
|
||||
class Turrets: Turrets
|
||||
{
|
||||
|
||||
@@ -17,6 +17,7 @@ class BTR90_DZ: BTR90 {
|
||||
transportMaxWeapons = 20;
|
||||
transportmaxbackpacks = 6;
|
||||
supplyRadius = 1.8;
|
||||
crewVulnerable = 1;
|
||||
|
||||
class Turrets; // External class reference
|
||||
class MainTurret; // External class reference
|
||||
@@ -43,6 +44,7 @@ class BTR90_HQ_DZ: BTR90_HQ {
|
||||
transportMaxWeapons = 20;
|
||||
transportmaxbackpacks = 6;
|
||||
supplyRadius = 1.8;
|
||||
crewVulnerable = 1;
|
||||
|
||||
class Turrets; // External class reference
|
||||
class MainTurret; // External class reference
|
||||
|
||||
@@ -53,6 +53,7 @@ class Dingo_DZE_Base_ACR: Car
|
||||
unitInfoType = "UnitInfoShip";
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
threat[] = {1,0.1,0.4};
|
||||
crewVulnerable = 1;
|
||||
class Turrets: Turrets
|
||||
{
|
||||
class MainTurret: MainTurret
|
||||
|
||||
@@ -16,6 +16,7 @@ class GAZ_Vodnik_HMG_DZ : GAZ_Vodnik_HMG {
|
||||
transportmaxbackpacks = 4;
|
||||
enableGPS = 0;
|
||||
supplyRadius = 1.8;
|
||||
crewVulnerable = 1;
|
||||
};
|
||||
|
||||
class GAZ_Vodnik_HMG_DZE : GAZ_Vodnik_HMG_DZ {
|
||||
@@ -99,6 +100,7 @@ class GAZ_Vodnik_DZ : GAZ_Vodnik {
|
||||
transportmaxbackpacks = 4;
|
||||
enableGPS = 0;
|
||||
supplyRadius = 1.8;
|
||||
crewVulnerable = 1;
|
||||
};
|
||||
|
||||
class GAZ_Vodnik_DZE : GAZ_Vodnik_DZ
|
||||
@@ -184,6 +186,7 @@ class GAZ_Vodnik_DZE : GAZ_Vodnik_DZ
|
||||
|
||||
class GAZ_Vodnik_MedEvac;
|
||||
class GAZ_Vodnik_MedEvac_DZE : GAZ_Vodnik_MedEvac {
|
||||
crewVulnerable = 1;
|
||||
displayname = "$STR_DN_GAZ_VODNIK_MEDEVAC";
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
crew = "";
|
||||
|
||||
@@ -19,6 +19,7 @@ class LAV25_DZ: LAV25 {
|
||||
class Turrets; // External class reference
|
||||
class MainTurret; // External class reference
|
||||
supplyRadius = 1.8;
|
||||
crewVulnerable = 1;
|
||||
};
|
||||
class LAV25_HQ;
|
||||
class LAV25_HQ_DZ: LAV25_HQ {
|
||||
@@ -41,6 +42,7 @@ class LAV25_HQ_DZ: LAV25_HQ {
|
||||
class Turrets; // External class reference
|
||||
class MainTurret; // External class reference
|
||||
supplyRadius = 1.8;
|
||||
crewVulnerable = 1;
|
||||
};
|
||||
|
||||
// Ammo Less
|
||||
|
||||
Reference in New Issue
Block a user