Added HuntIR and tactical ladder to ACE_Box_Misc

This commit is contained in:
ulteq 2015-06-18 11:02:04 +02:00
parent 7b1015155c
commit bb877bc54c
2 changed files with 24 additions and 4 deletions

View File

@ -56,4 +56,14 @@ class CfgVehicles {
MACRO_ADDMAGAZINE(ACE_HuntIR_M203,20);
};
};
class Box_NATO_Support_F;
class ACE_Box_Misc: Box_NATO_Support_F {
class TransportItems {
MACRO_ADDITEM(ACE_HuntIR_monitor,5);
};
class TransportMagazines {
MACRO_ADDMAGAZINE(ACE_HuntIR_M203,20);
};
};
};

View File

@ -15,15 +15,25 @@ class CfgVehicles {
};
class Bag_Base;
class ACE_TacticalLadder_Pack: Bag_Base {
scope = 2;
displayName = CSTRING(DisplayName);
class ACE_TacticalLadder_Pack: Bag_Base {
scope = 2;
displayName = CSTRING(DisplayName);
descriptionShort = "";
model = PATHTOF(data\ace_tacticalladder_pack.p3d);
picture = PATHTOF(UI\ace_tactical_ladder_pack_ca.paa);
maximumLoad = 0;
mass = 50;
};
};
class Box_NATO_Support_F;
class ACE_Box_Misc: Box_NATO_Support_F {
class TransportBackpacks {
class _xx_ACE_TacticalLadder_Pack {
backpack = "ACE_TacticalLadder_Pack";
count = 3;
};
};
};
class House;
class ACE_Tactical_Ladder: House {