No edit summary |
(Throw Range / Throw Hurtbox cell) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{#cargo_declare: | <noinclude>{{#cargo_declare: | ||
_table=SF6_CharacterData | _table=SF6_CharacterData | ||
| chara | | chara = String | ||
| name = String | | name = String | ||
| portrait = String | | portrait = String | ||
Line 12: | Line 12: | ||
| fwdDashDist = Wikitext String | | fwdDashDist = Wikitext String | ||
| bwdDashDist = Wikitext String | | bwdDashDist = Wikitext String | ||
| | | jumpSpd = Wikitext String | ||
| fwdJumpDist = Wikitext String | | fwdJumpDist = Wikitext String | ||
| bwdJumpDist = Wikitext String | | bwdJumpDist = Wikitext String | ||
| jumpApex = Wikitext String | |||
| throwRange = Wikitext String | |||
| throwHurtbox = Wikitext String | | throwHurtbox = 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 | ||
| chara | | chara = {{{chara}}} | ||
| name = {{{name}}} | | name = {{{name}}} | ||
| portrait = {{{portrait}}} | | portrait = {{{portrait}}} | ||
Line 32: | Line 34: | ||
| fwdDashDist = {{{fwdDashDist}}} | | fwdDashDist = {{{fwdDashDist}}} | ||
| bwdDashDist = {{{bwdDashDist}}} | | bwdDashDist = {{{bwdDashDist}}} | ||
| | | jumpSpd = {{{jumpSpd}}} | ||
| fwdJumpDist = {{{fwdJumpDist}}} | | fwdJumpDist = {{{fwdJumpDist}}} | ||
| bwdJumpDist = {{{bwdJumpDist}}} | | bwdJumpDist = {{{bwdJumpDist}}} | ||
| jumpApex = {{{jumpApex}}} | |||
| throwRange = {{{throwRange}}} | |||
| throwHurtbox = {{{throwHurtbox}}} | | throwHurtbox = {{{throwHurtbox}}} | ||
| | | dRushMin = {{{dRushMin}}} | ||
| dRushBlock = {{{dRushBlock}}} | |||
| dRushMax = {{{dRushMax}}} | |||
}}}} | }}}} | ||
{| class="wikitable | {| class="wikitable" | ||
|+ {{{name}}} | |+ {{{name}}} | ||
! Portrait | ! Portrait | ||
! Icon | ! Icon | ||
! HP | ! HP | ||
! Throw Hurtbox | ! Throw Range / Hurtbox | ||
! | ! Jump Speed | ||
! | ! Jump Apex | ||
! Drive Rush Min. Distance (Throw) | |||
|- | |- | ||
| rowspan=5|{{#if:{{{portrait|}}}|[[File:{{{portrait|}}}|175px]]}} | | rowspan=5|{{#if:{{{portrait|}}}|[[File:{{{portrait|}}}|175px]]}} | ||
| rowspan=5|{{#if:{{{icon|}}}|[[File:{{{icon|}}}|64px]]}} | | rowspan=5|{{#if:{{{icon|}}}|[[File:{{{icon|}}}|64px]]}} | ||
| {{{hp|}}} | | {{{hp|}}} | ||
| {{{throwHurtbox|}}} | | {{{throwRange|}}} / {{{throwHurtbox|}}} | ||
| {{{ | | {{{jumpSpd|}}} | ||
| {{{ | | {{{jumpApex|}}} | ||
| {{{ | | {{{dRushMin|}}} | ||
|- | |- | ||
! height="1.35em;" | Forward Walk Speed | ! height="1.35em;" | Forward Walk Speed | ||
! Forward Dash Speed | ! Forward Dash Speed | ||
! Forward Dash Distance | ! Forward Dash Distance | ||
! Forward Jump Distance | ! Forward Jump Distance | ||
! Drive Rush Min. Distance (Block) | |||
|- | |- | ||
| {{{fwdWalkSpd}}} | | {{{fwdWalkSpd}}} | ||
| {{{fwdDashSpd}}} | | {{{fwdDashSpd}}} | ||
| {{{fwdDashDist}}} | | {{{fwdDashDist}}} | ||
| {{{fwdJumpDist}}} | | {{{fwdJumpDist}}} | ||
| {{{dRushBlock|}}} | |||
|- | |- | ||
! height="1.35em;" | Back Walk Speed | ! height="1.35em;" | Back Walk Speed | ||
! Back Dash Speed | ! Back Dash Speed | ||
! Back Dash Distance | ! Back Dash Distance | ||
! Back Jump Distance | ! Back Jump Distance | ||
! Drive Rush Max Distance | |||
|- | |- | ||
| {{{bwdWalkSpd}}} | | {{{bwdWalkSpd}}} | ||
| {{{bwdDashSpd}}} | | {{{bwdDashSpd}}} | ||
| {{{bwdDashDist}}} | | {{{bwdDashDist}}} | ||
| {{{bwdJumpDist}}} | | {{{bwdJumpDist}}} | ||
| {{{dRushMax|}}} | |||
|}</includeonly><noinclude> | |}</includeonly><noinclude> | ||
[[Category:Street Fighter 6]] | [[Category:Street Fighter 6]] |
Latest revision as of 06:54, 9 December 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.