User:Matosh: Difference between revisions

2,555 editsJoined 28 May 2019
No edit summary
 
(45 intermediate revisions by the same user not shown)
Line 5: Line 5:


==test bed 0 ==
==test bed 0 ==
<center><b>chart testing</b>
===Test sample===
====table test====
 
{| class='wikitable sortable' style="text-align: center; margin: 1em auto 1em auto;"
|+Wild Assault Chart
|-
! Color !! Characters !! Startup !! active !! recovery !! on Block !! cancel !! invuln
|-
| {{clr|D|Orange}} || {{Character Label|GGST|Sol}} {{Character Label|GGST|Ky}} {{Character Label|GGST|May}}<br>{{Character Label|GGST|Axl}} {{Character Label|GGST|Chipp}} {{Character Label|GGST|Ramlethal}}<br>{{Character Label|GGST|Leo}} {{Character Label|GGST|Giovanna}} {{Character Label|GGST|Anji}}<br>{{Character Label|GGST|I-No}} {{Character Label|GGST|Testament}} {{Character Label|GGST|Sin}} {{Character Label|GGST|Johnny}} || 16 [28] || 3 || 20 || -4 || yes
|-
| {{clr|K|Blue}} || {{Character Label|GGST|Faust}} {{Character Label|GGST|Millia}} {{Character Label|GGST|Zato}}<br>{{Character Label|GGST|Jack-O}} {{Character Label|GGST|Happy Chaos}}<br>{{Character Label|GGST|Baiken}} {{Character Label|GGST|Bridget}} {{Character Label|GGST|Asuka}} || 20 [32] || 3 || 20 || +12 [+17] || yes ||
|-
| White || {{Character Label|GGST|Potemkin}} {{Character Label|GGST|Nagoriyuki}}<br>{{Character Label|GGST|Goldlewis}} {{Character Label|GGST|Bedman}}|| 20 [32] || 3 || 20 || +7 [+12] || no ||  9~22 [9~34] strike
|}
 
====X move chart====
<center><b>X Values</b>
{{#cargo_query:tables=MoveData_GGST, MoveData_GGST__notes
|join on=MoveData_GGST._ID=MoveData_GGST__notes._rowID
|fields=chara=Character,input, images,hitboxes,startup=Startup,active=Active,recovery=Recovery,ROUND(startup + active + recovery - 1, 0)=Total Duration,level=Level,onBlock=On-Block,onHit=On-Hit,notes,SUBSTRING(MoveData_GGST__notes._value, 30, 3)=Input Proximity Range
|where=input="236D"
|group by=chara
|format=dynamic table|order by=chara,_rowID|rows per page=50
|details fields=notes,images,hitboxes
}}
</center>
 
