Ticket #4084: PtolemiesTechs.patch

File PtolemiesTechs.patch, 5.7 KB (added by javiergodas, 8 years ago)
  • binaries/data/mods/public/simulation/data/technologies/ptolemies/archimedes_screw.json

     
     1{
     2    "genericName": "Archimedes's Screw",
     3        "specificName" : { "ptol": "." },
     4    "description": "A machine historically used for transferring water from a low-lying body of water into irrigation ditches, whose invention is traditionally attributed to Archimedes of Syracuse, the famous Greek mathematician and engineer.",
     5    "cost": {"food": 0, "wood": 900, "stone": 0, "metal": 450},
     6    "supersedes": "ptolemies/water_wheel",
     7    "requirements": {"all": [{"tech": "phase_city"}, {"civ": "ptol"}]},
     8    "requirementsTooltip": "Unlocked in City Phase.",
     9    "icon": "plow.png",
     10    "researchTime": 40,
     11    "tooltip": "Equip your workers with iron plows. +35% farming rate.",
     12    "modifications": [{"value": "ResourceGatherer/Rates/food.grain", "multiply": 1.35}],
     13    "affects": ["Worker"],
     14    "soundComplete": "interface/alarm/alarm_upgradearmory.xml"
     15}
  • binaries/data/mods/public/simulation/data/technologies/ptolemies/pharaonic_cult.json

     
     1{
     2    "genericName": "Pharaonic Cult",
     3    "description": ".",
     4    "cost": {"food": 0, "wood": 200, "stone": 0, "metal": 200},
     5        "supersedes": "attack_infantry_ranged_02",
     6    "requirements": {"all": [{"tech": "phase_city"}, {"civ": "iber"}]},
     7    "requirementsTooltip": "Unlocked in City Phase.",
     8    "icon": "spear.png",
     9    "researchTime": 60,
     10    "tooltip": "Hero aura range boosted by 50%.",
     11    "modifications": [
     12    ],
     13    "affects": ["Hero"],
     14    "soundComplete": "interface/alarm/alarm_upgradearmory.xml"
     15}
  • binaries/data/mods/public/simulation/data/technologies/ptolemies/water_wheel.json

     
     1{
     2    "genericName": "Water Wheel",
     3        "specificName" : { "ptol": "Sāqīya" },
     4    "description": "A water wheel used to disburse water from lower elevations into irrigation canals. The earliest evidence of a sakia is from a Hellenistic tomb painting in Ptolemaic Egypt which dates to the 2nd century BC. It shows a pair of yoked oxen driving a compartmented waterwheel, which is for the first time depicted, too. The Greek sakia gear system is already shown fully developed to the point that modern Egyptian devices are virtually identical. It is assumed that the scientists of the Museum of Alexandria, at the time the most active Greek research center, may have been involved in its invention. An episode from the Alexandrian War in 48 BC tells of how Caesar's enemies employed geared waterwheels to pour sea water from elevated places onto the position of the trapped Romans.",
     5    "cost": {"food": 0, "wood": 800, "stone": 0, "metal": 400},
     6    "supersedes": "ptolemies/well_sweep",
     7    "requirements": {"all": [{"tech": "phase_city"}, {"civ": "ptol"}]},
     8    "requirementsTooltip": "Unlocked in City Phase.",
     9    "icon": "plow.png",
     10    "researchTime": 40,
     11    "tooltip": "Equip your workers with iron plows. +35% farming rate.",
     12    "modifications": [{"value": "ResourceGatherer/Rates/food.grain", "multiply": 1.35}],
     13    "affects": ["Worker"],
     14    "soundComplete": "interface/alarm/alarm_upgradearmory.xml"
     15}
  • binaries/data/mods/public/simulation/data/technologies/ptolemies/well_sweep.json

     
     1{
     2    "genericName": "Well Sweep",
     3    "specificName" : { "ptol": "Kēlōneion" },
     4    "description": "An ancient tool for efficiently drawing water from a well.",
     5    "cost": {"food": 0, "wood": 600, "stone": 0, "metal": 300},
     6        "supersedes": "gather_farming_fertilizer",
     7    "requirements": {"all": [{"tech": "phase_city"}, {"civ": "ptol"}]},
     8    "requirementsTooltip": "Unlocked in City Phase.",
     9    "icon": "plow.png",
     10    "researchTime": 40,
     11    "tooltip": "Equip your workers with iron plows. +25% farming rate.",
     12    "modifications": [{"value": "ResourceGatherer/Rates/food.grain", "multiply": 1.25}],
     13    "affects": ["Worker"],
     14    "soundComplete": "interface/alarm/alarm_upgradearmory.xml"
     15}
  • binaries/data/mods/public/simulation/templates/structures/ptol_farmstead.xml

     
    2121  <Obstruction>
    2222    <Static width="18.0" depth="18.0"/>
    2323  </Obstruction>
     24  <ProductionQueue>
     25    <BatchTimeModifier>0.7</BatchTimeModifier>
     26    <Technologies datatype="tokens">
     27      ptolemies/well_sweep
     28      ptolemies/water_wheel
     29      ptolemies/archimedes_screw
     30    </Technologies>
     31  </ProductionQueue>
    2432  <VisualActor>
    2533    <Actor>structures/ptolemies/farmstead.xml</Actor>
    2634    <FoundationActor>structures/fndn_4x4.xml</FoundationActor>