2017-03-22 16:57:06 +00:00
|
|
|
class CBuilding
|
|
|
|
{
|
|
|
|
name = "Building Supplies";
|
|
|
|
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
|
|
|
items[] =
|
|
|
|
{
|
2017-11-16 05:24:52 +00:00
|
|
|
"Exile_Item_ConcreteDoorwayKit",
|
|
|
|
"Exile_Item_ConcreteFloorKit",
|
|
|
|
"Exile_Item_ConcreteFloorPortKit",
|
|
|
|
"Exile_Item_ConcreteGateKit",
|
|
|
|
"Exile_Item_ConcreteStairsKit",
|
|
|
|
"Exile_Item_ConcreteSupportKit",
|
|
|
|
"Exile_Item_ConcreteWallKit",
|
|
|
|
"Exile_Item_MetalHedgehogKit",
|
2017-03-22 16:57:06 +00:00
|
|
|
"Exile_Item_WoodDoorKit",
|
|
|
|
"Exile_Item_WoodDoorwayKit",
|
|
|
|
"Exile_Item_WoodFloorKit",
|
|
|
|
"Exile_Item_WoodFloorPortKit",
|
|
|
|
"Exile_Item_WoodGateKit",
|
|
|
|
"Exile_Item_WoodStairsKit",
|
|
|
|
"Exile_Item_WoodSupportKit",
|
|
|
|
"Exile_Item_WoodWallHalfKit",
|
|
|
|
"Exile_Item_WoodWallKit",
|
|
|
|
"Exile_Item_WoodWindowKit",
|
2017-11-16 05:24:52 +00:00
|
|
|
"Exile_Item_WorkBenchKit"
|
|
|
|
//"Exile_Item_WoodDrawBridgeKit",
|
2017-03-22 16:57:06 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2016-07-19 21:28:02 +00:00
|
|
|
class CPlanes
|
|
|
|
{
|
|
|
|
name = "Custom Planes";
|
|
|
|
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
2017-03-22 16:57:06 +00:00
|
|
|
items[] =
|
2016-07-19 21:28:02 +00:00
|
|
|
{
|
2017-11-23 16:34:28 +00:00
|
|
|
// moved to arma3
|
2016-07-19 21:28:02 +00:00
|
|
|
};
|
2017-03-22 16:57:06 +00:00
|
|
|
};
|