Index: ps/trunk/binaries/data/mods/public/simulation/data/civs/rome.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/civs/rome.json +++ ps/trunk/binaries/data/mods/public/simulation/data/civs/rome.json @@ -29,6 +29,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.", "Description": "Roman Legionaries can form a Testudo." Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/unlock_females_house.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/unlock_females_house.json +++ ps/trunk/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.", Index: ps/trunk/binaries/data/mods/public/simulation/templates/units/rome/support_female_citizen_house.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/units/rome/support_female_citizen_house.xml +++ ps/trunk/binaries/data/mods/public/simulation/templates/units/rome/support_female_citizen_house.xml @@ -3,9 +3,4 @@ 30 - - - unlock_females_house - -