From c93ee1e1f2313a92c98a9f8c27c2d366451e0f7a Mon Sep 17 00:00:00 2001 From: Smashfanful <41149920+Smashfanful@users.noreply.github.com> Date: Thu, 7 Mar 2019 17:28:46 +0100 Subject: [PATCH] Update Buildings.json Added Walls of Babylon. Should I also add Forum for Rome, Obelisk for Egypt and Shale Plant for Japan (all from CIV4)? --- android/assets/jsons/Buildings.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/android/assets/jsons/Buildings.json b/android/assets/jsons/Buildings.json index b11901f76c..aa43fb64a9 100644 --- a/android/assets/jsons/Buildings.json +++ b/android/assets/jsons/Buildings.json @@ -82,6 +82,18 @@ hurryCostModifier:25, requiredTech:"Masonry" }, + /* + { + name:"Walls of Babylon", + replaces:"Walls", + uniqueTo:"Babylon", + cityStrength:6, + cityHealth:100, + hurryCostModifier:25, + requiredTech:"Masonry" + //Babylonian unique building that replaces Walls. + }, + */ { name:"The Pyramids", culture:1, @@ -690,4 +702,4 @@ requiredTech:"Nanotechnology", uniques:["Spaceship part"] } -] \ No newline at end of file +]