mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
cinder wall > window upgrade > ply to follow
This commit is contained in:
parent
2ec7809852
commit
7482a4a9c4
@ -268,6 +268,15 @@ class CfgBaseBuilding
|
|||||||
snapPointsPara[] = {"N","E","W"};
|
snapPointsPara[] = {"N","E","W"};
|
||||||
allowedSnapPoints[] = {"N","S","E","W"};
|
allowedSnapPoints[] = {"N","S","E","W"};
|
||||||
energyCost = 0.5;
|
energyCost = 0.5;
|
||||||
|
};
|
||||||
|
class CinderWall_window_EPOCH : Default
|
||||||
|
{
|
||||||
|
removeParts[] = {{"CinderBlocks",4},{"ItemCorrugatedLg",2},{"ItemGlass",1}};
|
||||||
|
staticClass = "CinderWall_window_EPOCH";
|
||||||
|
snapType = "snapPointsPara";
|
||||||
|
snapPointsPara[] = {"N","E","W"};
|
||||||
|
allowedSnapPoints[] = {"N","S","E","W"};
|
||||||
|
energyCost = 0.5;
|
||||||
};
|
};
|
||||||
// Kit_Garden
|
// Kit_Garden
|
||||||
class Garden_EPOCH : Default
|
class Garden_EPOCH : Default
|
||||||
@ -338,7 +347,7 @@ class CfgBaseBuilding
|
|||||||
class CinderWallHalf_Ghost_EPOCH : CinderWallHalf_SIM_EPOCH {};
|
class CinderWallHalf_Ghost_EPOCH : CinderWallHalf_SIM_EPOCH {};
|
||||||
class CinderWall_EPOCH : Default
|
class CinderWall_EPOCH : Default
|
||||||
{
|
{
|
||||||
upgradeBuilding[] = {{"CinderWallGarage_EPOCH",{{"ItemCorrugatedLg",1},{"CircuitParts",1}}},{"CinderWallDoorwHatch_EPOCH",{{"ItemCorrugatedLg",1},{"CircuitParts",1}}}};
|
upgradeBuilding[] = {{"CinderWallGarage_EPOCH",{{"ItemCorrugatedLg",1},{"CircuitParts",1}}},{"CinderWallDoorwHatch_EPOCH",{{"ItemCorrugatedLg",1},{"CircuitParts",1}}},{"CinderWall_window_EPOCH",{{"ItemCorrugatedLg",2},{"ItemGlass",1}}}};
|
||||||
removeParts[] = {{"CinderBlocks",4},{"ItemRock",2}};
|
removeParts[] = {{"CinderBlocks",4},{"ItemRock",2}};
|
||||||
simulClass = "CinderWall_SIM_EPOCH";
|
simulClass = "CinderWall_SIM_EPOCH";
|
||||||
staticClass = "CinderWall_EPOCH";
|
staticClass = "CinderWall_EPOCH";
|
||||||
|
Loading…
Reference in New Issue
Block a user