diff --git a/android/assets/jsons/Civ V - Vanilla/Beliefs.json b/android/assets/jsons/Civ V - Vanilla/Beliefs.json index c1bf98b564..0004ebe153 100644 --- a/android/assets/jsons/Civ V - Vanilla/Beliefs.json +++ b/android/assets/jsons/Civ V - Vanilla/Beliefs.json @@ -226,7 +226,7 @@ { "name": "Papal Primacy", "type": "Founder", - "uniques": ["Resting point for influence with City-States following this religion [+15]"] + "uniques": ["Resting point for Influence with City-States following this religion [+15]"] }, { "name": "Peace Loving", diff --git a/android/assets/jsons/Civ V - Vanilla/Nations.json b/android/assets/jsons/Civ V - Vanilla/Nations.json index 542e4f46fe..fd2f07a4fd 100644 --- a/android/assets/jsons/Civ V - Vanilla/Nations.json +++ b/android/assets/jsons/Civ V - Vanilla/Nations.json @@ -688,7 +688,7 @@ "innerColor": [255,255,102], "favoredReligion": "Christianity", "uniqueName": "Viking Fury", - "uniques": ["+1 Movement for all embarked units", "Units pay only 1 movement point to disembark", + "uniques": ["[+1] Movement ", "Units pay only 1 movement point to disembark", "Melee units pay no movement cost to pillage"], "cities": ["Copenhagen","Aarhus","Kaupang","Ribe","Viborg","Tunsberg","Roskilde","Hedeby","Oslo","Jelling","Truso", "Bergen","Faeroerne","Reykjavik","Trondheim","Godthab","Helluland","Lillehammer","Markland","Elsinore", diff --git a/android/assets/jsons/Civ V - Vanilla/Techs.json b/android/assets/jsons/Civ V - Vanilla/Techs.json index c8c9f5e902..9443c726f7 100644 --- a/android/assets/jsons/Civ V - Vanilla/Techs.json +++ b/android/assets/jsons/Civ V - Vanilla/Techs.json @@ -266,7 +266,7 @@ { "name": "Astronomy", "row": 2, - "uniques": ["Increases embarked movement +1","Enables embarked units to enter ocean tiles"], + "uniques": ["[+1] Movement ","Enables embarked units to enter ocean tiles"], "prerequisites": ["Compass","Education"], "quote": "'Joyfully to the breeze royal Odysseus spread his sail, and with his rudder skillfully he steered.' - Homer" }, @@ -402,7 +402,7 @@ { "name": "Steam Power", "row": 6, - "uniques": ["Increases embarked movement +1"], + "uniques": ["[+1] Movement "], "prerequisites": ["Industrialization","Scientific Theory","Rifling"], "quote": "'The nations of the West hope that by means of steam communication all the world will become as one family.' - Townsend Harris" },