From 144db2b065f6d1fc634205fa3174e052179e85d0 Mon Sep 17 00:00:00 2001 From: Helion4 Date: Mon, 16 Oct 2017 11:35:13 +0100 Subject: [PATCH] Ply window upgrade options added to WoodWall1 --- Sources/epoch_config/Configs/CfgBaseBuilding.hpp | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Sources/epoch_config/Configs/CfgBaseBuilding.hpp b/Sources/epoch_config/Configs/CfgBaseBuilding.hpp index c7a603ba..8fd318c0 100644 --- a/Sources/epoch_config/Configs/CfgBaseBuilding.hpp +++ b/Sources/epoch_config/Configs/CfgBaseBuilding.hpp @@ -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}}}};