mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-16 05:39:58 +03:00
CfgVehicles and Scope issues done
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class ItemAntibiotic_base : CA_Magazine
|
||||
{
|
||||
scope = private;
|
||||
scope = 0;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
@@ -11,7 +11,7 @@ class ItemAntibiotic_base : CA_Magazine
|
||||
|
||||
class ItemAntibiotic : ItemAntibiotic_base
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
descriptionShort = $STR_EQUIP_DESC_17;
|
||||
|
||||
class medical
|
||||
@@ -101,6 +101,6 @@ class ItemAntibiotic1 : ItemAntibiotic
|
||||
|
||||
class ItemAntibioticEmpty : ItemAntibiotic_base
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
descriptionShort = "EmptyBox of Azithromycin.";
|
||||
};
|
||||
@@ -1,6 +1,6 @@
|
||||
class bloodBagBase : CA_Magazine
|
||||
{
|
||||
scope = private;
|
||||
scope = 0;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
@@ -9,7 +9,7 @@ class bloodBagBase : CA_Magazine
|
||||
|
||||
class bloodBagANEG : bloodBagBase
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayName = $STR_BLD_name_bloodBagANEG;
|
||||
model = "z\addons\dayz_communityassets\models\bbag_full_m_A.p3d";
|
||||
descriptionShort = $STR_BLD_desc_bloodBagANEG;
|
||||
@@ -17,7 +17,7 @@ class bloodBagANEG : bloodBagBase
|
||||
|
||||
class bloodBagAPOS : bloodBagBase
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayName = $STR_BLD_name_bloodBagAPOS;
|
||||
model = "z\addons\dayz_communityassets\models\bbag_full_p_A.p3d";
|
||||
descriptionShort = $STR_BLD_desc_bloodBagAPOS;
|
||||
@@ -25,7 +25,7 @@ class bloodBagAPOS : bloodBagBase
|
||||
|
||||
class bloodBagBNEG : bloodBagBase
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayName = $STR_BLD_name_bloodBagBNEG;
|
||||
model = "z\addons\dayz_communityassets\models\bbag_full_m_B.p3d";
|
||||
descriptionShort = $STR_BLD_desc_bloodBagBNEG;
|
||||
@@ -33,7 +33,7 @@ class bloodBagBNEG : bloodBagBase
|
||||
|
||||
class bloodBagBPOS : bloodBagBase
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayName = $STR_BLD_name_bloodBagBPOS;
|
||||
model = "z\addons\dayz_communityassets\models\bbag_full_p_B.p3d";
|
||||
descriptionShort = $STR_BLD_desc_bloodBagBPOS;
|
||||
@@ -41,7 +41,7 @@ class bloodBagBPOS : bloodBagBase
|
||||
|
||||
class bloodBagABNEG : bloodBagBase
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayName = $STR_BLD_name_bloodBagABNEG;
|
||||
model = "z\addons\dayz_communityassets\models\bbag_full_m_AB.p3d";
|
||||
descriptionShort = $STR_BLD_desc_bloodBagABNEG;
|
||||
@@ -49,7 +49,7 @@ class bloodBagABNEG : bloodBagBase
|
||||
|
||||
class bloodBagABPOS : bloodBagBase
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayName = $STR_BLD_name_bloodBagABPOS;
|
||||
model = "z\addons\dayz_communityassets\models\bbag_full_p_AB.p3d";
|
||||
descriptionShort = $STR_BLD_desc_bloodBagABPOS;
|
||||
@@ -57,7 +57,7 @@ class bloodBagABPOS : bloodBagBase
|
||||
|
||||
class bloodBagONEG : bloodBagBase
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayName = $STR_BLD_name_bloodBagONEG;
|
||||
model = "z\addons\dayz_communityassets\models\bbag_full_m_O.p3d";
|
||||
descriptionShort = $STR_BLD_desc_bloodBagONEG;
|
||||
@@ -65,7 +65,7 @@ class bloodBagONEG : bloodBagBase
|
||||
|
||||
class bloodBagOPOS : bloodBagBase
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayName = $STR_BLD_name_bloodBagOPOS;
|
||||
model = "z\addons\dayz_communityassets\models\bbag_full_p_O.p3d";
|
||||
descriptionShort = $STR_BLD_desc_bloodBagOPOS;
|
||||
@@ -88,56 +88,56 @@ class wholeBloodBagBase : bloodBagBase
|
||||
|
||||
class wholeBloodBagANEG : wholeBloodBagBase
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayName = $STR_BLD_name_wholeBloodBagANEG;
|
||||
model = "z\addons\dayz_communityassets\models\bbag_full_m_A.p3d";
|
||||
descriptionShort = $STR_BLD_desc_wholeBloodBagANEG;
|
||||
};
|
||||
class wholeBloodBagAPOS : wholeBloodBagBase
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayName = $STR_BLD_name_wholeBloodBagAPOS;
|
||||
model = "z\addons\dayz_communityassets\models\bbag_full_p_A.p3d";
|
||||
descriptionShort = $STR_BLD_desc_wholeBloodBagAPOS;
|
||||
};
|
||||
class wholeBloodBagBNEG : wholeBloodBagBase
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayName = $STR_BLD_name_wholeBloodBagBNEG;
|
||||
model = "z\addons\dayz_communityassets\models\bbag_full_m_B.p3d";
|
||||
descriptionShort = $STR_BLD_desc_wholeBloodBagBNEG;
|
||||
};
|
||||
class wholeBloodBagBPOS : wholeBloodBagBase
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayName = $STR_BLD_name_wholeBloodBagBPOS;
|
||||
model = "z\addons\dayz_communityassets\models\bbag_full_p_B.p3d";
|
||||
descriptionShort = $STR_BLD_desc_wholeBloodBagBPOS;
|
||||
};
|
||||
class wholeBloodBagABNEG : wholeBloodBagBase
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayName = $STR_BLD_name_wholeBloodBagABNEG;
|
||||
model = "z\addons\dayz_communityassets\models\bbag_full_m_AB.p3d";
|
||||
descriptionShort = $STR_BLD_desc_wholeBloodBagABNEG;
|
||||
};
|
||||
class wholeBloodBagABPOS : wholeBloodBagBase
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayName = $STR_BLD_name_wholeBloodBagABPOS;
|
||||
model = "z\addons\dayz_communityassets\models\bbag_full_p_AB.p3d";
|
||||
descriptionShort = $STR_BLD_desc_wholeBloodBagABPOS;
|
||||
};
|
||||
class wholeBloodBagONEG : wholeBloodBagBase
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayName = $STR_BLD_name_wholeBloodBagONEG;
|
||||
model = "z\addons\dayz_communityassets\models\bbag_full_m_O.p3d";
|
||||
descriptionShort = $STR_BLD_desc_wholeBloodBagONEG;
|
||||
};
|
||||
class wholeBloodBagOPOS : wholeBloodBagBase
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayName = $STR_BLD_name_wholeBloodBagOPOS;
|
||||
model = "z\addons\dayz_communityassets\models\bbag_full_p_O.p3d";
|
||||
descriptionShort = $STR_BLD_desc_wholeBloodBagOPOS;
|
||||
@@ -146,7 +146,7 @@ class wholeBloodBagOPOS : wholeBloodBagBase
|
||||
//MISC tools needed
|
||||
class bloodTester : CA_Magazine
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
@@ -167,7 +167,7 @@ class bloodTester : CA_Magazine
|
||||
|
||||
class transfusionKit : CA_Magazine
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
@@ -188,7 +188,7 @@ class transfusionKit : CA_Magazine
|
||||
|
||||
class emptyBloodBag : CA_Magazine
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
class ItemAntibacterialWipe : CA_Magazine
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = WeaponSlotHandGunItem;
|
||||
|
||||
@@ -24,7 +24,7 @@ class ItemAntibacterialWipe : CA_Magazine
|
||||
|
||||
class ItemBandage : CA_Magazine
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = WeaponSlotHandGunItem;
|
||||
|
||||
@@ -45,7 +45,7 @@ class ItemBandage : CA_Magazine
|
||||
|
||||
class ItemSepsisBandage : CA_Magazine
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = WeaponSlotHandGunItem;
|
||||
|
||||
@@ -66,7 +66,7 @@ class ItemSepsisBandage : CA_Magazine
|
||||
|
||||
class ItemPainkiller : CA_Magazine
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
@@ -87,7 +87,7 @@ class ItemPainkiller : CA_Magazine
|
||||
|
||||
class ItemEpinephrine : CA_Magazine
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
@@ -99,7 +99,7 @@ class ItemEpinephrine : CA_Magazine
|
||||
|
||||
class ItemMorphine : CA_Magazine
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
@@ -120,7 +120,7 @@ class ItemMorphine : CA_Magazine
|
||||
|
||||
class ItemHeatPack : CA_Magazine
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user