2018-07-23 01:12:39 +00:00
|
|
|
/*
|
|
|
|
EB4E CfgInteractions
|
|
|
|
By Ghostrider-GRG-
|
|
|
|
7/21/18
|
|
|
|
*/
|
|
|
|
|
|
|
|
class KitMetalRack_EB4E : Item_Build_base
|
|
|
|
{
|
2018-08-11 17:17:39 +00:00
|
|
|
buildClass = "MetalRack_SIM_EB4E";
|
2018-07-23 01:12:39 +00:00
|
|
|
isStorage = 1;
|
|
|
|
};
|
|
|
|
class KitMetalRackTall_EB4E : Item_Build_base
|
|
|
|
{
|
2018-08-11 17:17:39 +00:00
|
|
|
buildClass = "MetalRackTall_SIM_EB4E";
|
2018-07-23 01:12:39 +00:00
|
|
|
isStorage = 1;
|
|
|
|
};
|
|
|
|
class KitWoodenRack_EB4E : Item_Build_base
|
|
|
|
{
|
2018-08-11 17:17:39 +00:00
|
|
|
buildClass = "WoodenRack_SIM_EB4E";
|
2018-07-23 01:12:39 +00:00
|
|
|
isStorage = 1;
|
|
|
|
};
|
2018-08-11 17:17:39 +00:00
|
|
|
class KitToolTrollyRed_EB4E : Item_Build_base
|
2018-07-23 01:12:39 +00:00
|
|
|
{
|
2018-08-11 17:17:39 +00:00
|
|
|
buildClass = "ToolTrollyRed_SIM_EB4E";
|
2018-07-23 01:12:39 +00:00
|
|
|
isStorage = 1;
|
|
|
|
};
|
2018-08-11 17:17:39 +00:00
|
|
|
class KitToolTrollyBlue_EB4E : Item_Build_base
|
2018-07-23 01:12:39 +00:00
|
|
|
{
|
2018-08-11 17:17:39 +00:00
|
|
|
buildClass = "ToolTrollyBlue_SIM_EB4E";
|
|
|
|
isStorage = 1;
|
|
|
|
};
|
|
|
|
class KitIcebox_EB4E : Item_Build_base
|
|
|
|
{
|
|
|
|
buildClass = "Icebox_SIM_EB4E";
|
|
|
|
isStorage = 1;
|
|
|
|
};
|
|
|
|
class KitWoodenShelvesBlue_EB4E : Item_Build_base
|
|
|
|
{
|
|
|
|
buildClass = "WoodenShelvesBlue_SIM_EB4E";
|
|
|
|
isStorage = 1;
|
|
|
|
};
|
|
|
|
class KitWoodenShelves_EB4E : Item_Build_base
|
|
|
|
{
|
|
|
|
buildClass = "WoodenShelves_SIM_EB4E";
|
2018-07-23 01:12:39 +00:00
|
|
|
isStorage = 1;
|
|
|
|
};
|
|
|
|
|
|
|
|
//////////////
|
2018-08-11 17:17:39 +00:00
|
|
|
class KitCargo10_yellow_EB4E : Item_Build_base
|
2018-07-23 01:12:39 +00:00
|
|
|
{
|
|
|
|
buildClass = "Cargo10_yellow_SIM_EB4E";
|
|
|
|
isStorage = 1;
|
|
|
|
};
|
2018-08-11 17:17:39 +00:00
|
|
|
class KitCargo10_white_EB4E : Item_Build_base
|
2018-07-23 01:12:39 +00:00
|
|
|
{
|
|
|
|
buildClass = "Cargo10_white_SIM_EB4E";
|
|
|
|
isStorage = 1;
|
|
|
|
};
|
2018-08-11 17:17:39 +00:00
|
|
|
class KitCargo10_red_EB4E : Item_Build_base
|
2018-07-23 01:12:39 +00:00
|
|
|
{
|
|
|
|
buildClass = "Cargo10_red_SIM_EB4E";
|
|
|
|
isStorage = 1;
|
|
|
|
};
|
2018-08-11 17:17:39 +00:00
|
|
|
class KitCargo10_brick_red_EB4E : Item_Build_base
|
|
|
|
{
|
|
|
|
buildClass = "Cargo10_brick_red_SIM_EB4E";
|
|
|
|
isStorage = 1;
|
|
|
|
};
|
|
|
|
class KitCargo10_orange_EB4E : Item_Build_base
|
2018-07-23 01:12:39 +00:00
|
|
|
{
|
|
|
|
buildClass = "Cargo10_orange_SIM_EB4E";
|
|
|
|
isStorage = 1;
|
|
|
|
};
|
2018-08-11 17:17:39 +00:00
|
|
|
class KitCargo10_military_green_EB4E : Item_Build_base
|
2018-07-23 01:12:39 +00:00
|
|
|
{
|
2018-08-11 17:17:39 +00:00
|
|
|
buildClass = "Cargo10_military_green_SIM_EB4E";
|
2018-07-23 01:12:39 +00:00
|
|
|
isStorage = 1;
|
|
|
|
};
|
2018-08-11 17:17:39 +00:00
|
|
|
class KitCargo10_cyan_EB4E : Item_Build_base
|
2018-07-23 01:12:39 +00:00
|
|
|
{
|
|
|
|
buildClass = "Cargo10_cyan_SIM_EB4E";
|
|
|
|
isStorage = 1;
|
|
|
|
};
|
2018-08-11 17:17:39 +00:00
|
|
|
class KitCargo10_blue_EB4E : Item_Build_base
|
2018-07-23 01:12:39 +00:00
|
|
|
{
|
|
|
|
buildClass = "Cargo10_blue_SIM_EB4E";
|
|
|
|
isStorage = 1;
|
2018-08-11 17:17:39 +00:00
|
|
|
};
|