1
0
forked from 0ad/0ad

[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.
This commit is contained in:
wowgetoffyourcellphone 2023-09-07 04:22:10 +00:00
parent 333c28d2e9
commit 1dc7ca055f
3 changed files with 11 additions and 6 deletions

View File

@ -28,6 +28,11 @@
} }
], ],
"CivBonuses": [ "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", "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.", "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.",

View File

@ -14,7 +14,12 @@
"wood": 100, "wood": 100,
"metal": 100 "metal": 100
}, },
"requirements": { "tech": "phase_village" }, "requirements": {
"all": [
{ "tech": "phase_village" },
{ "notciv": "rome" }
]
},
"icon": "wives_festival.png", "icon": "wives_festival.png",
"researchTime": 60, "researchTime": 60,
"tooltip": "Unlock the ability to train women from houses.", "tooltip": "Unlock the ability to train women from houses.",

View File

@ -3,9 +3,4 @@
<Cost> <Cost>
<BuildTime>30</BuildTime> <BuildTime>30</BuildTime>
</Cost> </Cost>
<Identity>
<Requirements>
<Techs datatype="tokens">unlock_females_house</Techs>
</Requirements>
</Identity>
</Entity> </Entity>