input | damage | guard | cancel | startup | active | recovery | hitAdv | blockAdv |
---|---|---|---|---|---|---|---|---|
input | damage | guard | cancel | startup | active | recovery | hitAdv | blockAdv |
5LP | 300 | LH | Chn Sp SA | 4 | 3 | 8 | +4 | -1 |
5MP | 700 | LH | - | 14 | 3 | 19 | 0 | -5 |
5HP | 1000 | LH | - | 16 | 4 | 27 | -6 | -11 |
5LK | 300 | LH | Sp SA | 9 | 4 | 11 | +2 | -6 |
5MK | 600 | LH | - | 12 | 3 | 18 | -2 | -6 |
5HK | 800 | LH | Sp SA | 17 | 3 | 20 | +3 | -6 |
2LP | 300 | LH | Chn Sp SA | 5 | 3 | 9 | +4 | -1 |
2MP | 600 | LH | Sp SA | 12 | 3 | 16 | 0 | -4 |
2HP | 800 | L | - | 19 | 4 | 24 | -1 | -12 |
2LK | 200 | L | - | 4 | 7 | 16 | -5(+1) | -10(-4) |
2MK | 500 | L | - | 10 | 13 | 14 | -3(+9) | -10(+2) |
2HK | 900 | L | - | 12 | 16 | 20 | HKD +22(+37) | -16(-1) |
j.LP | 300 | H | - | 4 | 4 | 3 land | +8(+13) | 0(+5) |
j.MP | 700 | LH | Sp | 9 | 6 | 3 land | +5(+13) | -1(+7) |
j.HP | 800 | H | - | 13 | 4 | 3 land | -5(+19) | -9(+15) |
j.LK | 300 | H | - | 6 | 4 | 3 land | -12(+8) | -15(+5) |
j.MK | 500 | H | - | 11 | 6 | 3 land | -7(+13) | -11(+9) |
j.HK | 800 | H | - | 10 | 10 | 3 land | +5(+15) | +1(+11) |
4MP | 700 | LH | Sp SA | 8 | 6 | 16 | +2 | -3 |
4HP | 900 | LH | Sp SA | 14 | 7 | 29 | -9 | -16 |
4MK | 600 | LH | Sp SA | 7 | 4 | 17 | +3 | 0 |
4HK | 1000 | LH | - | 14 | 6 | 20 | 0 | -9 |
1HP | 800 | LH | Sp SA | 10 | 4 | 20 | +3 | -3 |
1LK | 200 | L | Chn | 5 | 3 | 10 | +1 | -5 |
1MK | 500 | L | Sp SA | 8 | 3 | 20 | -3 | -7 |
1HK | 900 | L | - | 9 | 3 | 22 | HKD +33 | -7 |
j.2LP | 500 | LH | Sp | 10 | until land | 9 land | -18(+8) | -22(+4) |
j.2LK | 500 | LH | - | 9 | until land | 6(11) land | -23(+12) | -30(+5) |
j.2MK | 500 | LH | - | 9 | until land | 6(11) land | -15(+10) | -20(+5) |
j.2HK | 500 | LH | - | 9 | until land | 6(11) land | -17(+10) | -22(+5) |
(Created page with "{{Character Subnav SF6 | chara=Dhalsim}} ==Frame table== <!-- TODO; create template to make it look better--> {{#cargo_query:tables=SF6_CharacterData |fields=CONCAT('file:'...") |
m (→Frame table: details page) |
||
Line 13: | Line 13: | ||
===Normals and Target Combos=== | ===Normals and Target Combos=== | ||
---- | ---- | ||
<tabber> General= | |||
{{#cargo_query:tables=SF6_FrameData | {{#cargo_query:tables=SF6_FrameData | ||
|fields=input,damage,guard,cancel,startup,active,recovery,hitAdv,blockAdv | |fields=input,damage,guard,cancel,startup,active,recovery,hitAdv,blockAdv | ||
|where=chara="Dhalsim" and (moveType="ground_normal" or moveType="normal" or moveType="air_normal") | |where=chara="Dhalsim" and (moveType="ground_normal" or moveType="normal" or moveType="air_normal") | ||
|format=dynamic table | |format=dynamic table | ||
Line 20: | Line 21: | ||
|rows per page=50 | |rows per page=50 | ||
}} | }} | ||
|-| | |||
Detailed= | |||
{{#cargo_query:tables=SF6_FrameData | |||
|fields=input,damage,IF(chip='{{{chip}}}', "", chip)=chip,driveDamage,guard,cancel,startup,active,recovery,hitAdv,blockAdv | |||
|where=chara="Dhalsim" and (moveType="ground_normal" or moveType="normal" or moveType="air_normal") | |||
|format=dynamic table | |||
|order by=_rowID | |||
|rows per page=50 | |||
}} | |||
</tabber> | |||
===Drive and Throw=== | ===Drive and Throw=== | ||
---- | ---- | ||
<tabber> General= | |||
{{#cargo_query:tables=SF6_FrameData | |||
|fields=input,damage,guard,cancel,startup,active,recovery,hitAdv,blockAdv | |||
|where=chara="Dhalsim" and (moveType = "drive" or moveType="throw") | |||
|format=dynamic table | |||
|order by=_rowID | |||
|rows per page=50 | |||
}} | |||
|-| | |||
Detailed= | |||
{{#cargo_query:tables=SF6_FrameData | {{#cargo_query:tables=SF6_FrameData | ||
|fields= | |fields=input,damage,IF(chip='{{{chip}}}', "", chip)=chip,IF(driveDamage='{{{driveDamage}}}', "", driveDamage)=driveDamage,guard,cancel,startup,active,recovery,hitAdv,blockAdv | ||
|where=chara="Dhalsim" and (moveType = "drive" or moveType="throw") | |where=chara="Dhalsim" and (moveType = "drive" or moveType="throw") | ||
|format=dynamic table | |format=dynamic table | ||
Line 30: | Line 51: | ||
|rows per page=50 | |rows per page=50 | ||
}} | }} | ||
</tabber> | |||
===Specials=== | ===Specials=== | ||
---- | ---- | ||
<tabber> General= | |||
{{#cargo_query:tables=SF6_FrameData | {{#cargo_query:tables=SF6_FrameData | ||
|fields=name,input,damage,guard,cancel,startup,active,recovery,hitAdv,blockAdv | |fields=name,input,damage,guard,cancel,startup,active,recovery,hitAdv,blockAdv | ||
Line 39: | Line 63: | ||
|rows per page=50 | |rows per page=50 | ||
}} | }} | ||
|-| | |||
Detailed= | |||
{{#cargo_query:tables=SF6_FrameData | |||
|fields=input,damage,IF(chip='{{{chip}}}', "", chip)=chip,IF(driveDamage='{{{driveDamage}}}', "", driveDamage)=driveDamage,guard,cancel,startup,active,recovery,hitAdv,blockAdv | |||
|where=chara="Dhalsim" and moveType = "special" | |||
|format=dynamic table | |||
|order by=_rowID | |||
|rows per page=50 | |||
}} | |||
</tabber> | |||
===Supers=== | ===Supers=== | ||
---- | ---- | ||
<tabber> General= | |||
{{#cargo_query:tables=SF6_FrameData | {{#cargo_query:tables=SF6_FrameData | ||
|fields=name, input,damage,guard,cancel,startup,active,recovery,hitAdv,blockAdv | |fields=name, input,damage,guard,cancel,startup,active,recovery,hitAdv,blockAdv | ||
Line 50: | Line 84: | ||
|rows per page=50 | |rows per page=50 | ||
}} | }} | ||
|-| | |||
Detailed= | |||
{{#cargo_query:tables=SF6_FrameData | |||
|fields=input,damage,IF(chip='{{{chip}}}', "", chip)=chip,IF(driveDamage='{{{driveDamage}}}', "", driveDamage)=driveDamage,guard,cancel,startup,active,recovery,hitAdv,blockAdv | |||
|where=chara="Dhalsim" and moveType = "super" | |||
|format=dynamic table | |||
|order by=_rowID | |||
|rows per page=50 | |||
}} | |||
</tabber> | |||
{{Character Subnav SF6 | chara=Dhalsim}} | {{Character Subnav SF6 | chara=Dhalsim}} | ||
{{Navbox-SF6}} | {{Navbox-SF6}} | ||
[[Category: Street Fighter 6]] | [[Category: Street Fighter 6]] | ||
[[Category: Dhalsim]] | [[Category: Dhalsim]] |
Revision as of 15:22, 11 June 2023
Frame table
Normals and Target Combos
Drive and Throw
input | damage | guard | cancel | startup | active | recovery | hitAdv | blockAdv |
---|---|---|---|---|---|---|---|---|
input | damage | guard | cancel | startup | active | recovery | hitAdv | blockAdv |
LPLK | 1200 (2040) | T | - | 5 | 3 | 23 | KD +31 | - |
4LPLK | 1200 (2040) | T | - | 5 | 3 | 23 | KD +19 | - |
2LPLK | 1200 (2040) | T | - | 5 | 3 | 23 | KD +35 | - |
HPHK | 800 | LH | - | 26 | 2 | 35 | KD +35 / Wall Splat KD +65 | -3 / Wall Splat HKD +72 |
6HPHK | 250x2 recoverable | LH | - | 20 | 3(6)3 | 26(32) | KD +24 | -6 |
6HPHK | 250x2 recoverable | LH | - | 18 | 3(6)3 | 26(32) | KD +24 | -6 |
MPMK | - | - | - | 1 | 12 or until released | 33(1)(11) | - | - |
MPMK~66 | - | - | - | 3+8 | - | 15(37) | - | - |
MPMK or 66 | - | - | - | 9 | - | 15(37) | - | - |
Function: CargoSQLQuery::run Query: SELECT `mw_cargo__SF6_FrameData`.`_pageID` AS `cargo_backlink_page_id_SF6_FrameData`,`input` AS `input`,`damage` AS `damage`,IF(chip='{{{chip}}}', "", chip) AS `chip`,IF(driveDamage='{{{driveDamage}}}', "", driveDamage) AS `driveDamage`,`guard` AS `guard`,`cancel` AS `cancel`,`startup` AS `startup`,`active` AS `active`,`recovery` AS `recovery`,`hitAdv` AS `hitAdv`,`blockAdv` AS `blockAdv` FROM `mw_cargo__SF6_FrameData` WHERE chara="Dhalsim" and (moveType = "drive" or moveType="throw") ORDER BY `_rowID` LIMIT 100
Specials
name | input | damage | guard | cancel | startup | active | recovery | hitAdv | blockAdv |
---|---|---|---|---|---|---|---|---|---|
name | input | damage | guard | cancel | startup | active | recovery | hitAdv | blockAdv |
Yoga Fire | 236P | 600 | LH | SA3 | 15(11) | - | 33 | -2 | -6 |
Yoga Fire (hold) | 236[P] | 400x2 | LH | SA3 | 43 | - | 30 | KD +51 | -1 |
Yoga Fire | 236PP | 500x2 | LH | SA2 SA3 | 13 | - | 32 | KD +49 | -3 |
Yoga Arch | 236LK | 600 | LH | SA3 | 18 | [81+10] | 27 | +1 | -1 |
Yoga Arch | 236KK | 500x2 | LH | SA2 SA3 | 18 | [190+10] | 27 | +1 | -3 |
Yoga Flame | 63214LP | 800 | LH | SA3 | 16 | 15 | 15 | KD +33 | -4 |
Yoga Flame | 63214MP | 450x2 | LH | SA3 | 20 | 15 | 17 | KD +33 | -4 |
Yoga Flame | 63214HP | 400x3 | LH | SA3 | 26 | 17 | 16 | KD +45(+47) | -4(-2) |
Yoga Flame | 63214PP | 100x2,200x3 (800) | LH | SA2 SA3 | 18 | 5,5,5,5,5 | 24 | KD +50 | -11 |
Yoga Blast | 63214LK | 1000 | LH | SA3 | 12 | 10 | 23 | KD +39 | -6 |
Yoga Blast | 63214MK | 1200 | LH | SA3 | 15 | 10 | 20 | KD +42 | -3 |
Yoga Blast | 63214HK | 1200 | LH | SA3 | 15 | 10 | 20 | KD +42 | -3 |
Yoga Blast | 63214KK | 500x2 | LH | SA2 SA3 | 12 | 10 | 20 | KD +42 | 0 |
Yoga Comet | j.63214LP | 800 | LH | - | 30 | [~55] | 8 land | -4~ | -2~ |
Yoga Comet | j.63214PP | 600x2 | LH | - | 30 | until land | 3 land | +5~ | +6~ |
Yoga Float | 2KK or 3KK | - | - | - | 36 | (85) | 20+3 land | - | - |
Aerial Yoga Float | j.2KK | - | - | - | 15 | (81) | 18+3 land | - | - |
Yoga Teleport | 4 or 6 + PPP/KKK | - | - | - | 4 | - | 24(31) | - | - |
Aerial Yoga Teleport | 4 or 6 + j.PPP/j.KKK | - | - | - | 9 | - | 15(19) (3 land) | - | - |
Function: CargoSQLQuery::run Query: SELECT `mw_cargo__SF6_FrameData`.`_pageID` AS `cargo_backlink_page_id_SF6_FrameData`,`input` AS `input`,`damage` AS `damage`,IF(chip='{{{chip}}}', "", chip) AS `chip`,IF(driveDamage='{{{driveDamage}}}', "", driveDamage) AS `driveDamage`,`guard` AS `guard`,`cancel` AS `cancel`,`startup` AS `startup`,`active` AS `active`,`recovery` AS `recovery`,`hitAdv` AS `hitAdv`,`blockAdv` AS `blockAdv` FROM `mw_cargo__SF6_FrameData` WHERE chara="Dhalsim" and moveType = "special" ORDER BY `_rowID` LIMIT 100
Supers
name | input | damage | guard | cancel | startup | active | recovery | hitAdv | blockAdv |
---|---|---|---|---|---|---|---|---|---|
name | input | damage | guard | cancel | startup | active | recovery | hitAdv | blockAdv |
Yoga Inferno | 236236LP | 1920 (792 rec oB) | LH | - | 10 | 104 | 15 | KD +29 | -10 |
Yoga Inferno | 236236MP | 2100 (792 rec oB) | LH | - | 10 | 104 | 15 | KD +29 | -10 |
Yoga Inferno | 236236HP | 2040 (792 rec oB) | LH | - | 10 | 84 | 40 | KD +27 | -22 |
Yoga Sunburst | 214214K | 450x4,1000 (2800) | LH | - | 7 | [142+20] | 60 | KD +50 | -4 |
Yoga Sunburst | 214214{K} | 400x6,700 (3100) | LH | - | 23~70 | [142+20] | 58 | KD | - |
Yoga Sunburst | 214214[K] | 375x8,1000 (4000) | LH | - | 71~91 | [142+20] | 58 | KD | - |
Merciless Yoga | 236236K | 4000 | LH | - | 10 | 5 | 75 | HKD +19 | -62 |
Merciless Yoga (CA) | 236236K | 4500 | LH | - | 10 | 5 | 75 | HKD +19 | -62 |
Function: CargoSQLQuery::run Query: SELECT `mw_cargo__SF6_FrameData`.`_pageID` AS `cargo_backlink_page_id_SF6_FrameData`,`input` AS `input`,`damage` AS `damage`,IF(chip='{{{chip}}}', "", chip) AS `chip`,IF(driveDamage='{{{driveDamage}}}', "", driveDamage) AS `driveDamage`,`guard` AS `guard`,`cancel` AS `cancel`,`startup` AS `startup`,`active` AS `active`,`recovery` AS `recovery`,`hitAdv` AS `hitAdv`,`blockAdv` AS `blockAdv` FROM `mw_cargo__SF6_FrameData` WHERE chara="Dhalsim" and moveType = "super" ORDER BY `_rowID` LIMIT 100