Template:Data/Skill/SMT4/Documentation: Difference between revisions

Jump to navigation Jump to search
(Created page with "==Purpose== Data table for compiling skill data from {{Link|Game|SMT4}}. These are used in various stat table and skill listing templates on the wiki. Certain types of skills have certain parameters that must be added. Improperly adding a parameter or omitting one can potentially cause certain templates using the skill data to break. Even if a parameter's information is not known, it should still be kept and left blank for functionality. ===Offensive skills=== <pre> |sk...")
 
mNo edit summary
Line 18: Line 18:
}}
}}
</pre>
</pre>
{| class="wikitable"
|-
! Parameter
!style=width:100em| Description
|-
| <center>skill name</center>
| The name of the skill data, matching the skill's name. '''This must be in lower-case''' to work.
|-
| <center>cost</center>
| The cost to use the skill. Format as <code><nowiki>5 MP</nowiki></code>.
|-
| <center>level</center>
| The skill's power level. This is the generalized term used to describe the skill's strength. To retain consistency, use "Weak", "Medium", "Heavy", or "Severe".
|-
| <center>target</center>
| The skill's target range. To retain consistency, use "Single", "All", or "Multi".
|-
| <center>hit</center>
| The skill's number of hits. Format as <code><nowiki>2-5</nowiki></code> for skills with multiple hits.
|-
| <center>power</center>
| The numerical value of the skill's base power.
|-
| <center>acc</center>
| The skill's accuracy rate.
|-
| <center>rank</center>
| The skill's rank. This determines the summoning cost of Demons with this skill at the [[World of Shadow]]s. If there is no skill rank (such as with enemy-only skills), add an em dash —.
|-
| <center>description</center>
| The skill's in-game description in the English localization.
If there is no available description (such as with enemy-only skills), add a concise custom description in italics, <code><nowiki>''like this''</nowiki></code>. This is because the stat table templates display description.
|-
| <center>effect</center>
| Acts as a note section for skills, describing certain mechanics that is not indicated in the in-game description.
This parameter is meant to be kept concise; more complex mechanic explanations should be on the skill page itself.
|-
| <center>Data/Icon</center>
| This determines how the skill's name is displayed when called in a template. This uses [[Template:Data/Icon/SMT4]] to draw an attribute icon, followed by a link to the skill's page.
The icon should match whichever attribute the skill uses in-game.
|}