mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
SolarGen_Ghost
This commit is contained in:
parent
8f66a4990f
commit
529113b455
@ -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}}}};
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user