Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/civbonuses/cart_walls.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/civbonuses/cart_walls.json +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/civbonuses/cart_walls.json @@ -3,7 +3,7 @@ "autoResearch": true, "description": "Carthaginians built their city walls in three concentric circuits. These walls were never breached. Even when the city was taken by the Romans, it was via the city's harbor, not by storming its walls.", "icon": "wall.png", - "tooltip": "Carthaginian walls, gates, and wall towers have 3x the health of a standard wall, but also cost twice as much and take twice as long to build.", + "tooltip": "Carthaginian Walls +100% build time, +100% stone cost, and +200% health.", "requirements": { "civ": "cart" }, "modifications": [ { "value": "Health/Max", "multiply": 3 }, Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/civbonuses/celt_structures.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/civbonuses/celt_structures.json +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/civbonuses/celt_structures.json @@ -4,7 +4,7 @@ "description": "Celtic structures were mostly made of wood with rubble foundations.", "requirements": { "any": [{ "civ": "brit" }, { "civ": "gaul" }] }, "icon": "wooden_buildings.png", - "tooltip": "Celtic buildings have 20% less health, but are also 20% cheaper and faster to construct.", + "tooltip": "Briton and Gaulish Structures −20% build time, −20% health, and −20% capture points.", "modifications": [ { "value": "Health/Max", "multiply": 0.8 }, { "value": "Capturable/CapturePoints", "multiply": 0.8 }, Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/civbonuses/greek_structures.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/civbonuses/greek_structures.json +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/civbonuses/greek_structures.json @@ -4,7 +4,7 @@ "description": "The Greeks used stone construction from early Mycenaean times.", "requirements": { "any": [{ "civ": "athen" }, { "civ": "mace" }, { "civ": "spart" }] }, "icon": "ionic_column.png", - "tooltip": "All structures have 10% more health and capture points, but also take 10% longer to build.", + "tooltip": "Athenian, Macedonian, and Spartan Structures +10% build time, +10% health, and +10% capture points.", "modifications": [ { "value": "Health/Max", "multiply": 1.1 }, { "value": "Capturable/CapturePoints", "multiply": 1.1 }, Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/civbonuses/maur_population.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/civbonuses/maur_population.json +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/civbonuses/maur_population.json @@ -7,7 +7,7 @@ "description": "The Mauryan Empire encompassed dozens of formerly independent kingdoms over an area of 5 million square kilometers, with a population of close to 60 million people. The Mauryan regents held the title Emperor of Emperors and commanded a standing army of 600,000 infantry, 9000 elephants, 8000 chariots, and 30,000 cavalry, making it arguably the largest army of its time.", "requirements": { "civ": "maur" }, "icon": "population.png", - "tooltip": "Mauryas have a 10% higher maximum population limit.", + "tooltip": "Mauryas +10% maximum population limit.", "modifications": [ { "value": "Player/MaxPopulation", "multiply": 1.1 } ] Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/civbonuses/maur_walls.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/civbonuses/maur_walls.json +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/civbonuses/maur_walls.json @@ -4,7 +4,7 @@ "description": "The Mauryas built their city walls out of wood, an abundant natural resource in India.", "requirements": { "civ": "maur" }, "icon": "wooden_walls.png", - "tooltip": "Mauryan city walls have -20% less health and -20% less build time.", + "tooltip": "Mauryan City Walls −20% build time and −20% health.", "modifications": [ { "value": "Health/Max", "multiply": 0.8 }, { "value": "Cost/BuildTime", "multiply": 0.8 } Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/civbonuses/pers_population.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/civbonuses/pers_population.json +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/civbonuses/pers_population.json @@ -4,7 +4,7 @@ "description": "The Persians could and did levy a large number of infantry during wartime due to the sheer size of the Achaemenid Empire and the way in which it was set-up. In general the Persian infantry was well trained and fought with great tenacity. However while this was true the infantry were poor hand-to-hand, close combat fighters. Also, with the exception of the elite regiments, the Persian infantry was not a standing professional force.", "requirements": { "civ": "pers" }, "icon": "population.png", - "tooltip": "Persians have a 10% higher maximum population limit.", + "tooltip": "Persians +10% maximum population limit.", "modifications": [ { "value": "Player/MaxPopulation", "multiply": 1.1 } ] Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/civbonuses/spart_population.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/civbonuses/spart_population.json +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/civbonuses/spart_population.json @@ -3,7 +3,7 @@ "autoResearch": true, "description": "The Spartans did not have the largest army in the world, but they did have the best army in the world for their time. What they didn't have in quantity, they made up with quality. It was said that Sparta did not need strong city walls, for its men were its walls.", "icon": "population.png", - "tooltip": "Spartans have 10% less maximum population.", + "tooltip": "Spartans −10% maximum population limit.", "requirements": { "civ": "spart" }, "modifications": [ { "value": "Player/MaxPopulation", "multiply": 0.9 }