-Happy New Year 2025!
Template:MoveData-KOF98FE/CharHeader: Difference between revisions
Jump to navigation
Jump to search
Franck Frost (talk | contribs) Created page with "{{#ifeq:{{{storeInCargo|}}}|true|{{#cargo_store: _table=MoveData_KOF98FE | chara = {{{chara|}}} | moveId = {{{moveId|}}} | orderId = {{{orderId|}}} | idle = {{{idle|}}} | rank = {{{rank|}}} | input = {{{input|}}} | input2 = {{{input2|}}} | name = {{{name|}}} | header = {{{header|}}} | version = {{{version|}}} | version2 = {{{version2|}}} | images = {{{images|}}} | hitboxes = {{{hitboxes|}}} | damage = {{{damage|}}} | counter = {{{counter|}}} | stun = {{{stun|}}}..." |
Franck Frost (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{#ifeq:{{{storeInCargo|}}}|true|{{#cargo_store: | {{#ifeq:{{{storeInCargo|}}}|true|{{#cargo_store: | ||
_table=MoveData_KOF98FE | _table=MoveData_KOF98FE | ||
| chara = {{{ | | chara = {{{character|}}} | ||
| moveId = {{{moveId|}}} | | moveId = {{{moveId|}}} | ||
| orderId = {{{orderId|}}} | | orderId = {{{orderId|}}} | ||
Line 29: | Line 29: | ||
--><tr style="font-size:100%;"><!-- | --><tr style="font-size:100%;"><!-- | ||
--><th colspan="11"><!-- | --><th colspan="11"><!-- | ||
--><div style="float:left;">{{{ | --><div style="float:left;">{{{character|}}}</div><!-- | ||
--><div style="float:right;">{{{moveId|}}}</div><!-- | --><div style="float:right;">{{{moveId|}}}</div><!-- | ||
--></th><!-- | --></th><!-- | ||
Line 50: | Line 50: | ||
--><th>{{Tt|{{Tt|Recovery|For a jump, it'd be the number of frames '''after''' being airborne, the landing frames.}}|Number of frames past its active frames for the action to end and the character to recover.}}</th><!-- | --><th>{{Tt|{{Tt|Recovery|For a jump, it'd be the number of frames '''after''' being airborne, the landing frames.}}|Number of frames past its active frames for the action to end and the character to recover.}}</th><!-- | ||
--></tr><!-- | --></tr><!-- | ||
--><tr style="text-align: center; height: | --><tr style="text-align: center; height:1.9em;"><!-- | ||
--><td>{{{rank|- | --><td>{{#if:{{{rank|}}}|{{{rank|}}}|-}}</td><!-- | ||
--><td>{{{startup|- | --><td>{{#if:{{{startup|}}}|{{{startup|}}}|-}}</td><!-- | ||
--><td>{{{active|- | --><td>{{#if:{{{active|}}}|{{{active|}}}|-}}</td><!-- | ||
--><td>{{{recovery|- | --><td>{{#if:{{{recovery|}}}|{{{recovery|}}}|-}}</td><!-- | ||
--></tr><!-- | --></tr><!-- | ||
--></table><noinclude> | --></table><noinclude> |
Revision as of 08:56, 30 August 2022
RankFor Wake-up and Recovery Roll, it's how many frames away they are from the average. Negative being faster and positive slower.Evaluate the character's rank in the Run/Walk speed chart. For Standing and Crouching, it's the height group. | StartupFor a jump, it'd be the number of frames before being airborne, the pre-jump frames.Number of frames before the action is active, first active frame NOT included. | ActiveFor a jump, it'd be the number of frames the character is airborne, the jump frames.Number of frames the action is active for. | RecoveryFor a jump, it'd be the number of frames after being airborne, the landing frames.Number of frames past its active frames for the action to end and the character to recover. | |||||||
---|---|---|---|---|---|---|---|---|---|---|
- | - | - | - |
Usage
Header assigned to the Template:MoveData-KOF98FE table of a move to be displayed. As opposed to Template:MoveData-KOF98FE/MoveHeader.