mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Ply window upgrade options added to WoodWall1
This commit is contained in:
parent
7482a4a9c4
commit
144db2b065
@ -412,7 +412,7 @@ class CfgBaseBuilding
|
||||
class WoodLargeWall_Ghost_EPOCH : WoodLargeWall_SIM_EPOCH {};
|
||||
class WoodWall1_EPOCH : Default
|
||||
{
|
||||
upgradeBuilding[] = {{"WoodWall2_EPOCH",{{"PartPlankPack",1}}},{"WoodLargeWallCor_EPOCH",{{"ItemCorrugated",1}}}};
|
||||
upgradeBuilding[] = {{"WoodWall2_EPOCH",{{"PartPlankPack",1}}},{"WoodLargeWallCor_EPOCH",{{"ItemCorrugated",1}}},{"WoodWallWindow_EPOCH",{{"ItemGlass",2}}}};
|
||||
removeParts[] = {{"PartPlankPack",2}};
|
||||
simulClass = "WoodWall1_SIM_EPOCH";
|
||||
staticClass = "WoodWall1_EPOCH";
|
||||
@ -429,6 +429,15 @@ class CfgBaseBuilding
|
||||
upgradeBuilding[] = {};
|
||||
removeParts[] = {};
|
||||
};
|
||||
class WoodWallWindow_EPOCH : Default
|
||||
{
|
||||
removeParts[] = {{"ItemGlass",2},{"PartPlankPack",2}};
|
||||
staticClass = "WoodWallWindow_EPOCH";
|
||||
snapType = "snapPointsPara";
|
||||
snapPointsPara[] = {"N","E","W"};
|
||||
allowedSnapPoints[] = {"N","S","E","W"};
|
||||
energyCost = 0.5;
|
||||
};
|
||||
class WoodLargeWallCor_EPOCH : Default
|
||||
{
|
||||
upgradeBuilding[] = {{"WoodLargeWallDoorway_EPOCH",{{"PartPlankPack",1}}}};
|
||||
|
Loading…
Reference in New Issue
Block a user