Template:GMRE Combo Skill/doc
Description
Displays data for a character's combo skill in Neptunia Game Maker R:Evolution.
Parameters
{{GMRE Combo Skill |name = |icon = |lvl = |type = |ctype = |power = |hit = |attribute = |range = |break = |status = |description = |powincrease = }}
TemplateData
Displays data for a character's combo skill in Neptunia Game Maker R:Evolution.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | The name of the combo skill. | String | required |
Icon | icon | The icon of the combo skill.
| String | suggested |
Level | lvl | The level needed to acquire the skill.
| Number | suggested |
Attack Type | type | The attack type for the skill.
| String | suggested |
Combo Type | ctype | The combo type for the skill.
| String | suggested |
Power | power | Determines how strong the attack power is by rank.
| String | suggested |
Hit Count | hit | The number of hits made when performing this combo skill. | Number | suggested |
Elemental Attribute | attribute | The elemental attribute for the skill, if any.
| String | suggested |
Range | range | The range of the combo skill.
| String | suggested |
Break Value | break | The break value of the combo skill.
| Number | suggested |
Status Ailment | status | The status ailment of the combo skill, if any.
| String | suggested |
Description | description | The description of the combo skill. | String | suggested |
Power Increase | powincrease | The power increase of a combo skill type, if any. Displays "[Combo type icon] Power increases when performed after a [Combo type] combo skill." after the description.
| String | optional |