===count rows===
<center><b>move chart testing</b>
{{#cargo_query:tables=MoveData_GGST
{{#cargo_query:tables=MoveData_GGST
|fields=chara,input,images,hitboxes,startup,active,recovery,onBlock,onHit,invuln,notes
|fields=_rowID,chara,input,images,hitboxes,startup,active,recovery,onBlock,onHit,invuln,notes
|where= notes holds like "reversal%"
|where= input like "2S%" and chara="Nagoriyuki"
|format=dynamic table|order by=_rowID|rows per page=50
|details fields=notes,images,hitboxes
}}
</center>
 
count check
<code>
query count
if: count > 1
then: add bar at bottom or top of each move
else: do what you normally would do.
</code><br>
maybe use nested? or at least nested IF's
<br>
https://www.mediawiki.org/wiki/Template:If
<br>
<code><noinclude>{{#if|expr|2<3| p | q }}</noinclude></code><br>
{{#ifexpr:2=2| true | false }}<br>
{{#ifexpr:70=1| true | false}}
<br>
{{#cargo_query:tables=MoveData_GGST
|fields=count(*)=moveCount
|where= input like "2S%" and chara="Nagoriyuki"
|groupby = chara
|format=dynamic table|order by=_rowID|rows per page=50
|format=dynamic table|order by=_rowID|rows per page=50
|details fields=notes,images,hitboxes
|details fields=notes,images,hitboxes
}}
}}
===proration table===
{{#cargo_query:tables=MoveData_GGST
|fields=chara, count(*)=proration
|where= prorate="90%" and input not in ("c.S","5D", "5[D]") and type in ("normal", "special")
|groupby =chara
|format=dynamic table|order by=_rowID|rows per page=50
}}
<br>
{{#cargo_query:tables=MoveData_GGST=tableMoves,ggstCharacters=tableChar
|join on =tableMoves.name=tableChar.name
|fields=chara, count(*)=proration
|where=prorate="90%" and input not in ("c.S","5D", "5[D]") and type in ("normal", "special")
|group by =chara
|format=dynamic table
}}
<br>
'''testing better'''
{{#cargo_query:tables=MoveData_GGST=tableMoves,ggstCharacters=tableChar
|join on =tableMoves.name=tableChar.name
|fields=tableMoves._pageName,count(*)
|where=prorate="90%" and input not in ("c.S","5D", "5[D]") and type in ("normal", "special")
|groupby =tableMoves._pageName
|format=dynamic table
}}
<!--{{#cargo_compound_query:
tables=MoveData_GGST;where= prorate="90%" and input not in ("c.S","5D", "5[D]") and type in ("normal", "special") and chara="Ramlethal Valentine"
|tables=MoveData_GGST;where= prorate="90%" and input not in ("c.S","5D", "5[D]") and type in ("normal", "special") and chara="Zato-1"
;fields=chara, count(*)=proration
;group by=chara
|format=dynamic table
}}-->
<br>
====somewhat working but tedious====
{{#cargo_compound_query:
tables=MoveData_GGST,ggstCharacters;join on=MoveData_GGST.chara=ggstCharacters.name;where= prorate="90%" and input not in ("c.S","5D", "5[D]") and type in ("normal", "special") and chara= "Anji Mito"
;fields=CONCAT('[[file:', icon, '|24px|link=]] ', ggstCharacters.name)=Charactera, count(*)=proration
|tables=MoveData_GGST,ggstCharacters;join on=MoveData_GGST.chara=ggstCharacters.name;where= prorate="90%" and input not in ("c.S","5D", "5[D]") and type in ("normal", "special") and chara= "Axl Low"
;fields=CONCAT('[[file:', icon, '|24px|link=]] ', ggstCharacters.name)=Charactera, count(*)=proration
|tables=MoveData_GGST,ggstCharacters;join on=MoveData_GGST.chara=ggstCharacters.name;where= prorate="90%" and input not in ("c.S","5D", "5[D]") and type in ("normal", "special") and chara= "Baiken"
;fields=CONCAT('[[file:', icon, '|24px|link=]] ', ggstCharacters.name)=Charactera, count(*)=proration
|tables=MoveData_GGST,ggstCharacters;join on=MoveData_GGST.chara=ggstCharacters.name;where= prorate="90%" and input not in ("c.S","5D", "5[D]") and type in ("normal", "special") and chara= "Bridget"
;fields=CONCAT('[[file:', icon, '|24px|link=]] ', ggstCharacters.name)=Charactera, count(*)=proration
|tables=MoveData_GGST,ggstCharacters;join on=MoveData_GGST.chara=ggstCharacters.name;where= prorate="90%" and input not in ("c.S","5D", "5[D]") and type in ("normal", "special") and chara= "Chipp Zanuff"
;fields=CONCAT('[[file:', icon, '|24px|link=]] ', ggstCharacters.name)=Charactera, count(*)=proration
|tables=MoveData_GGST,ggstCharacters;join on=MoveData_GGST.chara=ggstCharacters.name;where= prorate="90%" and input not in ("c.S","5D", "5[D]") and type in ("normal", "special") and chara= "Faust"
;fields=CONCAT('[[file:', icon, '|24px|link=]] ', ggstCharacters.name)=Charactera, count(*)=proration
|tables=MoveData_GGST,ggstCharacters;join on=MoveData_GGST.chara=ggstCharacters.name;where= prorate="90%" and input not in ("c.S","5D", "5[D]") and type in ("normal", "special") and chara= "Giovanna"
;fields=CONCAT('[[file:', icon, '|24px|link=]] ', ggstCharacters.name)=Charactera, count(*)=proration
|tables=MoveData_GGST,ggstCharacters;join on=MoveData_GGST.chara=ggstCharacters.name;where= prorate="90%" and input not in ("c.S","5D", "5[D]") and type in ("normal", "special") and chara= "Goldlewis Dickinson"
;fields=CONCAT('[[file:', icon, '|24px|link=]] ', ggstCharacters.name)=Charactera, count(*)=proration
|tables=MoveData_GGST,ggstCharacters;join on=MoveData_GGST.chara=ggstCharacters.name;where= prorate="90%" and input not in ("c.S","5D", "5[D]") and type in ("normal", "special") and chara= "Happy Chaos"
;fields=CONCAT('[[file:', icon, '|24px|link=]] ', ggstCharacters.name)=Charactera, count(*)=proration
|tables=MoveData_GGST,ggstCharacters;join on=MoveData_GGST.chara=ggstCharacters.name;where= prorate="90%" and input not in ("c.S","5D", "5[D]") and type in ("normal", "special") and chara= "I-No"
;fields=CONCAT('[[file:', icon, '|24px|link=]] ', ggstCharacters.name)=Charactera, count(*)=proration
|tables=MoveData_GGST,ggstCharacters;join on=MoveData_GGST.chara=ggstCharacters.name;where= prorate="90%" and input not in ("c.S","5D", "5[D]") and type in ("normal", "special") and chara= "Jack-O"
;fields=CONCAT('[[file:', icon, '|24px|link=]] ', ggstCharacters.name)=Charactera, count(*)=proration
|tables=MoveData_GGST,ggstCharacters;join on=MoveData_GGST.chara=ggstCharacters.name;where= prorate="90%" and input not in ("c.S","5D", "5[D]") and type in ("normal", "special") and chara= "Ky Kiske"
;fields=CONCAT('[[file:', icon, '|24px|link=]] ', ggstCharacters.name)=Charactera, count(*)=proration
|tables=MoveData_GGST,ggstCharacters;join on=MoveData_GGST.chara=ggstCharacters.name;where= prorate="90%" and input not in ("c.S","5D", "5[D]") and type in ("normal", "special") and chara like "Leo Whitefang%"
;fields=CONCAT('[[file:', icon, '|24px|link=]] ', ggstCharacters.name)=Charactera, count(*)=proration
|tables=MoveData_GGST,ggstCharacters;join on=MoveData_GGST.chara=ggstCharacters.name;where= prorate="90%" and input not in ("c.S","5D", "5[D]") and type in ("normal", "special") and chara= "May"
;fields=CONCAT('[[file:', icon, '|24px|link=]] ', ggstCharacters.name)=Charactera, count(*)=proration
|tables=MoveData_GGST,ggstCharacters;join on=MoveData_GGST.chara=ggstCharacters.name;where= prorate="90%" and input not in ("c.S","5D", "5[D]") and type in ("normal", "special") and chara= "Millia Rage"
;fields=CONCAT('[[file:', icon, '|24px|link=]] ', ggstCharacters.name)=Charactera, count(*)=proration
|tables=MoveData_GGST,ggstCharacters;join on=MoveData_GGST.chara=ggstCharacters.name;where= prorate="90%" and input not in ("c.S","5D", "5[D]") and type in ("normal", "special") and chara= "Nagoriyuki"
;fields=CONCAT('[[file:', icon, '|24px|link=]] ', ggstCharacters.name)=Charactera, count(*)=proration
|tables=MoveData_GGST,ggstCharacters;join on=MoveData_GGST.chara=ggstCharacters.name;where= prorate="90%" and input not in ("c.S","5D", "5[D]") and type in ("normal", "special") and chara= "Potemkin"
;fields=CONCAT('[[file:', icon, '|24px|link=]] ', ggstCharacters.name)=Charactera, count(*)=proration
|tables=MoveData_GGST,ggstCharacters;join on=MoveData_GGST.chara=ggstCharacters.name;where= prorate="90%" and input not in ("c.S","5D", "5[D]") and type in ("normal", "special") and chara= "Ramlethal Valentine"
;fields=CONCAT('[[file:', icon, '|24px|link=]] ', ggstCharacters.name)=Charactera, count(*)=proration
|tables=MoveData_GGST,ggstCharacters;join on=MoveData_GGST.chara=ggstCharacters.name;where= prorate="90%" and input not in ("c.S","5D", "5[D]") and type in ("normal", "special") and chara= "Sin Kiske"
;fields=CONCAT('[[file:', icon, '|24px|link=]] ', ggstCharacters.name)=Charactera, count(*)=proration
|tables=MoveData_GGST,ggstCharacters;join on=MoveData_GGST.chara=ggstCharacters.name;where= prorate="90%" and input not in ("c.S","5D", "5[D]") and type in ("normal", "special") and chara= "Sol Badguy"
;fields=CONCAT('[[file:', icon, '|24px|link=]] ', ggstCharacters.name)=Charactera, count(*)=proration
|tables=MoveData_GGST,ggstCharacters;join on=MoveData_GGST.chara=ggstCharacters.name;where= prorate="90%" and input not in ("c.S","5D", "5[D]") and type in ("normal", "special") and chara= "Testament"
;fields=CONCAT('[[file:', icon, '|24px|link=]] ', ggstCharacters.name)=Charactera, count(*)=proration
|tables=MoveData_GGST,ggstCharacters;join on=MoveData_GGST.chara=ggstCharacters.name;where= prorate="90%" and input not in ("c.S","5D", "5[D]") and type in ("normal", "special") and chara= "Zato-1"
;fields=CONCAT('[[file:', icon, '|24px|link=]] ', ggstCharacters.name)=Charactera, count(*)=proration
|format=dynamic table|order by=_rowID|rows per page=50}}
=== Reversal Values ===
<center><b>Reversal Values</b>
{| class='wikitable sortable' style="text-align: center; margin: 1em auto 1em auto;"
|+Meterless reversal
|-
!class="unsortable" rowspan=2| Startup
|-
!data-sort-type="number" | Character and Move
|-
! 9f
|{{MiniMoveCard|game=BBCF|chara=Hibiki Kohaku|input=623C|label=Hibiki {{clr|C|623C}}}}<br>{{MiniMoveCard|game=BBCF|chara=Kagura Mutsuki|input=[2]8C|label=Kagura {{clr|C|[2]8C}}}}<br>{{MiniMoveCard|game=BBCF|chara=Makoto Nanaya|input=623C|label=Makoto {{clr|C|623C}}}}<br>{{MiniMoveCard|game=BBCF|chara=Naoto Kurogane|input=623D|label=Naoto {{clr|D|623D}}}}<br>{{MiniMoveCard|game=BBCF|chara=Ragna the Bloodedge|input=623C|label=Ragna {{clr|C|623C}}}}
|-
! 10f
| Tsubaki {{MiniMoveCard|game=BBCF|chara=Tsubaki Yayoi|input=623C|label={{clr|C|623C}}}} or {{MiniMoveCard|game=BBCF|chara=Tsubaki Yayoi|input=623D|label={{clr|D|623D}}}}
|-
! 11f
| {{MiniMoveCard|game=BBCF|chara=Litchi Faye Ling |input=623Dm |label=Litchi {{clr|D|623Dm}}}}<br>{{MiniMoveCard|game=BBCF|chara=Platinum the Trinity |input=5D Bat |label=Platinum {{clr|D|5D Bat}}}}
|-
! 12f
| {{MiniMoveCard|game=BBCF|chara=Susano'o |input=623C |label=Susano'o {{clr|C|623C}}}}
|-
! 13f
| {{MiniMoveCard|game=BBCF|chara=Es |input=623C |label=Es {{clr|C|623C}}}}<br>{{MiniMoveCard|game=BBCF|chara=Celica A. Mercury |input=236C |label=Celica {{clr|C|236C}} (guardpoint)}}<br>Jin {{MiniMoveCard|game=BBCF|chara=Jin Kisaragi |input=623C |label={{clr|C|623C}}}} or {{MiniMoveCard|game=BBCF|chara=Jin Kisaragi |input=623D |label={{clr|D|623D}}}}
|-
! 14f
| {{MiniMoveCard|game=BBCF|chara=Bullet |input=623B |label=Bullet {{clr|B|623B}}}}<br>{{MiniMoveCard|game=BBCF|chara=Mu-12 |input=623C |label=Mu-12 {{clr|C|623C}}}}
|-
! 15f
| {{MiniMoveCard|game=BBCF|chara=Izayoi |input=623C |label=Izayoi {{clr|C|623C}}}}
|-
! 18f
| {{MiniMoveCard|game=BBCF|chara=Azrael |input=623B |label=Azrael {{clr|B|623B}}}}
|-
! 22f
| {{MiniMoveCard|game=BBCF|chara=Nine the Phantom |input=214D with spell |label=Nine {{clr|D|214D}}}}
|-
! 26f
| {{MiniMoveCard|game=BBCF|chara=Lambda-11 |input=22D |label=Lambda-11 {{clr|D|22D}} (situational)}}
|}
</center>
</center>


==Test best==
==Test best==
===6P chart Xrd===
{{#cargo_query:tables=MoveData_GGXRDR2
|fields=chara,input,startup,active,recovery,onBlock,invuln,images,hitboxes,notes
|where=input="5D" and type="normal"
|format=dynamic table|order by=_rowID|rows per page=50
|details fields=notes,images,hitboxes
}}
===Reversal chart===
===Reversal chart===
<center><b>reversal chart testing</b>
<center><b>reversal chart testing</b>
{{#cargo_query:tables=MoveData_GGST
{{#cargo_query:tables=MoveData_GGST, ggstCharacters
|fields=chara,input,images,hitboxes,startup,active,recovery,onBlock,onHit,invuln,notes
|join on=MoveData_GGST.chara=ggstCharacters.name
|where= notes holds like "reversal%"
|fields=CONCAT('[[file:', icon, '|24px|link=]] ', ggstCharacters.name)=Charactera,MoveData_GGST.input,MoveData_GGST.startup,MoveData_GGST.onBlock,MoveData_GGST.invuln,MoveData_GGST.notes
|format=dynamic table|order by=_rowID|rows per page=50
|image width=20px
|details fields=notes,images,hitboxes
|image height=20px
|where= MoveData_GGST.notes holds like "reversal%"
|format=dynamic table|order by=MoveData_GGST._rowID|rows per page=50
|details fields=MoveData_GGST.notes
}}
}}
</center>
</center>
<!--|join on=MoveData_GGACR.chara=ggacrCharacters.name-->
<!--{{#cargo_query:tables=MoveData_GGACR,ggacrCharacters
|join on=MoveData_GGACR.chara=ggacrCharacters.name
}}-->


===move chart===
===move chart===
Line 42: Line 233:


===Lazy links for WIP===
===Lazy links for WIP===
https://www.dustloop.com/wiki/index.php?title=Template:MoveDataHeader-GG2
https://www.dustloop.com/wiki/index.php?title=Template:MoveData-DNFD
 
https://www.dustloop.com/wiki/index.php?title=Template:DNFD-character
 
https://www.dustloop.com/wiki/index.php?title=Template:DNFD_Move_Card
 
https://www.dustloop.com/wiki/index.php?title=Template:DNFD-Character-infobox


https://www.dustloop.com/wiki/index.php?title=Template:MoveData-GG2
https://www.dustloop.com/wiki/index.php?title=User:Matosh/Sandbox


https://www.dustloop.com/wiki/index.php?title=Template:GG2-character
===Testing css===
https://www.dustloop.com/wiki/index.php?title=User:Matosh/sandbox/Template:TestClr


https://www.dustloop.com/wiki/index.php?title=Template:Clr
https://www.dustloop.com/wiki/index.php?title=User:Matosh/sandbox/Template:TestClr/styles.css


https://www.dustloop.com/wiki/index.php?title=Template:Clr/styles.css
https://www.dustloop.com/w/MediaWiki:Common.css

Latest revision as of 17:21, 29 August 2023

I work on frame data. My Twitter link can be found here. Please contact me here if anything is needed or via the dustloop discord.

My edits can be found here: https://www.dustloop.com/wiki/index.php?title=Special:Contributions/Matosh

test bed 0

Test sample

table test

Wild Assault Chart
Color Characters Startup active recovery on Block cancel invuln
Orange Sol Ky May
Axl Chipp Ramlethal
Leo Giovanna Anji
I-No Testament Sin Johnny
16 [28] 3 20 -4 yes
Blue Faust Millia Zato
Jack-O Happy Chaos
Baiken Bridget Asuka
20 [32] 3 20 +12 [+17] yes
White Potemkin Nagoriyuki
Goldlewis Bedman
20 [32] 3 20 +7 [+12] no 9~22 [9~34] strike

X move chart

X Values
Character input Startup Active Recovery Total Duration Level On-Block On-Hit Input Proximity Range
Character input Startup Active Recovery Total Duration Level On-Block On-Hit Input Proximity Range
A.B.A 236D 20~31 3 20 42 4 +13 Stagger +12 y 5
Anji Mito 236D 16~28 3 20 38 4 -4 -1
Asuka R 236D 20~31 3 20 42 4 +13 Stagger +12 y 5
Axl Low 236D 16~28 3 20 38 4 -4 -1
Baiken 236D 20~31 3 20 42 4 +13 Stagger +12 y 5
Bedman 236D 20~31 3 20 42 4 +7 HKD
Bridget 236D 20~31 3 20 42 4 +13 Stagger +12 by
Chipp Zanuff 236D 16~28 3 20 38 4 -4 -1
Elphelt Valentine 236D 20~31 3 20 42 4 +13 Stagger +12 y 5
Faust 236D 20~31 3 20 42 4 +13 Stagger +12 by
Giovanna 236D 16~28 3 20 38 4 -4 -1
Goldlewis Dickinson 236D 20~31 3 20 42 4 +7 HKD
Happy Chaos 236D 20~31 3 20 42 4 +13 Stagger +12 y 5
I-No 236D 16~28 3 20 38 4 -4 -1
Jack-O 236D 20~31 3 20 42 4 +13 Stagger +12 y 5
Johnny 236D 16~28 3 20 38 4 -4 -1
Ky Kiske 236D 16~28 3 20 38 4 -4 -1
Leo Whitefang 236D 16~28 3 20 38 4 -4 -1
May 236D 16~28 3 20 38 4 -4 -1
Millia Rage 236D 20~31 3 20 42 4 +13 Stagger +12 y 5
Nagoriyuki 236D 20~31 3 20 42 4 +7 HKD
Potemkin 236D 20~31 3 20 42 4 +7 HKD
Ramlethal Valentine 236D 16~28 3 20 38 4 -4 -1
Sin Kiske 236D 16~28 3 20 38 4 -4 -1
Slayer 236D
Sol Badguy 236D 16~28 3 20 38 4 -4 -1
Testament 236D 16~28 3 20 38 4 -4 -1
Zato-1 236D 20~31 3 20 42 4 +13 Stagger +12 y 5

count rows

move chart testing
_rowID chara input startup active recovery onBlock onHit invuln
_rowID chara input startup active recovery onBlock onHit invuln
2,677 Nagoriyuki 2S Level 1 12 4 21 -11 -8
2,678 Nagoriyuki 2S Level 2 11 4 21 -11 -8
2,679 Nagoriyuki 2S Level 3 10 4 21 -11 -8
2,680 Nagoriyuki 2S Level BR 10 4 21 -11 -8

count check query count if: count > 1 then: add bar at bottom or top of each move else: do what you normally would do.
maybe use nested? or at least nested IF's
https://www.mediawiki.org/wiki/Template:If
{{#if|expr|2<3| p | q }}
true
false

moveCount
moveCount
4

proration table

chara proration
chara proration
Axl Low 312


chara proration
chara proration
A.B.A 16
Anji Mito 8
Asuka R 7
Axl Low 13
Baiken 13
Bedman 10
Bridget 12
Chipp Zanuff 7
Elphelt Valentine 9
Faust 15
Giovanna 11
Goldlewis Dickinson 21
Happy Chaos 8
I-No 15
Jack-O 10
Johnny 13
Ky Kiske 8
Leo Whitefang 11
May 9
Millia Rage 11
Nagoriyuki 32
Potemkin 11
Ramlethal Valentine 8
Sin Kiske 9
Sol Badguy 8
Testament 9
Zato-1 8


testing better

_pageName count(*)
_pageName count(*)
GGST/Axl Low/Data 312


somewhat working but tedious

Charactera proration
Charactera proration
GGST Anji Mito Icon.png Anji Mito 8
GGST Axl Low Icon.png Axl Low 13
GGST Baiken Icon.png Baiken 13
GGST Bridget Icon.png Bridget 12
GGST Chipp Zanuff Icon.png Chipp Zanuff 7
GGST Faust Icon.png Faust 15
GGST Giovanna Icon.png Giovanna 11
GGST Goldlewis Dickinson Icon.png Goldlewis Dickinson 21
GGST Happy Chaos Icon.png Happy Chaos 8
GGST I-No Icon.png I-No 15
GGST Jack-O' Icon.png Jack-O 10
GGST Ky Kiske Icon.png Ky Kiske 8
GGST Leo Whitefang Icon.png Leo Whitefang 11
GGST May Icon.png May 9
GGST Millia Rage Icon.png Millia Rage 11
GGST Nagoriyuki Icon.png Nagoriyuki 32
GGST Potemkin Icon.png Potemkin 11
GGST Ramlethal Valentine Icon.png Ramlethal Valentine 8
GGST Sin Kiske Icon.png Sin Kiske 9
GGST Sol Badguy Icon.png Sol Badguy 8
GGST Testament Icon.png Testament 9
GGST Zato-1 Icon.png Zato-1 8

Reversal Values

Reversal Values
Meterless reversal
Startup
Character and Move
9f Hibiki 623CBBCF Hibiki Kohaku 623C.pngGuardMid, All×3Startup9Recovery56Advantage-41
Kagura [2]8CBBCP Kagura 2~8C.pngGuardMid, All×5Startup9Recovery29+20LAdvantage-45
Makoto 623CBBCF Makoto Nanaya 623C.pngGuardMidStartup9Recovery28+17Advantage-42
Naoto 623DBBCF Naoto Kurogane 623D.pngGuardMid, All [Mid]Startup9Recovery38+16
[29+16]
Advantage-45 [-28]

Ragna 623CBBCF Ragna the Bloodedge 623C.pngGuardMidStartup9Recovery39Advantage-28
10f Tsubaki 623CBBCS Tsubaki BenedictusRex.pngGuardMidStartup10RecoveryTotal 45+19LAdvantage-21 or 623DBBCS Tsubaki BenedictusRex.pngGuardMidStartup10RecoveryTotal 50+23LAdvantage-21
11f Litchi 623DmBBCF Litchi 623D 2.pngGuardMid×3, AllStartup11RecoveryTotal: 58Advantage-21
Platinum 5D BatBBCS Platinum homerun5D.pngGuardMidStartup11Recovery26Advantage-16
12f Susano'o 623CBBCF Susanoo 623C.pngGuardMidStartup12RecoveryTotal 70Advantage-28
13f Es 623CBBCF Es 623C-1.pngGuardAllStartup13Recovery32+12 (28)Advantage-34
Celica 236C (guardpoint)BBCF Celica 236C.pngGuardMidStartup13~27Recovery39Advantage-24
Jin 623CBBCF Jin Kisaragi 623C.pngGuardMidStartup13Recovery49Advantage-33 or 623DBBCF Jin Kisaragi 623D 1.pngGuardMid, All {Air}Startup13Recovery42Advantage-24
14f Bullet 623BBBCP Bullet 623B.pngGuardAllStartup14Recovery38Advantage-23
Mu-12 623CBBCS Mu Origins.pngGuardAllStartup14Recovery37Advantage-26
15f Izayoi 623CBBCF Izayoi 623C.pngGuardMidStartup15~104Recovery46Advantage-32
18f Azrael 623BBBCF Azrael PanzerStrike.pngGuardHigh/Low, AllStartup18Recovery30Advantage-
22f Nine 214D
26f Lambda-11 22D (situational)BBCP Lambda Exiga Nail.pngGuardAllStartup26RecoveryTotal: 54+5L [42]
Advantage-3 [+14]

Test best

6P chart Xrd

chara input startup active recovery onBlock invuln
chara input startup active recovery onBlock invuln
Answer 5D 25 3 19 -8
Axl Low 5D 26 6 15 -4 17-25 Foot
Baiken 5D 25 2 26 -9
Chipp Zanuff 5D 27 4 9 +1
Dizzy 5D 27 14 15 -12
Elphelt Valentine 5D 24 6 16 -8 26, 33-35 Foot
27-23 Lower Body
Faust 5D 26 2 15 -3 1~11F Strike
24~29F Reflect
40~42F Strike
Jack-O 5D 26 [31] 4 16 [21] -6 [-11] 9-14 Above Knee [12-19 Above Knee]
I-No 5D 26 12 9 -7
Jam Kuradoberi 5D 25 4 12 -2
Johnny 5D 26 8 6 ±0
Kum Haehyun 5D 26 5 12 +2
Ky Kiske 5D 28 13 11 -5
Leo Whitefang 5D 25 3 12 -1
Millia Rage 5D 28 4 20 -10 9-14 low profile
15-17 above knees
Ramlethal Valentine 5D 28 6 21 -13
Slayer 5D 24 3 20 -9
Sol Badguy 5D 24 3 24 -13
Venom 5D 25 3(2)3 15 -9
Bedman 5D 26 7 12 ±0
Zato-1 5D 25 3 24 -13 1~51 Foot
Potemkin 5D 27 2(2)2(2)2 8 +1
Sin Kiske 5D 29 2 15 -3
May 5D 27 3 18 -7
Raven 5D 27 6 9 -1


Reversal chart

reversal chart testing
Charactera input startup onBlock invuln
Charactera input startup onBlock invuln
GGST Giovanna Icon.png Giovanna 632146H 5+4 -37 1-10F Full
GGST Ky Kiske Icon.png Ky Kiske 623S 11 -33 [-28] 1-14f Strike
GGST Ky Kiske Icon.png Ky Kiske 632146H 8+1 -82 1-10F Full
GGST Ky Kiske Icon.png Ky Kiske DI 632146H 8+1 -79 1-15F Full
GGST Potemkin Icon.png Potemkin 236236S 12+0 N/A 1-12F Full
GGST Ramlethal Valentine Icon.png Ramlethal Valentine 236236S 7+2 -38 [-38] {-43} 1-14F Full
GGST Sin Kiske Icon.png Sin Kiske 632146H 11+5 -55 1-18F Full
GGST Goldlewis Dickinson Icon.png Goldlewis Dickinson 632146P 6+(135 Flash)+4 -33 1-14F Full
GGST Goldlewis Dickinson Icon.png Goldlewis Dickinson 720P 11+(191 Flash)+4 -33 1-19F Full
GGST Goldlewis Dickinson Icon.png Goldlewis Dickinson 1080P 16+(230 Flash)+4 -33 1-24F Full
GGST Anji Mito Icon.png Anji Mito 632146S 1 Guard 1-30

move chart

move chart testing
chara input startup active recovery onBlock onHit invuln
chara input startup active recovery onBlock onHit invuln
Sol Badguy c.S 7 6 10 +3 +13
I-No c.S 7 4 12 +1 +4
Asuka R c.S 7 6 10 +1 +4
Axl Low c.S 8 6 12 -1 +2
Chipp Zanuff c.S 7 6 10 +1 +4
Elphelt Valentine c.S 7 6 10 +1 +5
Giovanna c.S 7 6 10 +3 +13
Happy Chaos c.S 7 6 10 +1 +4
Ky Kiske c.S 7 6 10 +1 +4 none
Leo Whitefang c.S 7 6 10 +1 +4
May c.S 7 6 8 +3 +6
Millia Rage c.S 7 3, 3 13 +1 +13 None
Potemkin c.S 8 4 11 +4 +7
Ramlethal Valentine c.S 7 6 10 +1 +4
Sin Kiske c.S 7 6 10 +1 +4
Zato-1 c.S 8 6 10 +1 +4
Bedman c.S 7 6 10 +1 +4
Goldlewis Dickinson c.S 7 6 12 +1 +4 none
Nagoriyuki c.S 7 6 10 +3 KD +40
Bridget c.S 7 3, 3 13 +1 +13
Anji Mito c.S 7 7 11 +1 +4 none
Johnny c.S 7 6 10 +1 +4
A.B.A c.S 7 6 10 +1 +4
Faust c.S 8 6 12 -1 +2
Testament c.S 8 6 10 +1 +4
Jack-O c.S 7 6 10 +1 +4 none
Slayer c.S
Baiken c.S 7 6 10 +1 +4

testing


236K {{clr|2|236K}}
236K {{clr|K|236K}}
236K {{clr|GGST-K|236K}}

Lazy links for WIP

https://www.dustloop.com/wiki/index.php?title=Template:MoveData-DNFD

https://www.dustloop.com/wiki/index.php?title=Template:DNFD-character

https://www.dustloop.com/wiki/index.php?title=Template:DNFD_Move_Card

https://www.dustloop.com/wiki/index.php?title=Template:DNFD-Character-infobox

https://www.dustloop.com/wiki/index.php?title=User:Matosh/Sandbox

Testing css

https://www.dustloop.com/wiki/index.php?title=User:Matosh/sandbox/Template:TestClr

https://www.dustloop.com/wiki/index.php?title=User:Matosh/sandbox/Template:TestClr/styles.css

https://www.dustloop.com/w/MediaWiki:Common.css