Index: binaries/data/mods/public/simulation/data/civs/maur.json =================================================================== --- binaries/data/mods/public/simulation/data/civs/maur.json +++ binaries/data/mods/public/simulation/data/civs/maur.json @@ -57,11 +57,6 @@ "CivBonuses": [ { - "Name": "Emperor of Emperors.", - "History": "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 rulers 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.", - "Description": "Mauryas have a +10% population cap bonus (e.g., 330 pop cap instead of the usual 300)." - }, - { "Name": "Kṣhatriya Warrior Caste.", "History": "Kshatriya or Kashtriya, meaning warrior, is one of the four varnas (social orders) in Hinduism. Traditionally Kshatriya constitute the military and ruling elite of the Vedic-Hindu social system outlined by the Vedas and the Laws of Manu.", "Description": "The Mauryas enjoy access to 4 champions." Index: binaries/data/mods/public/simulation/data/civs/pers.json =================================================================== --- binaries/data/mods/public/simulation/data/civs/pers.json +++ binaries/data/mods/public/simulation/data/civs/pers.json @@ -70,11 +70,6 @@ "Name": "Corral Camels and Horses", "History": "While the Persians employed camelry only in a few cases, its use was always accompanied by great success (most notably during the battle of Sardis in 546 B.C.) The satrapy of Bactria was a rich source of 'two-hump' camels, while Northern Arabia supplied 'one-hump' camels.", "Description": "The resource cost of training camel-mounted (trader) or horse-mounted units (cavalry) is reduced by 5% per animal (as appropriate) corralled." - }, - { - "Name": "Great King's Levy", - "History": "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.", - "Description": "Persians have a +10% population cap bonus (e.g. 330 pop cap instead of the usual 300)." } ], "TeamBonuses": Index: binaries/data/mods/public/simulation/data/technologies/civbonuses/maur_population.json =================================================================== --- binaries/data/mods/public/simulation/data/technologies/civbonuses/maur_population.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "genericName": "Emperor of Emperors", - "specificName": { - "maur": "Chakravarti Samrāt" - }, - "autoResearch": true, - "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 +10% maximum population limit.", - "modifications": [ - { "value": "Player/MaxPopulation", "multiply": 1.1 } - ] -} Index: binaries/data/mods/public/simulation/data/technologies/civbonuses/pers_population.json =================================================================== --- binaries/data/mods/public/simulation/data/technologies/civbonuses/pers_population.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "genericName": "Great King's Levy", - "autoResearch": true, - "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 +10% maximum population limit.", - "modifications": [ - { "value": "Player/MaxPopulation", "multiply": 1.1 } - ] -} Index: binaries/data/mods/public/simulation/data/technologies/civbonuses/spart_population.json =================================================================== --- binaries/data/mods/public/simulation/data/technologies/civbonuses/spart_population.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "genericName": "Underdogs", - "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 −10% maximum population limit.", - "requirements": { "civ": "spart" }, - "modifications": [ - { "value": "Player/MaxPopulation", "multiply": 0.9 } - ] -}