No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude>{{#cargo_declare: | <noinclude>{{#cargo_declare: | ||
_table=UMVC3_CharacterData | _table=UMVC3_CharacterData | ||
| chara | | chara = String | ||
| portrait | | portrait = String | ||
| icon | | icon = String | ||
| nameplate | | nameplate = String | ||
| hp | | hp = Wikitext string | ||
| grndMagic | | grndMagic = Wikitext string | ||
| grndChainLimit | | airComboEnderHKD = Wikitext string | ||
| airChainLimit | | grndChainLimit = Wikitext string | ||
| xfDamageBoost | | airChainLimit = Wikitext string | ||
| xfSpeedBoost | | xfDamageBoost = Wikitext string | ||
| minNormScale | | xfSpeedBoost = Wikitext string | ||
| minSpecScale | | minNormScale = Wikitext string | ||
| minHyperScale | | minSpecScale = Wikitext string | ||
| weight | | minHyperScale = Wikitext string | ||
| minLaunchHeight = Wikitext string | | weight = Wikitext string | ||
| receivedSpeed | | minLaunchHeight = Wikitext string | ||
| receivedSpeed = Wikitext string | |||
}}</noinclude><includeonly>{{#ifeq:{{{StoreInCargo|true}}}|true|{{#cargo_store: | }}</noinclude><includeonly>{{#ifeq:{{{StoreInCargo|true}}}|true|{{#cargo_store: | ||
_table=UMVC3_CharacterData | _table=UMVC3_CharacterData | ||
| chara | | chara = {{{chara}}} | ||
| portrait | | portrait = {{{portrait}}} | ||
| icon | | icon = {{{icon}}} | ||
| nameplate | | nameplate = {{{nameplate}}} | ||
| hp | | hp = {{{hp}}} | ||
| grndChainLimit | | grndChainLimit = {{{grndChainLimit}}} | ||
| grndMagic | | grndMagic = {{{grndMagic}}} | ||
| airChainLimit | | airComboEnderHKD = {{{airComboEnderHKD}}} | ||
| xfDamageBoost | | airChainLimit = {{{airChainLimit}}} | ||
| xfSpeedBoost | | xfDamageBoost = {{{xfDamageBoost}}} | ||
| minNormScale | | xfSpeedBoost = {{{xfSpeedBoost}}} | ||
| minSpecScale | | minNormScale = {{{minNormScale}}} | ||
| minHyperScale | | minSpecScale = {{{minSpecScale}}} | ||
| weight | | minHyperScale = {{{minHyperScale}}} | ||
| minLaunchHeight = {{{minLaunchHeight}}} | | weight = {{{weight}}} | ||
| receivedSpeed | | minLaunchHeight = {{{minLaunchHeight}}} | ||
| receivedSpeed = {{{receivedSpeed}}} | |||
}}}} | }}}} | ||
{| class="wikitable" style="text-align:center" | {| class="wikitable" style="text-align:center" | ||
Line 44: | Line 46: | ||
! Grounded Chain Limit | ! Grounded Chain Limit | ||
! Grounded Magic Series | ! Grounded Magic Series | ||
|- | |- | ||
| rowspan=" | | rowspan="5" | {{#if:{{{portrait|}}}|[[File:{{{portrait|}}}|64px]]}} | ||
| {{#if:{{{icon|}}}|[[File:{{{icon|}}}|64px]]}} | | {{#if:{{{icon|}}}|[[File:{{{icon|}}}|64px]]}} | ||
| {{#if:{{{nameplate|}}}|[[File:{{{nameplate|}}}|64px]]}} | | {{#if:{{{nameplate|}}}|[[File:{{{nameplate|}}}|64px]]}} | ||
Line 53: | Line 53: | ||
| {{{grndChainLimit|}}} | | {{{grndChainLimit|}}} | ||
| {{{grndMagic|}}} | | {{{grndMagic|}}} | ||
|- | |||
! Air Combo Ender HKD | |||
! Air Chain Limit | |||
! X-Factor Damage Boost (1/2/3) | |||
! X-Factor Speed Boost (1/2/3) | |||
! Minimum Damage Scaling (Normals) | |||
|- | |||
| {{{airComboEnderHKD|}}} | |||
| {{{airChainLimit|}}} | | {{{airChainLimit|}}} | ||
| {{{xfDamageBoost|}}} | | {{{xfDamageBoost|}}} | ||
| {{{xfSpeedBoost|}}} | |||
| {{{minNormScale|}}} | |||
|- | |- | ||
! Minimum Damage Scaling (Specials) | ! Minimum Damage Scaling (Specials) | ||
! Minimum Damage Scaling (Hypers) | ! Minimum Damage Scaling (Hypers) | ||
Line 64: | Line 72: | ||
! Received Speed | ! Received Speed | ||
|- | |- | ||
| {{{minSpecScale|}}} | | {{{minSpecScale|}}} | ||
| {{{minHyperScale|}}} | | {{{minHyperScale|}}} |
Latest revision as of 12:44, 15 July 2024
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.