Changes between Version 9 and Version 10 of Technology_Templates


Ignore:
Timestamp:
Apr 14, 2014, 6:35:24 PM (10 years ago)
Author:
sanderd17
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Technology_Templates

    v9 v10  
    4242        "tooltip": "Advance to Town Phase",
    4343        "modifications": [
    44                 {"value": "ResourceGatherer/Rates/food.grain", "multiply": 15, "affects": ["CitizenSoldier Ranged"]},
     44                {"value": "ResourceGatherer/Rates/food.grain", "multiply": 15, "affects": "Spearman"},
    4545                {"value": "ResourceGatherer/Rates/food.meat", "multiply": 10}
    4646        ],
    47         "affects": ["Female", "CitizenSoldier Spearman"]
     47        "affects": ["Female", "CitizenSoldier"]
    4848}
    4949}}}
     
    8181'''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.
    8282
     83Note that it is possible to add one extra affects string per modification line. This string will be used as extra condition to apply the affect (so used as AND).
     84
    8385=== Technology Pairs ===
    8486