Difference between revisions of "Template:MoveData-KOF02UM/MoveHeader"

From Dream Cancel Wiki
Jump to navigation Jump to search
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#ifeq:{{{storeInCargo|true}}}|true|{{#cargo_store:
{{#ifeq:{{{storeInCargo|}}}|true|{{#cargo_store:
_table=MoveData_KOF02UM
_table=MoveData_KOF02UM
| chara = {{{character|}}}
| chara   = {{{character|}}}
| moveId = {{{moveId|}}}
| moveId = {{{moveId|}}}
| orderId = {{{orderId|}}}
| orderId = {{{orderId|}}}
Line 7: Line 7:
| rank = {{{rank|}}}
| rank = {{{rank|}}}
| input = {{{input|}}}
| input = {{{input|}}}
| input2 = {{{input2|}}}
| name = {{{name|}}}
| name = {{{name|}}}
| header = {{{header|}}}
| header = {{{header|}}}
| version = {{{version|}}}
| version = {{{version|}}}
| version2 = {{{version2|}}}
| images = {{{images|}}}
| images = {{{images|}}}
| hitboxes = {{{hitboxes|}}}
| hitboxes = {{{hitboxes|}}}
Line 22: Line 24:
| invul = {{{invul|}}}
| invul = {{{invul|}}}
}}}}<!--
}}}}<!--
--><table class="wikitable tooltip-content" id="<nowiki>{{{{input}}}}</nowiki>" style="width:95%;"><!--
--><table class="wikitable" style="width:95%;"><!--
--><tr style="font-size:100%;"><!--
--><tr style="font-size:100%;"><!--
--><th colspan="9"><!--
--><th colspan="9"><!--
Line 31: Line 33:
--><tr><!--
--><tr><!--
--><th colspan="9"><!--
--><th colspan="9"><!--
--><div style="float:left;">{{#if: {{{input|}}} | {{{input}}} }}</div><!--
--><div style="float:left;">{{Hover/Alt|{{{input|}}}|{{{input2|}}}}}</div><!--
--><div style="float:right;"><!--
--><div style="float:right;">{{{name|}}}</div><!--
--><div>{{#if: {{{name|}}} | {{{name|}}} }}</div><!--
--></div><!--
--></th><!--
--></th><!--
--></tr><!--
--></tr><!--
--><tr><!--
--><tr><!--
--><th colspan="9">{{#invoke:Parser|parseImages|{{{images|}}}|175x250px|addLineBreaks = true}}{{#invoke:Parser|parseImages|{{{hitboxes|}}}|175x250px|addLineBreaks = true}}</th><!--
--><th colspan="9">{{#invoke:Parser|parseImages|{{{images|}}}|{{{display|}}}|addLineBreaks = true}}{{#invoke:Parser|parseImages|{{{hitboxes|}}}|{{{display|}}}|addLineBreaks = true}}</th><!--
--></tr><!--
--></tr><!--
--><tr style="font-size:100%"><!--
--><tr style="font-size:100%"><!--
Line 51: Line 51:
--><th>{{Tt|{{Tt|Invulnerability|'''(Startup)''' means the move is invincible until after its 1st active frame.<br>'''(Startup - 1)''' means it's invincible until its 1st active frame. }}|'''Throw''' and/or '''Hit''' Invincibility the move has. (frames)_TYPE_(Location).<br>'''Startup''' or '''Active''' may be used when matching the frame range.}}</th><!--
--><th>{{Tt|{{Tt|Invulnerability|'''(Startup)''' means the move is invincible until after its 1st active frame.<br>'''(Startup - 1)''' means it's invincible until its 1st active frame. }}|'''Throw''' and/or '''Hit''' Invincibility the move has. (frames)_TYPE_(Location).<br>'''Startup''' or '''Active''' may be used when matching the frame range.}}</th><!--
--></tr><!--
--></tr><!--
--><tr style="text-align: center; height:25px;"><!--
--><tr style="text-align: center; height:1.9em;"><!--
--><td>{{#if:{{{damage|}}}|{{{damage|}}}|-}}</td><!--
--><td>{{#if:{{{damage|}}}|{{{damage|}}}|-}}</td><!--
--><td>{{#if:{{{guard|}}}|{{{guard|}}}|-}}</td><!--
--><td>{{#if:{{{guard|}}}|{{{guard|}}}|-}}</td><!--
Line 64: Line 64:
--></table><noinclude>
--></table><noinclude>
==Usage==
==Usage==
Header assigned to the [[Template:MoveData-KOF02UM]] table of a move to be displayed.
Header assigned to the [[Template:MoveData-KOF02UM]] table of a move to be displayed. As opposed to [[Template:MoveData-KOF02UM/CharHeader]].
[[Category:Cargo Templates]]
[[Category:Cargo Templates]]
[[Category:The King of Fighters 2k2UM]]</noinclude>
[[Category:The King of Fighters 2k2UM]]</noinclude>

Latest revision as of 00:36, 5 September 2022

Damagez (x+y) means the move has two hits.
The first does x,
the second does y,
for a total of z.
Damage dealt by the move.
10 is 1%.
Guard (1) means only the first hit has to be blocked that way, (2) the second,
No bracket means the entire move has to be blocked said way.
How this attack has to be blocked. Throws and unblockables will stay empty.
Cancel (1) means only the first hit is cancelable, (2) the second,
(x~y) every hit from x to y,
No bracket means the entire move is.
Whether this move is special or super cancelable.
If neither, will stay empty.
StartupNumber of frames for the move to become active, first active frame included.Activex, (y), z means the move has two his. The 1st is active for x frames
Followed by a y frame gap
Then the 2nd is active for z frames.
Number of frames the move is active, meaning able to connect, for.
RecoveryNumber of frames past its active frames for the move to end and the character to recover unless the move is canceled.Hit Advantagex ~ y means the move has different frame advantage depending on range.
x when done point-blank.
y on the tip.
SKD is soft knockdown, HKD is hard.
After the move hits,
number of frames the character recovers before (+) or after (-) the opponent.
Block Advantagex ~ y means the move has different frame advantage depending on range.
x when done point-blank.
y on the tip.
After the move is blocked,
number of frames the character recovers before (+) or after (-) the opponent.
Invulnerability(Startup) means the move is invincible until after its 1st active frame.
(Startup - 1) means it's invincible until its 1st active frame.
Throw and/or Hit Invincibility the move has. (frames)_TYPE_(Location).
Startup or Active may be used when matching the frame range.
---------

Usage

Header assigned to the Template:MoveData-KOF02UM table of a move to be displayed. As opposed to Template:MoveData-KOF02UM/CharHeader.