Ticket #3510: female_technologies.patch

File female_technologies.patch, 3.8 KB (added by Palaxin, 9 years ago)
  • data/mods/public/simulation/data/technologies/celts/civbonus_celts_female_citizen.json

     
     1{
     2    "genericName": "Celtic Female Toughness",
     3    "autoResearch": true,
     4    "description": "Celtic women enjoyed many freedoms, especially compared to their Greek and Roman counterparts. Although they did not fight in battle as some believed, some noblewomen took over power when their husband's died.",
     5    "requirements": {"any": [{"civ": "brit"},{"civ": "gaul"}]},
     6    "modifications": [
     7        {"value": "Health/Max", "multiply": 1.5},
     8        {"value": "Attack/Melee/Hack", "multiply": 3.5}
     9    ],
     10    "affects": ["Female Citizen"]
     11}
  • data/mods/public/simulation/data/technologies/hellenes/civbonus_spart_female_citizen.json

     
     1{
     2    "genericName": "Spartan Female Toughness",
     3    "autoResearch": true,
     4    "description": "Spartan women were some of the freest in the ancient world. They could own land and slaves and even exercise naked like Spartan men. It is said that only Spartan women gave birth to real men. Such tough as nails women more than once helped save their city from disaster.",
     5    "requirements": {"civ": "spart"},
     6    "modifications": [
     7        {"value": "Health/Max", "multiply": 1.8}
     8    ],
     9    "affects": ["Female Citizen"]
     10}
  • data/mods/public/simulation/templates/units/brit_support_female_citizen.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_support_female_citizen">
    3   <Attack>
    4     <Melee>
    5       <Hack>7</Hack>
    6     </Melee>
    7   </Attack>
    83  <Builder>
    94    <Entities datatype="tokens">
    105      structures/brit_rotarymill
    116    </Entities>
    127  </Builder>
    13   <Health>
    14     <Max>75</Max>
    15   </Health>
    168  <Identity>
    179    <Civ>brit</Civ>
    1810    <SpecificName>Bodu</SpecificName>
  • data/mods/public/simulation/templates/units/gaul_support_female_citizen.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_support_female_citizen">
    3   <Attack>
    4     <Melee>
    5       <Hack>7</Hack>
    6     </Melee>
    7   </Attack>
    83  <Builder>
    94    <Entities datatype="tokens">
    105      structures/gaul_rotarymill
    116    </Entities>
    127  </Builder>
    13   <Health>
    14     <Max>75</Max>
    15   </Health>
    168  <Identity>
    179    <Civ>gaul</Civ>
    1810    <SpecificName>Bodu</SpecificName>
  • data/mods/public/simulation/templates/units/spart_support_female_citizen.xml

     
    1717      structures/{civ}_defense_tower
    1818    </Entities>
    1919  </Builder>
    20   <Health>
    21     <Max>90</Max>
    22   </Health>
    2320  <Identity>
    2421    <Civ>spart</Civ>
    2522    <Lang>greek</Lang>