Template:CharacterData-SF6: Difference between revisions

Template page
m (adjust to have all columns show)
(re-added Throw Hurtbox variable for now (not currently showing on the Data page table))
Line 1: Line 1:
<noinclude>{{#cargo_declare:
<noinclude>{{#cargo_declare:
_table=SF6_CharacterData
_table=SF6_CharacterData
| chara = String
| chara         = String
| name          = String
| name          = String
| portrait      = String
| portrait      = String
Line 17: Line 17:
| jumpApex      = Wikitext String
| jumpApex      = Wikitext String
| throwRange    = Wikitext String
| throwRange    = Wikitext String
| throwHurtbox  = Wikitext String
| dRushMin      = Wikitext String
| dRushMin      = Wikitext String
| dRushBlock    = Wikitext String
| dRushBlock    = Wikitext String
Line 22: Line 23:
}}</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}}}
Line 38: Line 39:
| jumpApex      = {{{jumpApex}}}
| jumpApex      = {{{jumpApex}}}
| throwRange    = {{{throwRange}}}
| throwRange    = {{{throwRange}}}
| throwHurtbox  = {{{throwHurtbox}}}
| dRushMin      = {{{dRushMin}}}
| dRushMin      = {{{dRushMin}}}
| dRushBlock    = {{{dRushBlock}}}
| dRushBlock    = {{{dRushBlock}}}

Revision as of 11:24, 17 September 2023

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 Range Jump Speed Jump Apex Drive Rush Min. Distance (Throw)
SF6 Ken Portrait.png SF6 Ken Face.png 10000 1A 8 9 12
Forward Walk Speed Forward Dash Speed Forward Dash Distance Forward Jump Distance Drive Rush Min. Distance (Block)
2 4 6 10 13
Back Walk Speed Back Dash Speed Back Dash Distance Back Jump Distance Drive Rush Max Distance
3 5 7 11 14

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