SolarGen_Ghost

This commit is contained in:
He-Man 2019-09-20 19:03:18 +02:00
parent 8f66a4990f
commit 529113b455
2 changed files with 3 additions and 2 deletions

View File

@ -177,7 +177,7 @@ class CfgBaseBuilding
removeParts[] = {{"KitSolarGen",1}}; removeParts[] = {{"KitSolarGen",1}};
powerCapacity = 10; powerCapacity = 10;
powerType = 1; powerType = 1;
GhostPreview = "SolarGen_EPOCH"; GhostPreview = "SolarGen_Ghost_EPOCH";
staticClass = "SolarGen_EPOCH"; staticClass = "SolarGen_EPOCH";
simulClass = "SolarGen_SIM_EPOCH"; simulClass = "SolarGen_SIM_EPOCH";
}; };
@ -185,6 +185,7 @@ class CfgBaseBuilding
{ {
removeParts[] = {}; removeParts[] = {};
}; };
class SolarGen_Ghost_EPOCH : SolarGen_SIM_EPOCH {};
class PlotPole_EPOCH : Default class PlotPole_EPOCH : Default
{ {
upgradeBuilding[] = {{"PlotPole_M_EPOCH",{{"ItemCorrugatedLg",5},{"EnergyPackLg",2},{"CircuitParts",3},{"ItemBattery",3},{"ItemPipe",1}}}}; upgradeBuilding[] = {{"PlotPole_M_EPOCH",{{"ItemCorrugatedLg",5},{"EnergyPackLg",2},{"CircuitParts",3},{"ItemBattery",3},{"ItemPipe",1}}}};

View File

@ -501,7 +501,7 @@ class CfgItemInteractions
}; };
class KitSolarGen : Item_Build_base class KitSolarGen : Item_Build_base
{ {
buildClass = "SolarGen_SIM_EPOCH"; buildClass = "SolarGen_EPOCH";
}; };
class KitPlotPole : Item_Build_base class KitPlotPole : Item_Build_base
{ {