Template:Spell

From ShadowHaven Reloaded
Revision as of 01:51, 24 August 2024 by Bulldogc (talk | contribs) (Created page with "<includeonly> {| cellpadding=5 cellspacing=0 style="border: gray 2px solid; width: 30%; -moz-border-radius: 20px; -webkit-border-radius: 25px; border-radius: 25px; background-color: #444" |- | {| style="width: 100%;" ! colspan="5" style="font-size:110%; border-bottom: 1px solid red; color: red; text-align:left;max-width: 100%" | {{{Name}}}({{{Tags}}}) |- | style="font-size:100%; text-align:left; max-width: 20%" | Type: {{{Type}}} | style="font-size:100%; text-align:le...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Usage

This template helps create a standard display format for custom qualities.

  • Name The name of the quality.
  • KarmaCost The base cost of the quality in karma (bonus or penalty).
  • Requires Any special requirements that might exist.
  • Description The text associated with the quality.

So, if you enter this:

{{Spell|
|Name=Test Spell
|Tags=Direct, Elemental, Touch
|Type=P
|Range=T
|Damage=F
|Duration=I
|Drain=-6
|Description=This is some text
|}}

The template will return the characters current essence/total essence.

Test Spell(Direct, Elemental, Touch)
Type: P Range: T Damage: F Duration: I Drain: -6
This is some text