mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
Add a few new items
Models made by @helion4
This commit is contained in:
@@ -4,6 +4,7 @@ class ItemPilotmask_DZE : ItemCore
|
||||
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
|
||||
@@ -12,6 +13,7 @@ class ItemPilotmaskBroken_DZE : ItemCore
|
||||
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
|
||||
@@ -20,6 +22,7 @@ class ItemGasmask1_DZE : ItemCore
|
||||
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
|
||||
@@ -28,6 +31,7 @@ class ItemGasmask1Broken_DZE : ItemCore
|
||||
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
|
||||
@@ -36,6 +40,7 @@ class ItemGasmask2_DZE : ItemCore
|
||||
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
|
||||
@@ -44,4 +49,5 @@ class ItemGasmask2Broken_DZE : ItemCore
|
||||
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";
|
||||
};
|
||||
Reference in New Issue
Block a user