mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-29 22:29:15 +07:00
Added lines between prerequisite techs in TechPickerScreen - now you can see the entire tree!
This commit is contained in:
@ -22,21 +22,25 @@
|
||||
{
|
||||
name:"Pottery",
|
||||
row:2,
|
||||
prerequisites:["Agriculture"],
|
||||
quote:"'Shall the clay say to him that fashioneth it, what makest thou?' - Bible Isaiah 45:9"
|
||||
},
|
||||
{
|
||||
name:"Animal Husbandry",
|
||||
row:5,
|
||||
prerequisites:["Agriculture"],
|
||||
quote:"'Thou shalt not muzzle the ox when he treadeth out the corn.' - Bible Deuteronomy 25:4"
|
||||
},
|
||||
{
|
||||
name:"Archery",
|
||||
row:7,
|
||||
prerequisites:["Agriculture"],
|
||||
quote:"'The haft of the arrow has been feathered with one of the eagle's own plumes, we often give our enemies the means of our own destruction' - Aesop"
|
||||
},
|
||||
{
|
||||
name:"Mining",
|
||||
row:9,
|
||||
prerequisites:["Agriculture"],
|
||||
quote:"'The meek shall inherit the Earth, but not its mineral rights.' - J. Paul Getty"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user