No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
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 | ||
}}</noinclude><includeonly>{{#ifeq:{{{ | | receivedSpeed = Wikitext string | ||
}}</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" | ||
|+ style="text-align: center; font-size: xx-large" | {{{chara}}} Character Data | |||
! Portrait | ! Portrait | ||
! Icon | ! Icon | ||
! Nameplate | ! Nameplate | ||
! | ! Health | ||
! Grounded Chain Limit | |||
! Grounded Magic Series | |||
|- | |- | ||
| | | rowspan="5" | {{#if:{{{portrait|}}}|[[File:{{{portrait|}}}|64px]]}} | ||
| {{#if:{{{portrait|}}}|[[File:{{{portrait|}}}|64px]]}} | | {{#if:{{{icon|}}}|[[File:{{{icon|}}}|64px]]}} | ||
| {{#if:{{{icon|}}}|[[File:{{{icon|}}}]]}} | |||
| {{#if:{{{nameplate|}}}|[[File:{{{nameplate|}}}|64px]]}} | | {{#if:{{{nameplate|}}}|[[File:{{{nameplate|}}}|64px]]}} | ||
| {{{hp|}}} | | {{{hp|}}} | ||
| {{{grndChainLimit|}}} | |||
| {{{grndMagic|}}} | |||
|- | |- | ||
! | ! Air Combo Ender HKD | ||
! Air Chain Limit | |||
! Air Chain | |||
! X-Factor Damage Boost (1/2/3) | ! X-Factor Damage Boost (1/2/3) | ||
! X-Factor Speed Boost (1/2/3) | ! X-Factor Speed Boost (1/2/3) | ||
! Minimum Damage Scaling (Normals) | ! Minimum Damage Scaling (Normals) | ||
|- | |- | ||
| {{{ | | {{{airComboEnderHKD|}}} | ||
| {{{airChainLimit|}}} | | {{{airChainLimit|}}} | ||
| {{{xfDamageBoost|}}} | | {{{xfDamageBoost|}}} |
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.