From a76147dc9e948444e99f5247044c131c9c0c277c Mon Sep 17 00:00:00 2001 From: proteus-anguinus Date: Thu, 26 Mar 2020 15:46:24 +0100 Subject: [PATCH] Bring Incas into the main game (#2257) (also changes slinger withdraw ability to inheritable) --- android/assets/jsons/Nations.json | 22 ++++++++++++++++++---- android/assets/jsons/TileImprovements.json | 18 ++++++++---------- android/assets/jsons/UnitPromotions.json | 5 ++++- android/assets/jsons/Units.json | 7 ++----- 4 files changed, 32 insertions(+), 20 deletions(-) diff --git a/android/assets/jsons/Nations.json b/android/assets/jsons/Nations.json index ee7c73bd..d6b139f3 100644 --- a/android/assets/jsons/Nations.json +++ b/android/assets/jsons/Nations.json @@ -570,30 +570,44 @@ "Jilotzingo","Tlapanaloya","Tultitan","Ecatepec","Coatepec","Chalchiuites","Chiauhita","Chapultepec", "Itzapalapa","Ayotzinco","Iztapam"] }, + */ { - "name": "Incan", + "name": "Inca", "leaderName": "Pachacuti", "adjective": ["Incan"], "startBias": ["Hill"], "preferredVictoryType": "Cultural", - - "startIntroPart1": "Oh ye who remakes the world, your loyal subjects greet you, King Pachacuti Sapa Inca, ruler of the Inca people! From the beginnings in the small state of Cusco, the Incans displayed their potential for greatness, marching to war against their many enemies, crushing their armies into dust and carving for themselves a mighty empire stretching from Ecuador to Chile. Indeed, they build the greatest empire ever seen in all pre-Columbian Americas. More than mere soldiers, your people were great builders and artists as well, and the remnants of their works still awe and inspire the world today.", + + "startIntroPart1": "Oh ye who remakes the world, your loyal subjects greet you, King Pachacuti Sapa Inca, ruler of Tawantinsuyu and the Inca people! From the beginnings in the small state of Cusco, the Incans displayed their potential for greatness, marching to war against their many enemies, crushing their armies into dust and carving for themselves a mighty empire stretching from Ecuador to Chile. Indeed, they build the greatest empire ever seen in all pre-Columbian Americas. More than mere soldiers, your people were great builders and artists as well, and the remnants of their works still awe and inspire the world today.", "startIntroPart2": "Oh King Pachacuti, truly are you called 'Earth Shaker'! Will you once again call upon the ground itself to a fight at your side? Your armies await your signal. Will you restore the glory of your empire? Can you build a civilization that will stand the test of time?", + "declaringWar": "Resistance is futile! You cannot hope to stand against the mighty Incan empire. If you will not surrender immediately, then prepare for war!", "attacked": "Declare war on me?!? You can't, because I declare war on you first!", "defeated": "How did you darken the sun? I ruled with diligence and mercy—see that you do so as well.", "introduction": "How are you? You stand before Pachacuti Inca Yupanqui.", + "neutralHello": "How are you doing?", + "neutralLetsHearIt": ["Go on.","What do you say?","You may begin."], + "neutralNo": ["We absolutely refuse.","No!","I refuse."], + "neutralYes": ["Very good.","Of course, yes.","That is very good."], + "hateHello": "What do you want now?", + "hateLetsHearIt": ["Speak!","What do you say?","Go on."], + "hateNo": ["That is not possible!","We are not agreeing to that!","I beg your pardon?"], + "hateYes": ["That is fine.","That is good enough.","Very well..."], + + "afterPeace": "Viracocha has frowned upon our war, and has agreed to our peace agreements.", "tradeRequest": "The Incan people offer this fair trade.", + "outerColor": [255,255,51], "innerColor": [0,204,102], "unique": "GREAT_ANDEAN_ROAD", - "cities": ["Cuzco","Tiwanaku","Machu","Ollantaytambo","Corihuayrachina","Huamanga","Vilcas","Vilcabamba","Vitcos", + "cities": ["Cuzco","Tiwanaku","Machu","Ollantaytambo","Corihuayrachina","Huamanga","Rumicucho","Vilcabamba","Vitcos", "Andahuaylas","Ica","Arequipa","Nasca","Atico","Juli","Chuito","Chuquiapo","Huanuco Pampa","Tamboccocha", "Huaras","Riobamba","Caxamalca","Sausa","Tambo Colorado","Huaca","Tumbes","Chan Chan","Sipan","Pachacamac", "Llactapata","Pisac","Kuelap","Pajaten","Chucuito","Choquequirao"] }, + /* { //NEEDS SNOW AND ICE "name": "Denmark", diff --git a/android/assets/jsons/TileImprovements.json b/android/assets/jsons/TileImprovements.json index 1640de21..61a8c8eb 100644 --- a/android/assets/jsons/TileImprovements.json +++ b/android/assets/jsons/TileImprovements.json @@ -163,20 +163,18 @@ "improvingTech": "Flight", "improvingTechStats": {"gold": 1} }, - /* { - "name":"Terrace farm", - "uniqueTo":"Inca", - "food":1, - "turnsToBuild":7, + "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"] + "techRequired": "Construction", + "improvingTech": "Fertilizer", + "improvingTechStats": {"food":1}, + "terrainsCanBeBuiltOn": ["Hill"] //It can be colored in lemon }, - */ { "name": "Ancient ruins" }, { "name": "City ruins" }, diff --git a/android/assets/jsons/UnitPromotions.json b/android/assets/jsons/UnitPromotions.json index cce24b53..2ac1b0ac 100644 --- a/android/assets/jsons/UnitPromotions.json +++ b/android/assets/jsons/UnitPromotions.json @@ -448,6 +448,9 @@ { "name": "Rejuvenation", // only for Units that have been close to Natural Wonder Fountain of Youth "effect": "All healing effects doubled" + }, + { + "name": "Slinger Withdraw", // only for Slinger and subsequent upgrades + "effect": "May withdraw before melee (133%)" } - ] \ No newline at end of file diff --git a/android/assets/jsons/Units.json b/android/assets/jsons/Units.json index 1dee9e85..bb7f6849 100644 --- a/android/assets/jsons/Units.json +++ b/android/assets/jsons/Units.json @@ -110,12 +110,11 @@ "upgradesTo": "Crossbowman", "attackSound": "arrow" }, - /* { "name": "Slinger", "unitType": "Ranged", - "replaces": "Archer", "uniqueTo": "Inca", + "replaces": "Archer", "movement": 2, "strength": 4, "rangedStrength": 7, @@ -123,12 +122,10 @@ "hurryCostModifier": 20, "requiredTech": "Archery", "obsoleteTech": "Machinery", - "uniques": ["May withdraw before melee"], // should be inheritable (promotion) "upgradesTo": "Crossbowman", + "promotions": ["Slinger Withdraw"], "attackSound": "arrow" - //Incan unique unit }, - */ { "name": "Work Boats", "unitType": "WaterCivilian",