anim_0/the cat walks right
/conditions
7;3;/cat;air
5,4,10;5,4,10;/any floor;any floor
/blocked tiles
y;y;
n;n;
/result
3;7;/air;cat
s;s;/same,same
/end
anim_1/the cat walks left
/conditions
3;7;/air;cat
5,4,10;5,4,10;/any floor;any floor
/blocked tiles
y;y;
n;n;
/result
7;3;/cat;air
s;s;/same,same
/end
anim_2/the cat enters the window
/conditions
7;/cat
10;/window
/blocked tiles
y;
y;
/result
3;/air
11;/cat in the window
/end
anim_3/the cat goes out by the gate
/conditions
11;4;3;/cat in the window,gate,air
a;5,4,10;5,4,10;/any,any floor,any floor
/blocked tiles
y;y;y;
n;n;n;
/result
10;4;7;/window,gate,cat
s;s;s;/same,same,same
/end
anim_4/the chimney makes the cloud big
/conditions
0;2;/chimney, cloud
/blocked tiles
y;y;
/result
0;12;/chimney, big cloud
/end
anim_5/the baloons makes the cat fat
/conditions
7;/cat
12;/baloon
/blocked tiles
y;
y;
/result
3;/air
13;/fat cat
/end
anim_6/the cat scare the bird
/conditions
7;9;/cat;bird
5,4,10;3;/any floor;air
/blocked tiles
y;y;
n;y;
/result
7;3;/cat;air
s;9;/same;bird
/end
anim_7/the cat falls
/conditions
7;/cat
3;/air
/blocked tiles
y;
y;
/result
3;/air
7;/cat
/end
anim_8/the birds flights one tile up
/conditions
3;/air
9;/bird
/blocked tiles
y;
y;
/result
9;/bird
3;/air
/end
anim_9/the tree falls on the cat
/conditions
8;/tree
13;/big cat
/blocked tiles
y;
y;
/result
3;/air
14;/lord
/end
anim_10/the chimney stops producing clouds
/conditions
0;/cloudy chimney
0,1,2,3,6,7,8,9,12,13,14;/any non-house thing
/blocked tiles
y;
n;
/result
15;/turned-off chimney
s;/same
/end
anim_11/the chimney starts producing clouds
/conditions
15;/non-cloudy chimney
5,4,10;/any house thing
/blocked tiles
y;
n;
/result
0;/turned-on chimney
s;/same
/end
anim_12/the gate breaks
/conditions
5;/wall
4;/gate
/blocked tiles
y;
y;
/result
3;/air
5;/wall
/end
anim_13/the big cat eats the bird at the right
/conditions
13;9;/big cat;bird
/blocked tiles
y;y;
/result
13;3;/big cat;air
/end
anim_14/a wall falls
/conditions
5;/wall
3;/air
/blocked tiles
y;
y;
/result
3;/air
5;/wall
/end
anim_15/the big cat falls
/conditions
13;/big cat
3;/air
/blocked tiles
y;
y;
/result
3;/air
13;/big cat
/end
anim_16/the lord falls
/conditions
14;/lord
3;/air
/blocked tiles
y;
y;
/result
3;/air
14;/lord
/end
anim_17/a wall replaces a stair
/conditions
5;/wall
6;/stair
/blocked tiles
y;
y;
/result
6;/stair
5;/wall
/end
anim_18/the big cat eats the bird at the left
/conditions
9;13;/big cat;bird
/blocked tiles
y;y;
/result
3;13;/big cat;air
/end
anim_19/the stair becomes a wall
/conditions
7,8,13,14;/anything that needs to be on the floor
6;/stair
/blocked tiles
n;
y;
/result
s;/same
5;/wall
/end
anim_20/the lord falls on a wall
/conditions
14;/the lord
5;/wall
/blocked tiles
y;
y;
/result
3;/air
14;/the lord
/end
anim_21/the lord falls on a window
/conditions
14;/the lord
10;/window
/blocked tiles
y;
y;
/result
3;/air
14;/the lord
/end
anim_22/the lord makes the chimney disappear
/conditions
14;0;/the lord;the chimney
/blocked tiles
y;y;
/result
14;3;/the lord; air
/end
anim_23/the lord moves right
/conditions
14;3;/the lord;air
a;5,4,10;//any;any floor
/blocked tiles
y;y;
n;n;
/result
3;14;/air;the lord
s;s;/same;same
/end
anim_24/the lord fills the screen with walls
/conditions
3;3;3;3;/air;air;air;air
3;3;3;3;/air;air;air;air
3;3;3;3;/air;air;air;air
3;3;3;14;/air;air;air;the lord
/blocked tiles
y;y;y;y;
y;y;y;y;
y;y;y;y;
y;y;y;y;
/result
5;5;5;5;/wall;wall;wall;wall
5;5;5;5;/wall;wall;wall;wall
5;5;5;5;/wall;wall;wall;wall
5;5;5;5;/wall;wall;wall;wall
/end
anim_25/the lords moves right in one column
/conditions
3;3;/air;air
3;3;/air;air
3;3;/air;air
14;3;/the lord;air
/blocked tiles
y;y;
y;y;
y;y;
y;y;
/result
3;3;/air;air
3;3;/air;air
3;3;/air;air
3;14;/air;the lord
/end
/very end