Template:Victory stat parameters/doc: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
Displays stat | Displays stat [[parameter]]s for a character in ''[[Hyperdimension Neptunia Victory]]''. Also works with characters in ''[[Hyperdimension Neptunia Re;Birth1|Re;Birth1]]'' and ''[[Hyperdimension Neptunia Re;Birth2 SISTERS GENERATION|2]]''. | ||
==Parameters== | ==Parameters== | ||
<pre> | <pre> | ||
Line 16: | Line 16: | ||
}} | }} | ||
</pre> | </pre> | ||
==TemplateData== | |||
<templatedata> | |||
{ | |||
"params": { | |||
"hp": { | |||
"label": "HP", | |||
"description": "The amount of HP this character has.", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"str": { | |||
"label": "STR", | |||
"description": "The attack strength this character has.", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"vit": { | |||
"label": "VIT", | |||
"description": "The amount of vitality this character has.", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"int": { | |||
"label": "INT", | |||
"description": "The amount of intelligence or magic power this character has.", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"men": { | |||
"label": "MEN", | |||
"description": "The amount of mentality or magic defense this character has.", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"agi": { | |||
"label": "AGI", | |||
"description": "The amount of agility this character has.", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"tec": { | |||
"label": "TEC", | |||
"description": "The amount of technique this character has.", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"mov": { | |||
"label": "MOV", | |||
"description": "The movement range this character has.", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"sp": { | |||
"label": "SP", | |||
"description": "The amount of SP this character has.", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"luk": { | |||
"label": "LUK", | |||
"description": "The amount of luck this character has.", | |||
"type": "number", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "Displays stat parameters for a character in Hyperdimension Neptunia Victory. Also works with characters in Hyperdimension Neptunia Re;Birth1 and 2.", | |||
"format": "block", | |||
"paramOrder": [ | |||
"hp", | |||
"sp", | |||
"str", | |||
"vit", | |||
"int", | |||
"men", | |||
"agi", | |||
"tec", | |||
"luk", | |||
"mov" | |||
] | |||
} | |||
</templatedata> | |||
==See also== | ==See also== | ||
*{{t|Mk2 stat parameters}} | *{{t|Mk2 stat parameters}} |