Plot Upgrades - missing SIM Classes in CfgBaseBuilding

This commit is contained in:
He-Man 2019-03-02 23:22:23 +01:00
parent 13f5d09b7e
commit 6e50ce6763

View File

@ -207,6 +207,10 @@ class CfgBaseBuilding
simulClass = "PlotPole_M_SIM_EPOCH";
bypassJammer = 1;
};
class PlotPole_M_SIM_EPOCH : PlotPole_M_EPOCH
{
removeParts[] = {};
};
class PlotPole_L_EPOCH : Default
{
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";
bypassJammer = 1;
};
class PlotPole_L_SIM_EPOCH : PlotPole_L_EPOCH
{
removeParts[] = {};
};
class PlotPole_XL_EPOCH : Default
{
upgradeBuilding[] = {};
@ -225,6 +233,10 @@ class CfgBaseBuilding
simulClass = "PlotPole_XL_SIM_EPOCH";
bypassJammer = 1;
};
class PlotPole_XL_SIM_EPOCH : PlotPole_XL_EPOCH
{
removeParts[] = {};
};
class PlotPole_XXL_EPOCH : Default
{
upgradeBuilding[] = {};
@ -234,6 +246,10 @@ class CfgBaseBuilding
simulClass = "PlotPole_XXL_SIM_EPOCH";
bypassJammer = 1;
};
class PlotPole_XXL_SIM_EPOCH : PlotPole_XXL_EPOCH
{
removeParts[] = {};
};
class WoodRamp_EPOCH : Default
{
removeParts[] = {{"PartPlankPack",3}};