Changes between Version 2 and Version 8 of Ticket #2936


Ignore:
Timestamp:
Dec 6, 2014, 9:39:02 PM (9 years ago)
Author:
scythetwirler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2936

    • Property Keywords review patch added
    • Property Milestone BacklogAlpha 18
  • Ticket #2936 – Description

    v2 v8  
    22
    33Generic War Dog
     4
    45{{{
    56
     
    1011</Armour>
    1112}}}
    12 
    1313Ultra-Super Powered War Dog
    1414
     
    2121</Armour>
    2222}}}
    23 
    2423It'd be a lot easier to make slight deviations if we had relative templates that perform an operation upon the stats of the parent. That is:
    2524
    2625Ultra-Super Powered War Dog
     26
    2727{{{
    2828<Armour>
     
    3232</Armour>
    3333}}}
    34 
    3534In the case that we need to change the stats of the entire class of units, we would have to only change the parent, but not every template that deviates.
    3635
    3736Supporting the basic operations (+, -, x, ÷) would help greatly imo.
     37
     38Also, files
     39
     40 * tools/templatesanalyzer/unitTables.py
     41 * tools/entity/Entity.pm
     42
     43will need to be updated.