Changes between Version 15 and Version 16 of Technology_Templates


Ignore:
Timestamp:
Sep 1, 2016, 9:41:40 AM (8 years ago)
Author:
fatherbushido
Comment:

adds civ requirements in examples

Legend:

Unmodified
Added
Removed
Modified
  • Technology_Templates

    v15 v16  
    3333        },
    3434        "cost": { "food": 100, "wood": 100, "stone": 0, "metal": 50 },
    35         "requirements": { "class": "Village", "number": 5 },
     35        "requirements": { "all": [{ "class": "Town", "number": 4 }, { "civ": "athen" }] },
    3636        "requirementsTooltip": "Requires five village structures",
    3737        "supersedes": "village_phase",
     
    9898        "top": "techA",
    9999        "bottom": "techB",
    100         "supersedes": "anotherTechPair"
     100        "supersedes": "anotherTechPair",
     101        "requirements": { "civ": "civA" }
    101102}
    102103}}}