mirror of
https://github.com/redned70/Trader-Mod.git
synced 2024-08-30 16:52:16 +00:00
readded custom building to cover Exile building items
This commit is contained in:
parent
1175db6a79
commit
c19b9688fb
@ -1,10 +1,30 @@
|
|||||||
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
// Extended Base Mod - removed as now seperate EBM
|
||||||
//#define USE_APEX_Buildings 1
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Extended Base Mod - removed as now seperate
|
// Building Supplies
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
class Exile_Item_WoodDoorKit { quality = 1; price = 750; };
|
||||||
|
class Exile_Item_WoodDoorwayKit { quality = 1; price = 750; };
|
||||||
|
class Exile_Item_WoodFloorKit { quality = 1; price = 750; };
|
||||||
|
class Exile_Item_WoodFloorPortKit { quality = 1; price = 750; };
|
||||||
|
class Exile_Item_WoodGateKit { quality = 1; price = 750; };
|
||||||
|
//class Exile_Item_WoodDrawBridgeKit { quality = 1; price = 750; };
|
||||||
|
class Exile_Item_WoodStairsKit { quality = 1; price = 750; };
|
||||||
|
class Exile_Item_WoodSupportKit { quality = 1; price = 500; };
|
||||||
|
class Exile_Item_WoodWallHalfKit { quality = 1; price = 500; };
|
||||||
|
class Exile_Item_WoodWallKit { quality = 1; price = 750; };
|
||||||
|
class Exile_Item_WoodWindowKit { quality = 1; price = 750; };
|
||||||
|
class Exile_Item_WorkBenchKit { quality = 1; price = 500; };
|
||||||
|
class Exile_Item_MetalHedgehogKit { quality = 2; price = 1200; };
|
||||||
|
class Exile_Item_ConcreteDoorwayKit { quality = 3; price = 2200; };
|
||||||
|
class Exile_Item_ConcreteFloorKit { quality = 3; price = 2200; };
|
||||||
|
class Exile_Item_ConcreteFloorPortKit { quality = 3; price = 2200; };
|
||||||
|
class Exile_Item_ConcreteGateKit { quality = 3; price = 2200; };
|
||||||
|
class Exile_Item_ConcreteStairsKit { quality = 3; price = 2200; };
|
||||||
|
class Exile_Item_ConcreteSupportKit { quality = 3; price = 2200; };
|
||||||
|
class Exile_Item_ConcreteWallKit { quality = 3; price = 2200; };
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Cessna (Amphibious)
|
// Cessna (Amphibious)
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
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
|
class CPlanes
|
||||||
{
|
{
|
||||||
name = "Custom Planes";
|
name = "Custom Planes";
|
||||||
|
@ -175,7 +175,7 @@ APEXHeadgear
|
|||||||
----------- hardware ----------
|
----------- hardware ----------
|
||||||
Hardware
|
Hardware
|
||||||
----------- building supplies ----------
|
----------- building supplies ----------
|
||||||
//CBuilding - no longer used
|
CBuilding - exile wood and concrete building materials
|
||||||
ExtendedBaseMod
|
ExtendedBaseMod
|
||||||
|
|
||||||
----------- food ----------
|
----------- food ----------
|
||||||
|
Loading…
Reference in New Issue
Block a user