Add civ requirement to tech that was missed in the previous commit. Refs #2580.

This was SVN commit r15346.
This commit is contained in:
leper 2014-06-13 21:02:32 +00:00
parent 121f14d521
commit 8d164ca5d1

View File

@ -3,7 +3,7 @@
"specificName": "Libri Sibyllini",
"description": "The Sibylline Books or 'Libri Sibyllini' were a collection of oracular utterances, set out in Greek hexameters, purchased from a sibyl by the last king of Rome, Tarquinius Superbus, and consulted at momentous crises through the history of the Republic and the Empire.",
"cost": {"food": 0, "wood": 0, "stone": 0, "metal": 250},
"requirements": {"tech": "phase_city"},
"requirements": {"all": [{"tech": "phase_city"}, {"civ": "rome"}]},
"requirementsTooltip": "Unlocked in City Phase.",
"icon": "sibylline_books.png",
"researchTime": 40,