mirror of
https://github.com/redned70/Trader-Mod.git
synced 2024-08-30 16:52:16 +00:00
39 lines
975 B
C++
39 lines
975 B
C++
class CBuilding
|
|
{
|
|
name = "Building Supplies";
|
|
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
|
items[] =
|
|
{
|
|
"Exile_Item_WoodDoorKit",
|
|
"Exile_Item_WoodDoorwayKit",
|
|
"Exile_Item_WoodFloorKit",
|
|
"Exile_Item_WoodFloorPortKit",
|
|
"Exile_Item_WoodGateKit",
|
|
//"Exile_Item_WoodDrawBridgeKit",
|
|
"Exile_Item_WoodStairsKit",
|
|
"Exile_Item_WoodSupportKit",
|
|
"Exile_Item_WoodWallHalfKit",
|
|
"Exile_Item_WoodWallKit",
|
|
"Exile_Item_WoodWindowKit",
|
|
"Exile_Item_WorkBenchKit",
|
|
"Exile_Item_MetalHedgehogKit",
|
|
"Exile_Item_ConcreteDoorwayKit",
|
|
"Exile_Item_ConcreteFloorKit",
|
|
"Exile_Item_ConcreteFloorPortKit",
|
|
"Exile_Item_ConcreteGateKit",
|
|
"Exile_Item_ConcreteStairsKit",
|
|
"Exile_Item_ConcreteSupportKit",
|
|
"Exile_Item_ConcreteWallKit"
|
|
};
|
|
};
|
|
|
|
class CPlanes
|
|
{
|
|
name = "Custom Planes";
|
|
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
|
items[] =
|
|
{
|
|
"GNT_C185F",
|
|
"GNT_C185T"
|
|
};
|
|
}; |