Template:CharacterData-SF6: Difference between revisions

Template page
No edit summary
No edit summary
Line 22: Line 22:
}}</noinclude><includeonly>{{#ifeq:{{{storeInCargo|true}}}|true|{{#cargo_store:
}}</noinclude><includeonly>{{#ifeq:{{{storeInCargo|true}}}|true|{{#cargo_store:
_table=SF6_CharacterData
_table=SF6_CharacterData
| chara = {{chara}}
| chara = {{{chara}}}
| name          = {{name}}
| name          = {{{name}}}
| portrait      = {{portrait}}
| portrait      = {{{portrait}}}
| icon          = {{icon}}
| icon          = {{{icon}}}
| hp            = {{hp}}
| hp            = {{{hp}}}
| fwdWalkSpd    = {{fwdWalkSpd}}
| fwdWalkSpd    = {{{fwdWalkSpd}}}
| bwdWalkSpd    = {{bwdWalkSpd}}
| bwdWalkSpd    = {{{bwdWalkSpd}}}
| fwdDashSpd    = {{fwdDashSpd}}
| fwdDashSpd    = {{{fwdDashSpd}}}
| bwdDashSpd    = {{bwdDashSpd}}
| bwdDashSpd    = {{{bwdDashSpd}}}
| fwdDashDist  = {{fwdDashDist}}
| fwdDashDist  = {{{fwdDashDist}}}
| bwdDashDist  = {{bwdDashDist}}
| bwdDashDist  = {{{bwdDashDist}}}
| bwdDashCH    = {{bwdDashCH}}
| bwdDashCH    = {{{bwdDashCH}}}
| fwdJumpSpd    = {{fwdJumpSpd}}
| fwdJumpSpd    = {{{fwdJumpSpd}}}
| bwdJumpSpd    = {{bwdJumpSpd}}
| bwdJumpSpd    = {{{bwdJumpSpd}}}
| ntlJumpSpd    = {{ntlJumpSpd}}
| ntlJumpSpd    = {{{ntlJumpSpd}}}
| fwdJumpDist  = {{fwdJumpDist}}
| fwdJumpDist  = {{{fwdJumpDist}}}
| bwdJumpDist  = {{bwdJumpDist}}
| bwdJumpDist  = {{{bwdJumpDist}}}
| throwHurtbox  = {{throwHurtbox}}
| throwHurtbox  = {{{throwHurtbox}}}
| throwRange    = {{throwRange}}
| throwRange    = {{{throwRange}}}
}}}}
}}}}
{| class="wikitable sortable"
{| class="wikitable sortable"

Revision as of 01:18, 7 October 2022

This template defines the table "SF6_CharacterData". View table.

Template DocumentationEdit This Documentation
{{CharacterData-SF6
| chara         =
| name          =
| portrait      =
| icon          =
| hp            =
| throwRange    =
| throwHurtbox  =
| fwdWalkSpd    =
| bwdWalkSpd    =
| fwdDashSpd    =
| bwdDashSpd    =
| fwdDashDist   =
| bwdDashDist   =
| jumpSpd       =
| jumpApex      =
| fwdJumpDist   =
| bwdJumpDist   =
| dRushMin      = 
| dRushBlock    = 
| dRushMax      = 
}}

Usage

Stores Character data for Street Fighter 6.

Example

{{CharacterData-SF6
| chara         = Ken
| name          = Ken
| portrait      = SF6 Ken Portrait.png
| icon          = SF6 Ken Face.png
| hp            = 10000
| throwRange    =
| throwHurtbox  =
| fwdWalkSpd    =
| bwdWalkSpd    =
| fwdDashSpd    =
| bwdDashSpd    =
| fwdDashDist   =
| bwdDashDist   =
| jumpSpd       =
| jumpApex      =
| fwdJumpDist   =
| bwdJumpDist   =
| dRushMin      = 
| dRushBlock    = 
| dRushMax      = 
}}


Ken Masters
Portrait Icon HP Throw Hurtbox Throw Range Back Dash CH Frames Neutral Jump Speed
SF6 Ken Portrait.png SF6 Ken Face.png 10000 1B 1A 5
Forward Walk Speed Forward Dash Speed Forward Dash Distance Forward Jump Speed Forward Jump Distance
2 4 6 {{{fwdJumpSpd}}} 10
Back Walk Speed Back Dash Speed Back Dash Distance Back Jump Speed Back Jump Distance
3 5 7 {{{bwdJumpSpd}}} 11

This documentation is automatically transcluded from Template:CharacterData-SF6/Documentation and is not included when this page is transcluded.