Changes between Version 8 and Version 9 of Technology_Templates


Ignore:
Timestamp:
Nov 3, 2013, 3:11:30 PM (10 years ago)
Author:
sanderd17
Comment:

rename multiplier to multiply

Legend:

Unmodified
Added
Removed
Modified
  • Technology_Templates

    v8 v9  
    4242        "tooltip": "Advance to Town Phase",
    4343        "modifications": [
    44                 {"value": "ResourceGatherer/Rates/food.grain", "multiplier": 15, "affects": ["CitizenSoldier Ranged"]},
    45                 {"value": "ResourceGatherer/Rates/food.meat", "multiplier": 10}
     44                {"value": "ResourceGatherer/Rates/food.grain", "multiply": 15, "affects": ["CitizenSoldier Ranged"]},
     45                {"value": "ResourceGatherer/Rates/food.meat", "multiply": 10}
    4646        ],
    4747        "affects": ["Female", "CitizenSoldier Spearman"]
     
    7474
    7575'''modifications''': This is an array of [wiki:TechModifications modifications] that the technology makes.  A modification specific affects attribute is pecific to this modification.  The values to modify will be added on request.  The available modifications are:[[BR]]
    76  * ''multiplier'' - adds (multiplier-1)*originalValue to the property.  Note this is not cumulative.[[BR]]
     76 * ''multiply'' - adds (multiply-1)*originalValue to the property.  Note this is not cumulative.[[BR]]
    7777 * ''add'' - adds this number to the property.  Can be negative.[[BR]]
    7878 * ''replace'' - this replaces the existing value (useful if no original value exists).  The ordering of multiple replaces is not defined.[[BR]]