Template:Spell: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
-->{{ #if: {{{type|}}} | * Type: {{{type}}} | * Type: This spell lacks a proper type. }}<!-- | -->{{ #if: {{{type|}}} | * Type: {{{type}}} | * Type: This spell lacks a proper type. }}<!-- | ||
-->{{ #if: {{{mana|}}} | * Mana: {{{mana}}} }} {{ #if: {{{blood|}}} | * Blood: {{{blood}}} }}<!-- | -->{{ #if: {{{mana|}}} | * Mana: {{{mana}}} }} {{ #if: {{{blood|}}} | * Blood: {{{blood}}} }}<!-- | ||
-->{{ #if: {{{ | -->{{ #if: {{{damage|}}} | * Damage: {{{damage}}} }}<!-- | ||
-->{{ #if: {{{ | -->{{ #if: {{{heal|}}} | * Heal: {{{heal}}} }}<!-- | ||
-->{{ #if: {{{effect|}}} | * Effect: {{{effect}}} }} {{ #if: {{{stance|}}} | * Stance: {{{stance}}} }}<!-- | -->{{ #if: {{{effect|}}} | * Effect: {{{effect}}} }}<!-- | ||
-->{{ #if: {{{stance|}}} | * Stance: {{{stance}}} }}<!-- | |||
-->{{ #if: {{{restrictions|}}} | * Restrictions: {{{restrictions}}} }}<!-- | -->{{ #if: {{{restrictions|}}} | * Restrictions: {{{restrictions}}} }}<!-- | ||
-->{{ #if: {{{yoursuccess|}}} | * Your successful spell message: {{{yoursuccess}}} }}<!-- | -->{{ #if: {{{yoursuccess|}}} | * Your successful spell message: {{{yoursuccess}}} }}<!-- | ||
| Line 16: | Line 17: | ||
-->{{ #if: {{{otherfailure|}}} | * Other failed spell message: {{{otherfailure}}} }}<!-- | -->{{ #if: {{{otherfailure|}}} | * Other failed spell message: {{{otherfailure}}} }}<!-- | ||
-->{{ #if: {{{otherexpire|}}} | * Other expired spell message: {{{otherexpire}}} }}<!-- | -->{{ #if: {{{otherexpire|}}} | * Other expired spell message: {{{otherexpire}}} }}<!-- | ||
--> | -->{{ #if: {{{notes|}}} | {{Header1|Notes}}{{{notes}}} }}<!-- | ||
<noinclude> | |||
--><noinclude> | |||
__NOTOC__ | __NOTOC__ | ||
==Variables== | |||
<nowiki>description, syntax, type, mana, damage, heal, effect, stance, restrictions, yoursuccess, yourfailure, yourexpire, othersuccess, otherfailure, otherexpire, notes</nowiki> | |||
==Example== | ==Example== | ||
==Heal== | '''Heal''' | ||
===What you enter=== | |||
<pre><nowiki>{{Spell | |||
|description=Heal is the apex of curative spells for the devout Cleric. Unlike the healing spells of other alignments, heal may be cast on the caster or on another target. | |||
|syntax=cast heal <target> | |||
|type=Defense/All | |||
|mana= | |||
|heal=100 | |||
|restrictions=[[Devout]] only | |||
|yoursuccess=A warm feeling fills your body. | |||
|yourfailure=You failed. | |||
|notes=Heal is the most efficient healing spell in the game. | |||
}}</nowiki></pre> | |||
===What it looks like=== | |||
{{Spell | {{Spell | ||
|description=Heal is the apex of curative spells for the devout Cleric. Unlike the healing spells of other alignments, heal may be cast on the caster or on another target. | |description=Heal is the apex of curative spells for the devout Cleric. Unlike the healing spells of other alignments, heal may be cast on the caster or on another target. | ||
| Line 26: | Line 46: | ||
|type=Defense/All | |type=Defense/All | ||
|mana= | |mana= | ||
| | |heal=100 | ||
|restrictions=[[Devout]] only | |restrictions=[[Devout]] only | ||
|yoursuccess=A warm feeling fills your body. | |yoursuccess=A warm feeling fills your body. | ||
|yourfailure=You failed. | |yourfailure=You failed. | ||
|notes=Heal is the most efficient healing spell in the game. | |||
}} | }} | ||
</noinclude> | </noinclude> | ||
Revision as of 15:33, 5 June 2008
This spell lacks a proper description.
Information
- Syntax: This spell lacks a proper syntax.
- Type: This spell lacks a proper type.
Variables
description, syntax, type, mana, damage, heal, effect, stance, restrictions, yoursuccess, yourfailure, yourexpire, othersuccess, otherfailure, otherexpire, notes
Example
Heal
What you enter
{{Spell
|description=Heal is the apex of curative spells for the devout Cleric. Unlike the healing spells of other alignments, heal may be cast on the caster or on another target.
|syntax=cast heal <target>
|type=Defense/All
|mana=
|heal=100
|restrictions=[[Devout]] only
|yoursuccess=A warm feeling fills your body.
|yourfailure=You failed.
|notes=Heal is the most efficient healing spell in the game.
}}
What it looks like
Heal is the apex of curative spells for the devout Cleric. Unlike the healing spells of other alignments, heal may be cast on the caster or on another target.
Information
- Syntax: cast heal <target>
- Type: Defense/All
- Heal: 100
- Restrictions: Devout only
- Your successful spell message: A warm feeling fills your body.
- Your failed spell message: You failed.== Notes ==Heal is the most efficient healing spell in the game.