Template:GMRE Tactical Skill/doc

Revision as of 00:35, 11 May 2024 by Sammyrms1 (talk | contribs) (Created page with "==Description== Displays data for a character's tactical skill in ''Neptunia Game Maker R:Evolution''. ==Parameters== <pre> {{GMRE Tactical Skill |name = |icon = |lvl = |type = |power = |hit = |attribute = |range = |break = |status = |description = }} </pre> ==TemplateData== <templatedata> { "params": { "name": { "label": "Name", "description": "The name of the tactical skill.", "type": "string", "required": true }, "icon": { "label"...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Displays data for a character's tactical skill in Neptunia Game Maker R:Evolution.

Parameters

{{GMRE Tactical Skill
|name = 
|icon = 
|lvl = 
|type = 
|power = 
|hit = 
|attribute = 
|range = 
|break = 
|status = 
|description = 
}}

TemplateData

Displays data for a character's tactical skill in Neptunia Game Maker R:Evolution.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Namename

The name of the tactical skill.

Stringrequired
Iconicon

The icon of the tactical skill.

Example
[[File:Tactical Skill Icon GMRE.png|32px]]
Stringsuggested
Levellvl

The level needed to acquire the skill.

Default
Default
Example
15
Numbersuggested
Attack Typetype

The attack type for the skill.

Default
Physical
Example
Magic
Stringsuggested
Powerpower

Determines how strong the attack power is by rank.

Default
F
Example
S
Stringsuggested
Hit Counthit

The number of hits made when performing this tactical skill.

Numbersuggested
Elemental Attributeattribute

The elemental attribute for the skill, if any.

Example
Fire
Stringsuggested
Rangerange

The range of the tactical skill.

Example
Close-Range
Stringsuggested
Break Valuebreak

The break value of the tactical skill.

Default
0
Example
10
Numbersuggested
Status Ailmentstatus

The status ailment of the tactical skill, if any.

Example
Poison
Stringsuggested
Descriptiondescription

The description of the tactical skill.

Stringsuggested

See also