(MK1 table initial creation) |
mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{#cargo_declare: | <noinclude>{{#cargo_declare: | ||
_table=MK1_FrameData | _table=MK1_FrameData | ||
| moveId | | moveId = String | ||
| moveType | | moveType = String | ||
| chara | | chara = String | ||
| input | | input = String | ||
| name | | name = Wikitext | ||
| images | | images = List (,) of String | ||
| hitboxes | | hitboxes = List (,) of String | ||
| cost | | cost = List (,) of Wikitext String | ||
| damage | | damage = Wikitext String | ||
| chip | | chip = Wikitext String | ||
| startup | | startup = Wikitext String | ||
| active | | active = Wikitext String | ||
| recovery | | recovery = Wikitext String | ||
| invuln | | invuln = List (,) of Wikitext String | ||
| hitAdv | | hitAdv = Wikitext String | ||
| blockAdv | | blockAdv = Wikitext String | ||
| guard | | flawlessBlockAdv = Wikitext String | ||
| cancel | | hitCancelAdv = Wikitext String | ||
| notes | | blockCancelAdv = Wikitext String | ||
| guard = List (,) of Wikitext String | |||
| cancel = List (,) of Wikitext String | |||
| punish = Wikitext String | |||
| notes = Wikitext String (size=9000) | |||
}}</noinclude><includeonly>{{#ifeq:{{{storeInCargo|true}}}|true|{{#cargo_store: | }}</noinclude><includeonly>{{#ifeq:{{{storeInCargo|true}}}|true|{{#cargo_store: | ||
_table=MK1_FrameData | _table=MK1_FrameData | ||
| moveId | | moveId = {{{moveId}}} | ||
| moveType | | moveType = {{{moveType}}} | ||
| chara | | chara = {{{chara}}} | ||
| input | | input = {{{input}}} | ||
| name | | name = {{{name}}} | ||
| images | | images = {{{images}}} | ||
| hitboxes | | hitboxes = {{{hitboxes}}} | ||
| cost | | cost = {{{cost}}} | ||
| damage | | damage = {{{damage}}} | ||
| chip | | chip = {{{chip}}} | ||
| startup | | startup = {{{startup}}} | ||
| active | | active = {{{active}}} | ||
| recovery | | recovery = {{{recovery}}} | ||
| invuln | | invuln = {{{invuln}}} | ||
| hitAdv | | hitAdv = {{{hitAdv}}} | ||
| blockAdv | | blockAdv = {{{blockAdv}}} | ||
| guard | | guard = {{{guard}}} | ||
| cancel | | cancel = {{{cancel}}} | ||
| hitstun | | flawlessBlockAdv = {{{flawlessBlockAdv}}} | ||
| blockstun | | hitCancelAdv = {{{hitCancelAdv}}} | ||
| hitstop | | blockCancelAdv = {{{blockCancelAdv}}} | ||
| notes | | punish = {{{punish}}} | ||
| hitstun = {{{hitstun}}} | |||
| blockstun = {{{blockstun}}} | |||
| hitstop = {{{hitstop}}} | |||
| notes = {{{notes}}} | |||
}}}}<table class="wikitable" style="max-width:1000px;"> | }}}}<table class="wikitable" style="max-width:1000px;"> | ||
<tr style="font-size:80%;"> | <tr style="font-size:80%;"> | ||
Line 82: | Line 90: | ||
<th>Active</th> | <th>Active</th> | ||
<th>Recovery</th> | <th>Recovery</th> | ||
<th> | <th colspan="2">Cost</th> | ||
</tr> | </tr> | ||
<tr style="text-align: center; height:29px;"> | <tr style="text-align: center; height:29px;"> | ||
Line 89: | Line 96: | ||
<td>{{{active|-}}}</td> | <td>{{{active|-}}}</td> | ||
<td>{{{recovery|-}}}</td> | <td>{{{recovery|-}}}</td> | ||
<td>{{{ | <td colspan="2">{{{cost|-}}}</td> | ||
</tr> | </tr> | ||
<tr style="font-size:80%"> | <tr style="font-size:80%"> | ||
<th> | <th>Hit Adv</th> | ||
<th | <th>Block Adv</th> | ||
<th | <th>Flawless Block Adv</th> | ||
<th>Hit Cancel Adv</th> | |||
<th>Block Cancel Adv</th> | |||
</tr> | </tr> | ||
<tr style="text-align: center; height:29px;"> | <tr style="text-align: center; height:29px;"> | ||
<td>{{{ | <td>{{{hitAdv|-}}}</td> | ||
<td | <td>{{{blockAdv|-}}}</td> | ||
<td | <td>{{{flawlessBlockAdv|-}}}</td> | ||
<td>{{{hitCancelAdv|-}}}</td> | |||
<td>{{{blockCancelAdv|-}}}</td> | |||
</tr> | </tr> | ||
<tr style="font-size:80%"> | <tr style="font-size:80%"> |
Latest revision as of 17:45, 14 September 2023
This template defines the table "MK1_FrameData". View table.
Template DocumentationEdit This Documentation
Template:FrameData-MK1/Documentation
This documentation is automatically transcluded from Template:FrameData-MK1/Documentation and is not included when this page is transcluded.
This documentation is automatically transcluded from Template:FrameData-MK1/Documentation and is not included when this page is transcluded.