Arika Rotation System: Difference between revisions

From TetrisWiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 304: Line 304:


In ''TGM'''s rotation system, the Tetrominoes rotate on only one axis resulting in asymmetrical rotations. In this example, the I piece can't rotate on the left side of the stack;
In ''TGM'''s rotation system, the Tetrominoes rotate on only one axis resulting in asymmetrical rotations. In this example, the I piece can't rotate on the left side of the stack;


<playfield>
<playfield>
Line 322: Line 321:
</playfield>
</playfield>
I piece's rotation axis
I piece's rotation axis


This case does not apply to the T tetromino, as it rotates on its center;
This case does not apply to the T tetromino, as it rotates on its center;
Line 445: Line 443:
Kicks to here
Kicks to here
|}
|}


== ACE-ARS and ARS2 ==
== ACE-ARS and ARS2 ==

Revision as of 02:50, 12 January 2020

Arika Rotation System (also known as ARS) is a set of gameplay mechanics, used in the Tetris: The Grand Master series, Tetris with Cardcaptor Sakura Eternal Heart, and many fan games. It is derived from Sega's rotation system.

Games using Arika Rotation System generally use IRS, fast DAS, lock delay, and sonic drop. Tetrominoes usually appear in the 20th and 19th row, unlike guideline games which appear in the 22nd and 21st rows. The "ARS" and "ARS2" modes of Tetris The Grand Master Ace use a hybrid of TGM rules and Guideline rules.

Tetris with Cardcaptor Sakura Eternal Heart uses a modified version of ARS that does not have Mihara's conspiracy.

Basic rotation

The basic rotations inherits their properties from Sega rotation, which was used in older Japanese Tetris games since 1988. Some defining characteristics include:

  • Having 2 (as opposed to 4) rotation states for S, Z, and I tetrominoes.
  • Keeping tetrominoes at an even level while rotating to always allow rotation when the tetromino is on a flat surface (except for the I tetromino - see exceptions below).
  • Pointing the initial state of the T, L, and J tetrominoes downward.
TGM's basic rotations.

Wall kicks

Up to 3 locations are tried, in this order, before rotation will fail:

  1. Basic rotation
  2. 1 space right of basic rotation
  3. 1 space left of basic rotation

In addition to these rules, there are some extra exceptions where certain wall kicks are not allowed:

  • The I tetromino will never kick.
  • L, J, and T tetrominoes, from their 3-wide orientations, will not kick off their center column. In the situations illustrated below if the X marked block is occupied.
.......X..
.LLL..LLL.
.LX...L...
..X.......
...L...XL.
.LLL..LLL.
.......X..
.JJJ..JJJ.
..XJ....J.
..X.......
.J....JX..
.JJJ..JJJ.
..X....X..
..I...III.
.III...I..

However, there are very similar situations where additional off-center blocks will enable a wall kick, due to a bug in the way blocks that block a rotation are detected. In the situations illustrated below, the upper X blocks are off-center and enable the kick even in the presence of X blocks in the center column.

Clockwise rotation will successfully kick:

.X......X.
.LLL..JX..
.LX...JJJ.

Counter-clockwise rotation will successfully kick:

...X..X...
.JJJ...XL.
..XJ..LLL.

Those situations successfully kick, because the algorithm for checking blocking blocks searches in the following pattern:

123
456
789

If the first block found in the search is a center column block, the rotation is blocked. But if the first block found isn't in the center column, and a kick is possible, then a kick is applied.

Kicks added in Tetris The Grand Master 3 Terror-Instinct

I-piece wall kicks

In Terror-Instinct, the I-pieces can kick walls and the stack. There are two different wall kicks.

GGZ.......
GGC.......
GGZ.......
GGZ.......

Try to rotate

GG........
XXCZ......
GG........
GG........

Basic rotation fails

GG........
GGZZCZ....
GG........
GG........

Kick 2 space right

........ZG
........CG
........ZG
........ZG

Try to rotate

.........G
......ZZCX
.........G
.........G

Basic rotation fails

.........G
.....ZZCZG
.........G
.........G

Kick left

Similarly to floor kicks, the I-piece needs to be touching part of the stack to kick one cell to the right.

G.Z.......
G.C.......
G.Z.......
G.Z.......

Try to rotate

G.........
XZCZ......
G.........
G.........

Basic rotation fails

G.Z.......
G.C.......
G.Z.......
G.Z.......

No rotation occurs

G.Z.......
G.C.......
G.Z.......
GGZ.......
G.........

Try to rotate

G.........
XZCZ......
G.........
GG........
G.........

Basic rotation fails

G.........
GZZZZ.....
G.........
GG........
G.........

Kick right

I tetromino's floor kicks

The I tetromino can kick the floor, but it can be performed only once and cannot kick the floor in mid-air.

