Update Techs.json

Added Medieval and Renaissance Tech quotes
This commit is contained in:
Smashfanful 2019-09-19 14:31:07 +02:00 committed by Yair Morgenstern
parent c4e4f3d2a3
commit ee1751a496

View File

@ -171,24 +171,28 @@
{ {
name:"Theology", name:"Theology",
row:2, row:2,
prerequisites:["Philosophy"] prerequisites:["Philosophy"],
quote:"'Three things are necessary for the salvarion of man: to know what he ought to believe; to know what he ought to desire; and to know what he ought to do' - St. Thomas Aquinas"
}, },
{ {
name:"Civil Service", name:"Civil Service",
row:5, row:5,
prerequisites:["Currency","Horseback Riding","Philosophy"], prerequisites:["Currency","Horseback Riding","Philosophy"],
uniques:["Enables Open Borders agreements"] uniques:["Enables Open Borders agreements"],
quote:"'The only thing that saves us from the bureaucracy is it inefficiency' - Eugene McCarthy"
}, },
{ {
name:"Guilds", name:"Guilds",
row:7, row:7,
prerequisites:["Currency"], prerequisites:["Currency"],
uniques:["Enables conversion of city production to gold"] uniques:["Enables conversion of city production to gold"],
quote:"'The merchants and the traders have come; their profits are pre-ordained...' - Sri Guru Granth Sahib"
}, },
{ {
name:"Metal Casting", name:"Metal Casting",
row:9, row:9,
prerequisites:["Engineering","Iron Working"] prerequisites:["Engineering","Iron Working"],
quote:"'When pieces of bronze or gold or iron break, the metal-smith welds them together again in the fire, and the bond is established.' - Sri Guru Granth Sahib"
} }
] ]
}, },
@ -203,33 +207,39 @@
name:"Compass", name:"Compass",
row:1, row:1,
prerequisites:["Optics","Theology"], prerequisites:["Optics","Theology"],
quote:"'I find the great thing in this world is not so much where we stand, as in what direction we are moving.' - Oliver Wendell Holmes"
}, },
{ {
name:"Education", name:"Education",
row:3, row:3,
prerequisites:["Theology","Civil Service"], prerequisites:["Theology","Civil Service"],
uniques:["Enables conversion of city production to science"] uniques:["Enables conversion of city production to science"],
quote:"'Education is the best provision for old age.' - Aristotle"
}, },
{ {
name:"Chivalry", name:"Chivalry",
row:6, row:6,
prerequisites:["Civil Service","Guilds"] prerequisites:["Civil Service","Guilds"],
quote:"'Whoso pulleth out this sword of this stone and anvil, is rightwise king born of all England.' - Malory"
}, },
{ {
name:"Machinery", name:"Machinery",
row:8, row:8,
prerequisites:["Guilds","Engineering"], prerequisites:["Guilds","Engineering"],
uniques:["Improves movement speed on roads"] uniques:["Improves movement speed on roads"],
quote:"'The press is the best instrument for enlightening the mind of man, and improving him as a rational, moral and social being.' - Thomas Jefferson"
}, },
{ {
name:"Physics", name:"Physics",
row:9, row:9,
prerequisites:["Metal Casting"] prerequisites:["Metal Casting"],
quote:"'Measure what is measurable, and make measurable what is not so.' - Galileo Galilei"
}, },
{ {
name:"Steel", name:"Steel",
row:10, row:10,
prerequisites:["Metal Casting"] prerequisites:["Metal Casting"],
quote:"'John Henry said to his Captain, / 'A man ain't nothin' but a man, / And before I'll let your steam drill beat me down, / I'll die with the hammer in my hand.'' - Anonymous: The Ballad of John Henry, the Steel-Drivin' Man"
} }
] ]
}, },
@ -244,27 +254,32 @@
name:"Astronomy", name:"Astronomy",
row:2, row:2,
uniques:["Increases embarked movement +1","Enables embarked units to enter ocean tiles"], uniques:["Increases embarked movement +1","Enables embarked units to enter ocean tiles"],
prerequisites:["Compass","Education"] prerequisites:["Compass","Education"],
quote:"'Joyfully to the breeze royal Odysseus spread his sail, and with his rudder skillfully he steered.' - Homer"
}, },
{ {
name:"Acoustics", name:"Acoustics",
row:4, row:4,
prerequisites:["Education"] prerequisites:["Education"],
quote:"'Their rising all at once was as the sound of thunder heard remote' - Milton"
}, },
{ {
name:"Banking", name:"Banking",
row:6, row:6,
prerequisites:["Chivalry"] prerequisites:["Chivalry"],
quote:"'Happiness: a good bank account, a good cook and a good digestion' - Jean Jacques Rousseau"
}, },
{ {
name:"Printing Press", name:"Printing Press",
row:8, row:8,
prerequisites:["Machinery","Physics","Chivalry"] prerequisites:["Machinery","Physics","Chivalry"],
quote:"'It is a newspaper's duty to print the news and raise hell.' - The Chicago Times"
}, },
{ {
name:"Gunpowder", name:"Gunpowder",
row:10, row:10,
prerequisites:["Physics","Steel"] prerequisites:["Physics","Steel"],
quote:"'The day when two army corps can annihilate each other in one second, all civilized nations, it is to be hoped, will recoil from war and discharge their troops.' - Alfred Nobel"
} }
] ]
}, },
@ -278,27 +293,32 @@
{ {
name:"Navigation", name:"Navigation",
row:2, row:2,
prerequisites:["Astronomy"] prerequisites:["Astronomy"],
quote:"'The winds and the waves are always on the side of the ablest navigators.' - Edward Gibbon"
}, },
{ {
name:"Architecture", name:"Architecture",
row:4, row:4,
prerequisites:["Acoustics","Banking"] prerequisites:["Acoustics","Banking"],
quote:"'Architecture begins where engineering ends.' - Walter Gropius"
}, },
{ {
name:"Economics", name:"Economics",
row:6, row:6,
prerequisites:["Banking","Printing Press"] prerequisites:["Banking","Printing Press"],
quote:"'Compound interest is the most powerful force in the universe.' - Albert Einstein"
}, },
{ {
name:"Metallurgy", name:"Metallurgy",
row:9, row:9,
prerequisites:["Printing Press","Gunpowder"] prerequisites:["Printing Press","Gunpowder"],
quote:"'There never was a good knife made of bad steel.' - Benjamin Franklin"
} }
{ {
name:"Chemistry", name:"Chemistry",
row:10, row:10,
prerequisites:["Gunpowder"] prerequisites:["Gunpowder"],
quote:"'Wherever we look, the work of the chemist has raised the level of our civilization and has increased the productive capacity of the nation.' - Calvin Coolidge"
} }
] ]
}, },