Spell Template: Difference between revisions
(→Notes) |
No edit summary |
||
Line 1: | Line 1: | ||
__ToC__ | __ToC__ | ||
These basic spell templates can be used for spell entries for player spells and creature only spells. Probably the most important information to include is how to obtain the spell. Remove items that don't apply. | |||
== Player Spell Example == | == Player Spell Example == | ||
Line 28: | Line 29: | ||
|} | |} | ||
<big>Notes</big> | |||
---- | |||
* Scroll can be found randomly in [[Steel Chest]]s. | * Scroll can be found randomly in [[Steel Chest]]s. | ||
* Scroll can be purchased from [[Scrivener]]s. | * Scroll can be purchased from [[Scrivener]]s. | ||
Line 34: | Line 36: | ||
<nowiki>[[Category:Spell]]</nowiki> | <nowiki>[[Category:Spell]]</nowiki> | ||
== Wiki Code == | == Player Spell Wiki Code == | ||
<pre> | <pre> | ||
From the [[Quest]] quest introduced in the [[Patch]] event. | From the [[Quest]] quest introduced in the [[Patch]] event. | ||
Line 66: | Line 68: | ||
[[Category:Spell]] | [[Category:Spell]] | ||
</pre> | |||
== Monster Only Spell Wiki Code == | |||
<pre> | |||
{|width=300 border=1 cellspacing=0 cellpadding=3 | |||
!colspan=3|[[Image: Icon.png]] <Name> | |||
|- | |||
!Spell Effect | |||
|align=center| <Description> | |||
|- | |||
!Duration | |||
|align=center| <Duration> | |||
|- | |||
!Used by | |||
|align=center| [[<Creature>]] | |||
|- | |||
|} | |||
[[Category: Spell]] | |||
[[Category: Monster Only Spell]] | |||
</pre> | </pre> | ||
[[Category:Template]] | [[Category:Template]] |
Revision as of 15:49, 8 August 2008
These basic spell templates can be used for spell entries for player spells and creature only spells. Probably the most important information to include is how to obtain the spell. Remove items that don't apply.
Player Spell Example
From the [[Quest]] quest introduced in the [[Patch]] event.
Spell Name | |||||
School: [[School]] | |||||
Level:
|
Notes
- Scroll can be found randomly in Steel Chests.
- Scroll can be purchased from Scriveners.
[[Category:Spell]]
Player Spell Wiki Code
From the [[Quest]] quest introduced in the [[Patch]] event. {|border=1 cellspacing=0 cellpadding=5 width=300 style=background:#F0F0F0 |colspan=2 align=center|'''Name''' |- |align=center| '''School:''' [[<Magic School>]] |width=40 align=center| [[Image: Icon.png]] |- |colspan=2| '''Level:''' <br>'''Mana:''' <br>'''Duration:''' <br>'''Range:''' yds. <br>'''Description:''' <br><br>'''Prismatic Formula:''' {|border=0 cellpadding=3 style=background:#F0F0F0 align=center | [[Image: Icon.png]] | [[Image: Icon.png]] | [[Image: Icon.png]] | [[Image: Icon.png]] |} |- |} ==Notes== * <Information on how to obtain the scroll.> [[Category:Spell]]
Monster Only Spell Wiki Code
{|width=300 border=1 cellspacing=0 cellpadding=3 !colspan=3|[[Image: Icon.png]] <Name> |- !Spell Effect |align=center| <Description> |- !Duration |align=center| <Duration> |- !Used by |align=center| [[<Creature>]] |- |} [[Category: Spell]] [[Category: Monster Only Spell]]