..........
ZZCZ......
..........
GGGG......

Fail

..........
..........
ZZCZ......
GGGG......

OK

..........
ZZCZ......
.G........
.GG.......

OK

There are 2 different types of floor kicks.

..........
..........
..........
ZZCZ......
G.........
GGGG......

Try to rotate

..........
..........
..Z.......
..C.......
G.Z.......
GGXG......

Basic rotation fails

..........
..Z.......
..C.......
..Z.......
G.Z.......
GGGG......

Kick 1 space up

..........
..........
..........
ZZCZ......
GGGG......
GGGG......

Try to rotate

..........
..........
..Z.......
..C.......
GGXG......
GGXG......

Basic rotation fails

..Z.......
..C.......
..Z.......
..Z.......
GGGG......
GGGG......

Kick 2 space up

T tetromino's floor kicks

The T tetromino can escape from a hollow, up to two times.

G.........
G.I.......
GII.......
GGIGGGGGG.

Try to rotate

G.........
G.........
G.I.......
GXIXGGGGG.

Basic rotation fails

G.........
G.I.......
GIII......
GG.GGGGGG.

Kick up

Rotating a T or I tetromino after it has floor kicked will permanently set the lock delay for that tetromino to zero. This is actually what prevents the second I floorkick. After the second rotation is processed, movement gets processed, allowing a shift of one cell left or right if it's done fast enough. Gravity is then applied. If the I tetromino is not in contact with an occupied cell below after processing gravity, any attempt to floorkick will fail, as explained above. If contact does exist, the tetromino will instantly lock down, preventing rotation from being processed at all.

The T tetromino has no such restriction, so it IS possible to make it floor kick twice, but it will lock after the second one because there is no way to process rotation again before it locks.

Right side bias

In TGM's rotation system, the Tetrominoes rotate on only one axis resulting in asymmetrical rotations. In this example, the I piece can't rotate on the left side of the stack;

..Z.......
..Z.......
..XGGGGGGG
..XGGGGGGG
.GGGGGGGGG


A situation which would work on the right side.

Notice the I has 1 rotation axis;

ZZCZ

I piece's rotation axis

This case does not apply to the T tetromino, as it rotates on its center;

.I.
ICI

T rotation axis

Mihara's conspiracy

Due to the right side bias with wall kicks, doing this move with a J when there is an empty hole right of the block that the J is caught on will lead to a hole.

L works:

..........
G...GG....
G.LLGGG...
G..L..G...
G.GLGGGG..
GGGGGGGGG.
GGGGGGGGG.

Firm drop

..........
G...GG....
G...GGG...
G.LLL.G...
G.1.GGGG..
GGGGGGGGG.
GGGGGGGGG.

Rotate left

..........
G...GG....
G...GGG...
G..LLLG...
G.GLGGGG..
GGGGGGGGG.
GGGGGGGGG.

Kicks to here

J in the other hand, does not.

..........
....GG...G
...GGGJJ.G
...G..J..G
..GGGGJG.G
.GGGGGGGGG
.GGGGGGGGG

Firm drop

..........
....GG...G
...GGG...G
...G.JJJ.G
..GGGG.1.G
.GGGGGGGGG
.GGGGGGGGG

Rotate right

..........
....GG...G
...GGG...G
...G..JJJG
..GGGG.GJG
.GGGGGGGGG
.GGGGGGGGG

Kicks to here

A block (marked as red) is required for the piece to do so.

..........
....GG...G
...GGGJJ.G
...G..J..G
..GGGGJGZG
.GGGGGGGGG
.GGGGGGGGG

Firm drop

..........
....GG...G
...GGG...G
...G.JJJ.G
..GGGG.1ZG
.GGGGGGGGG
.GGGGGGGGG

Rotate right

..........
....GG...G
...GGG...G
...G..JJJG
..GGGG.G2G
.GGGGGGGGG
.GGGGGGGGG

This fails too

..........
....GG...G
...GGG...G
...GJJJ..G
..GGGGJGZG
.GGGGGGGGG
.GGGGGGGGG

Kicks to here

ACE-ARS and ARS2

Ace's rotation is a hybrid of SRS and ARS. Ace features guideline colors and lock delay is now directly reset by rotation/movement. A maximum of 128 lock delay resets are permitted per piece. Piece spawns that would previously have resulted in death (blocks occupying row 19/20 spawn locations) will now instead cause the piece to spawn higher, to a maximum of rows 21/22. This effectively makes the usable well size 2 rows higher.

ARS2 is available through an Xbox live patch for the game. Normal ARS features Sonic Lock (locking hard drop) and non-locking soft drop. ARS2 reverts these drop mechanics to how it worked in TGM3 and TGM2.

See also

References