mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Enrichment of SpecificNames
- Fix pinyin on The Art of War technology - Add Doric SpecificName of the Agoge - Add SpecificNames of Town and City phases, as well as of overlooked Village phase (the latter for Structure Tree purposes) - Add SpecificName for the Mauryan wonder
This commit is contained in:
parent
f3f695b90e
commit
94baa560b1
8 changed files with 35 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"genericName": "The Agoge",
|
||||
"specificName": "Agōga",
|
||||
"description": "Spartans were housed and trained from a young age to be superlative warriors and to endure any hardship a military life can give them.",
|
||||
"cost": {
|
||||
"food": 500,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"genericName": "Sun Tzu's \"The Art of War\"",
|
||||
"specificName": { "han": "Sūnzǐ BīngFǎ" },
|
||||
"specificName": { "han": "Sūnzǐ Bīngfǎ" },
|
||||
"description": "This famous and most important work of the Seven Military Classics teaches Han commanders everything about planning battles, maintaining armies, and defeating one's enemies.",
|
||||
"cost": {
|
||||
"food": 1200,
|
||||
|
|
|
|||
|
|
@ -1,9 +1,16 @@
|
|||
{
|
||||
"genericName": "City Phase",
|
||||
"specificName": {
|
||||
"brit": "Dūnon",
|
||||
"cart": "Qart",
|
||||
"gaul": "Dūnon",
|
||||
"han": "Jùn",
|
||||
"iber": "Iltir",
|
||||
"kush": "Ri",
|
||||
"mace": "Megalopolis",
|
||||
"maur": "Pura",
|
||||
"ptol": "Megalopolis",
|
||||
"rome": "Urbs",
|
||||
"sele": "Megalopolis",
|
||||
"spart": "Megalopolis"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"genericName": "City Phase",
|
||||
"specificName": "Vazaraka Vardana",
|
||||
"description": "Advances from a bustling town to a veritable metropolis, full of the wonders of modern technology. This is the Persian city phase.\nThe 'Times of War' bonus decreases the batch training time in Stables. Large batches will benefit more than small batches.\nIn mathematical terms: The training time of one batch gets divided by `batchSize^0.1`.",
|
||||
"cost": {
|
||||
"stone": 750,
|
||||
|
|
|
|||
|
|
@ -1,9 +1,16 @@
|
|||
{
|
||||
"genericName": "Town Phase",
|
||||
"specificName": {
|
||||
"brit": "Bona",
|
||||
"cart": "Ir",
|
||||
"gaul": "Bona",
|
||||
"han": "Xìan",
|
||||
"iber": "Contrebia",
|
||||
"kush": "Niwt",
|
||||
"mace": "Kōmopolis",
|
||||
"maur": "Nayara",
|
||||
"ptol": "Kōmopolis",
|
||||
"rome": "Oppidum",
|
||||
"sele": "Kōmopolis",
|
||||
"spart": "Kōmopolis"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"genericName": "Town Phase",
|
||||
"specificName": "Vardana",
|
||||
"description": "Advances from a small village to a bustling town, ready to expand rapidly. This is the Persian town phase.\nThe 'Times of War' bonus dercreases the batch training time in Stables. Large batches will benefit more than small batches.\nIn mathematical terms: The training time of one batch gets divided by `batchSize^0.1`.",
|
||||
"cost": {
|
||||
"food": 500,
|
||||
|
|
|
|||
|
|
@ -1,5 +1,21 @@
|
|||
{
|
||||
"genericName": "Village Phase",
|
||||
"specificName": {
|
||||
"athen": "Kōmē",
|
||||
"brit": "Ialon",
|
||||
"cart": "Kapr",
|
||||
"gaul": "Ialon",
|
||||
"han": "Xiāng",
|
||||
"iber": "Treba",
|
||||
"kush": "Wḥyt",
|
||||
"mace": "Kōmē",
|
||||
"maur": "Gāma",
|
||||
"pers": "Āvahana",
|
||||
"ptol": "Kōmē",
|
||||
"rome": "Vicus",
|
||||
"sele": "Kōmē",
|
||||
"spart": "Kōmā"
|
||||
},
|
||||
"autoResearch": true,
|
||||
"icon": "village_phase.png"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
</Footprint>
|
||||
<Identity>
|
||||
<Civ>maur</Civ>
|
||||
<SpecificName>Great Stupa</SpecificName>
|
||||
<SpecificName>Sānchi Mahāstūpa</SpecificName>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="57" depth="57"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue