mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-22 20:12:20 +03:00
Add another backpack
Model made by @Helion4
This commit is contained in:
@@ -564,6 +564,34 @@ class SurvivorPack_DZE2 : SurvivorPack_DZE1
|
||||
init="[(_this select 0),'CfgVehicles','SurvivorPack_DZE2'] execVM '\z\addons\dayz_code\actions\pickupActions\object_BackpackAction.sqf';";
|
||||
};
|
||||
};
|
||||
class AirwavesPack_DZE1 : Bag_Base_EP1
|
||||
{
|
||||
scope = 2;
|
||||
displayname = $STR_BACKPACK_NAME_AIRWAVES_DZE1;
|
||||
descriptionShort = $STR_BACKPACK_DESC_AIRWAVES_DZE1;
|
||||
model = "\z\addons\dayz_epoch_u\clothes\dze_wavesbag_01.p3d";
|
||||
picture = "\ice_apo_resistance\icons\backpack4_ca.paa";
|
||||
transportMaxWeapons = 7;
|
||||
transportMaxMagazines = 35;
|
||||
class eventHandlers
|
||||
{
|
||||
init="[(_this select 0),'CfgVehicles','AirwavesPack_DZE1'] execVM '\z\addons\dayz_code\actions\pickupActions\object_BackpackAction.sqf';";
|
||||
};
|
||||
};
|
||||
class AirwavesPack_DZE2 : Bag_Base_EP1
|
||||
{
|
||||
scope = 2;
|
||||
displayname = $STR_BACKPACK_NAME_AIRWAVES_DZE2;
|
||||
descriptionShort = $STR_BACKPACK_DESC_AIRWAVES_DZE2;
|
||||
model = "\z\addons\dayz_epoch_u\clothes\dze_wavesbag_01.p3d";
|
||||
picture = "\ice_apo_resistance\icons\backpack4_ca.paa";
|
||||
transportMaxWeapons = 9;
|
||||
transportMaxMagazines = 45;
|
||||
class eventHandlers
|
||||
{
|
||||
init="[(_this select 0),'CfgVehicles','AirwavesPack_DZE2'] execVM '\z\addons\dayz_code\actions\pickupActions\object_BackpackAction.sqf';";
|
||||
};
|
||||
};
|
||||
class CzechBackpack_DZE1 : DZ_CivilBackpack_EP1
|
||||
{
|
||||
displayname = $STR_BACKPACK_NAME_CZECH_DZE1;
|
||||
|
||||
Reference in New Issue
Block a user