mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Plot Upgrades - missing SIM Classes in CfgBaseBuilding
This commit is contained in:
parent
13f5d09b7e
commit
6e50ce6763
@ -207,6 +207,10 @@ class CfgBaseBuilding
|
|||||||
simulClass = "PlotPole_M_SIM_EPOCH";
|
simulClass = "PlotPole_M_SIM_EPOCH";
|
||||||
bypassJammer = 1;
|
bypassJammer = 1;
|
||||||
};
|
};
|
||||||
|
class PlotPole_M_SIM_EPOCH : PlotPole_M_EPOCH
|
||||||
|
{
|
||||||
|
removeParts[] = {};
|
||||||
|
};
|
||||||
class PlotPole_L_EPOCH : Default
|
class PlotPole_L_EPOCH : Default
|
||||||
{
|
{
|
||||||
upgradeBuilding[] = {{"PlotPole_XL_EPOCH",{{"ItemCorrugatedLg",5},{"EnergyPackLg",2},{"CircuitParts",3},{"ItemBattery",3},{"ItemPipe",1}}}};
|
upgradeBuilding[] = {{"PlotPole_XL_EPOCH",{{"ItemCorrugatedLg",5},{"EnergyPackLg",2},{"CircuitParts",3},{"ItemBattery",3},{"ItemPipe",1}}}};
|
||||||
@ -216,6 +220,10 @@ class CfgBaseBuilding
|
|||||||
simulClass = "PlotPole_L_SIM_EPOCH";
|
simulClass = "PlotPole_L_SIM_EPOCH";
|
||||||
bypassJammer = 1;
|
bypassJammer = 1;
|
||||||
};
|
};
|
||||||
|
class PlotPole_L_SIM_EPOCH : PlotPole_L_EPOCH
|
||||||
|
{
|
||||||
|
removeParts[] = {};
|
||||||
|
};
|
||||||
class PlotPole_XL_EPOCH : Default
|
class PlotPole_XL_EPOCH : Default
|
||||||
{
|
{
|
||||||
upgradeBuilding[] = {};
|
upgradeBuilding[] = {};
|
||||||
@ -225,6 +233,10 @@ class CfgBaseBuilding
|
|||||||
simulClass = "PlotPole_XL_SIM_EPOCH";
|
simulClass = "PlotPole_XL_SIM_EPOCH";
|
||||||
bypassJammer = 1;
|
bypassJammer = 1;
|
||||||
};
|
};
|
||||||
|
class PlotPole_XL_SIM_EPOCH : PlotPole_XL_EPOCH
|
||||||
|
{
|
||||||
|
removeParts[] = {};
|
||||||
|
};
|
||||||
class PlotPole_XXL_EPOCH : Default
|
class PlotPole_XXL_EPOCH : Default
|
||||||
{
|
{
|
||||||
upgradeBuilding[] = {};
|
upgradeBuilding[] = {};
|
||||||
@ -234,6 +246,10 @@ class CfgBaseBuilding
|
|||||||
simulClass = "PlotPole_XXL_SIM_EPOCH";
|
simulClass = "PlotPole_XXL_SIM_EPOCH";
|
||||||
bypassJammer = 1;
|
bypassJammer = 1;
|
||||||
};
|
};
|
||||||
|
class PlotPole_XXL_SIM_EPOCH : PlotPole_XXL_EPOCH
|
||||||
|
{
|
||||||
|
removeParts[] = {};
|
||||||
|
};
|
||||||
class WoodRamp_EPOCH : Default
|
class WoodRamp_EPOCH : Default
|
||||||
{
|
{
|
||||||
removeParts[] = {{"PartPlankPack",3}};
|
removeParts[] = {{"PartPlankPack",3}};
|
||||||
|
Loading…
Reference in New Issue
Block a user