Difference between revisions of "Template:AdditionalDamageType"
From DDO Compendium
MNDeveloper (talk | contribs) m (MNDeveloper moved page Template:BluntedAmmunition to Template:AdditionalDamageType) |
MNDeveloper (talk | contribs) |
||
Line 1: | Line 1: | ||
<noinclude>[[Category:Template]][[Category:Item Enchantment Template]]{{TemplateDocumentation | <noinclude>[[Category:Template]][[Category:Item Enchantment Template]]{{TemplateDocumentation | ||
|name = | |name = AdditionalDamageType | ||
|description = This template is used on equipment | |description = This template is used on equipment to add additional damage types from normal. | ||
|example1 = <nowiki>{{ | |example1 = <nowiki>{{AdditionalDamageType|Bludgeon|Ranged}}</nowiki> | ||
|example1output = {{ | |example1output = {{AdditionalDamageType|Bludgeon|Ranged}} | ||
|parameter1name=Damage Type | |||
|parameter1description=The extra damage type added by this enhancement | |||
|parameter2name=Attack type | |||
|parameter2description=What type of attack is being done | |||
|parameter2values= | |||
* Ranged | |||
* Melee | |||
}} | }} | ||
</noinclude> | </noinclude> | ||
<onlyinclude> | <onlyinclude>{{#switch: {{lc:{{{2}}}}} | ||
| ranged ={{#switch: {{lc:{{{1}}}}} | |||
|bludgeon= '''Blunted Ammunition:''' The ammunition fired by this weapon deals blunt damage in addition to its other damage types.}} | |||
| melee ={{#switch: {{lc:{{{1}}}}} | |||
| pierce ='''Spiked:''' This weapon is studded with vicious spikes, causing to to deal piercing damage in addition to its normal damage types.}} | |||
}}</onlyinclude> |
Revision as of 20:49, 7 June 2018
AdditionalDamageType[edit]
This template is used on equipment to add additional damage types from normal.
Example Usage | |
{{AdditionalDamageType|Bludgeon|Ranged}} | Blunted Ammunition: The ammunition fired by this weapon deals blunt damage in addition to its other damage types. |
Usage[edit]
{{AdditionalDamageType|(Damage Type)|(Attack type)}}
Parameter Documentation | |
Damage Type | The extra damage type added by this enhancement |
Attack type | What type of attack is being done Possible Values:
|
Template
Ignore any errors below this line, The errors occur because there is no input into the template, in the template itself.