(changed it back to just "jump apex" (no difference between neutral/diagonal), kept the variable on data pages just in case that ever changes) |
(added Drive Rush distances to data table, removed ThrowHurtbox, combined all JumpDistances into one variable) |
||
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 | | throwRange = Wikitext String | ||
}}</noinclude><includeonly>{{#ifeq:{{{storeInCargo|true}}}|true|{{#cargo_store: | }}</noinclude><includeonly>{{#ifeq:{{{storeInCargo|true}}}|true|{{#cargo_store: | ||
Line 34: | Line 30: | ||
| fwdDashDist = {{{fwdDashDist}}} | | fwdDashDist = {{{fwdDashDist}}} | ||
| bwdDashDist = {{{bwdDashDist}}} | | bwdDashDist = {{{bwdDashDist}}} | ||
| | | jumpSpd = {{{jumpSpd}}} | ||
| fwdJumpDist = {{{fwdJumpDist}}} | | fwdJumpDist = {{{fwdJumpDist}}} | ||
| bwdJumpDist = {{{bwdJumpDist}}} | | bwdJumpDist = {{{bwdJumpDist}}} | ||
| | | jumpApex = {{{jumpApex}}} | ||
| throwRange = {{{throwRange}}} | | throwRange = {{{throwRange}}} | ||
}}}} | }}}} | ||
{| class="wikitable | {| class="wikitable" | ||
|+ {{{name}}} | |+ {{{name}}} | ||
! Portrait | ! Portrait | ||
! Icon | ! Icon | ||
! HP | ! HP | ||
! Throw Range | ! Throw Range | ||
! | ! Jump Speed | ||
! Jump Apex | ! 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|}}} | ||
| {{{throwRange|}}} | | {{{throwRange|}}} | ||
| {{{ | | {{{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]] |
Revision as of 03:16, 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.