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

Template:TypeDefVal/doc

From Paragon Wiki Archive
< Template:TypeDefVal
Revision as of 00:10, 7 January 2009 by Konoko (Talk | contribs) (Defense Template)

Jump to: navigation, search
This is a documentation subpage for Template:TypeDefVal (see that page for the template itself).
It contains usage information, categories and other content that is not part of the original template page.

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
  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
  • s, l, f, c, e, n, p, if defined will add a minus sign before their respective values and turn them red.

Example

Code {{DefVal|10|10|0|0|20|e=-}} {{DefVal|10|s=-|10|0|0|e=-|20}} {{DefVal|2=10|7=25|e=-}}
Result Template:DefVal Template:DefVal Template:DefVal
Code Result
{{DefVal|10|10|0|0|20|e=-}} Template:DefVal
{{DefVal|10|s=-|10|0|0|e=-|20}} Template:DefVal
{{DefVal|2=10|7=25|e=-}} Template:DefVal
  • List the defenses in order: Smashing, Lethal, Fire, Cold, Energy, Negative Energy, Psychic.
  • Trailing 0s are unneccessary.
  • e=- denotes the energy defense as a debuff. The first letter of the defense type is used.

See also

  • {{ResVal}} - Typed Resistance values
  • {{DefVal}} - Typed Defense values
  • {{PosVal}} - Positional Defense values
  • {{ProtVal}} - ???