Difference between revisions of "Template:Elemental"

From DDO Compendium
Line 2: Line 2:


Used in this manner:
Used in this manner:
<br><nowiki>{{Elemental|(element)|(type)}}</nowiki><br>
<br><nowiki>{{Elemental|(element)|(type)|(damage - optional)}}</nowiki><br>
<br>Such that <nowiki>{{Elemental|Fire|Burst}}</nowiki> results in<br>
<br>Such that <nowiki>{{Elemental|Fire|Burst}}</nowiki> results in<br>
<br>{{Elemental|Fire|Burst}}
<br>{{Elemental|Fire}}
<br>{{Elemental|Fire|Effect|9}}
<br>
Types available:
* Touch
* Burst
* Effect (requires damage amount)
* Basic element
</noinclude>
</noinclude>


=== Template ===
=== Template ===
<onlyinclude>{{#switch: {{{2}}}
<onlyinclude>{{#switch: {{lc:{{{2}}}}}
|Touch=[[Category:Items with {{{1}}} Touch]]'''[[Elemental#Touch|{{{1}}} Touch:]]''' This weapon is feels like {{{1}}} when touched. The weapon deals an additional 1 {{{1}} damage each hit.
|touch=[[Category:Items with {{{1}}} Touch]]'''[[Elemental#Touch|{{{1}}} Touch:]]''' This weapon is feels like {{{1}}} when touched. The weapon deals an additional 1 {{{1}} damage each hit.
|Burst=[[Category:Items with {{{1}}} Burst]]'''[[Elemental#Burst|{{{1}}} Burst:]]''' This weapon is sheathed in {{{1}}}. The weapon deals an additional 1 to 6 {{{1}}} damage each hit.  In addition, critical hits deal and additional 1 to 10 {{{1}}} damage for weapons with a x2 critical multiplier, 2 to 20 for a x3 critical multiplier and 3 to 30 for a x4 multiplier.
|burst=[[Category:Items with {{{1}}} Burst]]'''[[Elemental#Burst|{{{1}}} Burst:]]''' This weapon is sheathed in {{{1}}}. The weapon deals an additional 1 to 6 {{{1}}} damage each hit.  In addition, critical hits deal and additional 1 to 10 {{{1}}} damage for weapons with a x2 critical multiplier, 2 to 20 for a x3 critical multiplier and 3 to 30 for a x4 multiplier.
|effect=[[Category:Items with a {{{1}}} Effect]]'''[[Elemental#Effect|{{{1}}} +{{{3}}}:]]''' Additional {{{3}}}d6 {{{1}}} damage per hit.
|#default=[[Category:Items with {{{1}}}]]'''[[Elemental|{{{1}}}:]]''' This weapon is sheathed in {{{1}}}. The weapon deals an additional 1 to 6 {{{1}}} damage each hit.}}</onlyinclude>
|#default=[[Category:Items with {{{1}}}]]'''[[Elemental|{{{1}}}:]]''' This weapon is sheathed in {{{1}}}. The weapon deals an additional 1 to 6 {{{1}}} damage each hit.}}</onlyinclude>

Revision as of 19:26, 29 April 2018

This template is used for enhancements that add Elemental Damage.

Used in this manner:
{{Elemental|(element)|(type)|(damage - optional)}}

Such that {{Elemental|Fire|Burst}} results in

Fire: This weapon is sheathed in Fire. The weapon deals an additional 1 to 6 Fire damage each hit.
Fire +9: Additional 9d6 Fire damage per hit.
Types available:

  • Touch
  • Burst
  • Effect (requires damage amount)
  • Basic element


Template[edit]

[[Category:Items with {{{1}}}]]{{{1}}}: This weapon is sheathed in {{{1}}}. The weapon deals an additional 1 to 6 {{{1}}} damage each hit.