-The Dream Cancel Wiki has successfully upgraded it's wiki software and editing has returned. Tables for data have returned.
Template:MoveData-KOFXIII: Difference between revisions
Franck Frost (talk | contribs) m Franck Frost moved page Template:FrameData-KOFXIII to Template:MoveData-KOFXIII |
Franck Frost (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<noinclude>{{#cargo_declare: | <noinclude>{{#cargo_declare: | ||
_table=MoveData_KOFXIII | _table=MoveData_KOFXIII | ||
| chara = String | |||
| moveId = String | | moveId = String | ||
| input = Wikitext | |||
| input = | |||
| inputInfo = String | | inputInfo = String | ||
| name = Wikitext | | name = Wikitext | ||
| header = Wikitext String | |||
| version = Wikitext String | |||
| subtitle = String | | subtitle = String | ||
| images = List (,) of String | | images = List (,) of String | ||
Line 11: | Line 13: | ||
| damage = Wikitext String | | damage = Wikitext String | ||
| guard = List (,) of Wikitext String | | guard = List (,) of Wikitext String | ||
| cancel = Wikitext String | |||
| startup = Wikitext String | | startup = Wikitext String | ||
| active = Wikitext String | | active = Wikitext String | ||
| recovery = Wikitext String | | recovery = Wikitext String | ||
| | | hitadv = Wikitext String | ||
| blockadv = Wikitext String | |||
| invul = Wikitext String | | invul = Wikitext String | ||
}}</noinclude><includeonly>{{#ifeq:{{{storeInCargo|true}}}|true|{{#cargo_store: | }}</noinclude><includeonly>{{#ifeq:{{{storeInCargo|true}}}|true|{{#cargo_store: | ||
_table=MoveData_KOFXIII | _table=MoveData_KOFXIII | ||
| chara = {{{character}}} | |||
| moveId = {{{moveId}}} | | moveId = {{{moveId}}} | ||
| input = {{{input}}} | | input = {{{input}}} | ||
| inputInfo = {{{inputInfo|}}} | | inputInfo = {{{inputInfo|}}} | ||
| name = {{{name|}}} | | name = {{{name|}}} | ||
| header = {{{header|}}} | |||
| version = {{{version|}}} | |||
| subtitle = {{{subtitle|}}} | | subtitle = {{{subtitle|}}} | ||
| images = {{{images|}}} | | images = {{{images|}}} | ||
Line 28: | Line 34: | ||
| damage = {{{damage|}}} | | damage = {{{damage|}}} | ||
| guard = {{{guard|}}} | | guard = {{{guard|}}} | ||
| cancel = {{{cancel|}}} | |||
| startup = {{{startup|}}} | | startup = {{{startup|}}} | ||
| active = {{{active|}}} | | active = {{{active|}}} | ||
| recovery = {{{recovery|}}} | | recovery = {{{recovery|}}} | ||
| landing = {{{landing|}}} | | landing = {{{landing|}}} | ||
| | | hitadv = {{{hitadv|}}} | ||
| blockadv = {{{blockadv|}}} | |||
| invul = {{{invul|}}} | | invul = {{{invul|}}} | ||
}}}}<!-- | }}}}<!-- | ||
--><table class="wikitable tooltip-content" id="{{{input}}}" style="width:500px;"><!-- | --><table class="wikitable tooltip-content" id="{{{input}}}" style="width:500px;"><!-- | ||
--><tr style="font-size:80%;"><!-- | --><tr style="font-size:80%;"><!-- | ||
--><th colspan=" | --><th colspan="9"><!-- | ||
--><div style="float:left;">{{{character}}}</div><!-- | --><div style="float:left;">{{{character}}}</div><!-- | ||
--><div style="float:right;">{{{moveId}}}</div><!-- | --><div style="float:right;">{{{moveId}}}</div><!-- | ||
Line 43: | Line 51: | ||
--></tr><!-- | --></tr><!-- | ||
--><tr><!-- | --><tr><!-- | ||
--><th colspan=" | --><th colspan="9"><!-- | ||
--><div style="float:right;"><!-- | --><div style="float:right;"><!-- | ||
--><div>{{#if: {{{name|}}} | {{{name}}} }}</div><!-- | --><div>{{#if: {{{name|}}} | {{{name}}} }}</div><!-- | ||
Line 51: | Line 59: | ||
--></tr><!-- | --></tr><!-- | ||
--><tr><!-- | --><tr><!-- | ||
--><th colspan=" | --><th colspan="9">{{#invoke:Parser|parseImages|{{{images|}}}|100x100px|addLineBreaks = true}}{{#invoke:Parser|parseImages|{{{hitboxes|}}}|100x100px|addLineBreaks = true}}</th><!-- | ||
--></tr><!-- | --></tr><!-- | ||
--><tr style="font-size:80%"><!-- | --><tr style="font-size:80%"><!-- | ||
Line 59: | Line 67: | ||
--><th>Active</th><!-- | --><th>Active</th><!-- | ||
--><th>Recovery</th><!-- | --><th>Recovery</th><!-- | ||
--><th> | --><th>Hit Advantage</th><!-- | ||
--><th>Block Advantage</th><!-- | |||
--><th>Invulnerability</th><!-- | --><th>Invulnerability</th><!-- | ||
--></tr><!-- | --></tr><!-- | ||
Line 68: | Line 77: | ||
--><td>{{#if:{{{active|}}}|{{{active}}}|-}}</td><!-- | --><td>{{#if:{{{active|}}}|{{{active}}}|-}}</td><!-- | ||
--><td>{{#if:{{{recovery|}}}|{{{recovery}}}|-}}</td><!-- | --><td>{{#if:{{{recovery|}}}|{{{recovery}}}|-}}</td><!-- | ||
--><td>{{#if:{{{ | --><td>{{#if:{{{hitadv|}}}|{{{hitadv}}}|-}}</td><!-- | ||
--><td>{{#if:{{{blockadv|}}}|{{{blockadv}}}|-}}</td><!-- | |||
--><td>{{#if:{{{invul|}}}|{{{invul}}}|-}}</td><!-- | --><td>{{#if:{{{invul|}}}|{{{invul}}}|-}}</td><!-- | ||
--></tr><!-- | --></tr><!-- |
Revision as of 03:22, 28 December 2021
This template defines the table "MoveData_KOFXIII". View table.
{{MoveData-KOFXIII | character = | moveId = | name = | idle = | rank = | input = | images = | hitboxes = | damage = | guard = | cancel = | startup = | active = | recovery = | hitadv = | blockadv = | invul = }}
Usage
This template defines and stores values, in this case moves' data, in the MoveData_KOFXIII Cargo Table following a move header or a char's data header. Said data is then queried by Template:FrameData-KOFXIII/Query and made tables of using Template:FrameDataCargo-KOFXIII. It also serves as a tooltip.
Storing a character's moves should be done in their data subpage due to be linked in the bottom external links section of the main page. The format to follow can be found here.
Parameters
How to use each parameter
|
---|
Main Parameters
Secondary ParametersSecundary parameters for further preparing data for moves with multiple versions/follow-ups and as such, most of these only show in the output of Template:FrameDataCargo-KOFXIII.
|
Example
Terry's st.A data you can find here.
Terry Bogard terry_sta | ||||||||
---|---|---|---|---|---|---|---|---|
stand A | ||||||||
Damage | Guard | Startup | Active | Recovery | Hit Advantage | Block Advantage | Invulnerability | |
25 | Mid | 4 | 3 | 8 | +4 | +2 | - |
{{MoveData-KOFXIII | character = Terry Bogard | moveId = terry_sta | name = stand A | input = st.A | input2 = A | images = XIII Terry Bogard st.A.png | hitboxes = | damage = 25 | guard = Mid | cancel = | startup = 4 | active = 3 | recovery = 8 | hitadv = +4 | blockadv = +2 | invul = | display = 250px }}
Kyo's st.A and qcf+B>K data you can find with other examples here.
Kyo Kusanagi kyo_sta | ||||||||
---|---|---|---|---|---|---|---|---|
st.A
A stand A | ||||||||
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. |
33 | Mid | Special | 5 | 4 | 5 | +3 | +1 | - |
{{MoveData-KOF02UM | character = Kyo Kusanagi | moveId = kyo_sta | name = stand A | input = st.A | input2 = A | images = 02UM_Kyo_st.A_2_ima.png | hitboxes = 02UM_Kyo_st.A_2.png | damage = 33 | guard = [[The_King_of_Fighters_2002_UM/Defense#Mid|Mid]] | cancel = [[The_King_of_Fighters_2002_UM/Gauges#Special_Cancel|Special]] | startup = 5 | active = 4 | recovery = 5 | hitadv = +3 | blockadv = +1 | invul = }}
Kyo Kusanagi kyo_qcf+b>k | ||||||||
---|---|---|---|---|---|---|---|---|
qcf+B > K
236B > K 75 Shiki Kai | ||||||||
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. |
40 (30+10) | Mid | - | 14 | 3, (7), 9 | 14 | 1st= -12~-10 ; 2nd= SKD | 1st= -14~-12 ; 2nd= -5~+3 | (10~13)_Hit_(Thighs and below) |
{{MoveData-KOF02UM | character = Kyo Kusanagi | moveId = kyo_qcf+b>k | name = 75 Shiki Kai | version = qcf+B > K | version2 = 236B > K | orderId = 1 | input = qcf+B > K | input2 = 236B > K | images = 02UM_Kyo_qcf+D_3_ima.png, 02UM_Kyo_qcf+D_4_ima.png | hitboxes = 02UM_Kyo_qcf+D_3.png, 02UM_Kyo_qcf+D_4.png | damage = 40 (30+10) | guard = [[The_King_of_Fighters_2002_UM/Defense#Mid|Mid]] | cancel = | startup = 14 | active = 3, (7), 9 | recovery = 14 | hitadv = '''1st=''' -12~-10 ; '''2nd=''' [[The_King_of_Fighters_2002_UM/Miscellaneous#Soft_Knockdown_.28SKD.29|SKD]] | blockadv = '''1st=''' -14~-12 ; '''2nd=''' -5~+3 | invul = (10~13)_'''Hit'''_(Thighs and below) }}
This documentation is automatically transcluded from Template:MoveData-KOFXIII/Documentation and is not included when this page is transcluded.