(added Drive Rush distances to data table, removed ThrowHurtbox, combined all JumpDistances into one variable) |
m (adjust to have all columns show) |
||
Line 17: | Line 17: | ||
| jumpApex = Wikitext String | | jumpApex = Wikitext String | ||
| throwRange = Wikitext String | | throwRange = Wikitext String | ||
| dRushMin = Wikitext String | |||
| dRushBlock = Wikitext String | |||
| dRushMax = Wikitext String | |||
}}</noinclude><includeonly>{{#ifeq:{{{storeInCargo|true}}}|true|{{#cargo_store: | }}</noinclude><includeonly>{{#ifeq:{{{storeInCargo|true}}}|true|{{#cargo_store: | ||
_table=SF6_CharacterData | _table=SF6_CharacterData | ||
Line 35: | Line 38: | ||
| jumpApex = {{{jumpApex}}} | | jumpApex = {{{jumpApex}}} | ||
| throwRange = {{{throwRange}}} | | throwRange = {{{throwRange}}} | ||
| dRushMin = {{{dRushMin}}} | |||
| dRushBlock = {{{dRushBlock}}} | |||
| dRushMax = {{{dRushMax}}} | |||
}}}} | }}}} | ||
{| class="wikitable" | {| class="wikitable" |
Revision as of 11:14, 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 = }}
This documentation is automatically transcluded from Template:CharacterData-SF6/Documentation and is not included when this page is transcluded.