Template:Skill Info
From ROSEna Wiki
(Redirected from Template:SkillInfo)
| [[Image:Skill_Illus_{{name}}.gif]] {{name}} | |
| No detail image | |
| Type: | {{{type}}} Skill |
| Levels: | {{{levels}}} |
| MP Cost: | {{{mpcost}}} |
| HP Cost: | {{{hpcost}}} |
| Cast Time: | {{{time}}} |
| Cast Delay: | {{{delay}}} |
| Duration: | {{{duration}}} |
| Target: | {{{target}}} |
| Range: | {{{range}}} |
| Area: | {{{area}}} |
| Stat 1: | {{{stat_1}}} |
| Stat 2: | {{{stat_2}}} |
| Stat 3: | {{{stat_3}}} |
| Status: | {{{status}}} |
| Catalyst: | {{{catalyst}}} |
| {{{cf_name}}}: | {{{cf_value}}} |
| Prerequisites | |
| {{{prereqs_1}}} | |
| {{{prereqs_2}}} | |
| {{{prereqs_3}}} | |
Contents |
Description
- This template was borrowed from irowiki.org and modified for the ROSE context.
This template displays a small info box for a skill and should be used at the beginning of all skill pages. Any changes should be discussed on the Talk page beforehand.
Usage
{{Skill Info
| image =
| class =
| class2 =
| class3 =
| type =
| levels =
| prereqs_1 =
| prereqs_2 =
| prereqs_3 =
| unique =
| quest =
| mpcost =
| hpcost =
| time =
| delay =
| duration =
| target =
| range =
| area =
| stat_1 =
| stat_2 =
| stat_3 =
| status =
| catalyst =
| cf_name =
| cf_value =
}}
Obligatory Fields
| Field | Description | Auto-adds Category |
|---|---|---|
| image | The skill icon associated with the skill. | |
| class | The class that the skill belongs to. | Category:<class> |
| type | Main type of the skill. Values have to be Active, Passive, Offensive, Supportive. | Category:<type> |
| levels | Maximum levels of the skill. Ex: Levels: 5 | - |
| prereqs | Prerequisites of the skill. Style example: Requiem Lv. 5 | - |
Optional Fields
| Field | Description | Auto-adds Category if used |
|---|---|---|
| class2 | Use in case of cross class skills. | Category:class2 |
| class3 | Use in case of cross class skills. | Category:class3 |
| mpcost | MP Cost required to initiate the skill. | - |
| hpcost | HP Cost required to initiate the skill. | Category:HP Consuming Skills |
| time | Cast Time (1 seconds, none/instant, etc). | - |
| delay | After Cast Delay (2 sec, none, aspd dependent, etc). | - |
| duration | Lasting time of the skill/skill's effect (30 seconds, 1 minute, etc). | - |
| target | Target (self, ally, ennemy, etc). | not yet implemented |
| range | Range (Melee, Magic, 3, 4, etc). | If value is is "Melee", Category:Melee Skills If value is "Magic", Category:Magic Skills If value is numeric, Category:Ranged Skills |
| area | Area of Effect (3x3, 7x7, etc). | Category:AoE Skills |
| stat_(1,2,3) | Passive Skill Stat(s) | Category:Stat |
| status | Status the skill inflicts on the Foe. | Category:Status Inflicting Skills |
| catalyst | Item the skill consumes upon casting. | Category:Item Consuming Skills |
| unique | Indicates whether the skill is a unique one. | Category:Unique Skills |
| quest | Prerequisite quest of the skill. If it has one, set this instead of prereqs. | Category:Quest Skills |
| cf_name | Custom Field Name, in case none of the above field criteria apply. Set text will get bolded, use in conjunction with cf_value. | - |
| cf_value | Custom Field Value, set this if you have cf_name set also. Setting this without cf_name, it will simply get ignored. | - |