Ticket #3801: civbonus_tooltips.diff

File civbonus_tooltips.diff, 11.0 KB (added by sanderd17, 8 years ago)
  • binaries/data/mods/public/simulation/data/technologies/advanced_unit_bonus.json

     
    11{
    22    "autoResearch": true,
     3    "icon": "upgrade_advanced.png",
     4    "tooltip": "Units promoted to the advanced class gain a lot of quality: 20% extra health, 1 extra armour level of every type, 20% extra attack for melee units, 4m extra range and 5% better precision for ranged units, faster movement speeds and extra heal speed and range for healers.",
    35    "modifications": [
    46        {"value": "Health/Max",             "multiply":    1.2                       },
    57        {"value": "Armour/Hack",            "add":         1                         },
     
    1012        {"value": "UnitMotion/WalkSpeed",   "add":         1,   "affects": "Cavalry" },
    1113        {"value": "Attack/Ranged/MaxRange", "add":         4,   "affects": "Ranged"  },
    1214        {"value": "Attack/Ranged/Spread",   "multiply":    0.95,"affects": "Ranged"  },
    13         {"value": "Attack/Melee/Hack",      "multiply":    1.2,  "affects": "Melee"  },
    14         {"value": "Attack/Melee/Pierce",    "multiply":    1.2,  "affects": "Melee"  },
     15        {"value": "Attack/Melee/Hack",      "multiply":    1.2, "affects": "Melee"   },
     16        {"value": "Attack/Melee/Pierce",    "multiply":    1.2, "affects": "Melee"   },
    1517        {"value": "Heal/Range",             "add":         4,   "affects": "Healer"  },
    1618        {"value": "Heal/HP",                "add":         5,   "affects": "Healer"  }
    1719    ],
  • binaries/data/mods/public/simulation/data/technologies/carthaginians/civbonus_triple_walls.json

     
    11{
    22    "genericName": "Triple Walls",
    33    "autoResearch": true,
    4     "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. Consequently, 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.",
     4    "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.",
    55    "requirements": {"civ": "cart"},
     6    "icon": "wall.png",
     7    "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.",
    68    "modifications": [
    79        {"value": "Health/Max", "multiply": 3.0},
    810        {"value": "Cost/BuildTime", "multiply": 2.0},
     
    911        {"value": "Cost/Resources/stone", "multiply": 2.0}
    1012    ],
    1113    "affects": ["StoneWall"]
    12 }
    13  No newline at end of file
     14}
  • binaries/data/mods/public/simulation/data/technologies/celts/civbonus_celts_wooden_struct.json

     
    11{
    22    "genericName": "Wooden Construction",
    33    "autoResearch": true,
    4     "description": "Celtic structures were mostly made of wood with rubble foundations. Consequently, their structures have less health than other cultures do, but they also construct faster.",
     4    "description": "Celtic structures were mostly made of wood with rubble foundations.",
    55    "requirements": {"any": [{"civ": "brit"},{"civ": "gaul"}]},
     6    "icon": "wooden_buildings.png",
     7    "tooltip": "Celtic buildings have 20% less health, but are also 20% cheaper and faster to construct.",
    68    "modifications": [
    79        {"value": "Health/Max", "multiply": 0.8},
    810        {"value": "Capturable/CapturePoints", "multiply": 0.8},
  • binaries/data/mods/public/simulation/data/technologies/elite_unit_bonus.json

     
    11{
    22    "autoResearch": true,
     3    "icon": "upgrade_elite.png",
     4    "tooltip": "Units trained to the elite class gain a lot of quality: 20% extra health, 1 extra armour level of every type, 20% extra attack for melee units, extra range and better precision for ranged units, faster movement speeds and extra heal speed and range for healers.",
    35    "modifications": [
    46        {"value": "Health/Max",             "multiply":    1.2                       },
    57        {"value": "Armour/Hack",            "add":         1                         },
  • binaries/data/mods/public/simulation/data/technologies/hellenes/civbonus_hellenic_architecture.json

     
    33    "autoResearch": true,
    44    "description": "The Greeks used stone construction from early Mycenaean times.",
    55    "requirements": {"any": [{"civ": "athen"},{"civ": "mace"},{"civ": "spart"}]},
     6    "icon": "ionic_column.png",
     7    "tooltip": "All structures have 10% more health and capture points, but also take 10% longer to build.",
    68    "modifications": [
    79        {"value": "Health/Max", "multiply": 1.1},
    810        {"value": "Capturable/CapturePoints", "multiply": 1.1},
  • binaries/data/mods/public/simulation/data/technologies/hellenes/civpenalty_spart_popcap.json

     
    33    "autoResearch": true,
    44    "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.",
    55    "requirements": {"civ": "spart"},
     6    "icon": "population.png",
     7    "tooltip": "Spartans have 10% less maximum population",
    68    "modifications": [{"value": "Player/MaxPopulation", "multiply": 0.9}]
    7 }
    8  No newline at end of file
     9}
  • binaries/data/mods/public/simulation/data/technologies/hellenes/teambonus_athen_delian_league.json

     
    33    "autoResearch": true,
    44    "description": "Shortly after the great naval victories at Salamis and Mycale, the Greek city-states instituted the so-called Delian League in 478 BC, whose purpose was to push the Persians out of the Aegean region. The allied states contributed ships and money, while the Athenians offered their entire navy.",
    55    "requirements": {"civ": "athen"},
     6    "icon": "ship_buildtime.png",
     7    "tooltip": "Athenian ships take 25% less time to construct.",
    68    "modifications": [{"value": "Cost/BuildTime", "multiply": 0.75}],
    79    "affects": ["Warship"]
    8 }
    9  No newline at end of file
     10}
  • binaries/data/mods/public/simulation/data/technologies/mauryans/civbonus_maur_popcap.json

     
    66    "autoResearch": true,
    77    "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.",
    88    "requirements": {"civ": "maur"},
     9    "icon": "population.png",
     10    "tooltip": "Mauryans have a 10% higher maximum population limit.",
    911    "modifications": [{"value": "Player/MaxPopulation", "multiply": 1.1}]
    10 }
    11  No newline at end of file
     12}
  • binaries/data/mods/public/simulation/data/technologies/mauryans/wooden_walls.json

     
    11{
    22    "genericName": "Wooden Walls",
    33    "autoResearch": true,
    4     "description": "The Mauryans built their city walls out of wood, an abundant natural resource in India. Consequently, Mauryan city walls have -20% health and -20% build time.",
     4    "description": "The Mauryans built their city walls out of wood, an abundant natural resource in India.",
    55    "requirements": {"civ": "maur"},
     6    "icon": "wooden_walls.png",
     7    "tooltip": "Mauryan city walls have 20% less health and 20% less build time.",
    68    "modifications": [
    79        {"value": "Health/Max", "multiply": 0.8},
    810        {"value": "Cost/BuildTime", "multiply": 0.8}
    911    ],
    1012    "affects": ["StoneWall"]
    11 }
    12  No newline at end of file
     13}
  • binaries/data/mods/public/simulation/data/technologies/persians/civbonus_pers_popcap.json

     
    33    "autoResearch": true,
    44    "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.",
    55    "requirements": {"civ": "pers"},
     6    "icon": "population.png",
     7    "tooltip": "Persians have a 10% higher maximum population limit.",
    68    "modifications": [{"value": "Player/MaxPopulation", "multiply": 1.1}]
    7 }
    8  No newline at end of file
     9}