Template:Skill: Difference between revisions

From Echoes of Angmar
Content added Content deleted
No edit summary
No edit summary
 
(16 intermediate revisions by the same user not shown)
Line 4: Line 4:
{{#if:{{{image<includeonly>|</includeonly>}}}|[[File:{{{image<noinclude>|{{{name}}}-icon.png</noinclude>}}}|32px|link=]]}}
{{#if:{{{image<includeonly>|</includeonly>}}}|[[File:{{{image<noinclude>|{{{name}}}-icon.png</noinclude>}}}|32px|link=]]}}
<span style="font-size: 130%;color: {{ #switch: {{{quality|}}} | legendary = gold | incomparable = cyan | rare = purple | uncommon = Yellow | common | #default = #C3B585 }}; font-family:serif;font-stretch:narrower;font-variant: small-caps;">{{{name|{{PAGENAME}}}}}</span>
<span style="font-size: 130%;color: {{ #switch: {{{quality|}}} | legendary = gold | incomparable = cyan | rare = purple | uncommon = Yellow | common | #default = #C3B585 }}; font-family:serif;font-stretch:narrower;font-variant: small-caps;">{{{name|{{PAGENAME}}}}}</span>
|-
{{#if:{{{requires<includeonly>|</includeonly>}}}|
<!-- -->{{!}} colspan="3" style="vertical-align: top; color: red;" {{!}} {{{requires}}}
}}
|-
|-
{{#if:{{{description<includeonly>|</includeonly>}}}|
{{#if:{{{description<includeonly>|</includeonly>}}}|
Line 15: Line 19:
{{#if:{{{effect<includeonly>|</includeonly>}}}|
{{#if:{{{effect<includeonly>|</includeonly>}}}|
<!-- -->{{!}} colspan="3" style="vertical-align: top; color: limegreen;" {{!}} {{{effect}}}
<!-- -->{{!}} colspan="3" style="vertical-align: top; color: limegreen;" {{!}} {{{effect}}}
}}
|-
{{#if:{{{ability<includeonly>|</includeonly>}}}|
<!-- -->{{!}} colspan="3" style="vertical-align: top; color: limegreen;" {{!}} {{{ability}}}
}}
|-
{{#if:{{{type<includeonly>|</includeonly>}}}|
<!-- -->{{!}} colspan="3" style="vertical-align: top; color: darkgreen;" {{!}} {{{type}}}
}}
}}
|-
|-
{{#if:{{{duration<includeonly>|</includeonly>}}}|
{{#if:{{{duration<includeonly>|</includeonly>}}}|
<!-- -->{{!}} colspan="3" style="vertical-align: top; color: darkgreen;" {{!}} Duration: {{{duration}}}
<!-- -->{{!}} colspan="3" style="vertical-align: top; color: darkgreen;" {{!}} Duration: {{{duration}}}
}}
|-
{{#if:{{{morale<includeonly>|</includeonly>}}}|
<!-- -->{{!}} colspan="3" style="vertical-align: top; color: limegreen;" {{!}} Cost: {{{morale}}}
}}
}}
|-
|-
Line 25: Line 41:
}}
}}
|-
|-
{{#if:{{{morale<includeonly>|</includeonly>}}}|
{{#if:{{{focus<includeonly>|</includeonly>}}}|
<!-- -->{{!}} colspan="3" style="vertical-align: top; color: limegreen;" {{!}} Cost: {{{morale}}}
<!-- -->{{!}} colspan="3" style="vertical-align: top; color: yellow;" {{!}} {{{focus}}}
}}
}}
|-
|-
{{#if:{{{type<includeonly>|</includeonly>}}}|
{{#if:{{{target<includeonly>|</includeonly>}}}|
<!-- -->{{!}} colspan="3" style="vertical-align: top; color: darkgreen;" {{!}} {{{type}}}
<!-- -->{{!}} colspan="3" style="vertical-align: top; color: darkgreen;" {{!}} Max Targets: {{{target}}}
}}
}}
|-
|-
Line 41: Line 57:
}}
}}
|-
|-
{{#if:{{{cd<includeonly>|</includeonly>}}}|
{{#if:{{{radius<includeonly>|</includeonly>}}}|
<!-- -->{{!}} colspan="3" style="vertical-align: top; color: darkgreen;" {{!}} Cooldown: {{{cd}}}
<!-- -->{{!}} colspan="3" style="vertical-align: top; color: darkgreen;" {{!}} Radius: {{{radius}}}
}}
|-
{{#if:{{{recover<includeonly>|</includeonly>}}}|
<!-- -->{{!}} colspan="3" style="vertical-align: top; color: darkgreen;" {{!}} Cooldown: {{{recover}}}
}}
}}
|-
|-
{{#ifeq:{{{{{worth-g|}}}|{{{worth-s|}}}|{{{worth-c|}}}}}| | |
{{#ifeq:{{{{{worth-g|}}}|{{{worth-s|}}}|{{{worth-c|}}}}}| | |
<!-- -->{{!}} style="vertical-align: top; color: white;" {{!}} Price: {{worth|g={{#if:{{{worth-g|}}}|{{{worth-g}}} }} |s={{#if:{{{worth-s|}}}|{{{worth-s}}} }} |c={{#if:{{{worth-c|}}}|{{{worth-c}}} }} }}
<!-- -->{{!}} style="vertical-align: top; color: white;" {{!}} {{worth|g={{#if:{{{worth-g|}}}|{{{worth-g}}} }} |s={{#if:{{{worth-s|}}}|{{{worth-s}}} }} |c={{#if:{{{worth-c|}}}|{{{worth-c}}} }} }}
}}
}}
|-
|-
Line 53: Line 73:
<nowiki>{{Skill
<nowiki>{{Skill
| name = {{PAGENAME}}
| name = {{PAGENAME}}
| image =
| image = {{PAGENAME}}-icon.png
| description =
| requires =
| duration =
| duration =
| power =
| power =
| morale =
| morale =
| focus =
| type =
| type =
| target =
| range =
| range =
| resistance =
| resistance =
| description =
| damage =
| damage =
| effect =
| effect =
| cd =
| ability =
| recover =
| radius =
| worth-g =
| worth-g =
| worth-s =
| worth-s =

Latest revision as of 11:27, 26 February 2024

[[File:{{{name}}}-icon.png|32px|link=]] Skill

{{{requires}}}
{{{description}}}
{{{damage}}}
{{{effect}}}
{{{ability}}}
{{{type}}}
Duration: {{{duration}}}
Cost: {{{morale}}}
Cost: {{{power}}}
{{{focus}}}
Max Targets: {{{target}}}
{{{range}}}
Resistance: {{{resistance}}}
Radius: {{{radius}}}
Cooldown: {{{recover}}}
{{Skill
| name           = {{PAGENAME}}
| image          = {{PAGENAME}}-icon.png
| description    =
| requires       =
| duration       =
| power          =
| morale         =
| focus          =
| type           =
| target         =
| range          =
| resistance     =
| damage         =
| effect         =
| ability        =
| recover        =
| radius         =
| worth-g        =
| worth-s        =
| worth-c        =
}}