No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
| chara = String | | chara = String | ||
| input = String | | input = String | ||
| name = Wikitext | | name = Wikitext | ||
| images = List (,) of String | | images = List (,) of String | ||
| hitboxes = List (,) of String | | hitboxes = List (,) of String | ||
Line 20: | Line 18: | ||
| hitAdv = Wikitext String | | hitAdv = Wikitext String | ||
| blockAdv = Wikitext String | | blockAdv = Wikitext String | ||
| guard = List (,) of Wikitext String | | guard = List (,) of Wikitext String | ||
| cancel = List (,) of Wikitext String | | cancel = List (,) of Wikitext String | ||
Line 31: | Line 28: | ||
| chara = {{{chara}}} | | chara = {{{chara}}} | ||
| input = {{{input}}} | | input = {{{input}}} | ||
| name = {{{name}}} | | name = {{{name}}} | ||
| images = {{{images}}} | | images = {{{images}}} | ||
| hitboxes = {{{hitboxes}}} | | hitboxes = {{{hitboxes}}} | ||
Line 46: | Line 41: | ||
| hitAdv = {{{hitAdv}}} | | hitAdv = {{{hitAdv}}} | ||
| blockAdv = {{{blockAdv}}} | | blockAdv = {{{blockAdv}}} | ||
| guard = {{{guard}}} | | guard = {{{guard}}} | ||
| cancel = {{{cancel}}} | | cancel = {{{cancel}}} | ||
Line 64: | Line 58: | ||
<div style="float:left;"> | <div style="float:left;"> | ||
<span>{{{input}}}</span> | <span>{{{input}}}</span> | ||
</div> | </div> | ||
<div style="float:right;"> | <div style="float:right;"> | ||
<div>{{#if: {{{name|}}} | {{{name}}} }}</div> | <div>{{#if: {{{name|}}} | {{{name}}} }}</div> | ||
</div> | </div> | ||
</th> | </th> | ||
Line 108: | Line 100: | ||
</tr> | </tr> | ||
<tr style="font-size:80%"> | <tr style="font-size:80%"> | ||
<th colspan=" | <th colspan="3">Hit Advantage</th> | ||
<th colspan=" | <th colspan="3">Block Advantage</th> | ||
</tr> | </tr> | ||
<tr style="text-align: center; height:29px;"> | <tr style="text-align: center; height:29px;"> | ||
<td colspan=" | <td colspan="3">{{{hitAdv|-}}}</td> | ||
<td colspan=" | <td colspan="3">{{{blockAdv|-}}}</td> | ||
</tr> | </tr> | ||
<tr style="font-size:80%"> | <tr style="font-size:80%"> |
Revision as of 05:38, 7 October 2022
This template defines the table "SF6_FrameData". View table.
Template DocumentationEdit This Documentation
{{FrameData-SF6 | chara = | moveId = | moveType = | input = | name = | images = | hitboxes = | damage = | chip = | dmgScaling = | startup = | active = | recovery = | total = | guard = | cancel = | hitconfirm = | hitAdv = | blockAdv = | punishAdv = | perfParryAdv = | DRcancelHit = | DRcancelBlk = | afterDRHit = | afterDRBlk = | hitstun = | blockstun = | hitstop = | driveDmgBlk = | driveDmgHit = | driveGain = | superGainHit = | superGainBlk = | invuln = | armor = | airborne = | jugStart = | jugIncrease = | jugLimit = | projSpeed = | atkRange = | notes = }}
Usage
Stores values in the SF6_FrameData Cargo Table.
Example
{{FrameData-SF6 | chara = Ken | moveId = ken_5lp | moveType = ground_normal | input = 5LP | name = Standing Light Punch | images = SF6_Ken_5LP.png | hitboxes = SF6_Ken_5LP_hitbox.png | damage = 300 | chip = - | dmgScaling = 20% Starter | startup = 4 | active = 3 | recovery = 7 | total = 13 | guard = LH | cancel = Chn Sp SA | hitconfirm = 13 | hitAdv = {{sf6-adv|VP|+4}} | blockAdv = {{sf6-adv|M|-1}} | punishAdv = {{sf6-adv|VP|+8}} | perfParryAdv = {{sf6-adv|VM|-8}} | DRcancelHit = {{sf6-adv|VP|+4}} | DRcancelBlk = {{sf6-adv|M|-1}} | afterDRHit = {{sf6-adv|VP|+8}} | afterDRBlk = {{sf6-adv|P|+3}} | hitstun = 14 | blockstun = 9 | hitstop = 9 | driveDmgBlk = 500 | driveDmgHit = [2000] | driveGain = 250 | superGainHit = 300 (210) | superGainBlk = 150 (75) | invuln = - | armor = - | airborne = - | jugStart = 1 | jugIncrease = 1 | jugLimit = 0 | projSpeed = - | atkRange = 1.01 | notes = Example notes (specific chain properties, juggle properties, low profile frames, force stand/crouch, whiff on stand/crouch, properties vs. airborne opponents, cross-up, gaps in hitstun/blockstun, etc.) }}
This documentation is automatically transcluded from Template:FrameData-SF6/Documentation and is not included when this page is transcluded.