No edit summary |
No edit summary |
||
(19 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 = String | ||
| | | icon = String | ||
| | | nameplate = String | ||
| | | hp = Wikitext string | ||
| | | grndMagic = Wikitext string | ||
| | | airComboEnderHKD = Wikitext string | ||
| | | grndChainLimit = Wikitext string | ||
| | | airChainLimit = Wikitext string | ||
| | | xfDamageBoost = Wikitext string | ||
| | | xfSpeedBoost = Wikitext string | ||
| | | minNormScale = Wikitext string | ||
| | | minSpecScale = Wikitext string | ||
| | | minHyperScale = Wikitext string | ||
| | | weight = Wikitext string | ||
| | | minLaunchHeight = Wikitext string | ||
| | | receivedSpeed = Wikitext string | ||
}}</noinclude><includeonly>{{#ifeq:{{{StoreInCargo|true}}}|true|{{#cargo_store: | |||
}}</noinclude><includeonly>{{#ifeq:{{{ | |||
_table=UMVC3_CharacterData | _table=UMVC3_CharacterData | ||
| chara | | chara = {{{chara}}} | ||
| | | portrait = {{{portrait}}} | ||
| | | icon = {{{icon}}} | ||
| | | nameplate = {{{nameplate}}} | ||
| | | hp = {{{hp}}} | ||
| | | grndChainLimit = {{{grndChainLimit}}} | ||
| | | grndMagic = {{{grndMagic}}} | ||
| | | airComboEnderHKD = {{{airComboEnderHKD}}} | ||
| | | airChainLimit = {{{airChainLimit}}} | ||
| | | xfDamageBoost = {{{xfDamageBoost}}} | ||
| | | xfSpeedBoost = {{{xfSpeedBoost}}} | ||
| | | minNormScale = {{{minNormScale}}} | ||
| | | minSpecScale = {{{minSpecScale}}} | ||
| | | minHyperScale = {{{minHyperScale}}} | ||
| | | weight = {{{weight}}} | ||
| | | minLaunchHeight = {{{minLaunchHeight}}} | ||
| receivedSpeed = {{{receivedSpeed}}} | |||
| | |||
}}}} | }}}} | ||
{| class="wikitable" | {| class="wikitable" style="text-align:center" | ||
! | |+ style="text-align: center; font-size: xx-large" | {{{chara}}} Character Data | ||
! | ! Portrait | ||
! Icon | |||
! Nameplate | |||
! Health | |||
! Grounded Chain Limit | |||
! Grounded Magic Series | ! Grounded Magic Series | ||
|- | |- | ||
| {{{ | | rowspan="5" | {{#if:{{{portrait|}}}|[[File:{{{portrait|}}}|64px]]}} | ||
| {{#if:{{{icon|}}}|[[File:{{{icon|}}}|64px]]}} | |||
| {{#if:{{{nameplate|}}}|[[File:{{{nameplate|}}}|64px]]}} | |||
| {{{hp|}}} | | {{{hp|}}} | ||
| {{{grndChainLimit|}}} | |||
| {{{grndMagic|}}} | | {{{grndMagic|}}} | ||
|- | |- | ||
! | ! Air Combo Ender HKD | ||
! | ! Air Chain Limit | ||
! 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) | |||
|- | |- | ||
| {{{ | | {{{airComboEnderHKD|}}} | ||
| {{{ | | {{{airChainLimit|}}} | ||
| {{{xfDamageBoost|}}} | | {{{xfDamageBoost|}}} | ||
| {{{xfSpeedBoost|}}} | | {{{xfSpeedBoost|}}} | ||
| {{{minNormScale|}}} | |||
|- | |- | ||
! Minimum Damage Scaling (Specials) | ! Minimum Damage Scaling (Specials) | ||
! Minimum Damage Scaling (Hypers) | ! Minimum Damage Scaling (Hypers) | ||
! Minimum | ! Weight | ||
! Minimum Launch Height | |||
! Received Speed | |||
|- | |- | ||
| {{{ | | {{{minSpecScale|}}} | ||
| {{{minHyperScale|}}} | | {{{minHyperScale|}}} | ||
| {{{ | | {{{weight|}}} | ||
| {{{minLaunchHeight|}}} | |||
| {{{receivedSpeed|}}} | |||
|}</includeonly><noinclude> | |}</includeonly><noinclude> | ||
[[Category:Cargo Templates]] | [[Category:Cargo Templates]] | ||
{{Documentation}} | {{Documentation}} | ||
</noinclude> | </noinclude> |
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.