mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
53 lines
1.5 KiB
C++
53 lines
1.5 KiB
C++
class ItemPilotmask_DZE : ItemCore
|
|
{
|
|
scope = 2;
|
|
picture = "\dayz_epoch_c\icons\tools\ItemPilotmask.paa";
|
|
displayName = $STR_EQUIP_PILOT_MASK;
|
|
descriptionShort = $STR_EQUIP_PILOT_MASK_DESC;
|
|
model = "\z\addons\dayz_epoch_w\items\gas_mask.p3d";
|
|
};
|
|
|
|
class ItemPilotmaskBroken_DZE : ItemCore
|
|
{
|
|
scope = 2;
|
|
picture = "\dayz_epoch_c\icons\tools\ItemPilotmaskBroken.paa";
|
|
displayName = $STR_EQUIP_PILOT_MASK_BROKEN;
|
|
descriptionShort = $STR_EQUIP_PILOT_MASK_BROKEN_DESC;
|
|
model = "\z\addons\dayz_epoch_w\items\gas_mask.p3d";
|
|
};
|
|
|
|
class ItemGasmask1_DZE : ItemCore
|
|
{
|
|
scope = 2;
|
|
picture = "\dayz_epoch_c\icons\tools\ItemGasmask1.paa";
|
|
displayName = $STR_EQUIP_GAS_MASK1;
|
|
descriptionShort = $STR_EQUIP_GAS_MASK1_DESC;
|
|
model = "\z\addons\dayz_epoch_w\items\gas_mask.p3d";
|
|
};
|
|
|
|
class ItemGasmask1Broken_DZE : ItemCore
|
|
{
|
|
scope = 2;
|
|
picture = "\dayz_epoch_c\icons\tools\ItemGasmask1Broken.paa";
|
|
displayName = $STR_EQUIP_GAS_MASK1_BROKEN;
|
|
descriptionShort = $STR_EQUIP_GAS_MASK1_BROKEN_DESC;
|
|
model = "\z\addons\dayz_epoch_w\items\gas_mask.p3d";
|
|
};
|
|
|
|
class ItemGasmask2_DZE : ItemCore
|
|
{
|
|
scope = 2;
|
|
picture = "\dayz_epoch_c\icons\tools\ItemGasmask2.paa";
|
|
displayName = $STR_EQUIP_GAS_MASK2;
|
|
descriptionShort = $STR_EQUIP_GAS_MASK2_DESC;
|
|
model = "\z\addons\dayz_epoch_w\items\gas_mask.p3d";
|
|
};
|
|
|
|
class ItemGasmask2Broken_DZE : ItemCore
|
|
{
|
|
scope = 2;
|
|
picture = "\dayz_epoch_c\icons\tools\ItemGasmask2Broken.paa";
|
|
displayName = $STR_EQUIP_GAS_MASK2_BROKEN;
|
|
descriptionShort = $STR_EQUIP_GAS_MASK2_BROKEN_DESC;
|
|
model = "\z\addons\dayz_epoch_w\items\gas_mask.p3d";
|
|
}; |