Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Template:TypeDefVal

From Paragon Wiki Archive
Jump to: navigation, search
[edit] [purge] Documentation


Usage

Defense Template

This template is meant to show the typed defense values of a power in a condensed yet readable format

Parameters

  • First 7 parameters are numbered accordingly, values of 0 will prevent the parameter from displaying
  • List the defenses in order:
    1. Smashing absolute value
    2. Lethal absolute value
    3. Fire absolute value
    4. Cold absolute value
    5. Energy absolute value
    6. Negative absolute value
    7. Psychic absolute value
  • Trailing 0s are unnecessary.
  • s, l, f, c, e, n, p, if defined will add a minus sign before their respective values and turn them red.

Example

Code Result
 {{TypeDefVal|1|2|3|4|5|6|7}}   Def( S1 L2 F3 C4 E5 N6 P7 ) 
 {{TypeDefVal|10|10|0|0|20|e=-}}  Def( S10 L10 E-20 )
 {{TypeDefVal|10|s=-|10|0|0|e=-|20}}   Def( S-10 L10 E-20 )
 {{DefVal|2=10|7=25|e=-}}  Def( L10 P25 )
  • x=- denotes the x defense as a debuff. The first letter of the defense type is used.