Changes between Version 14 and Version 15 of Aura_Templates


Ignore:
Timestamp:
Apr 7, 2016, 6:53:25 PM (8 years ago)
Author:
sanderd17
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Aura_Templates

    v14 v15  
    2121'''affects''' determines the classes it affects, listed as ["Class1 Class2", "Class3"], which means the target needs to have (Class1 AND Class2) OR Class3 to benefit from the aura.
    2222
    23 '''affectedPlayers''' defines on which players it will act (a hero might cause the enemy to have less armour), listed as ["Value1", "Value2"]. The possible values are '''Player''' (yourself), '''Ally''', '''!StrictAlly''', '''!MutualAlly''', '''!StrictMutualAlly''' or '''Enemy'''. This value defaults to [ "'''Player'''" ] .
     23'''affectedPlayers''' defines on which players it will act (a hero might cause the enemy to have less armour), listed as ["Value1", "Value2"]. The possible values are '''Player''' (yourself), '''Ally''', '''!ExclusiveAlly''', '''!MutualAlly''', '''!ExclusiveMutualAlly''' or '''Enemy'''. This value defaults to [ "'''Player'''" ] .
    2424
    2525'''modifications''' are list of modifications that will be applied. Similarly structured as with technologies. A modification consists out of key, which presents the name of the value that will be changed, and either '''add''' or '''multiply''' to resp. add or multiply the value of the affected entity with something. Note that the actions should be reversible (they are reversed when the aura carrying entity is killed), so multiplications with 0 are not allowed. All other values are supported.