forked from jackyzha0/quartz
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use `t-spin-table` to show the extra t-spin drop options that are only available to some commands also hold and drop are not valid subcommands of spin
- Loading branch information
1 parent
876a799
commit da2a7e7
Showing
6 changed files
with
111 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
<div style="display: flex; flex-direction: column;"> | ||
<table> | ||
<tr> | ||
<td><b>Option</b></td> | ||
<td><b>Harddrop</b></td> | ||
<td><b>Softdrop</b></td> | ||
<td><b>90 spins</b></td> | ||
<td><b>180 spins</b></td> | ||
<td><b>Must also do:</b></td> | ||
</tr> | ||
<tr> | ||
<td>harddrop</td> | ||
<td>✓</td> | ||
<td>✗</td> | ||
<td>✗</td> | ||
<td>✗</td> | ||
<td rowspan="3">-</td> | ||
</tr> | ||
<tr> | ||
<td>softdrop</td> | ||
<td>✓</td> | ||
<td>✓</td> | ||
<td>✓</td> | ||
<td>✗</td> | ||
</tr> | ||
<tr> | ||
<td>180</td> | ||
<td>✓</td> | ||
<td>✓</td> | ||
<td>✓</td> | ||
<td>✓</td> | ||
</tr> | ||
{{ if eq (.Get "t-spin-table") "true" }} | ||
<tr> | ||
<td>t-softdrop</td> | ||
<td rowspan="6">✓</td> | ||
<td rowspan="6">T only</td> | ||
<td rowspan="6">T only</td> | ||
<td rowspan="6">✗</td> | ||
<td>-</td> | ||
</tr> | ||
<tr> | ||
<td>tsz</td> | ||
<td>Any T-spin</td> | ||
</tr> | ||
<tr> | ||
<td>tsm</td> | ||
<td>tss/tsd/tst (and/or minis)</td> | ||
</tr> | ||
<tr> | ||
<td>tss</td> | ||
<td>tss/tsd/tst</td> | ||
</tr> | ||
<tr> | ||
<td>tsd</td> | ||
<td>tsd/tst</td> | ||
</tr> | ||
<tr> | ||
<td>tst</td> | ||
<td>tst only</td> | ||
</tr> | ||
{{ else }} | ||
<tr> | ||
<td>t-softdrop</td> | ||
<td>✓</td> | ||
<td>T only</td> | ||
<td>T only</td> | ||
<td>✗</td> | ||
<td>-</td> | ||
</tr> | ||
{{ end }} | ||
</table> | ||
</div> | ||
|
||
<!-- TODO: note the availability of the 180 option in sfinder v1.40 is configurable, since kick tables are customizable since then. --> |