-Happy New Year 2025!
Template:MoveData-KOF98FE: Difference between revisions
Jump to navigation
Jump to search
Franck Frost (talk | contribs) No edit summary |
Franck Frost (talk | contribs) No edit summary |
||
(22 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{#cargo_declare: | <noinclude>{{#cargo_declare: | ||
_table=MoveData_KOF98FE | _table=MoveData_KOF98FE | ||
| chara = String | | chara = String | ||
| moveId = String | | moveId = String | ||
| orderId = Wikitext | | orderId = Integer | ||
| | | rank = Wikitext String | ||
| input = Wikitext | | idle = String | ||
| | | input = Wikitext String | ||
| name = Wikitext | | input2 = Wikitext String | ||
| header = | | name = Wikitext String | ||
| header = String | |||
| version = Wikitext String | | version = Wikitext String | ||
| | | version2 = Wikitext String | ||
| images = | | images = Wikitext String | ||
| hitboxes = | | hitboxes = Wikitext String | ||
| damage = Wikitext String | | damage = Wikitext String | ||
| counter = Wikitext String | | counter = Wikitext String | ||
| stun = Wikitext String | | stun = Wikitext String | ||
| guard = | | guard = Wikitext String | ||
| cancel = Wikitext String | | cancel = Wikitext String | ||
| startup = Wikitext String | | startup = Wikitext String | ||
Line 26: | Line 27: | ||
}}</noinclude> | }}</noinclude> | ||
<includeonly>{{#ifeq:{{{ | <includeonly>{{#ifeq:{{{idle|no}}}|yes | ||
|{{ MoveData-KOF98FE/CharHeader|storeInCargo={{{storeInCargo|true}}} | |||
| | | character = {{{character|}}} | ||
| moveId = {{{moveId}}} | | moveId = {{{moveId|}}} | ||
| orderId = {{{orderId|}}} | | orderId = {{{orderId|}}} | ||
| | | idle = {{{idle|}}} | ||
| input = {{{input}}} | | rank = {{{rank|}}} | ||
| | | input = {{{input|}}} | ||
| input2 = {{#if:{{{input2|}}}|{{{input2|}}}|{{{input|}}}}} | |||
| name = {{{name|}}} | | name = {{{name|}}} | ||
| header = {{{header|}}} | | header = {{{header|yes}}} | ||
| version = {{{version|}}} | | version = {{{version|}}} | ||
| | | version2 = {{{version2|}}} | ||
| images = {{{images|}}} | | images = {{#ifexist:File:{{#invoke:Parser|parseMoves|{{{images|}}}|1}}|{{{images|}}}}} | ||
| hitboxes = {{{hitboxes|}}} | | hitboxes = {{#ifexist:File:{{#invoke:Parser|parseMoves|{{{hitboxes|}}}|1}}|{{#ifeq:{{{hitboxes|}}}|{{{images|}}}||{{{hitboxes|}}}}}}} | ||
| damage = {{{damage|}}} | | damage = {{{damage|}}} | ||
| counter = {{{counter|}}} | | counter = {{{counter|}}} | ||
Line 48: | Line 50: | ||
| active = {{{active|}}} | | active = {{{active|}}} | ||
| recovery = {{{recovery|}}} | | recovery = {{{recovery|}}} | ||
| hitadv = {{{hitadv|}}} | | hitadv = {{{hitadv|}}} | ||
| blockadv = {{{blockadv|}}} | | blockadv = {{{blockadv|}}} | ||
| invul = {{{invul|}}} | | invul = {{{invul|}}} | ||
| display = {{{display|}}} }} | |||
|{{ MoveData-KOF98FE/MoveHeader|storeInCargo={{{storeInCargo|true}}} | |||
| character = {{{character|}}} | |||
| moveId = {{{moveId|}}} | |||
| orderId = {{{orderId|}}} | |||
| idle = {{{idle|}}} | |||
| rank = {{{rank|}}} | |||
| input = {{{input|}}} | |||
| input2 = {{#if:{{{input2|}}}|{{{input2|}}}|{{{input|}}}}} | |||
| name = {{{name|}}} | |||
| header = {{{header|yes}}} | |||
| version = {{{version|}}} | |||
| version2 = {{{version2|}}} | |||
| images = {{#ifexist:File:{{#invoke:Parser|parseMoves|{{{images|}}}|1}}|{{{images|}}}}} | |||
| hitboxes = {{#ifexist:File:{{#invoke:Parser|parseMoves|{{{hitboxes|}}}|1}}|{{#ifeq:{{{hitboxes|}}}|{{{images|}}}||{{{hitboxes|}}}}}}} | |||
| damage = {{{damage|}}} | |||
| counter = {{{counter|}}} | |||
| stun = {{{stun|}}} | |||
| guard = {{{guard|}}} | |||
| cancel = {{{cancel|}}} | |||
| startup = {{{startup|}}} | |||
| active = {{{active|}}} | |||
| recovery = {{{recovery|}}} | |||
| hitadv = {{{hitadv|}}} | |||
| blockadv = {{{blockadv|}}} | |||
| invul = {{{invul|}}} | |||
| display = {{{display|}}} }} | |||
}}</includeonly> | |||
<noinclude> | <noinclude> |
Latest revision as of 18:15, 20 July 2024
This template defines the table "MoveData_KOF98FE". View table.
Template DocumentationEdit This Documentation
{{MoveData-KOF98FE | character = | moveId = | name = | idle = | rank = | input = | images = | hitboxes = | damage = | counter = | stun = | guard = | cancel = | startup = | active = | recovery = | hitadv = | blockadv = | invul = }}
Usage
This template defines and stores values, in this case moves' data, in the MoveData_KOF98FE Cargo Table following a move header or a char's data header. Said data is then queried by Template:FrameData-KOF98FE/Query and made tables of using Template:FrameDataCargo-KOF98FE. 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
|
---|
Example
Joe's st.A data you can find here.
Joe Higashi joe_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%. | CounterDamage dealt by the move on counter hit. 10 is 1%. | Stunz (x+y) means the move has two hits. The first does x stun points, the second does y, for a total of z.Stun 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 cancelable. If not, will stay empty. | StartupNumber of frames for the move to become active, first active frame NOT 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. |
25 | 40 | 16 | Mid | C | 5 | 2 | 8 | +2 | 0 | - |
Source
This documentation is automatically transcluded from Template:MoveData-KOF98FE/Documentation and is not included when this page is transcluded.