From 1dc7ca055f3e9aaa5a43579e3f6993f9a99cb41d Mon Sep 17 00:00:00 2001 From: wowgetoffyourcellphone Date: Thu, 7 Sep 2023 04:22:10 +0000 Subject: [PATCH] [Gameplay] Roman Civ Bonus | Rome can train women in houses without needing to research "Fertility Festival." This is to represent the population density of ancient Rome. Patch by: borg- Accepted by: @wowgetoffyourcellphone, @real_tabasco_sauce Differential Revision: https://code.wildfiregames.com/D5112 This was SVN commit r27829. --- binaries/data/mods/public/simulation/data/civs/rome.json | 5 +++++ .../simulation/data/technologies/unlock_females_house.json | 7 ++++++- .../templates/units/rome/support_female_citizen_house.xml | 5 ----- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/binaries/data/mods/public/simulation/data/civs/rome.json b/binaries/data/mods/public/simulation/data/civs/rome.json index ea5b3e7958..fc4841c85a 100644 --- a/binaries/data/mods/public/simulation/data/civs/rome.json +++ b/binaries/data/mods/public/simulation/data/civs/rome.json @@ -28,6 +28,11 @@ } ], "CivBonuses": [ + { + "Name": "Fertility", + "History": "Rome was one of the most populous cities in the ancient world.", + "Description": "Women train from houses without the need to research Fertility Festival." + }, { "Name": "Testudo Formation", "History": "The Romans commonly used the Testudo or 'turtle' formation for defense: Legionaries were formed into hollow squares with twelve men on each side, standing so close together that their shields overlapped like fish scales.", diff --git a/binaries/data/mods/public/simulation/data/technologies/unlock_females_house.json b/binaries/data/mods/public/simulation/data/technologies/unlock_females_house.json index 3527e5dec7..0a1a2db12f 100644 --- a/binaries/data/mods/public/simulation/data/technologies/unlock_females_house.json +++ b/binaries/data/mods/public/simulation/data/technologies/unlock_females_house.json @@ -14,7 +14,12 @@ "wood": 100, "metal": 100 }, - "requirements": { "tech": "phase_village" }, + "requirements": { + "all": [ + { "tech": "phase_village" }, + { "notciv": "rome" } + ] + }, "icon": "wives_festival.png", "researchTime": 60, "tooltip": "Unlock the ability to train women from houses.", diff --git a/binaries/data/mods/public/simulation/templates/units/rome/support_female_citizen_house.xml b/binaries/data/mods/public/simulation/templates/units/rome/support_female_citizen_house.xml index 62a71770b0..d7dc9ad256 100644 --- a/binaries/data/mods/public/simulation/templates/units/rome/support_female_citizen_house.xml +++ b/binaries/data/mods/public/simulation/templates/units/rome/support_female_citizen_house.xml @@ -3,9 +3,4 @@ 30 - - - unlock_females_house - -