mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Should be all scope entries
This commit is contained in:
@@ -4,7 +4,7 @@ class CfgVehicles
|
||||
|
||||
class Body1 : Wreck_Base
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
mapSize = 2;
|
||||
displayName = "Dead Body 1";
|
||||
model = "\dayz\objects\dead_soldier_0";
|
||||
@@ -12,7 +12,7 @@ class CfgVehicles
|
||||
|
||||
class Body2 : Wreck_Base
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
mapSize = 2;
|
||||
displayName = "Dead Body 2";
|
||||
model = "\dayz\objects\dead_soldier_1";
|
||||
@@ -22,7 +22,7 @@ class CfgVehicles
|
||||
|
||||
class Rubbish1 : Strategic
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
model = "\CA\misc\garbage_paleta";
|
||||
mapSize = 2;
|
||||
displayName = "Garbage1";
|
||||
@@ -31,7 +31,7 @@ class CfgVehicles
|
||||
|
||||
class Rubbish2 : Strategic
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
model = "\CA\misc\garbage_misc";
|
||||
mapSize = 2;
|
||||
displayName = "Garbage2";
|
||||
@@ -40,7 +40,7 @@ class CfgVehicles
|
||||
|
||||
class Rubbish3 : Strategic
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
model = "\CA\misc\ground_garbage_square5";
|
||||
mapSize = 2;
|
||||
displayName = "Garbage3";
|
||||
@@ -49,7 +49,7 @@ class CfgVehicles
|
||||
|
||||
class Rubbish4 : Strategic
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
model = "\CA\misc\ground_garbage_square3";
|
||||
mapSize = 2;
|
||||
displayName = "Garbage4";
|
||||
@@ -58,7 +58,7 @@ class CfgVehicles
|
||||
|
||||
class Rubbish5 : Strategic
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
model = "\CA\misc\junkpile";
|
||||
mapSize = 2;
|
||||
displayName = "Garbage5";
|
||||
|
||||
@@ -2,7 +2,7 @@ class CfgMagazines {
|
||||
class Default;
|
||||
class FakeMagazine: Default
|
||||
{
|
||||
scope = 1;
|
||||
scope = protected;
|
||||
ammo = "FakeAmmo";
|
||||
stopThis = true;
|
||||
value = 1;
|
||||
|
||||
@@ -9,7 +9,7 @@ class CfgWeapons {
|
||||
class RifleCore;
|
||||
class FakeWeapon: RifleCore
|
||||
{
|
||||
scope = 1;
|
||||
scope = protected;
|
||||
stopThis = true;
|
||||
type = 0;
|
||||
cursor = "";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class Attachment_ACOG : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class Attachment_BELT : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class Attachment_CCO : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class Attachment_FL : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class Attachment_FL_Pist : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class Attachment_GP25 : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class Attachment_Ghillie : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class Attachment_Holo : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class Attachment_Kobra : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class Attachment_M203 : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class Attachment_PSO1 : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class Attachment_SA58RIS : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class Attachment_SCOPED : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = $STR_ATTACHMENT_NAME_SCOPE;
|
||||
descriptionShort = $STR_ATTACHMENT_DESC_SCOPE;
|
||||
count = 1;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class Attachment_Sup545 : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class Attachment_Sup556 : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class Attachment_Sup9 : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class Attachment_SupBizon : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class Attachment_SupMakarov : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class Skin_Camo1_DZ : SkinBase
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = $STR_EQUIP_NAME_CAMO;
|
||||
descriptionShort = $STR_EQUIP_DESC_CAMO;
|
||||
};
|
||||
@@ -1,248 +1,248 @@
|
||||
class Skin_Rocket_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Officer Suit";
|
||||
descriptionShort = "Officer Suit";
|
||||
};
|
||||
class Skin_RU_Policeman_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Sergei";
|
||||
descriptionShort = "Police Officer Uniform";
|
||||
};
|
||||
class Skin_Pilot_EP1_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Ethan";
|
||||
descriptionShort = "Pilot Uniform";
|
||||
};
|
||||
class Skin_Haris_Press_EP1_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Harry";
|
||||
descriptionShort = "Press Uniform";
|
||||
};
|
||||
class Skin_Ins_Soldier_GL_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Terrorist Uniform";
|
||||
descriptionShort = "Terrorist Uniform";
|
||||
};
|
||||
class Skin_GUE_Commander_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Rebel Uniform";
|
||||
descriptionShort = "Rebel Uniform";
|
||||
};
|
||||
class Skin_Functionary1_EP1_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Donald";
|
||||
descriptionShort = "Business Suit";
|
||||
};
|
||||
class Skin_Priest_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "James";
|
||||
descriptionShort = "Priest Outfit";
|
||||
};
|
||||
class Skin_Rocker1_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Duane";
|
||||
descriptionShort = "Rocker (black)";
|
||||
};
|
||||
class Skin_Rocker2_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Rod";
|
||||
descriptionShort = "Rocker (brown)";
|
||||
};
|
||||
class Skin_Rocker3_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Van";
|
||||
descriptionShort = "Rocker (blue)";
|
||||
};
|
||||
class Skin_Rocker4_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Bruce";
|
||||
descriptionShort = "Rocker (green)";
|
||||
};
|
||||
class Skin_Bandit1_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Bandit Outfit";
|
||||
descriptionShort = "Bandit Outfit";
|
||||
};
|
||||
class Skin_Bandit2_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Bandit Camo";
|
||||
descriptionShort = "Bandit Camo Outfit";
|
||||
};
|
||||
class Skin_GUE_Soldier_MG_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Bandit Gunner";
|
||||
descriptionShort = "Bandit Gunner Outfit";
|
||||
};
|
||||
class Skin_GUE_Soldier_Sniper_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Bandit Sniper";
|
||||
descriptionShort = "Bandit Sniper Outfit";
|
||||
};
|
||||
class Skin_GUE_Soldier_Crew_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Bandit Baklava";
|
||||
descriptionShort = "Bandit Baklava Outfit";
|
||||
};
|
||||
class Skin_GUE_Soldier_CO_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Bandit Mask";
|
||||
descriptionShort = "Bandit Mask Outfit";
|
||||
};
|
||||
class Skin_GUE_Soldier_2_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Bandit Hat";
|
||||
descriptionShort = "Bandit Hat with Baklava";
|
||||
};
|
||||
class Skin_BanditW1_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Bandit Annie";
|
||||
descriptionShort = "Bandit wrap blue top with brown pants.";
|
||||
};
|
||||
class Skin_BanditW2_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Bandit Jane";
|
||||
descriptionShort = "Bandit wrap grey top with brown camo pants.";
|
||||
};
|
||||
class Skin_SurvivorW3_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Jane";
|
||||
descriptionShort = "Grey top with brown camo pants.";
|
||||
};
|
||||
class Skin_SurvivorW2_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Annie";
|
||||
descriptionShort = "Civilian (female)";
|
||||
};
|
||||
class Skin_SurvivorWpink_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Melly (female)";
|
||||
descriptionShort = "Purple top with blue pants.";
|
||||
};
|
||||
/*
|
||||
class Skin_SurvivorWsequisha_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Maria (female)";
|
||||
descriptionShort = "Maria Clothes (female)";
|
||||
};
|
||||
class Skin_SurvivorWsequishaD_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Sequisha (female)";
|
||||
descriptionShort = "Sequisha Clothes (female)";
|
||||
};
|
||||
*/
|
||||
class Skin_SurvivorWcombat_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Alejandria";
|
||||
descriptionShort = "Blue camo top with brown camo pants.";
|
||||
};
|
||||
class Skin_SurvivorWdesert_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Savannah";
|
||||
descriptionShort = "White top with brown pants.";
|
||||
};
|
||||
class Skin_SurvivorWurban_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Sophia";
|
||||
descriptionShort = "Maroon top with grey pants.";
|
||||
};
|
||||
class Skin_TK_INS_Warlord_EP1_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Takistani Warlord";
|
||||
descriptionShort = "Takistani Warlord";
|
||||
};
|
||||
class Skin_TK_INS_Soldier_EP1_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Takistani Soldier";
|
||||
descriptionShort = "Takistani Soldier";
|
||||
};
|
||||
class Skin_CZ_Special_Forces_GL_DES_EP1_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Special Forces";
|
||||
descriptionShort = "Special Forces";
|
||||
};
|
||||
class Skin_Drake_Light_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Desert Camo";
|
||||
descriptionShort = "Desert Camo";
|
||||
};
|
||||
class Skin_Soldier_Bodyguard_AA12_PMC_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Bodyguard";
|
||||
descriptionShort = "Bodyguard";
|
||||
};
|
||||
class Skin_FR_OHara_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Jungle Camo";
|
||||
descriptionShort = "Jungle Camo";
|
||||
};
|
||||
class Skin_FR_Rodriguez_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Gunner Outfit";
|
||||
descriptionShort = "Gunner Outfit";
|
||||
};
|
||||
class Skin_CZ_Soldier_Sniper_EP1_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Desert Ghillie";
|
||||
descriptionShort = "Desert Ghillie";
|
||||
};
|
||||
class Skin_Graves_Light_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Urban Camo";
|
||||
descriptionShort = "Urban Camo";
|
||||
};
|
||||
class Skin_Soldier_Sniper_PMC_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Marksman";
|
||||
descriptionShort = "Marksman";
|
||||
};
|
||||
class Skin_Soldier_TL_PMC_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Team Leader";
|
||||
descriptionShort = "Team Leader";
|
||||
};
|
||||
// new
|
||||
class Skin_TK_Special_Forces_MG_EP1_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Smuggler";
|
||||
descriptionShort = "Smuggler";
|
||||
};
|
||||
class Skin_TK_Soldier_Sniper_EP1_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Desert Sniper";
|
||||
descriptionShort = "Desert Sniper";
|
||||
};
|
||||
class Skin_TK_Commander_EP1_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "General";
|
||||
descriptionShort = "General";
|
||||
};
|
||||
class Skin_RU_Soldier_Crew_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Crewman";
|
||||
descriptionShort = "Crewman";
|
||||
};
|
||||
class Skin_INS_Lopotev_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Boss";
|
||||
descriptionShort = "Team Leader";
|
||||
};
|
||||
class Skin_INS_Soldier_AR_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Cooper";
|
||||
descriptionShort = "Cooper";
|
||||
};
|
||||
class Skin_INS_Soldier_CO_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Travis";
|
||||
descriptionShort = "Travis";
|
||||
};
|
||||
class Skin_INS_Bardak_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Paulo";
|
||||
descriptionShort = "Paulo";
|
||||
};
|
||||
class Skin_INS_Worker2_DZ: SkinBase {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Steve";
|
||||
descriptionShort = "Steve";
|
||||
};
|
||||
@@ -1,6 +1,6 @@
|
||||
class Skin_Sniper1_DZ : SkinBase
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = $STR_EQUIP_NAME_GHILLIE;
|
||||
descriptionShort = $STR_EQUIP_DESC_GHILLIE;
|
||||
};
|
||||
@@ -1,6 +1,6 @@
|
||||
class Skin_Soldier1_DZ : SkinBase
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = $STR_EQUIP_NAME_SOLDIER;
|
||||
descriptionShort = $STR_EQUIP_DESC_SOLDIER;
|
||||
};
|
||||
@@ -1,6 +1,6 @@
|
||||
class Skin_Survivor2_DZ : SkinBase
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = $STR_EQUIP_NAME_CIV;
|
||||
descriptionShort = $STR_EQUIP_DESC_CIV;
|
||||
};
|
||||
@@ -1,6 +1,6 @@
|
||||
class ItemCanteen : FoodDrink
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "\dayz_equip\models\waterbottle_gear.p3d";
|
||||
picture = "\dayz_equip\textures\equip_waterbottle_ca.paa";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class FishRawTrout : FoodRaw
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "\z\addons\dayz_communityassets\models\trout.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_trout_CA.paa";
|
||||
@@ -15,7 +15,7 @@ class FishRawTrout : FoodRaw
|
||||
|
||||
class FishCookedTrout : FoodCooked
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "\z\addons\dayz_communityassets\models\trout_cooked.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_trout_cooked_CA.paa";
|
||||
@@ -30,7 +30,7 @@ class FishCookedTrout : FoodCooked
|
||||
|
||||
class FishRawSeaBass : FoodRaw
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "\z\addons\dayz_communityassets\models\seabass.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_seabass_CA.paa";
|
||||
@@ -45,7 +45,7 @@ class FishRawSeaBass : FoodRaw
|
||||
|
||||
class FishCookedSeaBass : FoodCooked
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "\z\addons\dayz_communityassets\models\seabass_cooked.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_seabass_cooked_CA.paa";
|
||||
@@ -60,7 +60,7 @@ class FishCookedSeaBass : FoodCooked
|
||||
|
||||
class FishRawTuna : FoodRaw
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "\z\addons\dayz_communityassets\models\tuna.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_tuna_CA.paa";
|
||||
@@ -75,7 +75,7 @@ class FishRawTuna : FoodRaw
|
||||
|
||||
class FishCookedTuna : FoodCooked
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "\z\addons\dayz_communityassets\models\tuna_cooked.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_tuna_cooked_CA.paa";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class FoodGoatRaw : FoodRaw
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "\dayz_equip\models\food_steak_gear.p3d";
|
||||
picture = "\dayz_equip\textures\equip_steak_ca.paa";
|
||||
@@ -15,7 +15,7 @@ class FoodGoatRaw : FoodRaw
|
||||
|
||||
class FoodGoatCooked : FoodCooked
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "\dayz_equip\models\food_steak_cooked_gear.p3d";
|
||||
picture = "\dayz_equip\textures\equip_steak_cooked_ca.paa";
|
||||
@@ -28,7 +28,7 @@ class FoodGoatCooked : FoodCooked
|
||||
|
||||
class FoodMuttonRaw : FoodRaw
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\mutton_raw.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_mutton_raw_CA.paa";
|
||||
@@ -43,7 +43,7 @@ class FoodMuttonRaw : FoodRaw
|
||||
|
||||
class FoodMuttonCooked : FoodCooked
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\mutton_cooked.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_mutton_cooked_CA.paa";
|
||||
@@ -58,7 +58,7 @@ class FoodMuttonCooked : FoodCooked
|
||||
|
||||
class FoodChickenRaw : FoodRaw
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "\dayz_equip\models\food_steak_gear.p3d";
|
||||
picture = "\dayz_equip\textures\equip_steak_ca.paa";
|
||||
@@ -73,7 +73,7 @@ class FoodChickenRaw : FoodRaw
|
||||
|
||||
class FoodChickenCooked : FoodCooked
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "\dayz_equip\models\food_steak_cooked_gear.p3d";
|
||||
picture = "\dayz_equip\textures\equip_steak_cooked_ca.paa";
|
||||
@@ -88,7 +88,7 @@ class FoodChickenCooked : FoodCooked
|
||||
|
||||
class FoodBaconRaw : FoodRaw
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\bacon_raw.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_bacon_raw_CA.paa";
|
||||
@@ -103,7 +103,7 @@ class FoodBaconRaw : FoodRaw
|
||||
|
||||
class FoodBaconCooked : FoodCooked
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\bacon_fried.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_bacon_fried_CA.paa";
|
||||
@@ -118,7 +118,7 @@ class FoodBaconCooked : FoodCooked
|
||||
|
||||
class FoodRabbitRaw : FoodRaw
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "\dayz_equip\models\food_steak_gear.p3d";
|
||||
picture = "\dayz_equip\textures\equip_steak_ca.paa";
|
||||
@@ -133,7 +133,7 @@ class FoodRabbitRaw : FoodRaw
|
||||
|
||||
class FoodRabbitCooked : FoodCooked
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "\dayz_equip\models\food_steak_cooked_gear.p3d";
|
||||
picture = "\dayz_equip\textures\equip_steak_cooked_ca.paa";
|
||||
@@ -148,7 +148,7 @@ class FoodRabbitCooked : FoodCooked
|
||||
|
||||
class FoodBeefRaw : FoodRaw
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "\dayz_equip\models\food_steak_gear.p3d";
|
||||
picture = "\dayz_equip\textures\equip_steak_ca.paa";
|
||||
@@ -163,7 +163,7 @@ class FoodBeefRaw : FoodRaw
|
||||
|
||||
class FoodBeefCooked : FoodCooked
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "\dayz_equip\models\food_steak_cooked_gear.p3d";
|
||||
picture = "\dayz_equip\textures\equip_steak_cooked_ca.paa";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*class AngelCookies : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\buiscits_box.p3d";
|
||||
picture = "z\addons\dayz_communityassets\CraftingPlaceholders\equip_angel_cookies.paa";
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
class FoodMRE : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\mre.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_mre_CA.paa";
|
||||
@@ -25,7 +25,7 @@ class FoodMRE : FoodPackaged
|
||||
|
||||
class FoodPistachio : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\pistachio.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_pistachios_CA.paa";
|
||||
@@ -38,7 +38,7 @@ class FoodPistachio : FoodPackaged
|
||||
|
||||
class FoodNutmix : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\nutmix.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_nutmix_CA.paa";
|
||||
@@ -51,7 +51,7 @@ class FoodNutmix : FoodPackaged
|
||||
|
||||
class FoodCanBeef : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\can_beef_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_beef_clean_full_ca.paa";
|
||||
@@ -66,7 +66,7 @@ class FoodCanBeef : FoodPackaged
|
||||
|
||||
class FoodCanPotatoes : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\can_pots_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_pots_clean_full_ca.paa";
|
||||
@@ -81,7 +81,7 @@ class FoodCanPotatoes : FoodPackaged
|
||||
|
||||
class FoodCanGriff : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\can_griff_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_griff_clean_full_ca.paa";
|
||||
@@ -96,7 +96,7 @@ class FoodCanGriff : FoodPackaged
|
||||
|
||||
class FoodCanBadguy : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\can_badguy_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_badguy_clean_full_ca.paa";
|
||||
@@ -111,7 +111,7 @@ class FoodCanBadguy : FoodPackaged
|
||||
|
||||
class FoodCanBoneboy : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\can_boneboy_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_boneboy_clean_full_ca.paa";
|
||||
@@ -126,7 +126,7 @@ class FoodCanBoneboy : FoodPackaged
|
||||
|
||||
class FoodCanCorn : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\can_corn_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_corn_clean_full_ca.paa";
|
||||
@@ -141,7 +141,7 @@ class FoodCanCorn : FoodPackaged
|
||||
|
||||
class FoodCanCurgon : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\can_curgon_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_curgon_clean_full_ca.paa";
|
||||
@@ -156,7 +156,7 @@ class FoodCanCurgon : FoodPackaged
|
||||
|
||||
class FoodCanDemon : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\can_demon_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_demon_clean_full_ca.paa";
|
||||
@@ -171,7 +171,7 @@ class FoodCanDemon : FoodPackaged
|
||||
|
||||
class FoodCanFraggleos : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\can_fraggleos_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_fraggleos_clean_full_ca.paa";
|
||||
@@ -186,7 +186,7 @@ class FoodCanFraggleos : FoodPackaged
|
||||
|
||||
class FoodCanHerpy : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\can_herpy_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_herpy_clean_full_ca.paa";
|
||||
@@ -201,7 +201,7 @@ class FoodCanHerpy : FoodPackaged
|
||||
|
||||
class FoodCanDerpy : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\can_derpy_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_derpy_clean_full_ca.paa";
|
||||
@@ -216,7 +216,7 @@ class FoodCanDerpy : FoodPackaged
|
||||
|
||||
class FoodCanOrlok : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\can_orlok_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_orlok_clean_full_ca.paa";
|
||||
@@ -231,7 +231,7 @@ class FoodCanOrlok : FoodPackaged
|
||||
|
||||
class FoodCanPowell : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\can_powell_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_powell_clean_full_ca.paa";
|
||||
@@ -246,7 +246,7 @@ class FoodCanPowell : FoodPackaged
|
||||
|
||||
class FoodCanTylers : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\can_tylers_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_tylers_clean_full_ca.paa";
|
||||
@@ -261,7 +261,7 @@ class FoodCanTylers : FoodPackaged
|
||||
|
||||
class FoodCanUnlabeled : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\can_unlabeled_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_unlabeled_clean_full_ca.paa";
|
||||
@@ -276,7 +276,7 @@ class FoodCanUnlabeled : FoodPackaged
|
||||
|
||||
class FoodCanRusUnlabeled : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\can_small_unlabeled_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_small_rus_unlabeled_clean_full_ca.paa";
|
||||
@@ -291,7 +291,7 @@ class FoodCanRusUnlabeled : FoodPackaged
|
||||
|
||||
class FoodCanRusStew : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\can_small_rus_stew_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_small_rus_stew_clean_full_ca.paa";
|
||||
@@ -306,7 +306,7 @@ class FoodCanRusStew : FoodPackaged
|
||||
|
||||
class FoodCanRusPork : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\can_small_rus_pork_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_small_rus_pork_clean_full_ca.paa";
|
||||
@@ -321,7 +321,7 @@ class FoodCanRusPork : FoodPackaged
|
||||
|
||||
class FoodCanRusPeas : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\can_small_rus_peas_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_small_rus_peas_clean_full_ca.paa";
|
||||
@@ -336,7 +336,7 @@ class FoodCanRusPeas : FoodPackaged
|
||||
|
||||
class FoodCanRusMilk : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\can_small_rus_milk_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_small_rus_milk_clean_full_ca.paa";
|
||||
@@ -351,7 +351,7 @@ class FoodCanRusMilk : FoodPackaged
|
||||
|
||||
class FoodCanRusCorn : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\can_small_rus_corn_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_small_rus_corn_clean_full_ca.paa";
|
||||
@@ -366,7 +366,7 @@ class FoodCanRusCorn : FoodPackaged
|
||||
|
||||
class FoodChipsSulahoops : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\bag_chips_small_sulahoops_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_bag_chips_small_sulahoops_full_ca.paa";
|
||||
@@ -382,7 +382,7 @@ class FoodChipsSulahoops : FoodPackaged
|
||||
|
||||
class FoodChipsMysticales : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\bag_chips_small_mysticales_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_bag_chips_small_mysticales_full_ca.paa";
|
||||
@@ -398,7 +398,7 @@ class FoodChipsMysticales : FoodPackaged
|
||||
|
||||
class FoodChipsChocolate : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\bag_chips_small_chocolate_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_bag_chips_small_chocolate_full_ca.paa";
|
||||
@@ -413,7 +413,7 @@ class FoodChipsChocolate : FoodPackaged
|
||||
|
||||
class FoodCandyChubby : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\candybar_chubby_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_candybar_chubby_full_ca.paa";
|
||||
@@ -428,7 +428,7 @@ class FoodCandyChubby : FoodPackaged
|
||||
|
||||
class FoodCandyAnders : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\candybar_anders_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_candybar_anders_ca.paa";
|
||||
@@ -443,7 +443,7 @@ class FoodCandyAnders : FoodPackaged
|
||||
|
||||
class FoodCandyLegacys : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\candybar_legacys_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_candybar_legacys_ca.paa";
|
||||
@@ -458,7 +458,7 @@ class FoodCandyLegacys : FoodPackaged
|
||||
|
||||
class FoodCakeCremeCakeClean : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\twinkie.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_bag_twinkie_clean.paa";
|
||||
@@ -473,7 +473,7 @@ class FoodCakeCremeCakeClean : FoodPackaged
|
||||
|
||||
class FoodCandyMintception : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\candybar_mintception_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_candybar_mintception_ca.paa";
|
||||
@@ -488,7 +488,7 @@ class FoodCandyMintception : FoodPackaged
|
||||
|
||||
/*class FoodCanLongSprats : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\can_long_sprat_clean_full_co.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_long_sprat_clean_full_ca.paa";
|
||||
@@ -501,7 +501,7 @@ class FoodCandyMintception : FoodPackaged
|
||||
|
||||
class FoodCanBakedBeans : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "\dayz_equip\models\food_bbtin.p3d";
|
||||
picture = "\dayz_equip\textures\equip_bbtin_ca.paa";
|
||||
@@ -516,7 +516,7 @@ class FoodCanBakedBeans : FoodPackaged
|
||||
|
||||
class FoodCanSardines : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "\dayz_equip\models\food_sardinestin.p3d";
|
||||
picture = "\dayz_equip\textures\equip_Sardinestin_ca.paa";
|
||||
@@ -531,7 +531,7 @@ class FoodCanSardines : FoodPackaged
|
||||
|
||||
class FoodCanFrankBeans : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "\dayz_equip\models\food_fbtin.p3d";
|
||||
picture = "\dayz_equip\textures\equip_fbtin_ca.paa";
|
||||
@@ -546,7 +546,7 @@ class FoodCanFrankBeans : FoodPackaged
|
||||
|
||||
class FoodCanPasta : FoodPackaged
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "\dayz_equip\models\food_pastatin.p3d";
|
||||
picture = "\dayz_equip\textures\equip_pastatin_ca.paa";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class ItemSodaCoke : ItemSoda
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "\dayz_equip\models\soda_coke.p3d";
|
||||
picture = "\dayz_equip\textures\equip_soda_coke_ca.paa";
|
||||
@@ -12,7 +12,7 @@ class ItemSodaCoke : ItemSoda
|
||||
|
||||
class ItemSodaPepsi : ItemSoda
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "\dayz_equip\models\soda_pepsi.p3d";
|
||||
picture = "\dayz_equip\textures\equip_soda_pepsi_ca.paa";
|
||||
@@ -24,7 +24,7 @@ class ItemSodaPepsi : ItemSoda
|
||||
|
||||
class ItemSodaMdew : ItemSoda
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "\dayz_equip\models\soda_mdew.p3d";
|
||||
picture = "\dayz_equip\textures\equip_soda_mdew_ca.paa";
|
||||
@@ -36,7 +36,7 @@ class ItemSodaMdew : ItemSoda
|
||||
|
||||
class ItemSodaMtngreen : ItemSoda
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\soda_mtngreen_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_mtngreen_clean_full_ca.paa";
|
||||
@@ -50,7 +50,7 @@ class ItemSodaMtngreen : ItemSoda
|
||||
|
||||
class ItemSodaR4z0r : ItemSoda
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\soda_r4z0r_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_r4z0r_clean_full_ca.paa";
|
||||
@@ -64,7 +64,7 @@ class ItemSodaR4z0r : ItemSoda
|
||||
|
||||
class ItemSodaClays : ItemSoda
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\soda_clays_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_clays_clean_full_ca.paa";
|
||||
@@ -78,7 +78,7 @@ class ItemSodaClays : ItemSoda
|
||||
|
||||
class ItemSodaSmasht : ItemSoda
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\soda_smasht_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_smasht_clean_full_ca.paa";
|
||||
@@ -92,7 +92,7 @@ class ItemSodaSmasht : ItemSoda
|
||||
|
||||
class ItemSodaDrwaste : ItemSoda
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\soda_drwaste_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_drwaste_clean_full_ca.paa";
|
||||
@@ -106,7 +106,7 @@ class ItemSodaDrwaste : ItemSoda
|
||||
|
||||
class ItemSodaFranka : ItemSoda
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\soda_franka_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_franka_clean_full_ca.paa";
|
||||
@@ -120,7 +120,7 @@ class ItemSodaFranka : ItemSoda
|
||||
|
||||
class ItemSodaLemonade : ItemSoda
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\soda_lemonade_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_lemonade_clean_full_ca.paa";
|
||||
@@ -134,7 +134,7 @@ class ItemSodaLemonade : ItemSoda
|
||||
|
||||
class ItemSodaLirik : ItemSoda
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\soda_lirik_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_lirik_clean_full_ca.paa";
|
||||
@@ -148,7 +148,7 @@ class ItemSodaLirik : ItemSoda
|
||||
|
||||
class ItemSodaLvg : ItemSoda
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\soda_lvg_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_lvg_clean_full_ca.paa";
|
||||
@@ -162,7 +162,7 @@ class ItemSodaLvg : ItemSoda
|
||||
|
||||
class ItemSodaMzly : ItemSoda
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\soda_mzly_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_mzly_clean_full_ca.paa";
|
||||
@@ -176,7 +176,7 @@ class ItemSodaMzly : ItemSoda
|
||||
|
||||
class ItemSodaPeppsy : ItemSoda
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\soda_peppsy_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_peppsy_clean_full_ca.paa";
|
||||
@@ -190,7 +190,7 @@ class ItemSodaPeppsy : ItemSoda
|
||||
|
||||
class ItemSodaRabbit : ItemSoda
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\soda_rabbit_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_rabbit_clean_full_ca.paa";
|
||||
@@ -204,7 +204,7 @@ class ItemSodaRabbit : ItemSoda
|
||||
|
||||
class ItemSodaSacrite : ItemSoda
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\soda_sacrite_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_sacrite_clean_full_ca.paa";
|
||||
@@ -218,7 +218,7 @@ class ItemSodaSacrite : ItemSoda
|
||||
|
||||
class ItemSodaRocketFuel : ItemSoda
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\soda_rocket_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_rocket_clean_full_ca.paa";
|
||||
@@ -232,7 +232,7 @@ class ItemSodaRocketFuel : ItemSoda
|
||||
|
||||
class ItemSodaGrapeDrink : ItemSoda
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\soda_grape_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_grape_clean_full_ca.paa";
|
||||
@@ -246,7 +246,7 @@ class ItemSodaGrapeDrink : ItemSoda
|
||||
|
||||
class ItemSherbet : ItemSoda
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\soda_sherbet_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_sherbet_clean_full_ca.paa";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class ItemWaterBottle : FoodDrink
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\waterbottle.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\textures\waterbottle.paa";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_1inch_metal_pipe : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_1inch_metal_pipe;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_1inch_metal_pipe;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_2inch_metal_pipe : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_2inch_metal_pipe;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_2inch_metal_pipe;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_aa_battery : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_aa_battery;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_aa_battery;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_cable_tie : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_cable_tie;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_cable_tie;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
class ItemCarBomb : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = (2*256);
|
||||
displayName = "Car Bomb";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_comfreyleafs : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_comfreyleafs;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_comfreyleafs;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class Item_coni : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_DESC_equip_con_i;
|
||||
descriptionShort = $STR_ITEM_NAME_equip_con_i;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class Item_Connector_I : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_DESC_equip_con_i;
|
||||
descriptionShort = $STR_ITEM_NAME_equip_con_i;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class Item_Connector_L : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_DESC_equip_con_l;
|
||||
descriptionShort = $STR_ITEM_NAME_equip_con_l;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class Item_Connector_T : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_DESC_equip_con_t;
|
||||
descriptionShort = $STR_ITEM_NAME_equip_con_t;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_crate : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_crate;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_crate;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_Crossbow_Kit : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_CROSSBOW_KIT;
|
||||
descriptionShort = $STR_ITEM_DESC_CROSSBOW_KIT;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_crossbow_stock : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = "Crossbow (Stock)";
|
||||
descriptionShort="You require a Crossbow String kit to craft this weapon";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_d_battery : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_d_battery;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_d_battery;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_duct_tape : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_duct_tape;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_duct_tape;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_empty_barrel : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_empty_barrel;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_empty_barrel;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_feathers : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_feathers;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_feathers;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_floppywire : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_floppywire;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_floppywire;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_fuse : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_fuse;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_fuse;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_garlic_bulb : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_garlic_bulb;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_garlic_bulb;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_gauze : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_gauze;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_gauze;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_gauzepackaged : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_gauzepackaged;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_gauzepackaged;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
class equip_herb_box : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_EQUIP_NAME_HERBBOX;
|
||||
descriptionShort = $STR_EQUIP_DESC_HERBBOX;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_hobo_fishing_kit : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = "Hobo Fishing Kit";
|
||||
descriptionShort = "Hobo Fishing Kit, catches dem fishes";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_hose : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_hose;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_hose;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_hose_clamp : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_hose_clamp;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_hose_clamp;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_laser : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_laser;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_laser;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_metal_rod : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_metal_rod;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_metal_rod;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_metal_sheet : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_metal_sheet;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_metal_sheet;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_metal_sheet_rusted : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_metal_sheet_rusted;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_metal_sheet_rusted;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_nails : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_nails;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_nails;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_needle : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_needle;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_needle;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_note : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_note;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_note;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_paint : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_paint;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_paint;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_paper_sheet : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_paper_sheet;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_paper_sheet;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_part_camo : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_part_camo;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_part_camo;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_part_silencer : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_part_silencer;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_part_silencer;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_part_sniper_scope : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ATTACHMENT_NAME_Sniper_Scope;
|
||||
descriptionShort = $STR_ATTACHMENT_DESC_Sniper_Scope;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_pipecap : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_pipecap;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_pipecap;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_pvc_box : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_pvc_box;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_pvc_box;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_rag : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_rag;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_rag;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_rail_screws : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_rail_screws;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_rail_screws;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_rope : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_rope;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_rope;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_rubber_tube : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_rubber_tube;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_rubber_tube;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_scrapelectronics : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_scrapelectronics;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_scrapelectronics;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_slugsinacan : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = "Slugs in a can";
|
||||
descriptionShort = "Slugs in a can";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_string : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_string;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_string;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_tent_poles : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_tent_poles;
|
||||
descriptionShort = $STR_ITEM_DESC_tent_poles;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_tin_powder : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = "Tin of Powder";
|
||||
descriptionShort = "Tin of Powder has medicinal qualities";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_weapon_rails: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_weapon_rails;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_weapon_rails;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_wood_pallet : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_wood_pallet;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_wood_pallet;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class equip_woodensplint : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_WOODENSPLINT;
|
||||
descriptionShort = $STR_ITEM_DESC_WOODENSPLINT;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class bulk: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_BULK_NAME;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class ItemAluminumBar: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Aluminum";
|
||||
@@ -9,7 +9,7 @@ class ItemAluminumBar: CA_Magazine {
|
||||
|
||||
};
|
||||
class ItemAluminumBar10oz: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "10oz Aluminum";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class ItemBriefcase_Base: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Briefcase";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class ItemBronzeBar: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Bronze";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class ItemCopperBar: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Copper";
|
||||
@@ -18,7 +18,7 @@ class ItemCopperBar: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemCopperBar10oz: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "10oz Copper";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class ItemGoldBar: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
worth = 100;
|
||||
type = 256;
|
||||
@@ -28,7 +28,7 @@ class ItemGoldBar: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemGoldBar2oz: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
worth = 200;
|
||||
type = 256;
|
||||
@@ -66,7 +66,7 @@ class ItemGoldBar2oz: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemGoldBar3oz: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
worth = 300;
|
||||
type = 256;
|
||||
@@ -112,7 +112,7 @@ class ItemGoldBar3oz: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemGoldBar4oz: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
worth = 400;
|
||||
type = 256;
|
||||
@@ -158,7 +158,7 @@ class ItemGoldBar4oz: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemGoldBar5oz: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
worth = 500;
|
||||
type = 256;
|
||||
@@ -204,7 +204,7 @@ class ItemGoldBar5oz: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemGoldBar6oz: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
worth = 600;
|
||||
type = 256;
|
||||
@@ -250,7 +250,7 @@ class ItemGoldBar6oz: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemGoldBar7oz: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
worth = 700;
|
||||
type = 256;
|
||||
@@ -296,7 +296,7 @@ class ItemGoldBar7oz: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemGoldBar8oz: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
worth = 800;
|
||||
type = 256;
|
||||
@@ -342,7 +342,7 @@ class ItemGoldBar8oz: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemGoldBar9oz: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
worth = 900;
|
||||
type = 256;
|
||||
@@ -380,7 +380,7 @@ class ItemGoldBar9oz: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemGoldBar10oz: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
worth = 1000;
|
||||
type = 256;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class ItemSilverBar: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
worth = 1;
|
||||
type = 256;
|
||||
@@ -28,7 +28,7 @@ class ItemSilverBar: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemSilverBar2oz: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
worth = 2;
|
||||
type = 256;
|
||||
@@ -66,7 +66,7 @@ class ItemSilverBar2oz: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemSilverBar3oz: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
worth = 3;
|
||||
type = 256;
|
||||
@@ -112,7 +112,7 @@ class ItemSilverBar3oz: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemSilverBar4oz: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
worth = 4;
|
||||
type = 256;
|
||||
@@ -158,7 +158,7 @@ class ItemSilverBar4oz: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemSilverBar5oz: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
worth = 5;
|
||||
type = 256;
|
||||
@@ -204,7 +204,7 @@ class ItemSilverBar5oz: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemSilverBar6oz: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
worth = 6;
|
||||
type = 256;
|
||||
@@ -250,7 +250,7 @@ class ItemSilverBar6oz: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemSilverBar7oz: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
worth = 7;
|
||||
type = 256;
|
||||
@@ -296,7 +296,7 @@ class ItemSilverBar7oz: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemSilverBar8oz: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
worth = 8;
|
||||
type = 256;
|
||||
@@ -342,7 +342,7 @@ class ItemSilverBar8oz: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemSilverBar9oz: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
worth = 9;
|
||||
type = 256;
|
||||
@@ -380,7 +380,7 @@ class ItemSilverBar9oz: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemSilverBar10oz: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
worth = 10;
|
||||
type = 256;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class ItemTinBar: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Tin";
|
||||
@@ -9,7 +9,7 @@ class ItemTinBar: CA_Magazine {
|
||||
|
||||
};
|
||||
class ItemTinBar10oz: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "10oz Tin";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class ItemTrout : FoodEdible {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Rainbow Trout";
|
||||
descriptionShort = "Rainbow Trout: A small fish that can be fairly easy to catch.";
|
||||
model = "\z\addons\dayz_epoch\models\trout.p3d";
|
||||
@@ -7,7 +7,7 @@ class ItemTrout : FoodEdible {
|
||||
bloodRegen = 400;
|
||||
};
|
||||
class ItemSeaBass : FoodEdible {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Sea Bass";
|
||||
descriptionShort = "Sea Bass: A medium sized fish that is fairly rare.";
|
||||
model = "\z\addons\dayz_epoch\models\seabass.p3d";
|
||||
@@ -15,7 +15,7 @@ class ItemSeaBass : FoodEdible {
|
||||
bloodRegen = 800;
|
||||
};
|
||||
class ItemTuna : FoodEdible {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Blue Fin Tuna";
|
||||
descriptionShort = "Blue Fin Tuna: A very large and hard to catch fish. Sushi anyone?";
|
||||
model = "\z\addons\dayz_epoch\models\tuna.p3d";
|
||||
@@ -23,7 +23,7 @@ class ItemTuna : FoodEdible {
|
||||
bloodRegen = 2500;
|
||||
};
|
||||
class ItemTroutCooked : FoodEdible {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Rainbow Trout (Cooked)";
|
||||
descriptionShort = "Rainbow Trout: A small fish that can be fairly easy to catch.";
|
||||
model = "\z\addons\dayz_epoch\models\trout_cooked.p3d";
|
||||
@@ -31,7 +31,7 @@ class ItemTroutCooked : FoodEdible {
|
||||
bloodRegen = 800;
|
||||
};
|
||||
class ItemSeaBassCooked : FoodEdible {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Sea Bass (Cooked)";
|
||||
descriptionShort = "Sea Bass: A medium sized fish that is fairly rare.";
|
||||
model = "\z\addons\dayz_epoch\models\seabass_cooked.p3d";
|
||||
@@ -39,7 +39,7 @@ class ItemSeaBassCooked : FoodEdible {
|
||||
bloodRegen = 1600;
|
||||
};
|
||||
class ItemTunaCooked : FoodEdible {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Blue Fin Tuna (Cooked)";
|
||||
descriptionShort = "Blue Fin Tuna: A very large and hard to catch fish. Sushi anyone?";
|
||||
model = "\z\addons\dayz_epoch\models\tuna_cooked.p3d";
|
||||
@@ -47,7 +47,7 @@ class ItemTunaCooked : FoodEdible {
|
||||
bloodRegen = 5000;
|
||||
};
|
||||
class FoodBioMeat: FoodEdible {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Bio Meat";
|
||||
model = "\z\addons\dayz_epoch\models\biomeat_can.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_biomeat_CA.paa";
|
||||
@@ -56,7 +56,7 @@ class FoodBioMeat: FoodEdible {
|
||||
};
|
||||
// new DZE harvested food
|
||||
class FoodPumpkin : FoodEdible {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
bloodRegen = 100;
|
||||
displayName = "Pumpkin";
|
||||
@@ -78,7 +78,7 @@ class FoodPumpkin : FoodEdible {
|
||||
};
|
||||
};
|
||||
class FoodSunFlowerSeed : FoodEdible {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
bloodRegen = 100;
|
||||
displayName = "Bag of Sunflower Seeds";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class ItemTopaz : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Topaz";
|
||||
model = "\z\addons\dayz_epoch\models\topaz.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_topaz_CA.paa";
|
||||
@@ -8,7 +8,7 @@ class ItemTopaz : CA_Magazine {
|
||||
descriptionShort = "Topaz";
|
||||
};
|
||||
class ItemObsidian : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Obsidian";
|
||||
model = "\z\addons\dayz_epoch\models\obsidian.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_obsidian_CA.paa";
|
||||
@@ -17,7 +17,7 @@ class ItemObsidian : CA_Magazine {
|
||||
descriptionShort = "Obsidian";
|
||||
};
|
||||
class ItemSapphire : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Sapphire";
|
||||
model = "\z\addons\dayz_epoch\models\sapphire.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_sapphire_CA.paa";
|
||||
@@ -26,7 +26,7 @@ class ItemSapphire : CA_Magazine {
|
||||
descriptionShort = "Sapphire";
|
||||
};
|
||||
class ItemAmethyst : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Amethyst";
|
||||
model = "\z\addons\dayz_epoch\models\amethyst.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_amethyst_CA.paa";
|
||||
@@ -35,7 +35,7 @@ class ItemAmethyst : CA_Magazine {
|
||||
descriptionShort = "Amethyst";
|
||||
};
|
||||
class ItemEmerald : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Emerald";
|
||||
model = "\z\addons\dayz_epoch\models\emerald.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_emerald_CA.paa";
|
||||
@@ -44,7 +44,7 @@ class ItemEmerald : CA_Magazine {
|
||||
descriptionShort = "Emerald";
|
||||
};
|
||||
class ItemCitrine : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Citrine";
|
||||
model = "\z\addons\dayz_epoch\models\citrine.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_citrine_CA.paa";
|
||||
@@ -53,7 +53,7 @@ class ItemCitrine : CA_Magazine {
|
||||
descriptionShort = "Citrine";
|
||||
};
|
||||
class ItemRuby : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Ruby";
|
||||
model = "\z\addons\dayz_epoch\models\ruby.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_ruby_CA.paa";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// For Chainsaw
|
||||
class ItemMixOil : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "2-Stroke Engine Oil";
|
||||
model = "\z\addons\dayz_epoch\models\oilmix.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_oilmix_CA.paa";
|
||||
@@ -21,7 +21,7 @@ class ItemMixOil : CA_Magazine {
|
||||
};
|
||||
};
|
||||
class CSGAS : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
type = VSoft;
|
||||
displayName = "Gas";
|
||||
descriptionShort = "Gas for Chainsaw";
|
||||
@@ -62,7 +62,7 @@ class CSGAS : CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemJerryMixed: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Mixed Gas Full";
|
||||
@@ -82,7 +82,7 @@ class ItemJerryMixed: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemJerryMixed4: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Mixed Gas 16L";
|
||||
@@ -102,7 +102,7 @@ class ItemJerryMixed4: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemJerryMixed3: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Mixed Gas 12L";
|
||||
@@ -122,7 +122,7 @@ class ItemJerryMixed3: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemJerryMixed2: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Mixed Gas 8L";
|
||||
@@ -142,7 +142,7 @@ class ItemJerryMixed2: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemJerryMixed1: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Mixed Gas 4L";
|
||||
@@ -164,7 +164,7 @@ class ItemJerryMixed1: CA_Magazine {
|
||||
|
||||
// Vehicle upgrade parts
|
||||
class ItemORP: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_VEHUP_ORP;
|
||||
@@ -181,7 +181,7 @@ class ItemORP: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemAVE: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_VEHUP_AVE;
|
||||
@@ -198,7 +198,7 @@ class ItemAVE: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemLRK: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_VEHUP_LRK;
|
||||
@@ -215,7 +215,7 @@ class ItemLRK: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemTNK: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_VEHUP_TNK;
|
||||
@@ -232,7 +232,7 @@ class ItemTNK: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemARM: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_VEHUP_ARM;
|
||||
@@ -251,7 +251,7 @@ class ItemARM: CA_Magazine {
|
||||
|
||||
// Documents
|
||||
class ItemDocument: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Document";
|
||||
@@ -273,7 +273,7 @@ class ItemDocument: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemPlotDeed: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Plot Deed"; // TODO: localize
|
||||
@@ -294,7 +294,7 @@ class ItemPlotDeed: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemLetter: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Letter";
|
||||
@@ -304,7 +304,7 @@ class ItemLetter: CA_Magazine {
|
||||
weight = 0.1;
|
||||
};
|
||||
class ItemBook1: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Romance Novel";
|
||||
@@ -314,7 +314,7 @@ class ItemBook1: CA_Magazine {
|
||||
weight = 0.1;
|
||||
};
|
||||
class ItemBook2: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Romance Novel";
|
||||
@@ -324,7 +324,7 @@ class ItemBook2: CA_Magazine {
|
||||
weight = 0.1;
|
||||
};
|
||||
class ItemBook3: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Book";
|
||||
@@ -334,7 +334,7 @@ class ItemBook3: CA_Magazine {
|
||||
weight = 0.1;
|
||||
};
|
||||
class ItemBook4: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Book";
|
||||
@@ -344,7 +344,7 @@ class ItemBook4: CA_Magazine {
|
||||
weight = 0.1;
|
||||
};
|
||||
class ItemNewspaper: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Torn Newspaper";
|
||||
@@ -361,7 +361,7 @@ class ItemNewspaper: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemDocumentRamp: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Wood Ramp";
|
||||
@@ -382,7 +382,7 @@ class ItemDocumentRamp: CA_Magazine {
|
||||
};
|
||||
|
||||
class ItemHotwireKit: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Hotwire kit";
|
||||
@@ -394,7 +394,7 @@ class ItemHotwireKit: CA_Magazine {
|
||||
|
||||
class ItemBloodbag: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "$STR_EQUIP_NAME_16";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class ItemCanvas: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Canvas";
|
||||
@@ -58,7 +58,7 @@
|
||||
};
|
||||
class ItemBurlap: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Burlap";
|
||||
@@ -80,7 +80,7 @@
|
||||
};
|
||||
class ItemLightBulb: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Light Bulb";
|
||||
@@ -104,7 +104,7 @@
|
||||
|
||||
class ItemZombieParts: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Zombie Parts";
|
||||
@@ -115,7 +115,7 @@
|
||||
|
||||
class ItemComboLock: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Combination Lock";
|
||||
@@ -128,7 +128,7 @@
|
||||
|
||||
class ItemCorrugated : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Corrugated Fence";
|
||||
@@ -173,7 +173,7 @@
|
||||
};
|
||||
class ItemPole: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Metal Pole";
|
||||
@@ -221,7 +221,7 @@
|
||||
};
|
||||
class ItemGunRackKit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Gun Rack Kit";
|
||||
@@ -242,7 +242,7 @@
|
||||
};
|
||||
class ItemWoodCrateKit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Wood Crate";
|
||||
@@ -263,7 +263,7 @@
|
||||
};
|
||||
class ItemOilBarrel: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
// fuelQuantity = 210;
|
||||
type = 256;
|
||||
@@ -274,7 +274,7 @@
|
||||
};
|
||||
class ItemFuelBarrel: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
fuelQuantity = 210;
|
||||
type = 256;
|
||||
@@ -285,7 +285,7 @@
|
||||
};
|
||||
class ItemFuelBarrelEmpty: ItemFuelBarrel
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
fuelQuantity = 0;
|
||||
type = 256;
|
||||
@@ -306,7 +306,7 @@
|
||||
};
|
||||
class ItemFireBarrel_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Fire Barrel Kit";
|
||||
@@ -327,7 +327,7 @@
|
||||
};
|
||||
class workbench_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Workbench";
|
||||
@@ -350,7 +350,7 @@
|
||||
// BUILDING KITS
|
||||
class wood_ramp_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Wood Ramp";
|
||||
@@ -370,7 +370,7 @@
|
||||
};
|
||||
class 30m_plot_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "30 Meter Plot";
|
||||
@@ -391,7 +391,7 @@
|
||||
|
||||
class metal_panel_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Metal Panel";
|
||||
@@ -421,7 +421,7 @@
|
||||
};
|
||||
class deer_stand_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Deer Stand";
|
||||
@@ -442,7 +442,7 @@
|
||||
};
|
||||
class desert_large_net_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Large Desert Camo Net";
|
||||
@@ -463,7 +463,7 @@
|
||||
};
|
||||
class forest_large_net_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Large Forest Camo Net";
|
||||
@@ -484,7 +484,7 @@
|
||||
};
|
||||
class desert_net_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Desert Camo Net";
|
||||
@@ -514,7 +514,7 @@
|
||||
};
|
||||
class forest_net_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Forest Camo Net";
|
||||
@@ -544,7 +544,7 @@
|
||||
};
|
||||
class fuel_pump_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Fuel Pump";
|
||||
@@ -565,7 +565,7 @@
|
||||
};
|
||||
class light_pole_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Light Pole";
|
||||
@@ -586,7 +586,7 @@
|
||||
};
|
||||
class stick_fence_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Stick Fence";
|
||||
@@ -607,7 +607,7 @@
|
||||
};
|
||||
class wooden_shed_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Nice Wooden Shed";
|
||||
@@ -628,7 +628,7 @@
|
||||
};
|
||||
class wood_shack_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Wood Shack";
|
||||
@@ -649,7 +649,7 @@
|
||||
};
|
||||
class m240_nest_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "M240 Nest";
|
||||
@@ -670,7 +670,7 @@
|
||||
};
|
||||
class sun_shade_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Canvas Sun Shade";
|
||||
@@ -691,7 +691,7 @@
|
||||
};
|
||||
class park_bench_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Wood Bench";
|
||||
@@ -712,7 +712,7 @@
|
||||
};
|
||||
class rusty_gate_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Rusty Gate";
|
||||
@@ -733,7 +733,7 @@
|
||||
};
|
||||
class sandbag_nest_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Sandbag Nest";
|
||||
@@ -754,7 +754,7 @@
|
||||
};
|
||||
class outhouse_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Outhouse";
|
||||
@@ -775,7 +775,7 @@
|
||||
};
|
||||
class storage_shed_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Storage Shed";
|
||||
@@ -797,7 +797,7 @@
|
||||
|
||||
class ItemScaffoldingKit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Scaffolding";
|
||||
@@ -819,7 +819,7 @@
|
||||
// Custom player vault
|
||||
class ItemVault: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Safe";
|
||||
@@ -838,7 +838,7 @@
|
||||
};
|
||||
class ItemLockbox: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Lockbox";
|
||||
@@ -859,7 +859,7 @@
|
||||
|
||||
class PartWoodPile: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_EQUIP_NAME_40;
|
||||
@@ -907,7 +907,7 @@
|
||||
};
|
||||
class PartPlankPack: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Lumber Pack";
|
||||
@@ -929,7 +929,7 @@
|
||||
};
|
||||
class CinderBlocks: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Cinder Blocks";
|
||||
@@ -971,7 +971,7 @@
|
||||
};
|
||||
class MortarBucket: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Bucket of Mortar";
|
||||
@@ -982,7 +982,7 @@
|
||||
};
|
||||
class PartPlywoodPack: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Plywood Pack";
|
||||
@@ -1005,7 +1005,7 @@
|
||||
};
|
||||
class PartWoodLumber: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Lumber";
|
||||
@@ -1095,7 +1095,7 @@
|
||||
};
|
||||
class PartWoodPlywood: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Plywood";
|
||||
@@ -1154,7 +1154,7 @@
|
||||
};
|
||||
class ItemTent : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem * 3;
|
||||
|
||||
@@ -1177,7 +1177,7 @@
|
||||
};
|
||||
class ItemTentOld: ItemTent
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_EQUIP_NAME_20;
|
||||
@@ -1216,7 +1216,7 @@
|
||||
};
|
||||
class ItemDomeTent : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem * 3;
|
||||
|
||||
@@ -1256,7 +1256,7 @@
|
||||
};
|
||||
};
|
||||
class ItemTentDomed : ItemTent { //Legacy Epoch
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Camping Tent Desert";
|
||||
@@ -1293,7 +1293,7 @@
|
||||
};
|
||||
};
|
||||
class ItemTentDomed2 : ItemTent { //Legacy Epoch
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Camping Tent Green";
|
||||
@@ -1329,7 +1329,7 @@
|
||||
};
|
||||
|
||||
class ItemSandbag : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_EQUIP_NAME_21;
|
||||
@@ -1400,7 +1400,7 @@
|
||||
};
|
||||
|
||||
class BagFenceRound_DZ_kit : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Round Sandbag Fence";
|
||||
@@ -1428,7 +1428,7 @@
|
||||
};
|
||||
|
||||
class ItemSledgeHead : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Sledgehammer Head";
|
||||
@@ -1450,7 +1450,7 @@
|
||||
};
|
||||
};
|
||||
class ItemSledgeHandle : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Sledgehammer Handle";
|
||||
@@ -1473,7 +1473,7 @@
|
||||
};
|
||||
|
||||
class ItemSandbagLarge : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "H-barrier cube";
|
||||
@@ -1502,7 +1502,7 @@
|
||||
|
||||
|
||||
class ItemSandbagExLarge : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "3 x H-barrier cube";
|
||||
@@ -1530,7 +1530,7 @@
|
||||
};
|
||||
|
||||
class ItemSandbagExLarge5x : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "5 x H-barrier cube";
|
||||
@@ -1549,7 +1549,7 @@
|
||||
};
|
||||
|
||||
class ItemTankTrap : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_EQUIP_NAME_22;
|
||||
@@ -1568,7 +1568,7 @@
|
||||
};
|
||||
|
||||
class ItemWire : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_EQUIP_NAME_23;
|
||||
@@ -1590,7 +1590,7 @@
|
||||
|
||||
class HandGrenade_Stone;
|
||||
class ItemTrashToiletpaper : HandGrenade_Stone {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
model = "z\addons\dayz_communityassets\models\toiletpaper.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_toiletpaper_CA.paa";
|
||||
@@ -1601,7 +1601,7 @@
|
||||
};
|
||||
|
||||
class ItemKiloHemp : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = "Kilo of Hemp";
|
||||
descriptionShort = "Kilo of Hemp";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class metal_floor_kit: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Metal Floor";
|
||||
@@ -18,7 +18,7 @@ class metal_floor_kit: CA_Magazine {
|
||||
};
|
||||
|
||||
class cinder_wall_kit: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Cinder Block Wall";
|
||||
@@ -36,7 +36,7 @@ class cinder_wall_kit: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class cinder_door_kit: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Block Doorway";
|
||||
@@ -54,7 +54,7 @@ class cinder_door_kit: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class cinder_garage_kit: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Block Garage Doorway";
|
||||
@@ -73,7 +73,7 @@ class cinder_garage_kit: CA_Magazine {
|
||||
};
|
||||
|
||||
class ItemWoodFloor: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Floor/Ceiling";
|
||||
@@ -91,7 +91,7 @@ class ItemWoodFloor: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemWoodFloorHalf: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Floor/Ceiling 1/2";
|
||||
@@ -118,7 +118,7 @@ class ItemWoodFloorHalf: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemWoodFloorQuarter: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Floor/Ceiling 1/4";
|
||||
@@ -146,7 +146,7 @@ class ItemWoodFloorQuarter: CA_Magazine {
|
||||
};
|
||||
|
||||
class ItemWoodStairs: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Wood Stairs";
|
||||
@@ -173,7 +173,7 @@ class ItemWoodStairs: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemWoodStairsSupport: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Wood Stairs w/ supports";
|
||||
@@ -192,7 +192,7 @@ class ItemWoodStairsSupport: CA_Magazine {
|
||||
};
|
||||
|
||||
class ItemWoodLadder: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Wood Ladder";
|
||||
@@ -211,7 +211,7 @@ class ItemWoodLadder: CA_Magazine {
|
||||
};
|
||||
|
||||
class ItemWoodWall: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Wood Wall";
|
||||
@@ -253,7 +253,7 @@ class ItemWoodWall: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemWoodWallThird: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Wood Wall 1/3";
|
||||
@@ -279,7 +279,7 @@ class ItemWoodWallThird: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemWoodWallWindow: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Wall w/ Window";
|
||||
@@ -298,7 +298,7 @@ class ItemWoodWallWindow: CA_Magazine {
|
||||
};
|
||||
|
||||
class ItemWoodWallDoor: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Wall w/ Doorway";
|
||||
@@ -324,7 +324,7 @@ class ItemWoodWallDoor: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemWoodWallWithDoor: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Wall w/ Door";
|
||||
@@ -350,7 +350,7 @@ class ItemWoodWallWithDoor: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemWoodWallWithDoorLocked: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Wall w/ Door Locked";
|
||||
@@ -369,7 +369,7 @@ class ItemWoodWallWithDoorLocked: CA_Magazine {
|
||||
};
|
||||
|
||||
class ItemWoodWallGarageDoor: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Wood Garage Door";
|
||||
@@ -395,7 +395,7 @@ class ItemWoodWallGarageDoor: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemWoodWallGarageDoorLocked: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Wood Garage Door Locked";
|
||||
@@ -414,7 +414,7 @@ class ItemWoodWallGarageDoorLocked: CA_Magazine {
|
||||
};
|
||||
|
||||
class ItemWoodWallLg: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Large Wood Wall";
|
||||
@@ -456,7 +456,7 @@ class ItemWoodWallLg: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemWoodWallWindowLg: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Large Wall w/ Window";
|
||||
@@ -475,7 +475,7 @@ class ItemWoodWallWindowLg: CA_Magazine {
|
||||
};
|
||||
|
||||
class ItemWoodWallDoorLg: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Large Wall w/ Doorway";
|
||||
@@ -501,7 +501,7 @@ class ItemWoodWallDoorLg: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemWoodWallWithDoorLg: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Large Wall w/ Door";
|
||||
@@ -527,7 +527,7 @@ class ItemWoodWallWithDoorLg: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class ItemWoodWallWithDoorLgLocked: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Large Wall w/ Door Locked";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class PartOre: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Iron Ore";
|
||||
@@ -19,7 +19,7 @@ class PartOre: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class PartOreSilver: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Silver Ore";
|
||||
@@ -39,7 +39,7 @@ class PartOreSilver: CA_Magazine {
|
||||
};
|
||||
};
|
||||
class PartOreGold: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Gold Ore";
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
class FoodEdible;
|
||||
|
||||
class FoodCanFrankBeans: FoodEdible {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
// displayName = $STR_EQUIP_NAME_28;
|
||||
displayName = "Can (Frank n Beans)"; // addactions cannot have &
|
||||
model = "\dayz_equip\models\food_fbtin.p3d";
|
||||
@@ -10,7 +10,7 @@ class FoodCanFrankBeans: FoodEdible {
|
||||
};
|
||||
|
||||
class FoodmeatRaw : FoodEdible {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_FOOD_EQIP_CODE_NAME_0;
|
||||
@@ -48,7 +48,7 @@ class FoodbeefRaw : FoodmeatRaw {
|
||||
};
|
||||
|
||||
class FoodmeatCooked : FoodEdible {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_FOODCOOKED_EQIP_CODE_NAME_0;
|
||||
model = "\dayz_equip\models\food_steak_cooked_gear.p3d";
|
||||
@@ -85,7 +85,7 @@ class FoodbeefCooked : FoodmeatCooked {
|
||||
};
|
||||
|
||||
class AngelCookies : FoodEdible {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_FOODCOOKED_EQIP_CODE_NAME_5;
|
||||
model = "z\addons\dayz_communityassets\models\buiscits_box.p3d";
|
||||
@@ -94,7 +94,7 @@ class AngelCookies : FoodEdible {
|
||||
bloodRegen = 100;
|
||||
};
|
||||
class FoodMRE : FoodEdible {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
bloodRegen = 800;
|
||||
displayName = $STR_FOOD_NAME_MRE;
|
||||
@@ -103,7 +103,7 @@ class FoodMRE : FoodEdible {
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_mre_CA.paa";
|
||||
};
|
||||
class FoodPistachio : FoodEdible {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
bloodRegen = 100;
|
||||
displayName = $STR_FOOD_NAME_PISTACHIO;
|
||||
@@ -112,7 +112,7 @@ class FoodPistachio : FoodEdible {
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_pistachios_CA.paa";
|
||||
};
|
||||
class FoodNutmix : FoodEdible {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
bloodRegen = 100;
|
||||
displayName = $STR_FOOD_NAME_NUTMIX;
|
||||
@@ -122,7 +122,7 @@ class FoodNutmix : FoodEdible {
|
||||
};
|
||||
|
||||
class FoodCanGriff : FoodEdible {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
bloodRegen = 200;
|
||||
displayName = $STR_FOOD_NAME_CAN_GRIFF;
|
||||
@@ -131,7 +131,7 @@ class FoodCanGriff : FoodEdible {
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_griff_clean_full_ca.paa";
|
||||
};
|
||||
class FoodCanBadguy : FoodEdible {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
bloodRegen = 200;
|
||||
displayName = $STR_FOOD_NAME_CAN_BADGUY;
|
||||
@@ -140,7 +140,7 @@ class FoodCanBadguy : FoodEdible {
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_badguy_clean_full_ca.paa";
|
||||
};
|
||||
class FoodCanBoneboy : FoodEdible {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
bloodRegen = 200;
|
||||
displayName = $STR_FOOD_NAME_CAN_BONEBOY;
|
||||
@@ -149,7 +149,7 @@ class FoodCanBoneboy : FoodEdible {
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_boneboy_clean_full_ca.paa";
|
||||
};
|
||||
class FoodCanCorn : FoodEdible {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
bloodRegen = 200;
|
||||
displayName = $STR_FOOD_NAME_CAN_CORN;
|
||||
@@ -158,7 +158,7 @@ class FoodCanCorn : FoodEdible {
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_corn_clean_full_ca.paa";
|
||||
};
|
||||
class FoodCanCurgon : FoodEdible {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
bloodRegen = 200;
|
||||
displayName = $STR_FOOD_NAME_CAN_CURGON;
|
||||
@@ -167,7 +167,7 @@ class FoodCanCurgon : FoodEdible {
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_curgon_clean_full_ca.paa";
|
||||
};
|
||||
class FoodCanDemon : FoodEdible {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
bloodRegen = 200;
|
||||
displayName = $STR_FOOD_NAME_CAN_DEMON;
|
||||
@@ -176,7 +176,7 @@ class FoodCanDemon : FoodEdible {
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_demon_clean_full_ca.paa";
|
||||
};
|
||||
class FoodCanFraggleos : FoodEdible {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
bloodRegen = 200;
|
||||
displayName = $STR_FOOD_NAME_CAN_FRAGGLEOS;
|
||||
@@ -185,7 +185,7 @@ class FoodCanFraggleos : FoodEdible {
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_fraggleos_clean_full_ca.paa";
|
||||
};
|
||||
class FoodCanHerpy : FoodEdible {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
bloodRegen = 200;
|
||||
displayName = $STR_FOOD_NAME_CAN_HERPY;
|
||||
@@ -194,7 +194,7 @@ class FoodCanHerpy : FoodEdible {
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_herpy_clean_full_ca.paa";
|
||||
};
|
||||
class FoodCanOrlok : FoodEdible {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
bloodRegen = 200;
|
||||
displayName = $STR_FOOD_NAME_CAN_ORLOK;
|
||||
@@ -203,7 +203,7 @@ class FoodCanOrlok : FoodEdible {
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_orlok_clean_full_ca.paa";
|
||||
};
|
||||
class FoodCanPowell : FoodEdible {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
bloodRegen = 200;
|
||||
displayName = $STR_FOOD_NAME_CAN_POWELL;
|
||||
@@ -212,7 +212,7 @@ class FoodCanPowell : FoodEdible {
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_powell_clean_full_ca.paa";
|
||||
};
|
||||
class FoodCanTylers : FoodEdible {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
bloodRegen = 200;
|
||||
displayName = $STR_FOOD_NAME_CAN_TYLERS;
|
||||
@@ -221,7 +221,7 @@ class FoodCanTylers : FoodEdible {
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_tylers_clean_full_ca.paa";
|
||||
};
|
||||
class FoodCanUnlabeled : FoodEdible {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
bloodRegen = 200;
|
||||
displayName = $STR_FOOD_NAME_CAN_UNLABELED;
|
||||
@@ -231,7 +231,7 @@ class FoodCanUnlabeled : FoodEdible {
|
||||
};
|
||||
|
||||
class TrashTinCan: HandGrenade {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = $STR_EQUIP_NAME_33;
|
||||
model = "\dayz_equip\models\trash_tincan.p3d";
|
||||
picture = "\dayz_equip\textures\equip_tincan_ca.paa";
|
||||
@@ -250,7 +250,7 @@ class TrashTinCan: HandGrenade {
|
||||
};
|
||||
|
||||
class FoodCanGriffEmpty : TrashTinCan {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
model = "z\addons\dayz_communityassets\models\can_griff_clean_empty.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_can_griff_clean_empty_ca.paa";
|
||||
@@ -259,7 +259,7 @@ class FoodCanGriffEmpty : TrashTinCan {
|
||||
ammo = "TinCan";
|
||||
};
|
||||
class FoodCanBadguyEmpty : TrashTinCan {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_FOOD_NAME_CAN_BADGUY_EMPTY;
|
||||
descriptionShort = $STR_FOOD_DESC_CAN_BADGUY_EMPTY;
|
||||
@@ -268,7 +268,7 @@ class FoodCanBadguyEmpty : TrashTinCan {
|
||||
ammo = "TinCan";
|
||||
};
|
||||
class FoodCanBoneboyEmpty : TrashTinCan {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_FOOD_NAME_CAN_BONEBOY_EMPTY;
|
||||
descriptionShort = $STR_FOOD_DESC_CAN_BONEBOY_EMPTY;
|
||||
@@ -277,7 +277,7 @@ class FoodCanBoneboyEmpty : TrashTinCan {
|
||||
ammo = "TinCan";
|
||||
};
|
||||
class FoodCanCornEmpty : TrashTinCan {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_FOOD_NAME_CAN_CORN_EMPTY;
|
||||
descriptionShort = $STR_FOOD_DESC_CAN_CORN_EMPTY;
|
||||
@@ -286,7 +286,7 @@ class FoodCanCornEmpty : TrashTinCan {
|
||||
ammo = "TinCan";
|
||||
};
|
||||
class FoodCanCurgonEmpty : TrashTinCan {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_FOOD_NAME_CAN_CURGON_EMPTY;
|
||||
descriptionShort = $STR_FOOD_DESC_CAN_CURGON_EMPTY;
|
||||
@@ -295,7 +295,7 @@ class FoodCanCurgonEmpty : TrashTinCan {
|
||||
ammo = "TinCan";
|
||||
};
|
||||
class FoodCanDemonEmpty : TrashTinCan {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_FOOD_NAME_CAN_DEMON_EMPTY;
|
||||
descriptionShort = $STR_FOOD_DESC_CAN_DEMON_EMPTY;
|
||||
@@ -304,7 +304,7 @@ class FoodCanDemonEmpty : TrashTinCan {
|
||||
ammo = "TinCan";
|
||||
};
|
||||
class FoodCanFraggleosEmpty : TrashTinCan {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_FOOD_NAME_CAN_FRAGGLEOS_EMPTY;
|
||||
descriptionShort = $STR_FOOD_DESC_CAN_FRAGGLEOS_EMPTY;
|
||||
@@ -313,7 +313,7 @@ class FoodCanFraggleosEmpty : TrashTinCan {
|
||||
ammo = "TinCan";
|
||||
};
|
||||
class FoodCanHerpyEmpty : TrashTinCan {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_FOOD_NAME_CAN_HERPY_EMPTY;
|
||||
descriptionShort = $STR_FOOD_DESC_CAN_HERPY_EMPTY;
|
||||
@@ -322,7 +322,7 @@ class FoodCanHerpyEmpty : TrashTinCan {
|
||||
ammo = "TinCan";
|
||||
};
|
||||
class FoodCanOrlokEmpty : TrashTinCan {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_FOOD_NAME_CAN_ORLOK_EMPTY;
|
||||
descriptionShort = $STR_FOOD_DESC_CAN_ORLOK_EMPTY;
|
||||
@@ -331,7 +331,7 @@ class FoodCanOrlokEmpty : TrashTinCan {
|
||||
ammo = "TinCan";
|
||||
};
|
||||
class FoodCanPowellEmpty : TrashTinCan {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_FOOD_NAME_CAN_POWELL_EMPTY;
|
||||
descriptionShort = $STR_FOOD_DESC_CAN_POWELL_EMPTY;
|
||||
@@ -340,7 +340,7 @@ class FoodCanPowellEmpty : TrashTinCan {
|
||||
ammo = "TinCan";
|
||||
};
|
||||
class FoodCanTylersEmpty : TrashTinCan {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_FOOD_NAME_CAN_TYLERS_EMPTY;
|
||||
descriptionShort = $STR_FOOD_DESC_CAN_TYLERS_EMPTY;
|
||||
@@ -349,7 +349,7 @@ class FoodCanTylersEmpty : TrashTinCan {
|
||||
ammo = "TinCan";
|
||||
};
|
||||
class FoodCanUnlabeledEmpty : TrashTinCan {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_FOOD_NAME_CAN_UNLABELED_EMPTY;
|
||||
descriptionShort = $STR_FOOD_DESC_CAN_UNLABELED_EMPTY;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class TrapBear : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user