mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-14 09:48:12 +07:00
Inca abilities: Great Andean Road, Terrace farm (#2218)
* Inca abilities for Terrace farm and Great Andean Road * Language files re-done by manual pull and merge Co-authored-by: Yair Morgenstern <yairm210@hotmail.com>
This commit is contained in:
@ -165,15 +165,16 @@
|
||||
},
|
||||
/*
|
||||
{
|
||||
"name": "Terrace Farm",
|
||||
"uniqueTo": "Inca",
|
||||
"food": 1,
|
||||
"turnsToBuild": 4,
|
||||
"improvingTech": "Construction",
|
||||
"uniques": ["+1 Food for each adjacent Mountain","+1 additional Food with Fertilizer and no fresh water"],
|
||||
"terrainsCanBeBuiltOn": ["Plains","Grassland","Desert","Tundra"],
|
||||
"name":"Terrace farm",
|
||||
"uniqueTo":"Inca",
|
||||
"food":1,
|
||||
"turnsToBuild":7,
|
||||
"uniques": ["+1 food for each adjacent Mountain","Cannot improve a resource"],
|
||||
"techRequired":"Construction",
|
||||
"improvingTech":"Fertilizer",
|
||||
"improvingTechStats":{"food":1},
|
||||
"terrainsCanBeBuiltOn":["Hill"]
|
||||
//It can be colored in lemon
|
||||
//Cannot improve a resource
|
||||
},
|
||||
*/
|
||||
|
||||
|
@ -123,7 +123,7 @@
|
||||
"hurryCostModifier": 20,
|
||||
"requiredTech": "Archery",
|
||||
"obsoleteTech": "Machinery",
|
||||
"uniques": ["May withdraw before melee"],
|
||||
"uniques": ["May withdraw before melee"], // should be inheritable (promotion)
|
||||
"upgradesTo": "Crossbowman",
|
||||
"attackSound": "arrow"
|
||||
//Incan unique unit
|
||||
|
@ -238,6 +238,7 @@ Seven Cities of Gold = Les sept cités d'Or
|
||||
Combat Strength +30% when fighting City-State units or attacking a City-State itself. All mounted units have +1 Movement. = +30% dans l'attaque des Cité-Etats ou de leur unités. +1 Mouvement pour toutes les unités montées.
|
||||
Mongol Terror = Terreur Mongole
|
||||
|
||||
Units ignore terrain costs when moving into any tile with Hills. No maintenance costs for improvements in Hills; half cost elsewhere. = Unités ignorent le coût du terrain lors qu'ils entrant collines. Aucun entretien pour routes en collines, entretien réduit en moitié ailleurs.
|
||||
Great Andean Road = Grande Route des Andes
|
||||
Viking Fury = Fureur Viking
|
||||
|
||||
@ -815,7 +816,6 @@ Future era = Ère du futur
|
||||
# Terrains
|
||||
|
||||
Impassable = Impraticable
|
||||
|
||||
# Resources
|
||||
|
||||
Bison = Bison
|
||||
@ -825,6 +825,10 @@ Crab = Crabe
|
||||
Citrus = Agrumes
|
||||
Truffles = Truffe
|
||||
|
||||
Terrace farm = Ferme en Terrace
|
||||
+1 food for each adjacent Mountain = +1 Nourriture par montagne adjacente
|
||||
Cannot improve a resource = Non permis en cases avec ressources
|
||||
|
||||
# Unit types
|
||||
|
||||
Civilian = Civil
|
||||
|
@ -238,6 +238,8 @@ Seven Cities of Gold = Die Sieben Goldenen Städte
|
||||
Combat Strength +30% when fighting City-State units or attacking a City-State itself. All mounted units have +1 Movement. = +30% Kampfstärke im Kampf gegen Stadtstaaten und deren Einheiten. Alle berittenen Einheiten haben +1 Bewegung.
|
||||
Mongol Terror = Mongolischer Terror
|
||||
|
||||
Units ignore terrain costs when moving into any tile with Hills. No maintenance costs for improvements in Hills; half cost elsewhere. = Einheiten ignorieren Geländekosten beim betreten von Hügeln. Keine Wartungskosten für Straßen und Eisenbahnen in Hügeln, halbe Kosten anderswo.
|
||||
Great Andean Road = Die Große Andenstraße
|
||||
Great Andean Road = Die Große Andenstraße
|
||||
Viking Fury = Wikinger-Raserei
|
||||
|
||||
@ -818,6 +820,10 @@ Crab = Krabben
|
||||
Citrus = Zitrusfrüchte
|
||||
Truffles = Trüffel
|
||||
|
||||
Terrace farm = Terrassenfelder
|
||||
+1 food for each adjacent Mountain = +1 Nahrung pro anliegendem Berg
|
||||
Cannot improve a resource = Kann nicht auf Feld mit Ressourcen gebaut werden
|
||||
|
||||
# Unit types
|
||||
|
||||
Civilian = ZivilistIn
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -238,6 +238,7 @@ Seven Cities of Gold =
|
||||
Combat Strength +30% when fighting City-State units or attacking a City-State itself. All mounted units have +1 Movement. =
|
||||
Mongol Terror =
|
||||
|
||||
Units ignore terrain costs when moving into any tile with Hills. No maintenance costs for improvements in Hills; half cost elsewhere. =
|
||||
Great Andean Road =
|
||||
Viking Fury =
|
||||
|
||||
@ -818,6 +819,10 @@ Crab =
|
||||
Citrus =
|
||||
Truffles =
|
||||
|
||||
Terrace farm =
|
||||
+1 food for each adjacent Mountain =
|
||||
Cannot improve a resource =
|
||||
|
||||
# Unit types
|
||||
|
||||
Civilian =
|
||||
|
Reference in New Issue
Block a user