Skip to content

Commit

Permalink
Thanks stan and freagarach. Fixed struct tree rendering.
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusAvramenko committed May 3, 2021
1 parent 80d1add commit 4033590
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion simulation/data/technologies/romans/speed_trader_02.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"genericName": "Roman Roads",
"specificName": "Viae Romanum",
"specificName": {
"rome": "Viae Romanum",
"imp": "Viae Romanum"
},
"supersedes": "speed_trader_01",
"description": "All roads lead to Rome.",
"cost": {"stone": 500, "coin": 200},
Expand Down
5 changes: 4 additions & 1 deletion simulation/data/technologies/romans/vision_sibylline.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"genericName": "Sibylline Books",
"specificName": "Libri Sibyllini",
"specificName": {
"rome": "Libri Sibyllini",
"imp": "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 throughout the history of the Republic and the Empire.",
"cost": {"glory": 200, "metal": 200},
"requirements": {"all": [{"tech": "phase_town"}, {"civ": "rome"}]},
Expand Down

0 comments on commit 4033590

Please sign in to comment.