diff --git a/android/assets/jsons/Civ V - Gods & Kings/Buildings.json b/android/assets/jsons/Civ V - Gods & Kings/Buildings.json index 8a3ae0cfb2..c6585974ab 100644 --- a/android/assets/jsons/Civ V - Gods & Kings/Buildings.json +++ b/android/assets/jsons/Civ V - Gods & Kings/Buildings.json @@ -189,7 +189,7 @@ "name": "Barracks", "hurryCostModifier": 25, "maintenance": 1, - "uniques": ["New [Military] units start with [15] Experience [in this city]", "Destroyed when the city is captured"], + "uniques": ["New [Military] units start with [15] XP [in this city]", "Destroyed when the city is captured"], "requiredTech": "Bronze Working" }, { @@ -199,7 +199,7 @@ "hurryCostModifier": 25, "maintenance": 1, "uniques": ["[-25]% Culture cost of natural border growth [in this city]","[-25]% Gold cost of acquiring tiles [in this city]", - "New [Military] units start with [15] Experience [in this city]", "Destroyed when the city is captured"], + "New [Military] units start with [15] XP [in this city]", "Destroyed when the city is captured"], "requiredTech": "Bronze Working" }, { @@ -640,7 +640,7 @@ "hurryCostModifier": 25, "maintenance": 1, "requiredBuilding": "Barracks", - "uniques": ["New [Military] units start with [15] Experience [in this city]", "Destroyed when the city is captured"], + "uniques": ["New [Military] units start with [15] XP [in this city]", "Destroyed when the city is captured"], "requiredTech": "Steel" }, @@ -904,7 +904,7 @@ "hurryCostModifier": 0, "maintenance": 1, "requiredBuilding": "Armory", - "uniques": ["New [Military] units start with [15] Experience [in this city]", "Destroyed when the city is captured"], + "uniques": ["New [Military] units start with [15] XP [in this city]", "Destroyed when the city is captured"], "requiredTech": "Military Science" }, { @@ -912,7 +912,7 @@ "culture": 3, "greatPersonPoints": {"Great Scientist": 2}, "isWonder": true, - "uniques": ["Free [Great General] appears", "New [Military] units start with [15] Experience [in this city]"], + "uniques": ["Free [Great General] appears", "New [Military] units start with [15] XP [in this city]"], "requiredTech": "Military Science", "quote": "'Pale Death beats equally at the poor man's gate and at the palaces of kings.' - Horace" }, diff --git a/android/assets/jsons/Civ V - Gods & Kings/Policies.json b/android/assets/jsons/Civ V - Gods & Kings/Policies.json index b8ce19313f..2a1e83eab2 100644 --- a/android/assets/jsons/Civ V - Gods & Kings/Policies.json +++ b/android/assets/jsons/Civ V - Gods & Kings/Policies.json @@ -596,7 +596,7 @@ "name": "Total War", "uniques": [ "[+25]% Production when constructing [Military] units [in all cities]", - "New [Military] units start with [15] Experience [in all cities]" + "New [Military] units start with [15] XP [in all cities]" ], "requires": ["Police State", "Fascism"], "row": 3, diff --git a/android/assets/jsons/Civ V - Vanilla/Buildings.json b/android/assets/jsons/Civ V - Vanilla/Buildings.json index 81296df36c..d8247a77ec 100644 --- a/android/assets/jsons/Civ V - Vanilla/Buildings.json +++ b/android/assets/jsons/Civ V - Vanilla/Buildings.json @@ -170,7 +170,7 @@ "name": "Barracks", "hurryCostModifier": 25, "maintenance": 1, - "uniques": ["New [Military] units start with [15] Experience [in this city]", "Destroyed when the city is captured"], + "uniques": ["New [Military] units start with [15] XP [in this city]", "Destroyed when the city is captured"], "requiredTech": "Bronze Working" }, { @@ -180,7 +180,7 @@ "hurryCostModifier": 25, "maintenance": 1, "uniques": ["[-25]% Culture cost of natural border growth [in this city]","[-25]% Gold cost of acquiring tiles [in this city]", - "New [Military] units start with [15] Experience [in this city]", "Destroyed when the city is captured"], + "New [Military] units start with [15] XP [in this city]", "Destroyed when the city is captured"], "requiredTech": "Bronze Working" }, { @@ -567,7 +567,7 @@ "hurryCostModifier": 25, "maintenance": 1, "requiredBuilding": "Barracks", - "uniques": ["New [Military] units start with [15] Experience [in this city]", "Destroyed when the city is captured"], + "uniques": ["New [Military] units start with [15] XP [in this city]", "Destroyed when the city is captured"], "requiredTech": "Machinery" }, @@ -757,7 +757,7 @@ "hurryCostModifier": 0, "maintenance": 1, "requiredBuilding": "Armory", - "uniques": ["New [Military] units start with [15] Experience [in this city]", "Destroyed when the city is captured"], + "uniques": ["New [Military] units start with [15] XP [in this city]", "Destroyed when the city is captured"], "requiredTech": "Military Science" }, { @@ -765,7 +765,7 @@ "culture": 3, "greatPersonPoints": {"Great Scientist": 2}, "isWonder": true, - "uniques": ["Free [Great General] appears", "New [Military] units start with [15] Experience [in this city]"], + "uniques": ["Free [Great General] appears", "New [Military] units start with [15] XP [in this city]"], "requiredTech": "Military Science", "quote": "'Pale Death beats equally at the poor man's gate and at the palaces of kings.' - Horace" }, diff --git a/android/assets/jsons/Civ V - Vanilla/Policies.json b/android/assets/jsons/Civ V - Vanilla/Policies.json index dbf87b4f45..5aa499714a 100644 --- a/android/assets/jsons/Civ V - Vanilla/Policies.json +++ b/android/assets/jsons/Civ V - Vanilla/Policies.json @@ -589,7 +589,7 @@ "name": "Total War", "uniques": [ "[+15]% Production when constructing [Military] units [in all cities]", - "New [Military] units start with [15] Experience [in all cities]" + "New [Military] units start with [15] XP [in all cities]" ], "requires": ["Police State", "Fascism"], "row": 3,