mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 11:42:38 +03:00
Add 50 placeholder items for server admins to use
Server admins can add new items by re-naming the new placeholder items. E.g.: Placeholder_01_kit can be re-named by overwriting the string within the missionfile. This is for example useful to bind arma buildable to an actual in-game item which can be crafted or looted.
This commit is contained in:
500
SQF/dayz_code/Configs/CfgMagazines/Buildings/Placeholders.hpp
Normal file
500
SQF/dayz_code/Configs/CfgMagazines/Buildings/Placeholders.hpp
Normal file
@@ -0,0 +1,500 @@
|
||||
class Placeholder_01_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_01;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_01;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_02_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_02;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_02;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_03_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_03;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_03;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_04_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_04;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_04;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_05_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_05;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_05;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_06_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_06;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_06;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_07_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_07;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_07;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_08_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_08;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_08;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_09_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_09;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_09;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_10_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_10;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_10;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_11_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_11;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_11;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_12_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_12;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_12;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_13_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_13;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_13;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_14_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_14;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_14;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_15_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_15;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_15;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_16_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_16;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_16;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_17_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_17;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_17;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_18_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_18;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_18;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_19_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_19;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_19;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_20_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_20;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_20;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_21_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_21;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_21;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_22_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_22;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_22;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_23_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_23;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_23;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_24_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_24;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_24;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_25_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_25;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_25;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_26_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_26;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_26;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_27_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_27;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_27;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_28_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_28;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_28;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_29_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_29;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_29;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_30_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_30;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_30;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_31_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_31;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_31;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_32_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_32;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_32;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_33_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_33;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_33;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_34_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_34;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_34;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_35_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_35;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_35;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_36_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_36;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_36;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_37_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_37;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_37;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_38_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_38;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_38;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_39_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_39;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_39;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_40_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_40;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_40;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_41_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_41;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_41;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_42_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_42;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_42;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_43_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_43;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_43;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_44_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_44;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_44;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_45_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_45;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_45;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_46_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_46;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_46;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_47_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_47;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_47;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_48_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_48;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_48;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_49_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_49;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_49;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
class Placeholder_50_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_PLACEHOLDER_ITEM_NAME_50;
|
||||
descriptionShort = $STR_PLACEHOLDER_ITEM_DESC_50;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
};
|
||||
@@ -68,4 +68,5 @@ class CfgMagazines
|
||||
#include "Buildings\Misc.hpp"
|
||||
#include "Buildings\StaticWeapons.hpp"
|
||||
#include "Buildings\Plants.hpp"
|
||||
#include "Buildings\Placeholders.hpp"
|
||||
};
|
||||
Reference in New Issue
Block a user