Difference between revisions of "Template:NPC Skill"

From LeikaRO wiki
Jump to: navigation, search
(Created page with "<includeonly>{{#if: {{{type|}}} | [[Category:{{{type}}} Skills{{!}}{{{name}}}]] }}{{#if: {{{area|}}} | [[Category:AoE Skills{{!}}{{{name}}}]] }}{{#if: {{{knock|}}} | Categor...")
 
 
(2 intermediate revisions by the same user not shown)
Line 36: Line 36:
 
{{!}}- }}
 
{{!}}- }}
 
{{#if: {{{s_icon|}}} |
 
{{#if: {{{s_icon|}}} |
{{!}} '''Status Icon:''' {{!}}{{!}} [[Image:I_{{{s_icon}}}.png]] }}
+
{{!}} '''Status Icon:''' {{!}}{{!}} [[Image:{{{s_icon}}}-status-ico.png]] }}
 
|}
 
|}
 
{{#ifeq: {{FULLPAGENAME}} | Template:NPC Skill | | [[Category:Monster Exclusive Skills{{!}}{{{name}}}]] }}</includeonly><noinclude>__NOTOC__
 
{{#ifeq: {{FULLPAGENAME}} | Template:NPC Skill | | [[Category:Monster Exclusive Skills{{!}}{{{name}}}]] }}</includeonly><noinclude>__NOTOC__
Line 65: Line 65:
 
| '''Status:''' || {{{status2}}}
 
| '''Status:''' || {{{status2}}}
 
|-
 
|-
| '''Status Icon:''' || [[Image:I_{{{s_icon}}}.png]]
+
| '''Status Icon:''' || [[Image:{{{s_icon}}}-status-ico.png]]
 
|}
 
|}
 
== Description ==
 
== Description ==
Line 133: Line 133:
 
|-
 
|-
 
! element
 
! element
| Primary [[Element|elemental]] property, if applicable. (Water, Holy, Neutral, etc)
+
| Primary [[Elements|elemental]] property, if applicable. (Water, Holy, Neutral, etc)
 
| [[:Category:Forced Element Skills]] and Category:<element>
 
| [[:Category:Forced Element Skills]] and Category:<element>
 
|-
 
|-
Line 145: Line 145:
 
|-
 
|-
 
! s_icon
 
! s_icon
| Status Icon that is shown when the skill is in effect, if applicable. Use the filename found in [[Status Icons]] as <code>I_'''(field)'''.png</code> (between "I_" and ".png")
+
| Status Icon that is shown when the skill is in effect, if applicable. Use the filename found in [[Status Icons]] as <code>'''(field)'''-status-ico.png</code>
 
| -
 
| -
 
|}
 
|}

Latest revision as of 14:37, 11 April 2016

NPC Skill Icon.png {{{name}}} Skill Info
Type: {{{type}}} Skill
Levels: {{{levels}}}
Duration: {{{duration}}}
Target: {{{target}}}
Range: {{{range}}} cells
Range: {{{range_x}}} cells
Knock Back: {{{knock}}} cells
Area: {{{area}}}
Element: [[{{{element}}}]]
Status: [[Status Effects#{{{status}}}|{{{status}}}]]
Status: {{{status2}}}
Status Icon: [[Image:{{{s_icon}}}-status-ico.png]]

Description

This template displays a small info box for an NPC skill and should be used at the beginning of all NPC skill pages. Once this template is used, it auto-adds Category:Monster Exclusive Skills.

Usage

{{NPC Skill
| name = 
| type = 
| levels = 
| duration = 
| target = 
| range = 
| range_x = 
| area = 
| knock = 
| element = 
| status = 
| status2 = 
| s_icon = 
}}

Mandatory Fields

Field Description Auto-adds Category if used
name The name from the skill, without "NPC" and with proper capitals. -
type Main type of the skill. Values have to be Active, Supportive or Offensive. Category:<type>
levels Maximum levels of the skill. -

Optional Fields

Field Description Auto-adds Category if used
duration Lasting time of the skill/skill's effect. (30 seconds, 1 minute, etc) -
target Target. (ground, self, another monster, player, etc) Not yet implemented.
range Range. (Melee, Magic, 3 cells, 4 cells, etc) If value is is "Melee", Category:Melee Skills
If value is "Magic", Category:Magic Skills
If value is numeric, Category:Ranged Skills
range_x Non-conditional Range value for skills that do have a cell-range, but where it is irrelevant from the standpoint of defensive skills or gears because of their non-offensive nature. -
area Area of Effect. (3x3, 7x7, etc) Category:AoE Skills
knock Knock back push amount (2, 7, etc). Category:Knock Back Skills
element Primary elemental property, if applicable. (Water, Holy, Neutral, etc) Category:Forced Element Skills and Category:<element>
status Status the skill inflicts on the Target. Links to Status Effects. Category:Status Inflicting Skills
status2 Status(es) the skill inflicts on the Target. Category:Status Inflicting Skills
s_icon Status Icon that is shown when the skill is in effect, if applicable. Use the filename found in Status Icons as (field)-status-ico.png -