Template:Boltspell table entry: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
No edit summary
(Testing)
 
(14 intermediate revisions by 4 users not shown)
Line 1: Line 1:
|- align=center
<onlyinclude><includeonly>|- align=center
|rowspan=2 bgcolor=#eeeeee|'''{{{spell|(spell)}}}'''||bgcolor=#cccccc|DF
| {{#if: {{{AvD1|}}} | rowspan=2 |}} style="background:#eeeeee; white-space:nowrap"|'''{{{spell|(spell)}}}'''||bgcolor=#cccccc|[[Damage factor|DF]]
| {{{DFcloth|(cloth)}}} || colspan=4| {{{DFleather|(leather)}}} || colspan=4| {{{DFscale|(scale)}}} || colspan=4| {{{DFchain|(chain)}}} || colspan=4| {{{DFplate|(plate)}}}
| {{{DFcloth|(cloth)}}} || colspan=4| {{{DFleather|(leather)}}} || colspan=4| {{{DFscale|(scale)}}} || colspan=4| {{{DFchain|(chain)}}} || colspan=4| {{{DFplate|(plate)}}}
{{#if: {{{AvD1|}}} | <!--updated for Telekinesis. If AvD1 is not specified, then none of the AvDs will appear-->
|- align=center
{{!}}- align{{=}}center
|bgcolor=#cccccc|AvD
{{!}}bgcolor=#cccccc{{!}}[[Attack versus Defense{{!}}AvD]]
<!-- Robes -->
<!-- Robes -->
|{{{AvD1|?}}}
{{!}}{{{AvD1|?}}}
<!-- Leather -->
<!-- Leather -->
|{{{AvD5|?}}}||{{{AvD6|?}}}||{{{AvD7|?}}}||{{{AvD8|?}}}
{{!}}{{{AvD5|?}}}{{!}}{{!}}{{{AvD6|?}}}{{!}}{{!}}{{{AvD7|?}}}{{!}}{{!}}{{{AvD8|?}}}
<!-- Scale -->
<!-- Scale -->
|{{{AvD9|?}}}||{{{AvD10|?}}}||{{{AvD11|?}}}||{{{AvD12|?}}}
{{!}}{{{AvD9|?}}}{{!}}{{!}}{{{AvD10|?}}}{{!}}{{!}}{{{AvD11|?}}}{{!}}{{!}}{{{AvD12|?}}}
<!-- Chain -->
<!-- Chain -->
|{{{AvD13|?}}}||{{{AvD14|?}}}||{{{AvD15|?}}}||{{{AvD16|?}}}
{{!}}{{{AvD13|?}}}{{!}}{{!}}{{{AvD14|?}}}{{!}}{{!}}{{{AvD15|?}}}{{!}}{{!}}{{{AvD16|?}}}
<!-- Plate -->
<!-- Plate -->
|{{{AvD17|?}}}||{{{AvD18|?}}}||{{{AvD19|?}}}||{{{AvD20|?}}}
{{!}}{{{AvD17|?}}}{{!}}{{!}}{{{AvD18|?}}}{{!}}{{!}}{{{AvD19|?}}}{{!}}{{!}}{{{AvD20|?}}}
|
{{!}}- }}</includeonly></onlyinclude>
{{boltspell table start}}
{{boltspell table entry|AvD1=?}}
{{Table end}}

For spells with multiple AvDs, only include the AvDs on the final entry.
===Copy/Paste Code===
<pre{{log2|border=none|margin-right=30em}}>
<nowiki>{{boltspell table entry
|spell=
|DFcloth=
|DFleather=
|DFscale=
|DFchain=
|DFplate=
|AvD1=
|AvD5=
|AvD6=
|AvD7=
|AvD8=
|AvD9=
|AvD10=
|AvD11=
|AvD12=
|AvD13=
|AvD14=
|AvD15=
|AvD16=
|AvD17=
|AvD18=
|AvD19=
|AvD20=
}}</nowiki></pre>
[[Category: Spell Templates]]
</noinclude>

Latest revision as of 13:13, 7 December 2023

Spell AG Cloth Leather Scale Chain Plate
AsG 1 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
(spell) DF (cloth) (leather) (scale) (chain) (plate)
AvD ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?

For spells with multiple AvDs, only include the AvDs on the final entry.

Copy/Paste Code

{{boltspell table entry
|spell=
|DFcloth=
|DFleather=
|DFscale=
|DFchain=
|DFplate=
|AvD1=
|AvD5=
|AvD6=
|AvD7=
|AvD8=
|AvD9=
|AvD10=
|AvD11=
|AvD12=
|AvD13=
|AvD14=
|AvD15=
|AvD16=
|AvD17=
|AvD18=
|AvD19=
|AvD20=
}}