No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
_table=UMVC3_CharacterData | _table=UMVC3_CharacterData | ||
| chara = String | | chara = String | ||
| portrait = String | |||
| icon = String | | icon = String | ||
| hp = Wikitext string | | hp = Wikitext string | ||
Line 15: | Line 16: | ||
_table=UMVC3_CharacterData | _table=UMVC3_CharacterData | ||
| chara = {{{chara}}} | | chara = {{{chara}}} | ||
| portrait = {{{portrait}}} | |||
| icon = {{{icon}}} | | icon = {{{icon}}} | ||
| hp = {{{hp}}} | | hp = {{{hp}}} | ||
Line 28: | Line 30: | ||
{| class="wikitable" style="text-align:center" | {| class="wikitable" style="text-align:center" | ||
! Character | ! Character | ||
! Portrait | |||
! Icon | ! Icon | ||
! HP | ! HP | ||
! Grounded Magic Series | ! Grounded Magic Series | ||
! Air Chain Combo Limit | ! Air Chain Combo Limit | ||
|- | |- | ||
| {{{chara}}} | | {{{chara|}}} | ||
| {{{portrait|}}} | |||
| {{#if:{{{icon|}}}|[[File:{{{icon|}}}|64px]]}} | | {{#if:{{{icon|}}}|[[File:{{{icon|}}}|64px]]}} | ||
| {{{hp|}}} | | {{{hp|}}} | ||
| {{{grndMagic|}}} | | {{{grndMagic|}}} | ||
| {{{airChainLimit|}}} | | {{{airChainLimit|}}} | ||
|- | |- | ||
! X-Factor Damage Boost (1/2/3) | |||
! X-Factor Speed Boost (1/2/3) | |||
! Minimum Damage Scaling (Normals) | ! Minimum Damage Scaling (Normals) | ||
! Minimum Damage Scaling (Specials) | ! Minimum Damage Scaling (Specials) | ||
Line 48: | Line 50: | ||
! Minimum Damage Scaling (X-Factor) | ! Minimum Damage Scaling (X-Factor) | ||
|- | |- | ||
| {{{xfDamageBoost|}}} | |||
| {{{xfSpeedBoost|}}} | |||
| {{{minNormScale|}}} | | {{{minNormScale|}}} | ||
| {{{minSpecScale|}}} | | {{{minSpecScale|}}} |
Revision as of 16:04, 6 October 2023
This template defines the table "UMVC3_CharacterData". View table.
Template DocumentationEdit This Documentation
Example
{{CharacterData-UMVC3 | chara = C. Viper | portrait = UMVC3 C. Viper Portrait.png | icon = UMVC3 C. Viper Icon.png | nameplate = UMVC3_C. Viper Nameplate.png | hp = 900,000 | grndChainLimit = 2 | grndMagic = Stronger+ | airChainLimit = 3 | airComboEnderHKD = -50 | xfDamageBoost = 25% / 47.5% / 70% | xfSpeedBoost = 15% / 22.5% / 30% | minNormScale = 20% | minSpecScale = 30% | minHyperScale = 60% | weight = 1.084 | minLaunchHeight = 107 | receivedSpeed = 1.0 }}
This documentation is automatically transcluded from Template:CharacterData-UMVC3/Documentation and is not included when this page is transcluded.