Changes between Version 3 and Version 4 of Technology_Templates


Ignore:
Timestamp:
Apr 21, 2012, 11:45:18 PM (12 years ago)
Author:
Jonathan Waller
Comment:

added tech pairs documentation

Legend:

Unmodified
Added
Removed
Modified
  • Technology_Templates

    v3 v4  
    7878
    7979'''affects''': A list of sets of classes which determine which entities are affected by the modification.  So the example above will affect females and spear wielding citizen soldiers.  So all of the classes within a string are required and it will affect an entity which matches any of the strings.
     80
     81=== Technology Pairs ===
     82
     83A technology pair has a pair json file which is added to the list of tokens in ProductionQueue.  It has the following format:
     84{{{
     85#!js
     86{
     87        "genericName": "Tech Pair",
     88        "top": "techA",
     89        "bottom": "techB",
     90        "supersedes": "anotherTechPair"
     91}
     92}}}
     93
     94Each of the technologies which are part of the pair should also have a "pair":"techPair" attribute linking them to the pair definition.