Difference between revisions of "Template:EnhItemTreeEffect"

From DDO Compendium
(Created page with "<noinclude> {{TemplateDocumentation |name=EnhItemReq |description= Template used to add an enhancement effect for a specific tree. |example1=<nowiki>{{EnhItemTreeEffect|Frenzi...")
 
Line 11: Line 11:
|parameter2name = effect
|parameter2name = effect
|parameter2description = The text of the effect
|parameter2description = The text of the effect
}}</noinclude><onlyinclude>{{#ifeq: {{#dplvar:tree}}|{{{1|}}}|{{{2}}}}}</onlyinclude>
}}</noinclude><onlyinclude>{{#if: {{#dplvar:tree}}||{{#ifeq: {{lc:{{{1}}}}}|none|{{{2}}}}}}}{{#ifeq: {{#dplvar:tree}}|{{{1|}}}|{{{2}}}}}</onlyinclude>

Revision as of 14:17, 5 July 2018


EnhItemReq[edit]

Template used to add an enhancement effect for a specific tree.

Example Usage
{{EnhItemTreeEffect|Frenzied Berserker|* When you activate Barbarian Rage, you gain +35% Action Boost bonus to movement speed for 20 seconds}}
{{#dplvar:set|location|core|tree|Frenzied Berserker}}{{EnhItemTreeEffect|Frenzied Berserker|* When you activate Barbarian Rage, you gain +35% Action Boost bonus to movement speed for 20 seconds}}* When you activate Barbarian Rage, you gain +35% Action Boost bonus to movement speed for 20 seconds

Usage[edit]

{{EnhItemReq|(tree)|(effect)}}

Parameter Documentation
treeThe tree for these extra effects.
effectThe text of the effect

Template

Ignore any errors below this line, The errors occur because there is no input into the template, in the template itself.