Add a few new items

Models made by @helion4
This commit is contained in:
AirwavesMan
2020-06-28 22:40:16 +02:00
parent 8d4a00b99e
commit 09c368b938
21 changed files with 967 additions and 17 deletions

View File

@@ -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";
};