-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdb_dump.sql
More file actions
214 lines (202 loc) · 249 KB
/
Copy pathdb_dump.sql
File metadata and controls
214 lines (202 loc) · 249 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
-- --------------------------------------------------------
-- Host: 127.0.0.1
-- Server Version: 10.2.10-MariaDB-10.2.10+maria~jessie - mariadb.org binary distribution
-- Server Betriebssystem: debian-linux-gnu
-- HeidiSQL Version: 10.1.0.5464
-- --------------------------------------------------------
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET NAMES utf8 */;
/*!50503 SET NAMES utf8mb4 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
-- Exportiere Datenbank Struktur für codecritters
CREATE DATABASE IF NOT EXISTS `codecritters` /*!40100 DEFAULT CHARACTER SET latin1 */;
USE `codecritters`;
-- Exportiere Struktur von Tabelle codecritters.level
DROP TABLE IF EXISTS `level`;
CREATE TABLE IF NOT EXISTS `level` (
`id` varchar(255) NOT NULL,
`cut` text NOT NULL,
`level` longtext NOT NULL,
`name` varchar(255) NOT NULL UNIQUE,
`number_of_critters` int(11) DEFAULT 10,
`number_of_humans` int(11) DEFAULT 5,
`spawn` varchar(255) NOT NULL,
`test` text DEFAULT NULL,
`tower` varchar(255) NOT NULL,
`init` text DEFAULT NULL,
`xml` text DEFAULT NULL,
`row_id` varchar(255) DEFAULT NULL,
`free_mines` int(11) DEFAULT 2,
PRIMARY KEY (`id`),
KEY `FKiyx8r274befk3mij0vy9lcnth` (`row_id`),
CONSTRAINT `FKiyx8r274befk3mij0vy9lcnth` FOREIGN KEY (`row_id`) REFERENCES `critter_row` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- Exportiere Daten aus Tabelle codecritters.level: ~10 rows (ungefähr)
DELETE FROM `level`;
/*!40000 ALTER TABLE `level` DISABLE KEYS */;
INSERT INTO `level` (`id`, `cut`, `level`, `name`, `number_of_critters`, `number_of_humans`, `spawn`, `test`, `tower`, `init`, `xml`, `row_id`, `free_mines`) VALUES
('2e2dfb4e-c5b7-4f1d-b531-9fd2e1ebe35b', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\r\n (this.variable_count) = ((this.variable_count) + 1);\r\n}\r\n', '{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[grass][grass][grass][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][grass][grass][grass]}{[grass][grass][grass][grass][dirt][dirt][dirt][dirt][dirt][dirt][dirt][dirt][grass][grass][grass][grass]}{[grass][grass][grass][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][grass][grass][grass]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}', 'level_6', 15, 5, '{[x][1]}{[y][8]}', '<xml xmlns="http://www.w3.org/1999/xhtml"><block type="assert" id="^yaA$yq,j8JIJ%`7ZUI8" x="241" y="189"><value name="target"><block type="variable" id="xZ+l3*q=a(sQh^biF0N/"><field name="NAME">count</field></block></value><value name="value"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">0</field></block></value></block></xml>', '{[x][14]}{[y][8]}', '(this.variable_count) = 0;', '<xml xmlns="http://www.w3.org/1999/xhtml">\r\n<block type="cut_head" id="cut_head" x="450" y="105">\r\n<statement name="Content">\r\n<block type="controls_if" id="XNcl,8/MPo$~}xcFRDvi" x="52" y="131">\r\n<value name="IF0">\r\n<block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y">\r\n<field name="OP">EQ</field>\r\n<value name="A">\r\n<block type="properties" id="k}dr(ZTiuCl}ndTT9G^F">\r\n<field name="properties">TERRAIN</field>\r\n</block>\r\n</value>\r\n<value name="B">\r\n<block type="dirt" id="U^G64p_/4MNIQQq;2+c}"/>\r\n</value>\r\n</block>\r\n</value>\r\n<statement name="DO0">\r\n<block type="set" id="kVNiRl]o~mYZv@6Bwr(|">\r\n<value name="value1">\r\n<block type="variable" id="KMXRPd!3ux/ppN_-hVd/">\r\n<field name="NAME">count</field>\r\n</block>\r\n</value>\r\n<value name="value2">\r\n<block type="math_arithmetic" id="M]Qfng[KcxW;Qdz%;CdX">\r\n<field name="OP">ADD</field>\r\n<value name="A">\r\n<block type="variable" id="`_aPJqWQ}n((w^J2MJ}q">\r\n<field name="NAME">count</field>\r\n</block>\r\n</value>\r\n<value name="B">\r\n<block type="math_number" id="Eem[Vxht-;;+ILj@@lxp">\r\n<field name="NUM">1</field>\r\n</block>\r\n</value>\r\n</block>\r\n</value>\r\n</block>\r\n</statement>\r\n</block>\r\n</statement>\r\n</block>\r\n\r\n<block type="init_head" id="init_head" x="42" y="105">\r\n<statement name="Content">\r\n<block type="set" id="OLQ=1JUp%13WuB`CCNRp" x="42" y="139">\r\n<value name="value1">\r\n<block type="variable" id="R2h|y#opO)b|D_v`,N+x">\r\n<field name="NAME">count</field>\r\n</block>\r\n</value>\r\n<value name="value2">\r\n<block type="math_number" id="Eem[Vxht-;;+ILj@@lxp">\r\n<field name="NUM">0</field>\r\n</block>\r\n</value>\r\n</block>\r\n</statement>\r\n</block>\r\n</xml>', '0d3c9148-4732-11e9-b210-d663bd873d93', 2),
('370bde4b-94cd-4189-a0bb-d131049dc7e3', 'if ((this.position.x + 1) > 10 || (this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\r\n (this.color) = ("red");\r\n } else if ((this.position.x + 1) > 3) {\r\n (this.color) = ("blue");\r\n }', '{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][grass][grass][grass][grass][grass][grass][dirt][dirt][grass][grass]}{[wood][wood][wood][wood][wood][wood][grass][wood][wood][wood][wood][wood][wood][wood][grass][grass]}{[wood][wood][wood][wood][wood][wood][grass][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][grass][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][grass][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[grass][grass][grass][dirt][dirt][dirt][dirt][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[grass][grass][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][water][water][water][water][water][water]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][water][water][water][water][water][water]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][water][water][water][grass][water][water][water]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][water][water][water][water][water][water][water]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][water][water][water][water][water][water][water]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][water][water][water][water][water][water][water]}', 'level_10', 15, 5, '{[x][0]}{[y][9]}', '<xml xmlns="http://www.w3.org/1999/xhtml"></xml>', '{[x][15]}{[y][4]}', '(this.color) = ("orange");', '<xml xmlns="http://www.w3.org/1999/xhtml">\r\n <block type="cut_head" id="cut_head" x="450" y="105">\r\n<statement name="Content">\r\n<block type="controls_if" id="Hg=`R*mlc]Z(G!VZi/Vf" x="49" y="196">\r\n<mutation elseif="1"/>\r\n<value name="IF0">\r\n<block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N">\r\n<field name="OP">OR</field>\r\n<value name="A">\r\n<block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y">\r\n<field name="OP">GT</field>\r\n<value name="A">\r\n<block type="properties" id="NXNjim_*Wt16jj:#d[ie">\r\n<field name="properties">XCOORD</field>\r\n</block>\r\n</value>\r\n<value name="B">\r\n<block type="math_number" id="Eem[Vxht-;;+ILj@@lxp">\r\n<field name="NUM">10</field>\r\n</block>\r\n</value>\r\n</block>\r\n</value>\r\n<value name="B">\r\n<block type="logic_compare" id=":nond/RnR(Fh8X_gzz[L">\r\n<field name="OP">EQ</field>\r\n<value name="A">\r\n<block type="properties" id="=P$%~=_ZqU%h=T$X*=I;">\r\n<field name="properties">TERRAIN</field>\r\n</block>\r\n</value>\r\n<value name="B">\r\n<block type="dirt" id="s0gpT2VX69uzt`WPclPO"/>\r\n</value>\r\n</block>\r\n</value>\r\n</block>\r\n</value>\r\n<statement name="DO0">\r\n<block type="set" id="oXfTpv-pIs^-F:%JsV5b">\r\n<value name="value1">\r\n<block type="properties" id="5y9l`|V-0LQn%jK+Vuk+">\r\n<field name="properties">BODYCOLOR</field>\r\n</block>\r\n</value>\r\n<value name="value2">\r\n<block type="shirt_picker" id=";,FG]d**(1fsiCry~m+3" x="289" y="221">\r\n<field name="color">red</field>\r\n</block>\r\n</value>\r\n</block>\r\n</statement>\r\n<value name="IF1">\r\n<block type="logic_compare" id="M_Y#9S^2BO%A%C~=)`r(">\r\n<field name="OP">GT</field>\r\n<value name="A">\r\n<block type="properties" id="lV:SBo)wKBplPF!V/T3v">\r\n<field name="properties">XCOORD</field>\r\n</block>\r\n</value>\r\n<value name="B">\r\n<block type="math_number" id="zTIxuTKfzZxA3T@LX/S@">\r\n<field name="NUM">3</field>\r\n</block>\r\n</value>\r\n</block>\r\n</value>\r\n<statement name="DO1">\r\n<block type="set" id="Q]dfA^Sbq5NK=Eb9,S3Q">\r\n<value name="value1">\r\n<block type="properties" id="P1S~wi*=SR_swCLa{18W">\r\n<field name="properties">BODYCOLOR</field>\r\n</block>\r\n</value>\r\n<value name="value2">\r\n<block type="shirt_picker" id=";,FG]d**(1fsiCry~m+3" x="289" y="221">\r\n<field name="color">blue</field>\r\n</block>\r\n</value>\r\n</block>\r\n</statement>\r\n</block>\r\n</statement>\r\n</block>\r\n<block type="init_head" id="init_head" x="42" y="105">\r\n<statement name="Content">\r\n<block type="set" id="XttT9BDUb_RraZ9)8~nl" x="168" y="199">\r\n<value name="value1">\r\n<block type="properties" id="o2cw@,R+hR0{D;.P2iOC">\r\n<field name="properties">BODYCOLOR</field>\r\n</block>\r\n</value>\r\n<value name="value2">\r\n<block type="shirt_picker" id=";,FG]d**(1fsiCry~m+3" x="289" y="221">\r\n<field name="color">orange</field>\r\n</block>\r\n</value>\r\n</block>\r\n</statement>\r\n</block>\r\n</xml>', '1ef8786e-96fe-4eab-865a-d6dd4dbfdd01', 2),
('522d1852-807f-4097-a9d0-ae1dddac8db7', 'if ((this.position.x + 1) > 7) {\r\n (this.color) = ("orange");\r\n }', '{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[grass][grass][grass][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][grass][grass][grass]}{[grass][grass][grass][grass][dirt][dirt][dirt][dirt][dirt][dirt][dirt][dirt][grass][grass][grass][grass]}{[grass][grass][grass][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][grass][grass][grass]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}', 'level_2', 15, 5, '{[x][1]}{[y][8]}', '<xml xmlns="http://www.w3.org/1999/xhtml"></xml>', '{[x][14]}{[y][8]}', '(this.color) = ("cyan");', '<xml xmlns="http://www.w3.org/1999/xhtml">\r\n<block type="cut_head" id="cut_head" x="450" y="105">\r\n<statement name="Content">\r\n<block type="controls_if" id="Ai/S5o|iY9PFh=)-OWnt" x="97" y="122">\r\n<value name="IF0">\r\n<block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y">\r\n<field name="OP">GT</field>\r\n<value name="A">\r\n<block type="properties" id="F$)~+H].(;+UHnYoIA]l">\r\n<field name="properties">XCOORD</field>\r\n</block>\r\n</value>\r\n<value name="B">\r\n<block type="math_number" id="Eem[Vxht-;;+ILj@@lxp">\r\n<field name="NUM">7</field>\r\n</block>\r\n</value>\r\n</block>\r\n</value>\r\n<statement name="DO0">\r\n<block type="set" id="DM`bwSZeVuL_ULdw-eZA">\r\n<value name="value1">\r\n<block type="properties" id="`BGTjBMzJTzc%E]e?rGR">\r\n<field name="properties">BODYCOLOR</field>\r\n</block>\r\n</value>\r\n<value name="value2">\r\n<block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me" x="229" y="171">\r\n<field name="color">orange</field>\r\n</block>\r\n</value>\r\n</block>\r\n</statement>\r\n</block>\r\n</statement>\r\n</block>\r\n <block type="init_head" id="init_head" x="42" y="105">\r\n<statement name="Content">\r\n<block type="set" id="Kjc!J@F:@dj1_y:_BFCm" x="85" y="94">\r\n<value name="value1">\r\n<block type="properties" id="EC+Ysr??[c]4RUl@ym:/">\r\n<field name="properties">BODYCOLOR</field>\r\n</block>\r\n</value>\r\n<value name="value2">\r\n<block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me" x="229" y="171">\r\n<field name="color">cyan</field>\r\n</block>\r\n</value>\r\n</block>\r\n</statement>\r\n</block>\r\n</xml>', 'f87be380-4731-11e9-b210-d663bd873d93', 2),
('6a0c24f5-4744-4de5-9ea5-5a19a659ac9f', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt") || (this._globalData.height - this.position.y) == 13) {\r\n (this.color) = ("red");\r\n } else {\r\n (this.color) = ("green");\r\n }', '{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][grass][grass][grass][grass][grass][grass][grass][grass]}{[wood][wood][wood][wood][wood][wood][wood][wood][grass][grass][wood][wood][wood][wood][grass][grass]}{[wood][wood][wood][wood][wood][wood][wood][wood][grass][grass][wood][wood][wood][wood][grass][grass]}{[wood][wood][wood][wood][wood][wood][wood][wood][dirt][dirt][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][dirt][dirt][wood][wood][wood][wood][wood][wood]}{[grass][grass][grass][dirt][dirt][dirt][dirt][dirt][dirt][dirt][wood][wood][wood][wood][wood][wood]}{[grass][grass][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[grass][grass][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}', 'level_5', 15, 5, '{[x][0]}{[y][9]}', '<xml xmlns="http://www.w3.org/1999/xhtml"></xml>', '{[x][15]}{[y][4]}', '', '<xml xmlns="http://www.w3.org/1999/xhtml">\r\n<block type="cut_head" id="cut_head" x="450" y="105">\r\n<statement name="Content">\r\n<block type="controls_if" id="mHm:h;%c4ptJkyGwVN2O" x="27" y="71">\r\n<mutation else="1"/>\r\n<value name="IF0">\r\n<block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N">\r\n<field name="OP">OR</field>\r\n<value name="A">\r\n<block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y">\r\n<field name="OP">EQ</field>\r\n<value name="A">\r\n<block type="properties" id="+X!R$rzI%UBcVmckbu~l">\r\n<field name="properties">TERRAIN</field>\r\n</block>\r\n</value>\r\n<value name="B">\r\n<block type="dirt" id="NoeYJL5.mYTbw2BUw`j]"/>\r\n</value>\r\n</block>\r\n</value>\r\n<value name="B">\r\n<block type="logic_compare" id="XwD;1#QhZluxc`X$JH`|">\r\n<field name="OP">EQ</field>\r\n<value name="A">\r\n<block type="properties" id="xWX;CZG,U$o9ssVJwn;c">\r\n<field name="properties">YCOORD</field>\r\n</block>\r\n</value>\r\n<value name="B">\r\n<block type="math_number" id="Eem[Vxht-;;+ILj@@lxp">\r\n<field name="NUM">13</field>\r\n</block>\r\n</value>\r\n</block>\r\n</value>\r\n</block>\r\n</value>\r\n<statement name="DO0">\r\n<block type="set" id="GihH|ql6b`XT8r@X]M,e">\r\n<value name="value1">\r\n<block type="properties" id="Vra[/.#AN:@G^gxKNh,2">\r\n<field name="properties">BODYCOLOR</field>\r\n</block>\r\n</value>\r\n<value name="value2">\r\n<block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me" x="229" y="171">\r\n<field name="color">red</field>\r\n</block>\r\n</value>\r\n</block>\r\n</statement>\r\n<statement name="ELSE">\r\n<block type="set" id="id@x+7qO,?$2rHWO6zs.">\r\n<value name="value1">\r\n<block type="properties" id="uB:Bdd2f^KvVwGIv#GSZ">\r\n<field name="properties">BODYCOLOR</field>\r\n</block>\r\n</value>\r\n<value name="value2">\r\n<block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me" x="229" y="171">\r\n<field name="color">green</field>\r\n</block>\r\n</value>\r\n</block>\r\n</statement>\r\n</block>\r\n</statement>\r\n</block>\r\n</xml>', '0d3c9148-4732-11e9-b210-d663bd873d93', 2),
('7c51e36e-9f19-48b7-ae7b-c27e4b4d0329', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\r\n (this.color) = ("orange");\r\n }', '{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[grass][grass][grass][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][grass][grass][grass]}{[grass][grass][grass][grass][dirt][dirt][dirt][dirt][dirt][dirt][dirt][dirt][grass][grass][grass][grass]}{[grass][grass][grass][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][grass][grass][grass]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}', 'level_1', 15, 5, '{[x][1]}{[y][8]}', '<xml xmlns="http://www.w3.org/1999/xhtml"><block type="assert" id="%t)pLCtl+XEaCfYxBUiI" x="180" y="138"><value name="target"><block type="properties" id="Vu?}Z@_EnR.(,NN+Ejbu"><field name="properties">BODYCOLOR</field></block></value><value name="value"><block type="shirt_picker" id="P#dpK))d|?kEz${_Le5z"><field name="color">red</field></block></value></block></xml>', '{[x][14]}{[y][8]}', '(this.color) = ("red");', '<xml xmlns="http://www.w3.org/1999/xhtml">\r\n<block type="cut_head" id="cut_head" x="450" y="105">\r\n<statement name="Content">\r\n<block type="controls_if" id="k{1t231G(3EK4zurqr+b">\r\n<value name="IF0">\r\n<block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y">\r\n<field name="OP">EQ</field>\r\n<value name="A">\r\n<block type="properties" id="-Q/);U#H}PGn-sd;7ctG">\r\n<field name="properties">TERRAIN</field>\r\n</block>\r\n</value>\r\n<value name="B">\r\n<block type="dirt" id="i7Dd,M@?Nl,I[hdsxea)"></block>\r\n</value>\r\n</block>\r\n</value>\r\n<statement name="DO0">\r\n<block type="set" id="Vi5sq^T^q~3/+~]FktjM">\r\n<value name="value1">\r\n<block type="properties" id="gBwe0o$Gh*h^rcoG5Qd0">\r\n<field name="properties">BODYCOLOR</field>\r\n</block>\r\n</value>\r\n<value name="value2">\r\n<block type="shirt_picker" id="a%TlCNw_`Y3K}`B-Uq5(">\r\n<field name="color">orange</field>\r\n</block>\r\n</value>\r\n</block>\r\n</statement>\r\n</block>\r\n</statement>\r\n</block>\r\n<block type="init_head" id="init_head" x="42" y="105">\r\n<statement name="Content">\r\n<block type="set" id="J{%A6z!OuR7hUH|l~l[I">\r\n<value name="value1">\r\n<block type="properties" id="8P+6=zWz3l?(`z|AHjv:">\r\n<field name="properties">BODYCOLOR</field>\r\n</block>\r\n</value>\r\n<value name="value2">\r\n<block type="shirt_picker" id="6$?PZg3jVk:NSCt)~hDi">\r\n<field name="color">red</field>\r\n</block>\r\n</value>\r\n</block>\r\n</statement>\r\n</block>\r\n</xml>', 'f87be380-4731-11e9-b210-d663bd873d93', 2),
('ada0d9e2-e58b-49ac-86c2-aa7da1203242', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\r\n (this.hair) = ("blond");\r\n } else if ((this.position.x + 1) < 5) {\r\n (this.hair) = ("red");\r\n }', '{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][grass][grass][grass][grass]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][grass][grass][grass][grass]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][grass][grass][grass][grass]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][grass][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][dirt][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][dirt][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][dirt][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][dirt][wood][wood][wood]}{[grass][grass][grass][grass][dirt][dirt][dirt][dirt][dirt][dirt][dirt][dirt][dirt][wood][wood][wood]}{[grass][grass][grass][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[grass][grass][grass][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}', 'level_7', 15, 5, '{[x][14]}{[y][1]}', '<xml xmlns="http://www.w3.org/1999/xhtml"></xml>', '{[x][1]}{[y][9]}', '(this.hair) = ("brown");', '<xml xmlns="http://www.w3.org/1999/xhtml">\r\n<block type="cut_head" id="cut_head" x="450" y="105">\r\n<statement name="Content">\r\n<block type="controls_if" id="Aj,MsEN*%wQN=u*A#L%6" x="55" y="72">\r\n<mutation elseif="1"/>\r\n<value name="IF0">\r\n<block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y">\r\n<field name="OP">EQ</field>\r\n<value name="A">\r\n<block type="properties" id="bNe-LC]W5s`L2%rwC~Xq">\r\n<field name="properties">TERRAIN</field>\r\n</block>\r\n</value>\r\n<value name="B">\r\n<block type="dirt" id=":|A88]lklg9oH^jL6SxO"/>\r\n</value>\r\n</block>\r\n</value>\r\n<statement name="DO0">\r\n<block type="set" id="545N`]E(Seaxry(^U9KZ">\r\n<value name="value1">\r\n<block type="properties" id="^c?.*i/IkQB}x5P)U7[`">\r\n<field name="properties">HATCOLOR</field>\r\n</block>\r\n</value>\r\n<value name="value2">\r\n<block type="hair_picker" id="^g[sMdi87)?2eR]ExSHz" x="147" y="163">\r\n<field name="color">blond</field>\r\n</block>\r\n\r\n</value>\r\n</block>\r\n</statement>\r\n<value name="IF1">\r\n<block type="logic_compare" id="srBwD#*wF4g)vs!8lp80">\r\n<field name="OP">LT</field>\r\n<value name="A">\r\n<block type="properties" id="tD_`|+u`5HS9pCA~D~HA">\r\n<field name="properties">XCOORD</field>\r\n</block>\r\n</value>\r\n<value name="B">\r\n<block type="math_number" id="Eem[Vxht-;;+ILj@@lxp">\r\n<field name="NUM">5</field>\r\n</block>\r\n</value>\r\n</block>\r\n</value>\r\n<statement name="DO1">\r\n<block type="set" id="Moi)J~?Qv#d_sXFYO}6z">\r\n<value name="value1">\r\n<block type="properties" id="EOu83A):c)Sy2gzw$FTw">\r\n<field name="properties">HATCOLOR</field>\r\n</block>\r\n</value>\r\n<value name="value2">\r\n<block type="hair_picker" id="^g[sMdi87)?2eR]ExSHz" x="147" y="163">\r\n<field name="color">red</field>\r\n</block>\r\n</value>\r\n</block>\r\n</statement>\r\n</block>\r\n</statement>\r\n</block>\r\n<block type="init_head" id="init_head" x="42" y="105">\r\n<statement name="Content">\r\n<block type="set" id="]7^BXIh2izW$t~-{~]jA" x="180" y="139">\r\n<value name="value1">\r\n<block type="properties" id="LzY:HL_fsek9aBjjs./t">\r\n<field name="properties">HATCOLOR</field>\r\n</block>\r\n</value>\r\n<value name="value2">\r\n<block type="hair_picker" id="^g[sMdi87)?2eR]ExSHz" x="147" y="163">\r\n<field name="color">brown</field>\r\n</block>\r\n</value>\r\n</block>\r\n</statement>\r\n </block>\r\n</xml>', '0d3c9148-4732-11e9-b210-d663bd873d93', 2),
('c0259e5d-0563-4b06-8c03-4e348b98f3f7', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt") || (this.position.x + 1) >= 10) {\r\n (this.color) = ("red");\r\n } else {\r\n (this.color) = ("cyan");\r\n }', '{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][grass][grass][grass][dirt][dirt][dirt][dirt][dirt][grass][grass][grass][wood][wood][wood][wood]}{[wood][grass][grass][wood][wood][wood][wood][wood][wood][wood][wood][grass][wood][wood][wood][wood]}{[wood][grass][grass][wood][wood][wood][wood][wood][wood][wood][wood][grass][wood][wood][wood][wood]}{[wood][grass][grass][wood][wood][wood][wood][wood][wood][wood][wood][dirt][dirt][grass][grass][wood]}{[wood][grass][grass][wood][wood][wood][wood][wood][wood][wood][wood][grass][wood][wood][wood][wood]}{[wood][grass][grass][grass][grass][grass][grass][grass][grass][grass][grass][grass][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}', 'level_4', 15, 5, '{[x][1]}{[y][7]}', '<xml xmlns="http://www.w3.org/1999/xhtml"></xml>', '{[x][14]}{[y][8]}', '', '<xml xmlns="http://www.w3.org/1999/xhtml">\r\n<block type="cut_head" id="cut_head" x="450" y="105">\r\n<statement name="Content">\r\n<block type="controls_if" id="*|P!_sW+Ayh},Pp46w]:" x="82" y="92">\r\n<mutation else="1"/>\r\n<value name="IF0">\r\n<block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N">\r\n<field name="OP">OR</field>\r\n<value name="A">\r\n<block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y">\r\n<field name="OP">EQ</field>\r\n<value name="A">\r\n<block type="properties" id="?.,EG8S`I|b3nhl`BvXz">\r\n<field name="properties">TERRAIN</field>\r\n</block>\r\n</value>\r\n<value name="B">\r\n<block type="dirt" id="B5UwrV)8s};l?]$*aJ`."/>\r\n</value>\r\n</block>\r\n</value>\r\n<value name="B">\r\n<block type="logic_compare" id="t4tBLuDD*Kn1I[pmCX=W">\r\n<field name="OP">GTE</field>\r\n<value name="A">\r\n<block type="properties" id="{Yr42]1eN@vk`^^$OZ[`">\r\n<field name="properties">XCOORD</field>\r\n</block>\r\n</value>\r\n<value name="B">\r\n<block type="math_number" id="Eem[Vxht-;;+ILj@@lxp">\r\n<field name="NUM">10</field>\r\n</block>\r\n</value>\r\n</block>\r\n</value>\r\n</block>\r\n</value>\r\n<statement name="DO0">\r\n<block type="set" id="Z8^!mD3YRCbV;;69c.lN">\r\n<value name="value1">\r\n<block type="properties" id="66Dc*SpxK~b0:I4Q?DXd">\r\n<field name="properties">BODYCOLOR</field>\r\n</block>\r\n</value>\r\n<value name="value2">\r\n<block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me" x="229" y="171">\r\n<field name="color">red</field>\r\n</block>\r\n</value>\r\n</block>\r\n</statement>\r\n<statement name="ELSE">\r\n<block type="set" id="^WeS:+8cg1i=J.7wfx{z">\r\n<value name="value1">\r\n<block type="properties" id="$e/@AhguF2F.lpJ@?1n~">\r\n<field name="properties">BODYCOLOR</field>\r\n</block>\r\n</value>\r\n<value name="value2">\r\n<block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me" x="229" y="171">\r\n<field name="color">cyan</field>\r\n</block>\r\n</value>\r\n</block>\r\n</statement>\r\n</block>\r\n</statement>\r\n</block>\r\n</xml>', '0d3c9148-4732-11e9-b210-d663bd873d93', 2),
('c3a1468e-07f6-474b-9641-891e906bd068', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\r\n (this.color) = ("cyan");\r\n } else {\r\n (this.color) = ("orange");\r\n }', '{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[grass][grass][grass][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][grass][grass][grass]}{[grass][grass][grass][grass][dirt][dirt][dirt][dirt][dirt][dirt][dirt][dirt][grass][grass][grass][grass]}{[grass][grass][grass][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][grass][grass][grass]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}', 'level_3', 15, 5, '{[x][1]}{[y][8]}', '<xml xmlns="http://www.w3.org/1999/xhtml"></xml>', '{[x][14]}{[y][8]}', '', '<xml xmlns="http://www.w3.org/1999/xhtml">\r\n<block type="cut_head" id="cut_head" deletable="false" movable="false" editable="false" x="450" y="105">\r\n<statement name="Content">\r\n<block type="controls_if" id="+9|,JVO!JdX:]jR#x!aI" deletable="false" movable="false" editable="false">\r\n<mutation else="1"/>\r\n<value name="IF0">\r\n<block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y" deletable="false" movable="false" editable="false">\r\n<field name="OP">EQ</field>\r\n<value name="A">\r\n<block type="properties" id="xnx?k0=@vk}czaFPXn=F" deletable="false" movable="false" editable="false">\r\n<field name="properties">TERRAIN</field>\r\n</block>\r\n</value>\r\n<value name="B">\r\n<block type="dirt" id="X~1deThQ@Rfn`a,UGB*b" deletable="false" movable="false" editable="false"/>\r\n</value>\r\n</block>\r\n</value>\r\n<statement name="DO0">\r\n<block type="set" id="OLwmiZHpPolvzIuV%J^~" deletable="false" movable="false" editable="false">\r\n<value name="value1">\r\n<block type="properties" id="rGlQB(8A%sh,[CyGxuDm" deletable="false" movable="false" editable="false">\r\n<field name="properties">BODYCOLOR</field>\r\n</block>\r\n</value>\r\n<value name="value2">\r\n<block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me" x="229" y="171">\r\n<field name="color">cyan</field>\r\n</block>\r\n</value>\r\n</block>\r\n</statement>\r\n<statement name="ELSE">\r\n<block type="set" id="Ty/T_QS6Dw1v|vkCh8+R" deletable="false" movable="false" editable="false">\r\n<value name="value1">\r\n<block type="properties" id="g{8uM=:.*Adr=GjBp7}w" deletable="false" movable="false" editable="false">\r\n<field name="properties">BODYCOLOR</field>\r\n</block>\r\n</value>\r\n<value name="value2">\r\n<block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me" x="229" y="171">\r\n<field name="color">orange</field>\r\n</block>\r\n</value>\r\n</block>\r\n</statement>\r\n</block>\r\n</statement>\r\n</block>\r\n</xml>', 'f87be380-4731-11e9-b210-d663bd873d93', 2),
('cfa39e59-dee4-491e-88c2-8f4cd43f4d86', 'if ((this.position.x + 1) >= 4 && (this._globalData.height - this.position.y) == 13) {\r\n (this.variable_count) = ((this.variable_count) + 2);\r\n } else if ((this.position.x + 1) >= 4) {\r\n (this.variable_count) = ((this.variable_count) + 1);\r\n } else {\r\n (this.variable_count) = 0;\r\n }\r\n', '{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][grass][grass][grass][grass][grass][grass][grass][grass][grass][grass][wood][wood]}{[wood][wood][wood][wood][grass][wood][wood][wood][wood][wood][wood][wood][wood][grass][wood][wood]}{[wood][wood][wood][wood][grass][wood][wood][wood][wood][wood][wood][wood][wood][grass][wood][wood]}{[grass][grass][grass][grass][grass][wood][wood][wood][wood][wood][wood][wood][wood][grass][grass][grass]}{[grass][grass][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][grass][grass][grass]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}', 'level_9', 15, 5, '{[x][0]}{[y][7]}', '<xml xmlns="http://www.w3.org/1999/xhtml"></xml>', '{[x][15]}{[y][7]}', '(this.variable_count) = 0;', '<xml xmlns="http://www.w3.org/1999/xhtml">\r\n<block type="cut_head" id="cut_head" x="450" y="105">\r\n<statement name="Content">\r\n<block type="controls_if" id="@C)[-uQvrHj,uI:[;K23" x="24" y="52">\r\n<mutation elseif="1" else="1"/>\r\n<value name="IF0">\r\n<block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N">\r\n<field name="OP">AND</field>\r\n<value name="A">\r\n<block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y">\r\n<field name="OP">GTE</field>\r\n<value name="A">\r\n<block type="properties" id="h4gD3h|yepneDP0wM%l{">\r\n<field name="properties">XCOORD</field>\r\n</block>\r\n</value>\r\n<value name="B">\r\n<block type="math_number" id="Eem[Vxht-;;+ILj@@lxp">\r\n<field name="NUM">4</field>\r\n</block>\r\n</value>\r\n</block>\r\n</value>\r\n<value name="B">\r\n<block type="logic_compare" id="x-mtB1!Dcy2NS`u@{EaY">\r\n<field name="OP">EQ</field>\r\n<value name="A">\r\n<block type="properties" id="yB(1@!kj:tT/j5t{anmy">\r\n<field name="properties">YCOORD</field>\r\n</block>\r\n</value>\r\n<value name="B">\r\n<block type="math_number" id="cj46]qu_ou#b_sctdm:0">\r\n<field name="NUM">13</field>\r\n</block>\r\n</value>\r\n</block>\r\n</value>\r\n</block>\r\n</value>\r\n<statement name="DO0">\r\n<block type="set" id="G#?S[UaN7LdY/j-s{yrs">\r\n<value name="value1">\r\n<block type="variable" id=":c,!/vmFIi,{-#m8y=1B">\r\n<field name="NAME">count</field>\r\n</block>\r\n</value>\r\n<value name="value2">\r\n<block type="math_arithmetic" id="M]Qfng[KcxW;Qdz%;CdX">\r\n<field name="OP">ADD</field>\r\n<value name="A">\r\n<block type="variable" id="(o[;#:?MXt7EXE{L_[Va">\r\n<field name="NAME">count</field>\r\n</block>\r\n</value>\r\n<value name="B">\r\n<block type="math_number" id="=AqR7zntJTmF^HnJX-^6">\r\n<field name="NUM">2</field>\r\n</block>\r\n</value>\r\n</block>\r\n</value>\r\n</block>\r\n</statement>\r\n<value name="IF1">\r\n<block type="logic_compare" id="+9e,8)2Crvc8Mvat/eOl">\r\n<field name="OP">GTE</field>\r\n<value name="A">\r\n<block type="properties" id="EwV,-*@)8hO.XY0){)hS">\r\n<field name="properties">XCOORD</field>\r\n</block>\r\n</value>\r\n<value name="B">\r\n<block type="math_number" id="mu0$+;Os!)XRpi,)x4Nv">\r\n<field name="NUM">4</field>\r\n</block>\r\n</value>\r\n</block>\r\n</value>\r\n<statement name="DO1">\r\n<block type="set" id="o+*c^pqk3|-5^3*hq~`L">\r\n<value name="value1">\r\n<block type="variable" id="yX;HGT7Z~:gspo975`*5">\r\n<field name="NAME">count</field>\r\n</block>\r\n</value>\r\n<value name="value2">\r\n<block type="math_arithmetic" id="peA=nHkd_xwd/Ampe$Hx">\r\n<field name="OP">ADD</field>\r\n<value name="A">\r\n<block type="variable" id="3!ITZN.8F#Yk-ws7,1qu">\r\n<field name="NAME">count</field>\r\n</block>\r\n</value>\r\n<value name="B">\r\n<block type="math_number" id="Ef(brWkKf$l,^jc?V+`C">\r\n<field name="NUM">1</field>\r\n</block>\r\n</value>\r\n</block>\r\n</value>\r\n</block>\r\n</statement>\r\n<statement name="ELSE">\r\n<block type="set" id="xxsAK_G.4m#,6/]h{S++">\r\n<value name="value1">\r\n<block type="variable" id="377jwb_%DuSlNI|5=q)`">\r\n<field name="NAME">count</field>\r\n</block>\r\n</value>\r\n<value name="value2">\r\n<block type="math_number" id="}@iQs)vx[R]7!:C0bo#N">\r\n<field name="NUM">0</field>\r\n</block>\r\n</value>\r\n</block>\r\n</statement>\r\n</block>\r\n</statement>\r\n</block>\r\n<block type="init_head" id="init_head" x="42" y="105">\r\n<statement name="Content">\r\n<block type="set" id="(1[7$curntaCojJ0K7wo" x="100" y="87">\r\n<value name="value1">\r\n<block type="variable" id="CjStQOk)J5C96uHN9uCD">\r\n<field name="NAME">count</field>\r\n</block>\r\n</value>\r\n<value name="value2">\r\n<block type="math_number" id="Eem[Vxht-;;+ILj@@lxp">\r\n<field name="NUM">0</field>\r\n</block>\r\n</value>\r\n</block>\r\n</statement>\r\n</block>\r\n</xml>', '1ef8786e-96fe-4eab-865a-d6dd4dbfdd01', 2),
('e58109b2-a6fc-481c-901b-8659ae5595f0', 'if ((this.position.x + 1) >= 8) {\r\n (this.variable_count) = ((this.variable_count) + 1);\r\n }\r\n if ((this.variable_count) == 5) {\r\n (this.color) = ("cyan");\r\n }\r\n', '{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood]}{[wood][wood][wood][wood][grass][grass][grass][grass][grass][grass][grass][grass][grass][grass][wood][wood]}{[wood][wood][wood][wood][grass][grass][wood][wood][wood][wood][wood][wood][wood][grass][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][grass][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][grass][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][grass][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][grass][wood][wood]}{[wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][wood][grass][wood][wood]}{[water][water][water][water][water][water][water][water][wood][wood][wood][wood][wood][grass][wood][wood]}{[water][water][water][water][water][water][water][water][wood][wood][wood][wood][wood][grass][wood][wood]}{[water][water][water][grass][grass][water][water][water][wood][wood][wood][wood][grass][grass][wood][wood]}{[water][water][water][water][grass][water][water][water][wood][wood][wood][wood][grass][grass][wood][wood]}{[water][water][water][water][water][water][water][water][wood][wood][wood][wood][wood][wood][wood][wood]}{[water][water][water][water][water][water][water][water][wood][wood][wood][wood][wood][wood][wood][wood]}{[water][water][water][water][water][water][water][water][wood][wood][wood][wood][wood][wood][wood][wood]}{[water][water][water][water][water][water][water][water][wood][wood][wood][wood][wood][wood][wood][wood]}', 'level_8', 15, 5, '{[x][4]}{[y][2]}', '<xml xmlns="http://www.w3.org/1999/xhtml"></xml>', '{[x][13]}{[y][11]}', '(this.variable_count) = 0;\r\n(this.color) = ("orange");', '<xml xmlns="http://www.w3.org/1999/xhtml">\r\n<block type="cut_head" id="cut_head" x="450" y="105">\r\n<statement name="Content">\r\n<block type="controls_if" id="7x8FHP02j}R1Wg@`%qy_" x="112" y="106">\r\n<value name="IF0">\r\n<block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y">\r\n<field name="OP">GTE</field>\r\n<value name="A">\r\n<block type="properties" id="lU/k3P.[`s%uq+oQZEho">\r\n<field name="properties">XCOORD</field>\r\n</block>\r\n</value>\r\n<value name="B">\r\n<block type="math_number" id="Eem[Vxht-;;+ILj@@lxp">\r\n<field name="NUM">8</field>\r\n</block>\r\n</value>\r\n</block>\r\n</value>\r\n<statement name="DO0">\r\n<block type="set" id="x7sp^_mSPHQ/{m#x}Em-">\r\n<value name="value1">\r\n<block type="variable" id="SpiZ:3XmUhQ~8Qy{n(?@">\r\n<field name="NAME">count</field>\r\n</block>\r\n</value>\r\n<value name="value2">\r\n<block type="math_arithmetic" id="M]Qfng[KcxW;Qdz%;CdX">\r\n<field name="OP">ADD</field>\r\n<value name="A">\r\n<block type="variable" id="*`p%s~,OU^5?%ewaU^_@">\r\n<field name="NAME">count</field>\r\n</block>\r\n</value>\r\n<value name="B">\r\n<block type="math_number" id="}!9M4H8]D`kkAQT_0wAV">\r\n<field name="NUM">1</field>\r\n</block>\r\n</value>\r\n</block>\r\n</value>\r\n</block>\r\n</statement>\r\n<next>\r\n<block type="controls_if" id="O@liJ79}:}@pdV(DQAqa">\r\n<value name="IF0">\r\n<block type="logic_compare" id="pa)FbpBCr92Iv7n~PK,,">\r\n<field name="OP">EQ</field>\r\n<value name="A">\r\n<block type="variable" id="M@Y]kBu@*[}s=rh[2%l)">\r\n<field name="NAME">count</field>\r\n</block>\r\n</value>\r\n<value name="B">\r\n<block type="math_number" id="quW:)/^8LIdJYGEy/(FL">\r\n<field name="NUM">5</field>\r\n</block>\r\n</value>\r\n</block>\r\n</value>\r\n<statement name="DO0">\r\n<block type="set" id="?iS[Tstt^Ggz`|(yLsCZ">\r\n<value name="value1">\r\n<block type="properties" id="Y{bRSt83g=[4BFR~FwlX">\r\n<field name="properties">BODYCOLOR</field>\r\n</block>\r\n</value>\r\n<value name="value2">\r\n<block type="shirt_picker" id=";,FG]d**(1fsiCry~m+3" x="180" y="136">\r\n<field name="color">cyan</field>\r\n</block>\r\n</value>\r\n</block>\r\n</statement>\r\n</block>\r\n</next>\r\n</block>\r\n</statement>\r\n</block>\r\n<block type="init_head" id="init_head" x="42" y="105">\r\n<statement name="Content">\r\n<block type="set" id=";-ph;z589g?9jHL@E}{g" x="115" y="142">\r\n<value name="value1">\r\n<block type="variable" id="Ql[X%g53ieYgrFE)iQnc">\r\n<field name="NAME">count</field>\r\n</block>\r\n</value>\r\n<value name="value2">\r\n<block type="math_number" id="Eem[Vxht-;;+ILj@@lxp">\r\n<field name="NUM">0</field>\r\n</block>\r\n</value>\r\n<next>\r\n<block type="set" id="MCl(?ZC0G|V1a=_zHjKu">\r\n<value name="value1">\r\n<block type="properties" id="NJ;TK[/k1(cz(66Ucqfk">\r\n<field name="properties">BODYCOLOR</field>\r\n</block>\r\n</value>\r\n<value name="value2">\r\n<block type="shirt_picker" id=";,FG]d**(1fsiCry~m+3" x="180" y="136">\r\n<field name="color">orange</field>\r\n</block>\r\n</value>\r\n</block>\r\n</next>\r\n</block>\r\n</statement>\r\n</block>\r\n</xml>', '1ef8786e-96fe-4eab-865a-d6dd4dbfdd01', 2);
/*!40000 ALTER TABLE `level` ENABLE KEYS */;
-- Exportiere Struktur von Tabelle codecritters.mutant
DROP TABLE IF EXISTS `mutant`;
CREATE TABLE IF NOT EXISTS `mutant` (
`id` varchar(255) NOT NULL,
`code` text NOT NULL,
`xml` text NOT NULL,
`level_id` varchar(255) DEFAULT NULL,
`init` text DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `FKo7siv1iluspgexnnkbod3aty9` (`level_id`),
CONSTRAINT `FKo7siv1iluspgexnnkbod3aty9` FOREIGN KEY (`level_id`) REFERENCES `level` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- Exportiere Daten aus Tabelle codecritters.mutant: ~93 rows (ungefähr)
DELETE FROM `mutant`;
/*!40000 ALTER TABLE `mutant` DISABLE KEYS */;
INSERT INTO `mutant` (`id`, `code`, xml, `level_id`, `init`) VALUES
('00f027ea-3b68-45ab-a7a7-4a394a93ba35', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.color) = ("red");\n} else {\n (this.color) = ("green");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="cut_head" id="cut_head" x="450" y="105"><statement name="Content"><block type="controls_if" id="mHm:h;%c4ptJkyGwVN2O"><mutation else="1"></mutation><value name="IF0"><block type="logic_compare" id="~:l|4@GBZnI{bi0Z0{%l"><field name="OP">EQ</field><value name="A"><block type="properties" id="e1zWOM;Q?1H{mQ_bt[*p"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="Q-AVsK(uM8G^kc9vi*pU"></block></value></block></value><statement name="DO0"><block type="set" id="GihH|ql6b`XT8r@X]M,e"><value name="value1"><block type="properties" id="Vra[/.#AN:@G^gxKNh,2"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me"><field name="color">red</field></block></value></block></statement><statement name="ELSE"><block type="set" id="id@x+7qO,?$2rHWO6zs."><value name="value1"><block type="properties" id="uB:Bdd2f^KvVwGIv#GSZ"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="w.6[$bz~iM~)$2?FX/,/"><field name="color">green</field></block></value></block></statement></block></statement></block></xml>', '6a0c24f5-4744-4de5-9ea5-5a19a659ac9f', ''),
('01446b81-c0da-41a2-8745-31408f4ebf37', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.variable_count) = 1;\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="OLQ=1JUp%13WuB`CCNRp"><value name="value1"><block type="variable" id="R2h|y#opO)b|D_v`,N+x"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="~ir`i%hKwus}tM;KdJRn"><field name="NUM">0</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="317" y="0"><statement name="Content"><block type="controls_if" id="XNcl,8/MPo$~}xcFRDvi"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="k}dr(ZTiuCl}ndTT9G^F"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="U^G64p_/4MNIQQq;2+c}"></block></value></block></value><statement name="DO0"><block type="set" id="kVNiRl]o~mYZv@6Bwr(|"><value name="value1"><block type="variable" id="KMXRPd!3ux/ppN_-hVd/"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="Spq2Vh7@nkjclIlg+xS("><field name="NUM">1</field></block></value></block></statement></block></statement></block></xml>', '2e2dfb4e-c5b7-4f1d-b531-9fd2e1ebe35b', '(this.variable_count) = 0;\n'),
('01e18a7a-be73-4492-af61-61f7011234d5', 'if ((this.position.x + 1) >= 4 && (this.height - this.position.y) == 12) {\n (this.variable_count) = ((this.variable_count) + 2);\n} else if ((this.position.x + 1) >= 4) {\n (this.variable_count) = ((this.variable_count) + 1);\n} else {\n (this.variable_count) = 0;\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="(1[7$curntaCojJ0K7wo"><value name="value1"><block type="variable" id="CjStQOk)J5C96uHN9uCD"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="7[?!*=:$8:W@5P0/zdjf"><field name="NUM">0</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="317" y="0"><statement name="Content"><block type="controls_if" id="@C)[-uQvrHj,uI:[;K23"><mutation elseif="1" else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">AND</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GTE</field><value name="A"><block type="properties" id="h4gD3h|yepneDP0wM%l{"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">4</field></block></value></block></value><value name="B"><block type="logic_compare" id="x-mtB1!Dcy2NS`u@{EaY"><field name="OP">EQ</field><value name="A"><block type="properties" id="yB(1@!kj:tT/j5t{anmy"><field name="properties">YCOORD</field></block></value><value name="B"><block type="math_number" id="cj46]qu_ou#b_sctdm:0"><field name="NUM">12</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="G#?S[UaN7LdY/j-s{yrs"><value name="value1"><block type="variable" id=":c,!/vmFIi,{-#m8y=1B"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="M]Qfng[KcxW;Qdz%;CdX"><field name="OP">ADD</field><value name="A"><block type="variable" id="(o[;#:?MXt7EXE{L_[Va"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="=AqR7zntJTmF^HnJX-^6"><field name="NUM">2</field></block></value></block></value></block></statement><value name="IF1"><block type="logic_compare" id="+9e,8)2Crvc8Mvat/eOl"><field name="OP">GTE</field><value name="A"><block type="properties" id="EwV,-*@)8hO.XY0){)hS"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="mu0$+;Os!)XRpi,)x4Nv"><field name="NUM">4</field></block></value></block></value><statement name="DO1"><block type="set" id="o+*c^pqk3|-5^3*hq~`L"><value name="value1"><block type="variable" id="yX;HGT7Z~:gspo975`*5"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="peA=nHkd_xwd/Ampe$Hx"><field name="OP">ADD</field><value name="A"><block type="variable" id="3!ITZN.8F#Yk-ws7,1qu"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="Ef(brWkKf$l,^jc?V+`C"><field name="NUM">1</field></block></value></block></value></block></statement><statement name="ELSE"><block type="set" id="xxsAK_G.4m#,6/]h{S++"><value name="value1"><block type="variable" id="377jwb_%DuSlNI|5=q)`"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="}@iQs)vx[R]7!:C0bo#N"><field name="NUM">0</field></block></value></block></statement></block></statement></block></xml>', 'cfa39e59-dee4-491e-88c2-8f4cd43f4d86', '(this.variable_count) = 0;\n'),
('04da2c4a-3fc3-47e9-a2c7-41a9734e3aa5', 'if ((this.position.x + 1) >= 4 && (this.height - this.position.y) == 13) {\n (this.variable_count) = ((this.variable_count) + 2);\n} else if ((this.position.x + 1) >= 8) {\n (this.variable_count) = ((this.variable_count) + 1);\n} else {\n (this.variable_count) = 0;\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="(1[7$curntaCojJ0K7wo"><value name="value1"><block type="variable" id="CjStQOk)J5C96uHN9uCD"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="7[?!*=:$8:W@5P0/zdjf"><field name="NUM">0</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="317" y="0"><statement name="Content"><block type="controls_if" id="@C)[-uQvrHj,uI:[;K23"><mutation elseif="1" else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">AND</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GTE</field><value name="A"><block type="properties" id="h4gD3h|yepneDP0wM%l{"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">4</field></block></value></block></value><value name="B"><block type="logic_compare" id="x-mtB1!Dcy2NS`u@{EaY"><field name="OP">EQ</field><value name="A"><block type="properties" id="yB(1@!kj:tT/j5t{anmy"><field name="properties">YCOORD</field></block></value><value name="B"><block type="math_number" id="cj46]qu_ou#b_sctdm:0"><field name="NUM">13</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="G#?S[UaN7LdY/j-s{yrs"><value name="value1"><block type="variable" id=":c,!/vmFIi,{-#m8y=1B"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="M]Qfng[KcxW;Qdz%;CdX"><field name="OP">ADD</field><value name="A"><block type="variable" id="(o[;#:?MXt7EXE{L_[Va"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="=AqR7zntJTmF^HnJX-^6"><field name="NUM">2</field></block></value></block></value></block></statement><value name="IF1"><block type="logic_compare" id="+9e,8)2Crvc8Mvat/eOl"><field name="OP">GTE</field><value name="A"><block type="properties" id="EwV,-*@)8hO.XY0){)hS"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="mu0$+;Os!)XRpi,)x4Nv"><field name="NUM">8</field></block></value></block></value><statement name="DO1"><block type="set" id="o+*c^pqk3|-5^3*hq~`L"><value name="value1"><block type="variable" id="yX;HGT7Z~:gspo975`*5"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="peA=nHkd_xwd/Ampe$Hx"><field name="OP">ADD</field><value name="A"><block type="variable" id="3!ITZN.8F#Yk-ws7,1qu"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="Ef(brWkKf$l,^jc?V+`C"><field name="NUM">1</field></block></value></block></value></block></statement><statement name="ELSE"><block type="set" id="xxsAK_G.4m#,6/]h{S++"><value name="value1"><block type="variable" id="377jwb_%DuSlNI|5=q)`"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="}@iQs)vx[R]7!:C0bo#N"><field name="NUM">0</field></block></value></block></statement></block></statement></block></xml>', 'cfa39e59-dee4-491e-88c2-8f4cd43f4d86', '(this.variable_count) = 0;\n'),
('05649da0-004b-4d4a-899d-868c4ad7a427', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.color) = ("blue");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="J{%A6z!OuR7hUH|l~l[I"><value name="value1"><block type="properties" id="8P+6=zWz3l?(`z|AHjv:"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="6$?PZg3jVk:NSCt)~hDi"><field name="color">red</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="372" y="0"><statement name="Content"><block type="controls_if" id="k{1t231G(3EK4zurqr+b"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="-Q/);U#H}PGn-sd;7ctG"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="i7Dd,M@?Nl,I[hdsxea)"></block></value></block></value><statement name="DO0"><block type="set" id="Vi5sq^T^q~3/+~]FktjM"><value name="value1"><block type="properties" id="gBwe0o$Gh*h^rcoG5Qd0"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="a%TlCNw_`Y3K}`B-Uq5("><field name="color">blue</field></block></value></block></statement></block></statement></block></xml>', '7c51e36e-9f19-48b7-ae7b-c27e4b4d0329', '(this.color) = ("red");\n'),
('0a94d8ce-7a49-4c9a-ae9e-3b8a0cd5c2e4', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt") || (this.height - this.position.y) == 13) {\n (this.color) = ("yellow");\n} else {\n (this.color) = ("green");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="cut_head" id="cut_head" x="450" y="105"><statement name="Content"><block type="controls_if" id="mHm:h;%c4ptJkyGwVN2O"><mutation else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">OR</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="+X!R$rzI%UBcVmckbu~l"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="NoeYJL5.mYTbw2BUw`j]"></block></value></block></value><value name="B"><block type="logic_compare" id="XwD;1#QhZluxc`X$JH`|"><field name="OP">EQ</field><value name="A"><block type="properties" id="xWX;CZG,U$o9ssVJwn;c"><field name="properties">YCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">13</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="GihH|ql6b`XT8r@X]M,e"><value name="value1"><block type="properties" id="Vra[/.#AN:@G^gxKNh,2"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me"><field name="color">yellow</field></block></value></block></statement><statement name="ELSE"><block type="set" id="id@x+7qO,?$2rHWO6zs."><value name="value1"><block type="properties" id="uB:Bdd2f^KvVwGIv#GSZ"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="[I_0F}JJEyhfMRmQUy{a"><field name="color">green</field></block></value></block></statement></block></statement></block></xml>', '6a0c24f5-4744-4de5-9ea5-5a19a659ac9f', ''),
('0cc6c1bd-f09b-47cc-a7da-2ead91d553e1', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt") || (this.height - this.position.y) == 13) {\n (this.color) = ("blue");\n} else {\n (this.color) = ("green");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="cut_head" id="cut_head" x="450" y="105"><statement name="Content"><block type="controls_if" id="mHm:h;%c4ptJkyGwVN2O"><mutation else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">OR</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="+X!R$rzI%UBcVmckbu~l"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="NoeYJL5.mYTbw2BUw`j]"></block></value></block></value><value name="B"><block type="logic_compare" id="XwD;1#QhZluxc`X$JH`|"><field name="OP">EQ</field><value name="A"><block type="properties" id="xWX;CZG,U$o9ssVJwn;c"><field name="properties">YCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">13</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="GihH|ql6b`XT8r@X]M,e"><value name="value1"><block type="properties" id="Vra[/.#AN:@G^gxKNh,2"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me"><field name="color">blue</field></block></value></block></statement><statement name="ELSE"><block type="set" id="id@x+7qO,?$2rHWO6zs."><value name="value1"><block type="properties" id="uB:Bdd2f^KvVwGIv#GSZ"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="[I_0F}JJEyhfMRmQUy{a"><field name="color">green</field></block></value></block></statement></block></statement></block></xml>', '6a0c24f5-4744-4de5-9ea5-5a19a659ac9f', ''),
('0ccc53b1-f239-4d36-9a69-c4aeaa9b1f39', 'if ((this.position.x + 1) > 7) {\n (this.color) = ("red");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="Kjc!J@F:@dj1_y:_BFCm"><value name="value1"><block type="properties" id="EC+Ysr??[c]4RUl@ym:/"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="LbO_-US,4emZ[Dir,Q:+"><field name="color">orange</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="0" y="171"><statement name="Content"><block type="controls_if" id="Ai/S5o|iY9PFh=)-OWnt"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GT</field><value name="A"><block type="properties" id="F$)~+H].(;+UHnYoIA]l"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">7</field></block></value></block></value><statement name="DO0"><block type="set" id="DM`bwSZeVuL_ULdw-eZA"><value name="value1"><block type="properties" id="`BGTjBMzJTzc%E]e?rGR"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me"><field name="color">red</field></block></value></block></statement></block></statement></block></xml>', '522d1852-807f-4097-a9d0-ae1dddac8db7', '(this.color) = ("orange");\n'),
('0db2c154-7621-46e0-80e6-e6caa9e3e681', 'if ((this.position.x + 1) >= 4) {\n (this.variable_count) = ((this.variable_count) + 1);\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="(1[7$curntaCojJ0K7wo"><value name="value1"><block type="variable" id="CjStQOk)J5C96uHN9uCD"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="7[?!*=:$8:W@5P0/zdjf"><field name="NUM">0</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="317" y="0"><statement name="Content"><block type="controls_if" id="@C)[-uQvrHj,uI:[;K23"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GTE</field><value name="A"><block type="properties" id="h4gD3h|yepneDP0wM%l{"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">4</field></block></value></block></value><statement name="DO0"><block type="set" id="o+*c^pqk3|-5^3*hq~`L"><value name="value1"><block type="variable" id="yX;HGT7Z~:gspo975`*5"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="peA=nHkd_xwd/Ampe$Hx"><field name="OP">ADD</field><value name="A"><block type="variable" id="3!ITZN.8F#Yk-ws7,1qu"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="Ef(brWkKf$l,^jc?V+`C"><field name="NUM">1</field></block></value></block></value></block></statement></block></statement></block></xml>', 'cfa39e59-dee4-491e-88c2-8f4cd43f4d86', '(this.variable_count) = 0;\n'),
('110de1ef-bd64-4b5e-8dbf-f9971a93f40b', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.hair) = ("blond");\n} else if ((this.position.x + 1) < 4) {\n (this.hair) = ("red");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="]7^BXIh2izW$t~-{~]jA"><value name="value1"><block type="properties" id="LzY:HL_fsek9aBjjs./t"><field name="properties">HATCOLOR</field></block></value><value name="value2"><block type="hair_picker" id="~va!%%{n9V$Az2HMKu$="><field name="color">brown</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="373" y="0"><statement name="Content"><block type="controls_if" id="Aj,MsEN*%wQN=u*A#L%6"><mutation elseif="1"></mutation><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="bNe-LC]W5s`L2%rwC~Xq"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id=":|A88]lklg9oH^jL6SxO"></block></value></block></value><statement name="DO0"><block type="set" id="545N`]E(Seaxry(^U9KZ"><value name="value1"><block type="properties" id="^c?.*i/IkQB}x5P)U7[`"><field name="properties">HATCOLOR</field></block></value><value name="value2"><block type="hair_picker" id="^g[sMdi87)?2eR]ExSHz"><field name="color">blond</field></block></value></block></statement><value name="IF1"><block type="logic_compare" id="srBwD#*wF4g)vs!8lp80"><field name="OP">LT</field><value name="A"><block type="properties" id="tD_`|+u`5HS9pCA~D~HA"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">4</field></block></value></block></value><statement name="DO1"><block type="set" id="Moi)J~?Qv#d_sXFYO}6z"><value name="value1"><block type="properties" id="EOu83A):c)Sy2gzw$FTw"><field name="properties">HATCOLOR</field></block></value><value name="value2"><block type="hair_picker" id="-ZHGHKqi0%l$/OvopRET"><field name="color">red</field></block></value></block></statement></block></statement></block></xml>', 'ada0d9e2-e58b-49ac-86c2-aa7da1203242', '(this.hair) = ("brown");\n'),
('13ba405e-40fe-42de-acf0-43eefecc26ec', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt") || (this.position.x + 1) >= 10) {\n (this.color) = ("green");\n} else {\n (this.color) = ("cyan");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="cut_head" id="cut_head" x="450" y="105"><statement name="Content"><block type="controls_if" id="*|P!_sW+Ayh},Pp46w]:"><mutation else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">OR</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="?.,EG8S`I|b3nhl`BvXz"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="B5UwrV)8s};l?]$*aJ`."></block></value></block></value><value name="B"><block type="logic_compare" id="t4tBLuDD*Kn1I[pmCX=W"><field name="OP">GTE</field><value name="A"><block type="properties" id="{Yr42]1eN@vk`^^$OZ[`"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">10</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="Z8^!mD3YRCbV;;69c.lN"><value name="value1"><block type="properties" id="66Dc*SpxK~b0:I4Q?DXd"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me"><field name="color">green</field></block></value></block></statement><statement name="ELSE"><block type="set" id="^WeS:+8cg1i=J.7wfx{z"><value name="value1"><block type="properties" id="$e/@AhguF2F.lpJ@?1n~"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="KCWkk9!{-+l.43QB5j^6"><field name="color">cyan</field></block></value></block></statement></block></statement></block></xml>', 'c0259e5d-0563-4b06-8c03-4e348b98f3f7', ''),
('1415734d-3ece-4918-b7bf-0355670db9b7', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.hair) = ("blond");\n} else if ((this.position.x + 1) < 5) {\n (this.hair) = ("red");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="]7^BXIh2izW$t~-{~]jA"><value name="value1"><block type="properties" id="LzY:HL_fsek9aBjjs./t"><field name="properties">HATCOLOR</field></block></value><value name="value2"><block type="hair_picker" id="~va!%%{n9V$Az2HMKu$="><field name="color">blond</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="373" y="0"><statement name="Content"><block type="controls_if" id="Aj,MsEN*%wQN=u*A#L%6"><mutation elseif="1"></mutation><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="bNe-LC]W5s`L2%rwC~Xq"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id=":|A88]lklg9oH^jL6SxO"></block></value></block></value><statement name="DO0"><block type="set" id="545N`]E(Seaxry(^U9KZ"><value name="value1"><block type="properties" id="^c?.*i/IkQB}x5P)U7[`"><field name="properties">HATCOLOR</field></block></value><value name="value2"><block type="hair_picker" id="^g[sMdi87)?2eR]ExSHz"><field name="color">blond</field></block></value></block></statement><value name="IF1"><block type="logic_compare" id="srBwD#*wF4g)vs!8lp80"><field name="OP">LT</field><value name="A"><block type="properties" id="tD_`|+u`5HS9pCA~D~HA"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">5</field></block></value></block></value><statement name="DO1"><block type="set" id="Moi)J~?Qv#d_sXFYO}6z"><value name="value1"><block type="properties" id="EOu83A):c)Sy2gzw$FTw"><field name="properties">HATCOLOR</field></block></value><value name="value2"><block type="hair_picker" id="-ZHGHKqi0%l$/OvopRET"><field name="color">red</field></block></value></block></statement></block></statement></block></xml>', 'ada0d9e2-e58b-49ac-86c2-aa7da1203242', '(this.hair) = ("blond");\n'),
('1553ce5c-c400-45cd-9ecd-fc5d12750bb4', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.hair) = ("blond");\n} else if ((this.position.x + 1) < 5) {\n (this.hair) = ("red");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="]7^BXIh2izW$t~-{~]jA"><value name="value1"><block type="properties" id="LzY:HL_fsek9aBjjs./t"><field name="properties">HATCOLOR</field></block></value><value name="value2"><block type="hair_picker" id="~va!%%{n9V$Az2HMKu$="><field name="color">red</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="373" y="0"><statement name="Content"><block type="controls_if" id="Aj,MsEN*%wQN=u*A#L%6"><mutation elseif="1"></mutation><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="bNe-LC]W5s`L2%rwC~Xq"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id=":|A88]lklg9oH^jL6SxO"></block></value></block></value><statement name="DO0"><block type="set" id="545N`]E(Seaxry(^U9KZ"><value name="value1"><block type="properties" id="^c?.*i/IkQB}x5P)U7[`"><field name="properties">HATCOLOR</field></block></value><value name="value2"><block type="hair_picker" id="^g[sMdi87)?2eR]ExSHz"><field name="color">blond</field></block></value></block></statement><value name="IF1"><block type="logic_compare" id="srBwD#*wF4g)vs!8lp80"><field name="OP">LT</field><value name="A"><block type="properties" id="tD_`|+u`5HS9pCA~D~HA"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">5</field></block></value></block></value><statement name="DO1"><block type="set" id="Moi)J~?Qv#d_sXFYO}6z"><value name="value1"><block type="properties" id="EOu83A):c)Sy2gzw$FTw"><field name="properties">HATCOLOR</field></block></value><value name="value2"><block type="hair_picker" id="-ZHGHKqi0%l$/OvopRET"><field name="color">red</field></block></value></block></statement></block></statement></block></xml>', 'ada0d9e2-e58b-49ac-86c2-aa7da1203242', '(this.hair) = ("red");\n'),
('1616798c-65ee-45e4-886b-efe20081f1b5', 'if ((this.position.x + 1) > 7) {\n (this.color) = ("black");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="Kjc!J@F:@dj1_y:_BFCm"><value name="value1"><block type="properties" id="EC+Ysr??[c]4RUl@ym:/"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="LbO_-US,4emZ[Dir,Q:+"><field name="color">cyan</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="0" y="171"><statement name="Content"><block type="controls_if" id="Ai/S5o|iY9PFh=)-OWnt"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GT</field><value name="A"><block type="properties" id="F$)~+H].(;+UHnYoIA]l"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">7</field></block></value></block></value><statement name="DO0"><block type="set" id="DM`bwSZeVuL_ULdw-eZA"><value name="value1"><block type="properties" id="`BGTjBMzJTzc%E]e?rGR"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me"><field name="color">black</field></block></value></block></statement></block></statement></block></xml>', '522d1852-807f-4097-a9d0-ae1dddac8db7', '(this.color) = ("cyan");\n'),
('1767312c-a609-46c1-97ca-8e32ae9ba5af', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt") || (this.height - this.position.y) == 12) {\n (this.color) = ("red");\n} else {\n (this.color) = ("green");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="cut_head" id="cut_head" x="450" y="105"><statement name="Content"><block type="controls_if" id="mHm:h;%c4ptJkyGwVN2O"><mutation else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">OR</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="+X!R$rzI%UBcVmckbu~l"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="NoeYJL5.mYTbw2BUw`j]"></block></value></block></value><value name="B"><block type="logic_compare" id="XwD;1#QhZluxc`X$JH`|"><field name="OP">EQ</field><value name="A"><block type="properties" id="xWX;CZG,U$o9ssVJwn;c"><field name="properties">YCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">12</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="GihH|ql6b`XT8r@X]M,e"><value name="value1"><block type="properties" id="Vra[/.#AN:@G^gxKNh,2"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me"><field name="color">red</field></block></value></block></statement><statement name="ELSE"><block type="set" id="id@x+7qO,?$2rHWO6zs."><value name="value1"><block type="properties" id="uB:Bdd2f^KvVwGIv#GSZ"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="[I_0F}JJEyhfMRmQUy{a"><field name="color">green</field></block></value></block></statement></block></statement></block></xml>', '6a0c24f5-4744-4de5-9ea5-5a19a659ac9f', ''),
('1e5d8240-0cf1-4603-bbeb-70a3a1d1aa30', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.variable_vriables) = ((this.variable_vriables) + 1);\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="OLQ=1JUp%13WuB`CCNRp"><value name="value1"><block type="variable" id="R2h|y#opO)b|D_v`,N+x"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="~ir`i%hKwus}tM;KdJRn"><field name="NUM">1</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="317" y="0"><statement name="Content"><block type="controls_if" id="XNcl,8/MPo$~}xcFRDvi"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="k}dr(ZTiuCl}ndTT9G^F"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="U^G64p_/4MNIQQq;2+c}"></block></value></block></value><statement name="DO0"><block type="set" id="kVNiRl]o~mYZv@6Bwr(|"><value name="value1"><block type="variable" id="KMXRPd!3ux/ppN_-hVd/"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="27A{5!.B9d9v17aDg;Pj"><field name="OP">ADD</field><value name="A"><block type="variable" id="q_P|rXJC#|@haIV[8Klz"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="Spq2Vh7@nkjclIlg+xS("><field name="NUM">1</field></block></value></block></value></block></statement></block></statement></block></xml>', '2e2dfb4e-c5b7-4f1d-b531-9fd2e1ebe35b', '(this.variable_count) = 1;\n'),
('22c6304b-1c04-41eb-9f20-32c83ab31cea', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.color) = ("cyan");\n} else {\n (this.color) = ("cyan");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="cut_head" id="cut_head" deletable="false" movable="false" editable="false" x="450" y="105"><statement name="Content"><block type="controls_if" id="+9|,JVO!JdX:]jR#x!aI" deletable="false" movable="false" editable="false"><mutation else="1"></mutation><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y" deletable="false" movable="false" editable="false"><field name="OP">EQ</field><value name="A"><block type="properties" id="xnx?k0=@vk}czaFPXn=F" deletable="false" movable="false" editable="false"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="X~1deThQ@Rfn`a,UGB*b" deletable="false" movable="false" editable="false"></block></value></block></value><statement name="DO0"><block type="set" id="OLwmiZHpPolvzIuV%J^~" deletable="false" movable="false" editable="false"><value name="value1"><block type="properties" id="rGlQB(8A%sh,[CyGxuDm" deletable="false" movable="false" editable="false"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me"><field name="color">cyan</field></block></value></block></statement><statement name="ELSE"><block type="set" id="Ty/T_QS6Dw1v|vkCh8+R" deletable="false" movable="false" editable="false"><value name="value1"><block type="properties" id="g{8uM=:.*Adr=GjBp7}w" deletable="false" movable="false" editable="false"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="Xw5^U0:6:(}ADm?[#vS9"><field name="color">cyan</field></block></value></block></statement></block></statement></block></xml>', 'c3a1468e-07f6-474b-9641-891e906bd068', ''),
('2c0caad5-d363-4f6a-b1d4-42d6f5b47d12', 'if ((this.height - this.position.y) == 13) {\n (this.color) = ("red");\n} else {\n (this.color) = ("green");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="cut_head" id="cut_head" x="450" y="105"><statement name="Content"><block type="controls_if" id="mHm:h;%c4ptJkyGwVN2O"><mutation else="1"></mutation><value name="IF0"><block type="logic_compare" id="XwD;1#QhZluxc`X$JH`|"><field name="OP">EQ</field><value name="A"><block type="properties" id="xWX;CZG,U$o9ssVJwn;c"><field name="properties">YCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">13</field></block></value></block></value><statement name="DO0"><block type="set" id="GihH|ql6b`XT8r@X]M,e"><value name="value1"><block type="properties" id="Vra[/.#AN:@G^gxKNh,2"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me"><field name="color">red</field></block></value></block></statement><statement name="ELSE"><block type="set" id="id@x+7qO,?$2rHWO6zs."><value name="value1"><block type="properties" id="uB:Bdd2f^KvVwGIv#GSZ"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="[I_0F}JJEyhfMRmQUy{a"><field name="color">green</field></block></value></block></statement></block></statement></block></xml>', '6a0c24f5-4744-4de5-9ea5-5a19a659ac9f', ''),
('2e5071e6-5bcd-4690-883a-c36e48d3a368', 'if ((this.position.x + 1) >= 4 && (this.height - this.position.y) == 13) {\n (this.variable_count) = ((this.variable_count) + 2);\n} else if ((this.position.x + 1) >= 2) {\n (this.variable_count) = ((this.variable_count) + 1);\n} else {\n (this.variable_count) = 0;\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="(1[7$curntaCojJ0K7wo"><value name="value1"><block type="variable" id="CjStQOk)J5C96uHN9uCD"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="Q%@zh8Xn9q:}3.Ii8?AT"><field name="NUM">0</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="317" y="0"><statement name="Content"><block type="controls_if" id="@C)[-uQvrHj,uI:[;K23"><mutation elseif="1" else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">AND</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GTE</field><value name="A"><block type="properties" id="h4gD3h|yepneDP0wM%l{"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">4</field></block></value></block></value><value name="B"><block type="logic_compare" id="x-mtB1!Dcy2NS`u@{EaY"><field name="OP">EQ</field><value name="A"><block type="properties" id="yB(1@!kj:tT/j5t{anmy"><field name="properties">YCOORD</field></block></value><value name="B"><block type="math_number" id="cj46]qu_ou#b_sctdm:0"><field name="NUM">13</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="G#?S[UaN7LdY/j-s{yrs"><value name="value1"><block type="variable" id=":c,!/vmFIi,{-#m8y=1B"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="M]Qfng[KcxW;Qdz%;CdX"><field name="OP">ADD</field><value name="A"><block type="variable" id="(o[;#:?MXt7EXE{L_[Va"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="=AqR7zntJTmF^HnJX-^6"><field name="NUM">2</field></block></value></block></value></block></statement><value name="IF1"><block type="logic_compare" id="+9e,8)2Crvc8Mvat/eOl"><field name="OP">GTE</field><value name="A"><block type="properties" id="EwV,-*@)8hO.XY0){)hS"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="mu0$+;Os!)XRpi,)x4Nv"><field name="NUM">2</field></block></value></block></value><statement name="DO1"><block type="set" id="o+*c^pqk3|-5^3*hq~`L"><value name="value1"><block type="variable" id="yX;HGT7Z~:gspo975`*5"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="peA=nHkd_xwd/Ampe$Hx"><field name="OP">ADD</field><value name="A"><block type="variable" id="3!ITZN.8F#Yk-ws7,1qu"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="Ef(brWkKf$l,^jc?V+`C"><field name="NUM">1</field></block></value></block></value></block></statement><statement name="ELSE"><block type="set" id="xxsAK_G.4m#,6/]h{S++"><value name="value1"><block type="variable" id="377jwb_%DuSlNI|5=q)`"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="}@iQs)vx[R]7!:C0bo#N"><field name="NUM">0</field></block></value></block></statement></block></statement></block></xml>', 'cfa39e59-dee4-491e-88c2-8f4cd43f4d86', '(this.variable_count) = 0;\n'),
('30fa9cf0-073b-4fa1-9226-b442d2982891', 'if ((this.position.x + 1) >= 7) {\n (this.color) = ("orange");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="Kjc!J@F:@dj1_y:_BFCm"><value name="value1"><block type="properties" id="EC+Ysr??[c]4RUl@ym:/"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="LbO_-US,4emZ[Dir,Q:+"><field name="color">cyan</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="0" y="171"><statement name="Content"><block type="controls_if" id="Ai/S5o|iY9PFh=)-OWnt"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GT</field><value name="A"><block type="properties" id="F$)~+H].(;+UHnYoIA]l"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">7</field></block></value></block></value><statement name="DO0"><block type="set" id="DM`bwSZeVuL_ULdw-eZA"><value name="value1"><block type="properties" id="`BGTjBMzJTzc%E]e?rGR"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me"><field name="color">orange</field></block></value></block></statement></block></statement></block></xml>', '522d1852-807f-4097-a9d0-ae1dddac8db7', '(this.color) = ("cyan");\n'),
('325c4a3e-8de0-4867-a6e2-a1874ce592c5', 'if ((this.position.x + 1) > 10 || (this._globalData.level[this.position.y][this.position.x]) == ("grass")) {\n (this.color) = ("red");\n} else if ((this.position.x + 1) > 3) {\n (this.color) = ("blue");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="XttT9BDUb_RraZ9)8~nl"><value name="value1"><block type="properties" id="o2cw@,R+hR0{D;.P2iOC"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="W`PL|v!l7uPjVOB~{*=W"><field name="color">orange</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="0" y="171"><statement name="Content"><block type="controls_if" id="Hg=`R*mlc]Z(G!VZi/Vf"><mutation elseif="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">OR</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GT</field><value name="A"><block type="properties" id="NXNjim_*Wt16jj:#d[ie"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">10</field></block></value></block></value><value name="B"><block type="logic_compare" id=":nond/RnR(Fh8X_gzz[L"><field name="OP">EQ</field><value name="A"><block type="properties" id="=P$%~=_ZqU%h=T$X*=I;"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="grass" id="4JXp5=vrY)E9~DDH1uC("></block></value></block></value></block></value><statement name="DO0"><block type="set" id="oXfTpv-pIs^-F:%JsV5b"><value name="value1"><block type="properties" id="5y9l`|V-0LQn%jK+Vuk+"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id=";,FG]d**(1fsiCry~m+3"><field name="color">red</field></block></value></block></statement><value name="IF1"><block type="logic_compare" id="M_Y#9S^2BO%A%C~=)`r("><field name="OP">GT</field><value name="A"><block type="properties" id="lV:SBo)wKBplPF!V/T3v"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="zTIxuTKfzZxA3T@LX/S@"><field name="NUM">3</field></block></value></block></value><statement name="DO1"><block type="set" id="Q]dfA^Sbq5NK=Eb9,S3Q"><value name="value1"><block type="properties" id="P1S~wi*=SR_swCLa{18W"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="NKuzq{IzsSNV#5_8A-X}"><field name="color">blue</field></block></value></block></statement></block></statement></block></xml>', '370bde4b-94cd-4189-a0bb-d131049dc7e3', '(this.color) = ("orange");\n'),
('3285e0b5-1f01-4202-b046-4f5f2cdbecb8', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.color) = ("orange");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="J{%A6z!OuR7hUH|l~l[I"><value name="value1"><block type="properties" id="8P+6=zWz3l?(`z|AHjv:"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="6$?PZg3jVk:NSCt)~hDi"><field name="color">pink</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="372" y="0"><statement name="Content"><block type="controls_if" id="k{1t231G(3EK4zurqr+b"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="-Q/);U#H}PGn-sd;7ctG"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="i7Dd,M@?Nl,I[hdsxea)"></block></value></block></value><statement name="DO0"><block type="set" id="Vi5sq^T^q~3/+~]FktjM"><value name="value1"><block type="properties" id="gBwe0o$Gh*h^rcoG5Qd0"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="a%TlCNw_`Y3K}`B-Uq5("><field name="color">orange</field></block></value></block></statement></block></statement></block></xml>', '7c51e36e-9f19-48b7-ae7b-c27e4b4d0329', '(this.color) = ("pink");\n'),
('34430cc1-218e-4573-96e6-6827c953de4e', 'if ((this.position.x + 1) >= 6 && (this.height - this.position.y) == 13) {\n (this.variable_count) = ((this.variable_count) + 2);\n} else if ((this.position.x + 1) >= 4) {\n (this.variable_count) = ((this.variable_count) + 1);\n} else {\n (this.variable_count) = 0;\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="(1[7$curntaCojJ0K7wo"><value name="value1"><block type="variable" id="CjStQOk)J5C96uHN9uCD"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="Q%@zh8Xn9q:}3.Ii8?AT"><field name="NUM">0</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="317" y="0"><statement name="Content"><block type="controls_if" id="@C)[-uQvrHj,uI:[;K23"><mutation elseif="1" else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">AND</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GTE</field><value name="A"><block type="properties" id="h4gD3h|yepneDP0wM%l{"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">6</field></block></value></block></value><value name="B"><block type="logic_compare" id="x-mtB1!Dcy2NS`u@{EaY"><field name="OP">EQ</field><value name="A"><block type="properties" id="yB(1@!kj:tT/j5t{anmy"><field name="properties">YCOORD</field></block></value><value name="B"><block type="math_number" id="cj46]qu_ou#b_sctdm:0"><field name="NUM">13</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="G#?S[UaN7LdY/j-s{yrs"><value name="value1"><block type="variable" id=":c,!/vmFIi,{-#m8y=1B"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="M]Qfng[KcxW;Qdz%;CdX"><field name="OP">ADD</field><value name="A"><block type="variable" id="(o[;#:?MXt7EXE{L_[Va"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="=AqR7zntJTmF^HnJX-^6"><field name="NUM">2</field></block></value></block></value></block></statement><value name="IF1"><block type="logic_compare" id="+9e,8)2Crvc8Mvat/eOl"><field name="OP">GTE</field><value name="A"><block type="properties" id="EwV,-*@)8hO.XY0){)hS"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="mu0$+;Os!)XRpi,)x4Nv"><field name="NUM">4</field></block></value></block></value><statement name="DO1"><block type="set" id="o+*c^pqk3|-5^3*hq~`L"><value name="value1"><block type="variable" id="yX;HGT7Z~:gspo975`*5"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="peA=nHkd_xwd/Ampe$Hx"><field name="OP">ADD</field><value name="A"><block type="variable" id="3!ITZN.8F#Yk-ws7,1qu"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="Ef(brWkKf$l,^jc?V+`C"><field name="NUM">1</field></block></value></block></value></block></statement><statement name="ELSE"><block type="set" id="xxsAK_G.4m#,6/]h{S++"><value name="value1"><block type="variable" id="377jwb_%DuSlNI|5=q)`"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="}@iQs)vx[R]7!:C0bo#N"><field name="NUM">0</field></block></value></block></statement></block></statement></block></xml>', 'cfa39e59-dee4-491e-88c2-8f4cd43f4d86', '(this.variable_count) = 0;\n'),
('3884a0ab-db85-4dca-bdcb-f11aabf8b4c0', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt") || (this.height - this.position.y) == 13) {\n (this.color) = ("red");\n} else {\n (this.color) = ("black");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="cut_head" id="cut_head" x="450" y="105"><statement name="Content"><block type="controls_if" id="mHm:h;%c4ptJkyGwVN2O"><mutation else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">OR</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="+X!R$rzI%UBcVmckbu~l"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="NoeYJL5.mYTbw2BUw`j]"></block></value></block></value><value name="B"><block type="logic_compare" id="XwD;1#QhZluxc`X$JH`|"><field name="OP">EQ</field><value name="A"><block type="properties" id="xWX;CZG,U$o9ssVJwn;c"><field name="properties">YCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">13</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="GihH|ql6b`XT8r@X]M,e"><value name="value1"><block type="properties" id="Vra[/.#AN:@G^gxKNh,2"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me"><field name="color">red</field></block></value></block></statement><statement name="ELSE"><block type="set" id="id@x+7qO,?$2rHWO6zs."><value name="value1"><block type="properties" id="uB:Bdd2f^KvVwGIv#GSZ"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="p{4%wf.?5E?nxys*3P9n"><field name="color">black</field></block></value></block></statement></block></statement></block></xml>', '6a0c24f5-4744-4de5-9ea5-5a19a659ac9f', ''),
('3af42ece-1a50-42b8-b975-6677a4946cad', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.color) = ("orange");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="J{%A6z!OuR7hUH|l~l[I"><value name="value1"><block type="properties" id="8P+6=zWz3l?(`z|AHjv:"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="6$?PZg3jVk:NSCt)~hDi"><field name="color">cyan</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="372" y="0"><statement name="Content"><block type="controls_if" id="k{1t231G(3EK4zurqr+b"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="-Q/);U#H}PGn-sd;7ctG"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="i7Dd,M@?Nl,I[hdsxea)"></block></value></block></value><statement name="DO0"><block type="set" id="Vi5sq^T^q~3/+~]FktjM"><value name="value1"><block type="properties" id="gBwe0o$Gh*h^rcoG5Qd0"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="a%TlCNw_`Y3K}`B-Uq5("><field name="color">orange</field></block></value></block></statement></block></statement></block></xml>', '7c51e36e-9f19-48b7-ae7b-c27e4b4d0329', '(this.color) = ("cyan");\n'),
('3c2f6247-3ba7-4ad9-806a-70ce2d1a20c0', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.hair) = ("gray");\n} else if ((this.position.x + 1) < 5) {\n (this.hair) = ("red");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="]7^BXIh2izW$t~-{~]jA"><value name="value1"><block type="properties" id="LzY:HL_fsek9aBjjs./t"><field name="properties">HATCOLOR</field></block></value><value name="value2"><block type="hair_picker" id="~va!%%{n9V$Az2HMKu$="><field name="color">brown</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="373" y="0"><statement name="Content"><block type="controls_if" id="Aj,MsEN*%wQN=u*A#L%6"><mutation elseif="1"></mutation><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="bNe-LC]W5s`L2%rwC~Xq"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id=":|A88]lklg9oH^jL6SxO"></block></value></block></value><statement name="DO0"><block type="set" id="545N`]E(Seaxry(^U9KZ"><value name="value1"><block type="properties" id="^c?.*i/IkQB}x5P)U7[`"><field name="properties">HATCOLOR</field></block></value><value name="value2"><block type="hair_picker" id="^g[sMdi87)?2eR]ExSHz"><field name="color">gray</field></block></value></block></statement><value name="IF1"><block type="logic_compare" id="srBwD#*wF4g)vs!8lp80"><field name="OP">LT</field><value name="A"><block type="properties" id="tD_`|+u`5HS9pCA~D~HA"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">5</field></block></value></block></value><statement name="DO1"><block type="set" id="Moi)J~?Qv#d_sXFYO}6z"><value name="value1"><block type="properties" id="EOu83A):c)Sy2gzw$FTw"><field name="properties">HATCOLOR</field></block></value><value name="value2"><block type="hair_picker" id="-ZHGHKqi0%l$/OvopRET"><field name="color">red</field></block></value></block></statement></block></statement></block></xml>', 'ada0d9e2-e58b-49ac-86c2-aa7da1203242', '(this.hair) = ("brown");\n'),
('3fb4999b-f165-4d1a-afc8-f641f0bc4fe7', 'if ((this.position.x + 1) > 9 || (this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.color) = ("red");\n} else if ((this.position.x + 1) > 3) {\n (this.color) = ("blue");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="XttT9BDUb_RraZ9)8~nl"><value name="value1"><block type="properties" id="o2cw@,R+hR0{D;.P2iOC"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="W`PL|v!l7uPjVOB~{*=W"><field name="color">orange</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="0" y="171"><statement name="Content"><block type="controls_if" id="Hg=`R*mlc]Z(G!VZi/Vf"><mutation elseif="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">OR</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GT</field><value name="A"><block type="properties" id="NXNjim_*Wt16jj:#d[ie"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">9</field></block></value></block></value><value name="B"><block type="logic_compare" id=":nond/RnR(Fh8X_gzz[L"><field name="OP">EQ</field><value name="A"><block type="properties" id="=P$%~=_ZqU%h=T$X*=I;"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="@k0IFNq:7Ib6x4A9e@CG"></block></value></block></value></block></value><statement name="DO0"><block type="set" id="oXfTpv-pIs^-F:%JsV5b"><value name="value1"><block type="properties" id="5y9l`|V-0LQn%jK+Vuk+"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id=";,FG]d**(1fsiCry~m+3"><field name="color">red</field></block></value></block></statement><value name="IF1"><block type="logic_compare" id="M_Y#9S^2BO%A%C~=)`r("><field name="OP">GT</field><value name="A"><block type="properties" id="lV:SBo)wKBplPF!V/T3v"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="zTIxuTKfzZxA3T@LX/S@"><field name="NUM">3</field></block></value></block></value><statement name="DO1"><block type="set" id="Q]dfA^Sbq5NK=Eb9,S3Q"><value name="value1"><block type="properties" id="P1S~wi*=SR_swCLa{18W"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="NKuzq{IzsSNV#5_8A-X}"><field name="color">blue</field></block></value></block></statement></block></statement></block></xml>', '370bde4b-94cd-4189-a0bb-d131049dc7e3', '(this.color) = ("orange");\n'),
('40c1e597-a2ee-4f01-8c8e-0510bbced6ea', 'if ((this.position.x + 1) >= 4 && (this.height - this.position.y) == 13) {\n (this.variable_count) = ((this.variable_count) + 2);\n} else if ((this.position.x + 1) > 4) {\n (this.variable_count) = ((this.variable_count) + 1);\n} else {\n (this.variable_count) = 0;\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="(1[7$curntaCojJ0K7wo"><value name="value1"><block type="variable" id="CjStQOk)J5C96uHN9uCD"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="Q%@zh8Xn9q:}3.Ii8?AT"><field name="NUM">0</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="317" y="0"><statement name="Content"><block type="controls_if" id="@C)[-uQvrHj,uI:[;K23"><mutation elseif="1" else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">AND</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GTE</field><value name="A"><block type="properties" id="h4gD3h|yepneDP0wM%l{"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">4</field></block></value></block></value><value name="B"><block type="logic_compare" id="x-mtB1!Dcy2NS`u@{EaY"><field name="OP">EQ</field><value name="A"><block type="properties" id="yB(1@!kj:tT/j5t{anmy"><field name="properties">YCOORD</field></block></value><value name="B"><block type="math_number" id="cj46]qu_ou#b_sctdm:0"><field name="NUM">13</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="G#?S[UaN7LdY/j-s{yrs"><value name="value1"><block type="variable" id=":c,!/vmFIi,{-#m8y=1B"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="M]Qfng[KcxW;Qdz%;CdX"><field name="OP">ADD</field><value name="A"><block type="variable" id="(o[;#:?MXt7EXE{L_[Va"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="=AqR7zntJTmF^HnJX-^6"><field name="NUM">2</field></block></value></block></value></block></statement><value name="IF1"><block type="logic_compare" id="+9e,8)2Crvc8Mvat/eOl"><field name="OP">GT</field><value name="A"><block type="properties" id="EwV,-*@)8hO.XY0){)hS"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="mu0$+;Os!)XRpi,)x4Nv"><field name="NUM">4</field></block></value></block></value><statement name="DO1"><block type="set" id="o+*c^pqk3|-5^3*hq~`L"><value name="value1"><block type="variable" id="yX;HGT7Z~:gspo975`*5"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="peA=nHkd_xwd/Ampe$Hx"><field name="OP">ADD</field><value name="A"><block type="variable" id="3!ITZN.8F#Yk-ws7,1qu"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="Ef(brWkKf$l,^jc?V+`C"><field name="NUM">1</field></block></value></block></value></block></statement><statement name="ELSE"><block type="set" id="xxsAK_G.4m#,6/]h{S++"><value name="value1"><block type="variable" id="377jwb_%DuSlNI|5=q)`"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="}@iQs)vx[R]7!:C0bo#N"><field name="NUM">0</field></block></value></block></statement></block></statement></block></xml>', 'cfa39e59-dee4-491e-88c2-8f4cd43f4d86', '(this.variable_count) = 0;\n'),
('455b38a1-ea99-4d97-bc91-4e254b1cc053', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.hair) = ("brown");\n} else if ((this.position.x + 1) < 5) {\n (this.hair) = ("red");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="]7^BXIh2izW$t~-{~]jA"><value name="value1"><block type="properties" id="LzY:HL_fsek9aBjjs./t"><field name="properties">HATCOLOR</field></block></value><value name="value2"><block type="hair_picker" id="~va!%%{n9V$Az2HMKu$="><field name="color">brown</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="373" y="0"><statement name="Content"><block type="controls_if" id="Aj,MsEN*%wQN=u*A#L%6"><mutation elseif="1"></mutation><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="bNe-LC]W5s`L2%rwC~Xq"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id=":|A88]lklg9oH^jL6SxO"></block></value></block></value><statement name="DO0"><block type="set" id="545N`]E(Seaxry(^U9KZ"><value name="value1"><block type="properties" id="^c?.*i/IkQB}x5P)U7[`"><field name="properties">HATCOLOR</field></block></value><value name="value2"><block type="hair_picker" id="^g[sMdi87)?2eR]ExSHz"><field name="color">brown</field></block></value></block></statement><value name="IF1"><block type="logic_compare" id="srBwD#*wF4g)vs!8lp80"><field name="OP">LT</field><value name="A"><block type="properties" id="tD_`|+u`5HS9pCA~D~HA"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">5</field></block></value></block></value><statement name="DO1"><block type="set" id="Moi)J~?Qv#d_sXFYO}6z"><value name="value1"><block type="properties" id="EOu83A):c)Sy2gzw$FTw"><field name="properties">HATCOLOR</field></block></value><value name="value2"><block type="hair_picker" id="-ZHGHKqi0%l$/OvopRET"><field name="color">red</field></block></value></block></statement></block></statement></block></xml>', 'ada0d9e2-e58b-49ac-86c2-aa7da1203242', '(this.hair) = ("brown");\n'),
('48715a83-d60a-47ff-a7e2-b217b719fe3d', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt") || (this.position.x + 1) >= 10) {\n (this.color) = ("red");\n} else {\n (this.color) = ("pink");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="cut_head" id="cut_head" x="450" y="105"><statement name="Content"><block type="controls_if" id="*|P!_sW+Ayh},Pp46w]:"><mutation else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">OR</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="?.,EG8S`I|b3nhl`BvXz"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="B5UwrV)8s};l?]$*aJ`."></block></value></block></value><value name="B"><block type="logic_compare" id="t4tBLuDD*Kn1I[pmCX=W"><field name="OP">GTE</field><value name="A"><block type="properties" id="{Yr42]1eN@vk`^^$OZ[`"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">10</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="Z8^!mD3YRCbV;;69c.lN"><value name="value1"><block type="properties" id="66Dc*SpxK~b0:I4Q?DXd"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me"><field name="color">red</field></block></value></block></statement><statement name="ELSE"><block type="set" id="^WeS:+8cg1i=J.7wfx{z"><value name="value1"><block type="properties" id="$e/@AhguF2F.lpJ@?1n~"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="KCWkk9!{-+l.43QB5j^6"><field name="color">pink</field></block></value></block></statement></block></statement></block></xml>', 'c0259e5d-0563-4b06-8c03-4e348b98f3f7', ''),
('4afe63ca-1fa2-4817-a198-7e3bb79f270a', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("grass")) {\n (this.color) = ("cyan");\n} else {\n (this.color) = ("orange");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="cut_head" id="x|eA7NN|GHi]y(ZdNCMu" x="431" y="113"><statement name="Content"><block type="controls_if" id="gq}%-|=#mb;)FEVbQY,}"><mutation else="1"></mutation><value name="IF0"><block type="logic_compare" id=":jW.q*0~6@5^,nt}``N}"><field name="OP">EQ</field><value name="A"><block type="properties" id="A%~`Kq!=4i8:Y4?:~v{c"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="grass" id="w=QzJob%VkW+DguqG(H9"></block></value></block></value><statement name="DO0"><block type="set" id="gc5aXQ7N^--n:VpJl8%1"><value name="value1"><block type="properties" id="xlphw1QURNOM=B3u9$~0"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="J_GEoT|uuvczZ}kkxa{y"><field name="color">cyan</field></block></value></block></statement><statement name="ELSE"><block type="set" id="I|Hr*WiP@JA#p5m/RGf{"><value name="value1"><block type="properties" id="VZ%44]e4M}08BAmZ@rD:"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="5hqUk)%BF:smj:Fd1{Co"><field name="color">orange</field></block></value></block></statement></block></statement></block></xml>', 'c3a1468e-07f6-474b-9641-891e906bd068', ''),
('4e14dba1-cd85-4a91-bd09-6fb8d806cded', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt") || (this.position.x + 1) >= 10) {\n (this.color) = ("green");\n} else {\n (this.color) = ("blue");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="cut_head" id="cut_head" x="450" y="105"><statement name="Content"><block type="controls_if" id="*|P!_sW+Ayh},Pp46w]:"><mutation else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">OR</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="?.,EG8S`I|b3nhl`BvXz"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="B5UwrV)8s};l?]$*aJ`."></block></value></block></value><value name="B"><block type="logic_compare" id="t4tBLuDD*Kn1I[pmCX=W"><field name="OP">GTE</field><value name="A"><block type="properties" id="{Yr42]1eN@vk`^^$OZ[`"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">10</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="Z8^!mD3YRCbV;;69c.lN"><value name="value1"><block type="properties" id="66Dc*SpxK~b0:I4Q?DXd"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me"><field name="color">green</field></block></value></block></statement><statement name="ELSE"><block type="set" id="^WeS:+8cg1i=J.7wfx{z"><value name="value1"><block type="properties" id="$e/@AhguF2F.lpJ@?1n~"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="KCWkk9!{-+l.43QB5j^6"><field name="color">blue</field></block></value></block></statement></block></statement></block></xml>', 'c0259e5d-0563-4b06-8c03-4e348b98f3f7', ''),
('4f87fae8-1edc-4994-81c3-071608d8211b', 'if ((this.position.x + 1) > 10 || (this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.color) = ("red");\n} else if ((this.position.x + 1) >= 3) {\n (this.color) = ("blue");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="XttT9BDUb_RraZ9)8~nl"><value name="value1"><block type="properties" id="o2cw@,R+hR0{D;.P2iOC"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="W`PL|v!l7uPjVOB~{*=W"><field name="color">orange</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="0" y="171"><statement name="Content"><block type="controls_if" id="Hg=`R*mlc]Z(G!VZi/Vf"><mutation elseif="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">OR</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GT</field><value name="A"><block type="properties" id="NXNjim_*Wt16jj:#d[ie"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">10</field></block></value></block></value><value name="B"><block type="logic_compare" id=":nond/RnR(Fh8X_gzz[L"><field name="OP">EQ</field><value name="A"><block type="properties" id="=P$%~=_ZqU%h=T$X*=I;"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="@k0IFNq:7Ib6x4A9e@CG"></block></value></block></value></block></value><statement name="DO0"><block type="set" id="oXfTpv-pIs^-F:%JsV5b"><value name="value1"><block type="properties" id="5y9l`|V-0LQn%jK+Vuk+"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id=";,FG]d**(1fsiCry~m+3"><field name="color">red</field></block></value></block></statement><value name="IF1"><block type="logic_compare" id="M_Y#9S^2BO%A%C~=)`r("><field name="OP">GTE</field><value name="A"><block type="properties" id="lV:SBo)wKBplPF!V/T3v"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="zTIxuTKfzZxA3T@LX/S@"><field name="NUM">3</field></block></value></block></value><statement name="DO1"><block type="set" id="Q]dfA^Sbq5NK=Eb9,S3Q"><value name="value1"><block type="properties" id="P1S~wi*=SR_swCLa{18W"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="NKuzq{IzsSNV#5_8A-X}"><field name="color">blue</field></block></value></block></statement></block></statement></block></xml>', '370bde4b-94cd-4189-a0bb-d131049dc7e3', '(this.color) = ("orange");\n'),
('5454d7ea-6ebd-48db-baa9-d7bdd6a23a62', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.color) = ("red");\n} else if ((this.position.x + 1) > 3) {\n (this.color) = ("blue");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="XttT9BDUb_RraZ9)8~nl"><value name="value1"><block type="properties" id="o2cw@,R+hR0{D;.P2iOC"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="W`PL|v!l7uPjVOB~{*=W"><field name="color">orange</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="0" y="171"><statement name="Content"><block type="controls_if" id="Hg=`R*mlc]Z(G!VZi/Vf"><mutation elseif="1"></mutation><value name="IF0"><block type="logic_compare" id=":nond/RnR(Fh8X_gzz[L"><field name="OP">EQ</field><value name="A"><block type="properties" id="=P$%~=_ZqU%h=T$X*=I;"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="@k0IFNq:7Ib6x4A9e@CG"></block></value></block></value><statement name="DO0"><block type="set" id="oXfTpv-pIs^-F:%JsV5b"><value name="value1"><block type="properties" id="5y9l`|V-0LQn%jK+Vuk+"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id=";,FG]d**(1fsiCry~m+3"><field name="color">red</field></block></value></block></statement><value name="IF1"><block type="logic_compare" id="M_Y#9S^2BO%A%C~=)`r("><field name="OP">GT</field><value name="A"><block type="properties" id="lV:SBo)wKBplPF!V/T3v"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="zTIxuTKfzZxA3T@LX/S@"><field name="NUM">3</field></block></value></block></value><statement name="DO1"><block type="set" id="Q]dfA^Sbq5NK=Eb9,S3Q"><value name="value1"><block type="properties" id="P1S~wi*=SR_swCLa{18W"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="NKuzq{IzsSNV#5_8A-X}"><field name="color">blue</field></block></value></block></statement></block></statement></block></xml>', '370bde4b-94cd-4189-a0bb-d131049dc7e3', '(this.color) = ("orange");\n'),
('564daf78-14dd-4b95-852b-8352476d2da6', 'if ((this.position.x + 1) > 7) {\n (this.color) = ("orange");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="Kjc!J@F:@dj1_y:_BFCm"><value name="value1"><block type="properties" id="EC+Ysr??[c]4RUl@ym:/"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="LbO_-US,4emZ[Dir,Q:+"><field name="color">blue</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="0" y="171"><statement name="Content"><block type="controls_if" id="Ai/S5o|iY9PFh=)-OWnt"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GT</field><value name="A"><block type="properties" id="F$)~+H].(;+UHnYoIA]l"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">7</field></block></value></block></value><statement name="DO0"><block type="set" id="DM`bwSZeVuL_ULdw-eZA"><value name="value1"><block type="properties" id="`BGTjBMzJTzc%E]e?rGR"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me"><field name="color">orange</field></block></value></block></statement></block></statement></block></xml>', '522d1852-807f-4097-a9d0-ae1dddac8db7', '(this.color) = ("blue");\n'),
('56d5ecec-68fb-4473-9c91-4f6a7467961c', 'if ((this.position.x + 1) >= 8) {\n (this.variable_count) = ((this.variable_count) + 1);\n}\nif ((this.variable_count) == 5) {\n (this.color) = ("blue");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id=";-ph;z589g?9jHL@E}{g"><value name="value1"><block type="variable" id="Ql[X%g53ieYgrFE)iQnc"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id=":2R?6H-.ec=+$S*b8(_R"><field name="NUM">0</field></block></value><next><block type="set" id="MCl(?ZC0G|V1a=_zHjKu"><value name="value1"><block type="properties" id="NJ;TK[/k1(cz(66Ucqfk"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="j^P,`6#v(b`{]=S?]c^^"><field name="color">orange</field></block></value></block></next></block></statement></block><block type="cut_head" id="cut_head" x="372" y="0"><statement name="Content"><block type="controls_if" id="7x8FHP02j}R1Wg@`%qy_"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GTE</field><value name="A"><block type="properties" id="lU/k3P.[`s%uq+oQZEho"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">8</field></block></value></block></value><statement name="DO0"><block type="set" id="x7sp^_mSPHQ/{m#x}Em-"><value name="value1"><block type="variable" id="SpiZ:3XmUhQ~8Qy{n(?@"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="M]Qfng[KcxW;Qdz%;CdX"><field name="OP">ADD</field><value name="A"><block type="variable" id="*`p%s~,OU^5?%ewaU^_@"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="}!9M4H8]D`kkAQT_0wAV"><field name="NUM">1</field></block></value></block></value></block></statement><next><block type="controls_if" id="O@liJ79}:}@pdV(DQAqa"><value name="IF0"><block type="logic_compare" id="pa)FbpBCr92Iv7n~PK,,"><field name="OP">EQ</field><value name="A"><block type="variable" id="M@Y]kBu@*[}s=rh[2%l)"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="quW:)/^8LIdJYGEy/(FL"><field name="NUM">5</field></block></value></block></value><statement name="DO0"><block type="set" id="?iS[Tstt^Ggz`|(yLsCZ"><value name="value1"><block type="properties" id="Y{bRSt83g=[4BFR~FwlX"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id=";,FG]d**(1fsiCry~m+3"><field name="color">blue</field></block></value></block></statement></block></next></block></statement></block></xml>', 'e58109b2-a6fc-481c-901b-8659ae5595f0', '(this.variable_count) = 0;\n(this.color) = ("orange");\n'),
('5734e25f-0d2b-4ff8-9974-38f6056a998e', 'if ((this.position.x + 1) > 8) {\n (this.variable_count) = ((this.variable_count) + 1);\n}\nif ((this.variable_count) == 5) {\n (this.color) = ("cyan");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id=";-ph;z589g?9jHL@E}{g"><value name="value1"><block type="variable" id="Ql[X%g53ieYgrFE)iQnc"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id=":2R?6H-.ec=+$S*b8(_R"><field name="NUM">0</field></block></value><next><block type="set" id="MCl(?ZC0G|V1a=_zHjKu"><value name="value1"><block type="properties" id="NJ;TK[/k1(cz(66Ucqfk"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="j^P,`6#v(b`{]=S?]c^^"><field name="color">orange</field></block></value></block></next></block></statement></block><block type="cut_head" id="cut_head" x="372" y="0"><statement name="Content"><block type="controls_if" id="7x8FHP02j}R1Wg@`%qy_"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GT</field><value name="A"><block type="properties" id="lU/k3P.[`s%uq+oQZEho"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">8</field></block></value></block></value><statement name="DO0"><block type="set" id="x7sp^_mSPHQ/{m#x}Em-"><value name="value1"><block type="variable" id="SpiZ:3XmUhQ~8Qy{n(?@"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="M]Qfng[KcxW;Qdz%;CdX"><field name="OP">ADD</field><value name="A"><block type="variable" id="*`p%s~,OU^5?%ewaU^_@"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="}!9M4H8]D`kkAQT_0wAV"><field name="NUM">1</field></block></value></block></value></block></statement><next><block type="controls_if" id="O@liJ79}:}@pdV(DQAqa"><value name="IF0"><block type="logic_compare" id="pa)FbpBCr92Iv7n~PK,,"><field name="OP">EQ</field><value name="A"><block type="variable" id="M@Y]kBu@*[}s=rh[2%l)"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="quW:)/^8LIdJYGEy/(FL"><field name="NUM">5</field></block></value></block></value><statement name="DO0"><block type="set" id="?iS[Tstt^Ggz`|(yLsCZ"><value name="value1"><block type="properties" id="Y{bRSt83g=[4BFR~FwlX"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id=";,FG]d**(1fsiCry~m+3"><field name="color">cyan</field></block></value></block></statement></block></next></block></statement></block></xml>', 'e58109b2-a6fc-481c-901b-8659ae5595f0', '(this.variable_count) = 0;\n(this.color) = ("orange");\n'),
('57387f92-53c1-4029-9234-445693b847d0', 'if ((this.position.x + 1) > 10 || (this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.color) = ("red");\n} else if ((this.position.x + 1) > 2) {\n (this.color) = ("blue");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="XttT9BDUb_RraZ9)8~nl"><value name="value1"><block type="properties" id="o2cw@,R+hR0{D;.P2iOC"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="W`PL|v!l7uPjVOB~{*=W"><field name="color">orange</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="0" y="171"><statement name="Content"><block type="controls_if" id="Hg=`R*mlc]Z(G!VZi/Vf"><mutation elseif="1"></mutation><value name="IF0"><block type="logic_operation" id="#J(7Pstt5$*CdJlWi7at"><field name="OP">OR</field><value name="A"><block type="logic_compare" id="e4.QaExm|p41W`GLI39V"><field name="OP">GT</field><value name="A"><block type="properties" id="Q~!vP3V8,pk#Hh9^}LR2"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Fus|=5[,t+gB+v=;kLbb"><field name="NUM">10</field></block></value></block></value><value name="B"><block type="logic_compare" id=":nond/RnR(Fh8X_gzz[L"><field name="OP">EQ</field><value name="A"><block type="properties" id="=P$%~=_ZqU%h=T$X*=I;"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="@k0IFNq:7Ib6x4A9e@CG"></block></value></block></value></block></value><statement name="DO0"><block type="set" id="oXfTpv-pIs^-F:%JsV5b"><value name="value1"><block type="properties" id="5y9l`|V-0LQn%jK+Vuk+"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id=";,FG]d**(1fsiCry~m+3"><field name="color">red</field></block></value></block></statement><value name="IF1"><block type="logic_compare" id="M_Y#9S^2BO%A%C~=)`r("><field name="OP">GT</field><value name="A"><block type="properties" id="lV:SBo)wKBplPF!V/T3v"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="zTIxuTKfzZxA3T@LX/S@"><field name="NUM">2</field></block></value></block></value><statement name="DO1"><block type="set" id="Q]dfA^Sbq5NK=Eb9,S3Q"><value name="value1"><block type="properties" id="P1S~wi*=SR_swCLa{18W"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="NKuzq{IzsSNV#5_8A-X}"><field name="color">blue</field></block></value></block></statement></block></statement></block></xml>', '370bde4b-94cd-4189-a0bb-d131049dc7e3', '(this.color) = ("orange");\n'),
('5d1a24a8-e34d-4ee4-9fcf-50268c8314cd', 'if ((this.position.x + 1) > 3) {\n (this.color) = ("orange");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="Kjc!J@F:@dj1_y:_BFCm"><value name="value1"><block type="properties" id="EC+Ysr??[c]4RUl@ym:/"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="LbO_-US,4emZ[Dir,Q:+"><field name="color">cyan</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="0" y="171"><statement name="Content"><block type="controls_if" id="Ai/S5o|iY9PFh=)-OWnt"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GT</field><value name="A"><block type="properties" id="F$)~+H].(;+UHnYoIA]l"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">3</field></block></value></block></value><statement name="DO0"><block type="set" id="DM`bwSZeVuL_ULdw-eZA"><value name="value1"><block type="properties" id="`BGTjBMzJTzc%E]e?rGR"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me"><field name="color">orange</field></block></value></block></statement></block></statement></block></xml>', '522d1852-807f-4097-a9d0-ae1dddac8db7', '(this.color) = ("cyan");\n'),
('5d56820e-b524-4990-bf39-4fe85c03fc56', 'if ((this.position.x + 1) > 10 || (this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.color) = ("red");\n} else if ((this.position.x + 1) == 3) {\n (this.color) = ("blue");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="XttT9BDUb_RraZ9)8~nl"><value name="value1"><block type="properties" id="o2cw@,R+hR0{D;.P2iOC"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="W`PL|v!l7uPjVOB~{*=W"><field name="color">orange</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="0" y="171"><statement name="Content"><block type="controls_if" id="Hg=`R*mlc]Z(G!VZi/Vf"><mutation elseif="1"></mutation><value name="IF0"><block type="logic_operation" id="h).A9}VqtH~lZy1zfhmD"><field name="OP">OR</field><value name="A"><block type="logic_compare" id="Q:pWIR363?{PoL7}N-%G"><field name="OP">GT</field><value name="A"><block type="properties" id="w2crr=nc^70*Vzl.y[)O"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="~.J5OXJcU=MT$L,8GteY"><field name="NUM">10</field></block></value></block></value><value name="B"><block type="logic_compare" id=".MA?Dke=-A,+/EKruSdE"><field name="OP">EQ</field><value name="A"><block type="properties" id="%A?]Y|qo+%Dm0yZ2Yf9F"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="[y)1HWM*f/tlPPQW$spY"></block></value></block></value></block></value><statement name="DO0"><block type="set" id="oXfTpv-pIs^-F:%JsV5b"><value name="value1"><block type="properties" id="5y9l`|V-0LQn%jK+Vuk+"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id=";,FG]d**(1fsiCry~m+3"><field name="color">red</field></block></value></block></statement><value name="IF1"><block type="logic_compare" id="M_Y#9S^2BO%A%C~=)`r("><field name="OP">EQ</field><value name="A"><block type="properties" id="lV:SBo)wKBplPF!V/T3v"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="zTIxuTKfzZxA3T@LX/S@"><field name="NUM">3</field></block></value></block></value><statement name="DO1"><block type="set" id="Q]dfA^Sbq5NK=Eb9,S3Q"><value name="value1"><block type="properties" id="P1S~wi*=SR_swCLa{18W"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="NKuzq{IzsSNV#5_8A-X}"><field name="color">blue</field></block></value></block></statement></block></statement></block></xml>', '370bde4b-94cd-4189-a0bb-d131049dc7e3', '(this.color) = ("orange");\n'),
('66326b60-c7ba-47d3-baa3-df87a12668ef', 'if ((this.position.x + 1) >= 8) {\n (this.variable_count) = ((this.variable_count) + 8);\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id=";-ph;z589g?9jHL@E}{g"><value name="value1"><block type="variable" id="Ql[X%g53ieYgrFE)iQnc"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id=":2R?6H-.ec=+$S*b8(_R"><field name="NUM">0</field></block></value><next><block type="set" id="MCl(?ZC0G|V1a=_zHjKu"><value name="value1"><block type="properties" id="NJ;TK[/k1(cz(66Ucqfk"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="j^P,`6#v(b`{]=S?]c^^"><field name="color">orange</field></block></value></block></next></block></statement></block><block type="cut_head" id="cut_head" x="372" y="0"><statement name="Content"><block type="controls_if" id="7x8FHP02j}R1Wg@`%qy_"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GTE</field><value name="A"><block type="properties" id="lU/k3P.[`s%uq+oQZEho"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">8</field></block></value></block></value><statement name="DO0"><block type="set" id="x7sp^_mSPHQ/{m#x}Em-"><value name="value1"><block type="variable" id="SpiZ:3XmUhQ~8Qy{n(?@"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="M]Qfng[KcxW;Qdz%;CdX"><field name="OP">ADD</field><value name="A"><block type="variable" id="*`p%s~,OU^5?%ewaU^_@"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="}!9M4H8]D`kkAQT_0wAV"><field name="NUM">8</field></block></value></block></value></block></statement></block></statement></block></xml>', 'e58109b2-a6fc-481c-901b-8659ae5595f0', '(this.variable_count) = 0;\n(this.color) = ("orange");\n'),
('69ea9f5d-b83e-4c63-a767-c8c0d9d12a20', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt") || (this.position.x + 1) >= 10) {\n (this.color) = ("white");\n} else {\n (this.color) = ("cyan");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="cut_head" id="cut_head" x="450" y="105"><statement name="Content"><block type="controls_if" id="*|P!_sW+Ayh},Pp46w]:"><mutation else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">OR</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="?.,EG8S`I|b3nhl`BvXz"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="B5UwrV)8s};l?]$*aJ`."></block></value></block></value><value name="B"><block type="logic_compare" id="t4tBLuDD*Kn1I[pmCX=W"><field name="OP">GTE</field><value name="A"><block type="properties" id="{Yr42]1eN@vk`^^$OZ[`"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">10</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="Z8^!mD3YRCbV;;69c.lN"><value name="value1"><block type="properties" id="66Dc*SpxK~b0:I4Q?DXd"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me"><field name="color">white</field></block></value></block></statement><statement name="ELSE"><block type="set" id="^WeS:+8cg1i=J.7wfx{z"><value name="value1"><block type="properties" id="$e/@AhguF2F.lpJ@?1n~"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="KCWkk9!{-+l.43QB5j^6"><field name="color">cyan</field></block></value></block></statement></block></statement></block></xml>', 'c0259e5d-0563-4b06-8c03-4e348b98f3f7', ''),
('6c5fa5c3-6da5-4604-93f3-22fadee8461a', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.variable_count) = ((this.variable_count) + 1);\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="OLQ=1JUp%13WuB`CCNRp"><value name="value1"><block type="variable" id="R2h|y#opO)b|D_v`,N+x"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="~ir`i%hKwus}tM;KdJRn"><field name="NUM">2</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="317" y="0"><statement name="Content"><block type="controls_if" id="XNcl,8/MPo$~}xcFRDvi"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="k}dr(ZTiuCl}ndTT9G^F"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="U^G64p_/4MNIQQq;2+c}"></block></value></block></value><statement name="DO0"><block type="set" id="kVNiRl]o~mYZv@6Bwr(|"><value name="value1"><block type="variable" id="KMXRPd!3ux/ppN_-hVd/"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="27A{5!.B9d9v17aDg;Pj"><field name="OP">ADD</field><value name="A"><block type="variable" id="q_P|rXJC#|@haIV[8Klz"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="Spq2Vh7@nkjclIlg+xS("><field name="NUM">1</field></block></value></block></value></block></statement></block></statement></block></xml>', '2e2dfb4e-c5b7-4f1d-b531-9fd2e1ebe35b', '(this.variable_count) = 2;\n'),
('6c7f3b60-8ee8-49f7-a587-488475c03c1e', 'if ((this.position.x + 1) > 8) {\n (this.color) = ("orange");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="Kjc!J@F:@dj1_y:_BFCm"><value name="value1"><block type="properties" id="EC+Ysr??[c]4RUl@ym:/"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="LbO_-US,4emZ[Dir,Q:+"><field name="color">cyan</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="0" y="171"><statement name="Content"><block type="controls_if" id="Ai/S5o|iY9PFh=)-OWnt"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GT</field><value name="A"><block type="properties" id="F$)~+H].(;+UHnYoIA]l"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">8</field></block></value></block></value><statement name="DO0"><block type="set" id="DM`bwSZeVuL_ULdw-eZA"><value name="value1"><block type="properties" id="`BGTjBMzJTzc%E]e?rGR"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me"><field name="color">orange</field></block></value></block></statement></block></statement></block></xml>', '522d1852-807f-4097-a9d0-ae1dddac8db7', '(this.color) = ("cyan");\n'),
('6c8049df-82ee-4afb-923d-460c72a12f41', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt") || (this.position.x + 1) >= 10) {\n (this.color) = ("yellow");\n} else {\n (this.color) = ("cyan");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="cut_head" id="cut_head" x="450" y="105"><statement name="Content"><block type="controls_if" id="*|P!_sW+Ayh},Pp46w]:"><mutation else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">OR</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="?.,EG8S`I|b3nhl`BvXz"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="B5UwrV)8s};l?]$*aJ`."></block></value></block></value><value name="B"><block type="logic_compare" id="t4tBLuDD*Kn1I[pmCX=W"><field name="OP">GTE</field><value name="A"><block type="properties" id="{Yr42]1eN@vk`^^$OZ[`"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">10</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="Z8^!mD3YRCbV;;69c.lN"><value name="value1"><block type="properties" id="66Dc*SpxK~b0:I4Q?DXd"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me"><field name="color">yellow</field></block></value></block></statement><statement name="ELSE"><block type="set" id="^WeS:+8cg1i=J.7wfx{z"><value name="value1"><block type="properties" id="$e/@AhguF2F.lpJ@?1n~"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="KCWkk9!{-+l.43QB5j^6"><field name="color">cyan</field></block></value></block></statement></block></statement></block></xml>', 'c0259e5d-0563-4b06-8c03-4e348b98f3f7', ''),
('6ce9fe3f-8156-4c10-8545-c9df5c616664', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.color) = ("green");\n} else {\n (this.color) = ("orange");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="cut_head" id="x|eA7NN|GHi]y(ZdNCMu" x="431" y="113"><statement name="Content"><block type="controls_if" id="gq}%-|=#mb;)FEVbQY,}"><mutation else="1"></mutation><value name="IF0"><block type="logic_compare" id=":jW.q*0~6@5^,nt}``N}"><field name="OP">EQ</field><value name="A"><block type="properties" id="A%~`Kq!=4i8:Y4?:~v{c"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="Gk{vPMl,PVxxU=p=tW[u"></block></value></block></value><statement name="DO0"><block type="set" id="gc5aXQ7N^--n:VpJl8%1"><value name="value1"><block type="properties" id="xlphw1QURNOM=B3u9$~0"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="J_GEoT|uuvczZ}kkxa{y"><field name="color">green</field></block></value></block></statement><statement name="ELSE"><block type="set" id="I|Hr*WiP@JA#p5m/RGf{"><value name="value1"><block type="properties" id="VZ%44]e4M}08BAmZ@rD:"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="5hqUk)%BF:smj:Fd1{Co"><field name="color">orange</field></block></value></block></statement></block></statement></block></xml>', 'c3a1468e-07f6-474b-9641-891e906bd068', ''),
('6d54878f-3331-4c6b-b242-dc4543564683', 'if ((this.position.x + 1) >= 10 || (this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.color) = ("red");\n} else if ((this.position.x + 1) > 3) {\n (this.color) = ("blue");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="XttT9BDUb_RraZ9)8~nl"><value name="value1"><block type="properties" id="o2cw@,R+hR0{D;.P2iOC"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="W`PL|v!l7uPjVOB~{*=W"><field name="color">orange</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="0" y="171"><statement name="Content"><block type="controls_if" id="Hg=`R*mlc]Z(G!VZi/Vf"><mutation elseif="1"></mutation><value name="IF0"><block type="logic_operation" id="#J(7Pstt5$*CdJlWi7at"><field name="OP">OR</field><value name="A"><block type="logic_compare" id="e4.QaExm|p41W`GLI39V"><field name="OP">GT</field><value name="A"><block type="properties" id="Q~!vP3V8,pk#Hh9^}LR2"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Fus|=5[,t+gB+v=;kLbb"><field name="NUM">10</field></block></value></block></value><value name="B"><block type="logic_compare" id=":nond/RnR(Fh8X_gzz[L"><field name="OP">EQ</field><value name="A"><block type="properties" id="=P$%~=_ZqU%h=T$X*=I;"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="@k0IFNq:7Ib6x4A9e@CG"></block></value></block></value></block></value><statement name="DO0"><block type="set" id="oXfTpv-pIs^-F:%JsV5b"><value name="value1"><block type="properties" id="5y9l`|V-0LQn%jK+Vuk+"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id=";,FG]d**(1fsiCry~m+3"><field name="color">red</field></block></value></block></statement><value name="IF1"><block type="logic_compare" id="M_Y#9S^2BO%A%C~=)`r("><field name="OP">EQ</field><value name="A"><block type="properties" id="lV:SBo)wKBplPF!V/T3v"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="zTIxuTKfzZxA3T@LX/S@"><field name="NUM">3</field></block></value></block></value><statement name="DO1"><block type="set" id="Q]dfA^Sbq5NK=Eb9,S3Q"><value name="value1"><block type="properties" id="P1S~wi*=SR_swCLa{18W"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="NKuzq{IzsSNV#5_8A-X}"><field name="color">blue</field></block></value></block></statement></block></statement></block></xml>', '370bde4b-94cd-4189-a0bb-d131049dc7e3', '(this.color) = ("orange");\n'),
('6e736a45-3d3d-4057-aa17-a41ee6f14147', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.hair) = ("black");\n} else if ((this.position.x + 1) < 5) {\n (this.hair) = ("gray");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="]7^BXIh2izW$t~-{~]jA"><value name="value1"><block type="properties" id="LzY:HL_fsek9aBjjs./t"><field name="properties">HATCOLOR</field></block></value><value name="value2"><block type="hair_picker" id="~va!%%{n9V$Az2HMKu$="><field name="color">brown</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="373" y="0"><statement name="Content"><block type="controls_if" id="Aj,MsEN*%wQN=u*A#L%6"><mutation elseif="1"></mutation><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="bNe-LC]W5s`L2%rwC~Xq"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id=":|A88]lklg9oH^jL6SxO"></block></value></block></value><statement name="DO0"><block type="set" id="545N`]E(Seaxry(^U9KZ"><value name="value1"><block type="properties" id="^c?.*i/IkQB}x5P)U7[`"><field name="properties">HATCOLOR</field></block></value><value name="value2"><block type="hair_picker" id="^g[sMdi87)?2eR]ExSHz"><field name="color">black</field></block></value></block></statement><value name="IF1"><block type="logic_compare" id="srBwD#*wF4g)vs!8lp80"><field name="OP">LT</field><value name="A"><block type="properties" id="tD_`|+u`5HS9pCA~D~HA"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">5</field></block></value></block></value><statement name="DO1"><block type="set" id="Moi)J~?Qv#d_sXFYO}6z"><value name="value1"><block type="properties" id="EOu83A):c)Sy2gzw$FTw"><field name="properties">HATCOLOR</field></block></value><value name="value2"><block type="hair_picker" id="-ZHGHKqi0%l$/OvopRET"><field name="color">gray</field></block></value></block></statement></block></statement></block></xml>', 'ada0d9e2-e58b-49ac-86c2-aa7da1203242', '(this.hair) = ("brown");\n'),
('6ea63d30-16a8-42d1-a7b1-17bd8bc58029', 'if ((this.position.x + 1) >= 4 && (this.height - this.position.y) == 13) {\n (this.variable_count) = ((this.variable_count) + 2);\n} else if ((this.position.x + 1) >= 4) {\n (this.variable_count) = ((this.variable_count) - 1);\n} else {\n (this.variable_count) = 0;\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="(1[7$curntaCojJ0K7wo"><value name="value1"><block type="variable" id="CjStQOk)J5C96uHN9uCD"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="Q%@zh8Xn9q:}3.Ii8?AT"><field name="NUM">0</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="317" y="0"><statement name="Content"><block type="controls_if" id="@C)[-uQvrHj,uI:[;K23"><mutation elseif="1" else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">AND</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GTE</field><value name="A"><block type="properties" id="h4gD3h|yepneDP0wM%l{"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">4</field></block></value></block></value><value name="B"><block type="logic_compare" id="x-mtB1!Dcy2NS`u@{EaY"><field name="OP">EQ</field><value name="A"><block type="properties" id="yB(1@!kj:tT/j5t{anmy"><field name="properties">YCOORD</field></block></value><value name="B"><block type="math_number" id="cj46]qu_ou#b_sctdm:0"><field name="NUM">13</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="G#?S[UaN7LdY/j-s{yrs"><value name="value1"><block type="variable" id=":c,!/vmFIi,{-#m8y=1B"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="M]Qfng[KcxW;Qdz%;CdX"><field name="OP">ADD</field><value name="A"><block type="variable" id="(o[;#:?MXt7EXE{L_[Va"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="=AqR7zntJTmF^HnJX-^6"><field name="NUM">2</field></block></value></block></value></block></statement><value name="IF1"><block type="logic_compare" id="+9e,8)2Crvc8Mvat/eOl"><field name="OP">GTE</field><value name="A"><block type="properties" id="EwV,-*@)8hO.XY0){)hS"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="mu0$+;Os!)XRpi,)x4Nv"><field name="NUM">4</field></block></value></block></value><statement name="DO1"><block type="set" id="o+*c^pqk3|-5^3*hq~`L"><value name="value1"><block type="variable" id="yX;HGT7Z~:gspo975`*5"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="peA=nHkd_xwd/Ampe$Hx"><field name="OP">MINUS</field><value name="A"><block type="variable" id="3!ITZN.8F#Yk-ws7,1qu"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="Ef(brWkKf$l,^jc?V+`C"><field name="NUM">1</field></block></value></block></value></block></statement><statement name="ELSE"><block type="set" id="xxsAK_G.4m#,6/]h{S++"><value name="value1"><block type="variable" id="377jwb_%DuSlNI|5=q)`"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="}@iQs)vx[R]7!:C0bo#N"><field name="NUM">0</field></block></value></block></statement></block></statement></block></xml>', 'cfa39e59-dee4-491e-88c2-8f4cd43f4d86', '(this.variable_count) = 0;\n'),
('7464e1e6-91c5-4793-889c-2f6cd7e66734', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.hair) = ("blond");\n} else if ((this.position.x + 1) < 5) {\n (this.hair) = ("brown");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="]7^BXIh2izW$t~-{~]jA"><value name="value1"><block type="properties" id="LzY:HL_fsek9aBjjs./t"><field name="properties">HATCOLOR</field></block></value><value name="value2"><block type="hair_picker" id="~va!%%{n9V$Az2HMKu$="><field name="color">brown</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="373" y="0"><statement name="Content"><block type="controls_if" id="Aj,MsEN*%wQN=u*A#L%6"><mutation elseif="1"></mutation><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="bNe-LC]W5s`L2%rwC~Xq"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id=":|A88]lklg9oH^jL6SxO"></block></value></block></value><statement name="DO0"><block type="set" id="545N`]E(Seaxry(^U9KZ"><value name="value1"><block type="properties" id="^c?.*i/IkQB}x5P)U7[`"><field name="properties">HATCOLOR</field></block></value><value name="value2"><block type="hair_picker" id="^g[sMdi87)?2eR]ExSHz"><field name="color">blond</field></block></value></block></statement><value name="IF1"><block type="logic_compare" id="srBwD#*wF4g)vs!8lp80"><field name="OP">LT</field><value name="A"><block type="properties" id="tD_`|+u`5HS9pCA~D~HA"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">5</field></block></value></block></value><statement name="DO1"><block type="set" id="Moi)J~?Qv#d_sXFYO}6z"><value name="value1"><block type="properties" id="EOu83A):c)Sy2gzw$FTw"><field name="properties">HATCOLOR</field></block></value><value name="value2"><block type="hair_picker" id="-ZHGHKqi0%l$/OvopRET"><field name="color">brown</field></block></value></block></statement></block></statement></block></xml>', 'ada0d9e2-e58b-49ac-86c2-aa7da1203242', '(this.hair) = ("brown");\n'),
('7549242a-9972-4de4-aeea-c484840144a7', 'if ((this.position.x + 1) > 7) {\n (this.color) = ("white");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="Kjc!J@F:@dj1_y:_BFCm"><value name="value1"><block type="properties" id="EC+Ysr??[c]4RUl@ym:/"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="LbO_-US,4emZ[Dir,Q:+"><field name="color">cyan</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="0" y="171"><statement name="Content"><block type="controls_if" id="Ai/S5o|iY9PFh=)-OWnt"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GT</field><value name="A"><block type="properties" id="F$)~+H].(;+UHnYoIA]l"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">7</field></block></value></block></value><statement name="DO0"><block type="set" id="DM`bwSZeVuL_ULdw-eZA"><value name="value1"><block type="properties" id="`BGTjBMzJTzc%E]e?rGR"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me"><field name="color">white</field></block></value></block></statement></block></statement></block></xml>', '522d1852-807f-4097-a9d0-ae1dddac8db7', '(this.color) = ("cyan");\n'),
('793132b2-95cb-44e3-b1c1-654b1b139b3f', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt") || (this.position.x + 1) >= 10) {\n (this.color) = ("red");\n} else {\n (this.color) = ("black");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="cut_head" id="cut_head" x="450" y="105"><statement name="Content"><block type="controls_if" id="*|P!_sW+Ayh},Pp46w]:"><mutation else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">OR</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="?.,EG8S`I|b3nhl`BvXz"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="B5UwrV)8s};l?]$*aJ`."></block></value></block></value><value name="B"><block type="logic_compare" id="t4tBLuDD*Kn1I[pmCX=W"><field name="OP">GTE</field><value name="A"><block type="properties" id="{Yr42]1eN@vk`^^$OZ[`"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">10</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="Z8^!mD3YRCbV;;69c.lN"><value name="value1"><block type="properties" id="66Dc*SpxK~b0:I4Q?DXd"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me"><field name="color">red</field></block></value></block></statement><statement name="ELSE"><block type="set" id="^WeS:+8cg1i=J.7wfx{z"><value name="value1"><block type="properties" id="$e/@AhguF2F.lpJ@?1n~"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="KCWkk9!{-+l.43QB5j^6"><field name="color">black</field></block></value></block></statement></block></statement></block></xml>', 'c0259e5d-0563-4b06-8c03-4e348b98f3f7', ''),
('7970948e-aeb6-4171-9fdc-982e261d91c4', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.variable_count) = ((this.variable_count) + 1);\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="OLQ=1JUp%13WuB`CCNRp"><value name="value1"><block type="variable" id="R2h|y#opO)b|D_v`,N+x"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="~ir`i%hKwus}tM;KdJRn"><field name="NUM">5</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="317" y="0"><statement name="Content"><block type="controls_if" id="XNcl,8/MPo$~}xcFRDvi"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="k}dr(ZTiuCl}ndTT9G^F"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="U^G64p_/4MNIQQq;2+c}"></block></value></block></value><statement name="DO0"><block type="set" id="kVNiRl]o~mYZv@6Bwr(|"><value name="value1"><block type="variable" id="KMXRPd!3ux/ppN_-hVd/"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="27A{5!.B9d9v17aDg;Pj"><field name="OP">ADD</field><value name="A"><block type="variable" id="q_P|rXJC#|@haIV[8Klz"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="Spq2Vh7@nkjclIlg+xS("><field name="NUM">1</field></block></value></block></value></block></statement></block></statement></block></xml>', '2e2dfb4e-c5b7-4f1d-b531-9fd2e1ebe35b', '(this.variable_count) = 5;\n'),
('7c41e61d-1a88-43a3-ab65-ce0f52d7cd45', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt") || (this.position.x + 1) >= 10) {\n (this.color) = ("red");\n} else {\n (this.color) = ("green");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="cut_head" id="cut_head" x="450" y="105"><statement name="Content"><block type="controls_if" id="*|P!_sW+Ayh},Pp46w]:"><mutation else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">OR</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="?.,EG8S`I|b3nhl`BvXz"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="B5UwrV)8s};l?]$*aJ`."></block></value></block></value><value name="B"><block type="logic_compare" id="t4tBLuDD*Kn1I[pmCX=W"><field name="OP">GTE</field><value name="A"><block type="properties" id="{Yr42]1eN@vk`^^$OZ[`"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">10</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="Z8^!mD3YRCbV;;69c.lN"><value name="value1"><block type="properties" id="66Dc*SpxK~b0:I4Q?DXd"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me"><field name="color">red</field></block></value></block></statement><statement name="ELSE"><block type="set" id="^WeS:+8cg1i=J.7wfx{z"><value name="value1"><block type="properties" id="$e/@AhguF2F.lpJ@?1n~"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="KCWkk9!{-+l.43QB5j^6"><field name="color">green</field></block></value></block></statement></block></statement></block></xml>', 'c0259e5d-0563-4b06-8c03-4e348b98f3f7', ''),
('7cdfdb20-97ab-4e0c-880f-53f68ee5757f', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.color) = ("cyan");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="cut_head" id="x|eA7NN|GHi]y(ZdNCMu" x="431" y="113"><statement name="Content"><block type="controls_if" id="gq}%-|=#mb;)FEVbQY,}"><value name="IF0"><block type="logic_compare" id=":jW.q*0~6@5^,nt}``N}"><field name="OP">EQ</field><value name="A"><block type="properties" id="A%~`Kq!=4i8:Y4?:~v{c"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="Gk{vPMl,PVxxU=p=tW[u"></block></value></block></value><statement name="DO0"><block type="set" id="gc5aXQ7N^--n:VpJl8%1"><value name="value1"><block type="properties" id="xlphw1QURNOM=B3u9$~0"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="J_GEoT|uuvczZ}kkxa{y"><field name="color">cyan</field></block></value></block></statement></block></statement></block></xml>', 'c3a1468e-07f6-474b-9641-891e906bd068', ''),
('8451e49b-567d-4d9b-819b-e407e8eaa928', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.color) = ("black");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="J{%A6z!OuR7hUH|l~l[I"><value name="value1"><block type="properties" id="8P+6=zWz3l?(`z|AHjv:"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="6$?PZg3jVk:NSCt)~hDi"><field name="color">red</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="372" y="0"><statement name="Content"><block type="controls_if" id="k{1t231G(3EK4zurqr+b"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="-Q/);U#H}PGn-sd;7ctG"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="i7Dd,M@?Nl,I[hdsxea)"></block></value></block></value><statement name="DO0"><block type="set" id="Vi5sq^T^q~3/+~]FktjM"><value name="value1"><block type="properties" id="gBwe0o$Gh*h^rcoG5Qd0"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="a%TlCNw_`Y3K}`B-Uq5("><field name="color">black</field></block></value></block></statement></block></statement></block></xml>', '7c51e36e-9f19-48b7-ae7b-c27e4b4d0329', '(this.color) = ("red");\n'),
('879a102f-ea70-488a-90cd-faba55c79f1e', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt") || (this.height - this.position.y) == 13) {\n (this.color) = ("red");\n} else {\n (this.color) = ("white");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="cut_head" id="cut_head" x="450" y="105"><statement name="Content"><block type="controls_if" id="mHm:h;%c4ptJkyGwVN2O"><mutation else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">OR</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="+X!R$rzI%UBcVmckbu~l"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="NoeYJL5.mYTbw2BUw`j]"></block></value></block></value><value name="B"><block type="logic_compare" id="XwD;1#QhZluxc`X$JH`|"><field name="OP">EQ</field><value name="A"><block type="properties" id="xWX;CZG,U$o9ssVJwn;c"><field name="properties">YCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">13</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="GihH|ql6b`XT8r@X]M,e"><value name="value1"><block type="properties" id="Vra[/.#AN:@G^gxKNh,2"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me"><field name="color">red</field></block></value></block></statement><statement name="ELSE"><block type="set" id="id@x+7qO,?$2rHWO6zs."><value name="value1"><block type="properties" id="uB:Bdd2f^KvVwGIv#GSZ"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="p{4%wf.?5E?nxys*3P9n"><field name="color">white</field></block></value></block></statement></block></statement></block></xml>', '6a0c24f5-4744-4de5-9ea5-5a19a659ac9f', ''),
('9129f7df-8099-4a64-b22f-cb05e2bd3ba1', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.variable_count) = ((this.variable_count) + 2);\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="OLQ=1JUp%13WuB`CCNRp"><value name="value1"><block type="variable" id="R2h|y#opO)b|D_v`,N+x"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="~ir`i%hKwus}tM;KdJRn"><field name="NUM">0</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="317" y="0"><statement name="Content"><block type="controls_if" id="XNcl,8/MPo$~}xcFRDvi"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="k}dr(ZTiuCl}ndTT9G^F"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="U^G64p_/4MNIQQq;2+c}"></block></value></block></value><statement name="DO0"><block type="set" id="kVNiRl]o~mYZv@6Bwr(|"><value name="value1"><block type="variable" id="KMXRPd!3ux/ppN_-hVd/"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="27A{5!.B9d9v17aDg;Pj"><field name="OP">ADD</field><value name="A"><block type="variable" id="q_P|rXJC#|@haIV[8Klz"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="Spq2Vh7@nkjclIlg+xS("><field name="NUM">2</field></block></value></block></value></block></statement></block></statement></block></xml>', '2e2dfb4e-c5b7-4f1d-b531-9fd2e1ebe35b', '(this.variable_count) = 0;\n'),
('9644a6ba-4d87-4947-a33d-60c80600fbf5', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.variable_count) = ((this.variable_count) + 0);\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="OLQ=1JUp%13WuB`CCNRp"><value name="value1"><block type="variable" id="R2h|y#opO)b|D_v`,N+x"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="~ir`i%hKwus}tM;KdJRn"><field name="NUM">0</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="317" y="0"><statement name="Content"><block type="controls_if" id="XNcl,8/MPo$~}xcFRDvi"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="k}dr(ZTiuCl}ndTT9G^F"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="U^G64p_/4MNIQQq;2+c}"></block></value></block></value><statement name="DO0"><block type="set" id="kVNiRl]o~mYZv@6Bwr(|"><value name="value1"><block type="variable" id="KMXRPd!3ux/ppN_-hVd/"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="27A{5!.B9d9v17aDg;Pj"><field name="OP">ADD</field><value name="A"><block type="variable" id="q_P|rXJC#|@haIV[8Klz"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="Spq2Vh7@nkjclIlg+xS("><field name="NUM">0</field></block></value></block></value></block></statement></block></statement></block></xml>', '2e2dfb4e-c5b7-4f1d-b531-9fd2e1ebe35b', '(this.variable_count) = 0;\n'),
('9ae5b149-5857-4570-aabc-636a28e6974f', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.color) = ("yellow");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="J{%A6z!OuR7hUH|l~l[I"><value name="value1"><block type="properties" id="8P+6=zWz3l?(`z|AHjv:"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="6$?PZg3jVk:NSCt)~hDi"><field name="color">blue</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="372" y="0"><statement name="Content"><block type="controls_if" id="k{1t231G(3EK4zurqr+b"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="-Q/);U#H}PGn-sd;7ctG"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="i7Dd,M@?Nl,I[hdsxea)"></block></value></block></value><statement name="DO0"><block type="set" id="Vi5sq^T^q~3/+~]FktjM"><value name="value1"><block type="properties" id="gBwe0o$Gh*h^rcoG5Qd0"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="a%TlCNw_`Y3K}`B-Uq5("><field name="color">yellow</field></block></value></block></statement></block></statement></block></xml>', '7c51e36e-9f19-48b7-ae7b-c27e4b4d0329', '(this.color) = ("blue");\n'),
('9ea65f22-f85a-4567-9230-5ecbfd1b9511', 'if ((this.position.x + 1) == 10 || (this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.color) = ("red");\n} else if ((this.position.x + 1) > 3) {\n (this.color) = ("blue");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="XttT9BDUb_RraZ9)8~nl"><value name="value1"><block type="properties" id="o2cw@,R+hR0{D;.P2iOC"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="W`PL|v!l7uPjVOB~{*=W"><field name="color">orange</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="0" y="171"><statement name="Content"><block type="controls_if" id="Hg=`R*mlc]Z(G!VZi/Vf"><mutation elseif="1"></mutation><value name="IF0"><block type="logic_operation" id="u{gAzH4%:w:Jdfl3wt_-"><field name="OP">OR</field><value name="A"><block type="logic_compare" id="e4.QaExm|p41W`GLI39V"><field name="OP">EQ</field><value name="A"><block type="properties" id="Q~!vP3V8,pk#Hh9^}LR2"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Fus|=5[,t+gB+v=;kLbb"><field name="NUM">10</field></block></value></block></value><value name="B"><block type="logic_compare" id="J*Ni2Af!s9~C:X.$IuQn"><field name="OP">EQ</field><value name="A"><block type="properties" id="V/HH(vSCw9I.iXpFEp3w"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="%|src+]$mrgG.Z*~i4jR"></block></value></block></value></block></value><statement name="DO0"><block type="set" id="oXfTpv-pIs^-F:%JsV5b"><value name="value1"><block type="properties" id="5y9l`|V-0LQn%jK+Vuk+"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id=";,FG]d**(1fsiCry~m+3"><field name="color">red</field></block></value></block></statement><value name="IF1"><block type="logic_compare" id="M_Y#9S^2BO%A%C~=)`r("><field name="OP">GT</field><value name="A"><block type="properties" id="lV:SBo)wKBplPF!V/T3v"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="zTIxuTKfzZxA3T@LX/S@"><field name="NUM">3</field></block></value></block></value><statement name="DO1"><block type="set" id="Q]dfA^Sbq5NK=Eb9,S3Q"><value name="value1"><block type="properties" id="P1S~wi*=SR_swCLa{18W"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="NKuzq{IzsSNV#5_8A-X}"><field name="color">blue</field></block></value></block></statement></block></statement></block></xml>', '370bde4b-94cd-4189-a0bb-d131049dc7e3', '(this.color) = ("orange");\n'),
('a1c2108c-be56-47e9-b7e3-c0be77f220a4', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt") || (this.height - this.position.y) == 13) {\n (this.color) = ("red");\n} else {\n (this.color) = ("cyan");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="cut_head" id="cut_head" x="450" y="105"><statement name="Content"><block type="controls_if" id="mHm:h;%c4ptJkyGwVN2O"><mutation else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">OR</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="+X!R$rzI%UBcVmckbu~l"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="NoeYJL5.mYTbw2BUw`j]"></block></value></block></value><value name="B"><block type="logic_compare" id="XwD;1#QhZluxc`X$JH`|"><field name="OP">EQ</field><value name="A"><block type="properties" id="xWX;CZG,U$o9ssVJwn;c"><field name="properties">YCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">13</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="GihH|ql6b`XT8r@X]M,e"><value name="value1"><block type="properties" id="Vra[/.#AN:@G^gxKNh,2"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me"><field name="color">red</field></block></value></block></statement><statement name="ELSE"><block type="set" id="id@x+7qO,?$2rHWO6zs."><value name="value1"><block type="properties" id="uB:Bdd2f^KvVwGIv#GSZ"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="p{4%wf.?5E?nxys*3P9n"><field name="color">cyan</field></block></value></block></statement></block></statement></block></xml>', '6a0c24f5-4744-4de5-9ea5-5a19a659ac9f', ''),
('a89b797f-981d-4811-8166-c5d23ec237a5', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.color) = ("blue");\n} else {\n (this.color) = ("orange");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="cut_head" id="x|eA7NN|GHi]y(ZdNCMu" x="431" y="113"><statement name="Content"><block type="controls_if" id="gq}%-|=#mb;)FEVbQY,}"><mutation else="1"></mutation><value name="IF0"><block type="logic_compare" id=":jW.q*0~6@5^,nt}``N}"><field name="OP">EQ</field><value name="A"><block type="properties" id="A%~`Kq!=4i8:Y4?:~v{c"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="Gk{vPMl,PVxxU=p=tW[u"></block></value></block></value><statement name="DO0"><block type="set" id="gc5aXQ7N^--n:VpJl8%1"><value name="value1"><block type="properties" id="xlphw1QURNOM=B3u9$~0"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="J_GEoT|uuvczZ}kkxa{y"><field name="color">blue</field></block></value></block></statement><statement name="ELSE"><block type="set" id="7``@S-4zDk3h7es^|+5("><value name="value1"><block type="properties" id="$drl$EvtK@81$J-dOISP"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="/0*HieoW^vQ1WjU_!u9|"><field name="color">orange</field></block></value></block></statement></block></statement></block></xml>', 'c3a1468e-07f6-474b-9641-891e906bd068', ''),
('aacd2e06-5741-401d-ac81-4d8dfdbec89f', 'if ((this.position.x + 1) >= 8) {\n (this.variable_count) = ((this.variable_count) - 1);\n}\nif ((this.variable_count) == 5) {\n (this.color) = ("cyan");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id=";-ph;z589g?9jHL@E}{g"><value name="value1"><block type="variable" id="Ql[X%g53ieYgrFE)iQnc"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id=":2R?6H-.ec=+$S*b8(_R"><field name="NUM">3</field></block></value><next><block type="set" id="MCl(?ZC0G|V1a=_zHjKu"><value name="value1"><block type="properties" id="NJ;TK[/k1(cz(66Ucqfk"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="j^P,`6#v(b`{]=S?]c^^"><field name="color">orange</field></block></value></block></next></block></statement></block><block type="cut_head" id="cut_head" x="372" y="0"><statement name="Content"><block type="controls_if" id="7x8FHP02j}R1Wg@`%qy_"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GTE</field><value name="A"><block type="properties" id="lU/k3P.[`s%uq+oQZEho"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">8</field></block></value></block></value><statement name="DO0"><block type="set" id="x7sp^_mSPHQ/{m#x}Em-"><value name="value1"><block type="variable" id="SpiZ:3XmUhQ~8Qy{n(?@"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="M]Qfng[KcxW;Qdz%;CdX"><field name="OP">MINUS</field><value name="A"><block type="variable" id="*`p%s~,OU^5?%ewaU^_@"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="}!9M4H8]D`kkAQT_0wAV"><field name="NUM">1</field></block></value></block></value></block></statement><next><block type="controls_if" id="P@R.*]hk+63Yv9.HA21r"><value name="IF0"><block type="logic_compare" id="[tP;+!EelsM5S+#TE~[P"><field name="OP">EQ</field><value name="A"><block type="variable" id=")+Aw0*2^ZZz{1C_+`$1/"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="oU|J22RQX{[gzE`{EThG"><field name="NUM">5</field></block></value></block></value><statement name="DO0"><block type="set" id="39{wq|5q:---F/?kMk8g"><value name="value1"><block type="properties" id="4z+7bOt{pW(rO95|tSC{"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="U(o5-wju-!lCsMWa+GzV"><field name="color">cyan</field></block></value></block></statement></block></next></block></statement></block></xml>', 'e58109b2-a6fc-481c-901b-8659ae5595f0', '(this.variable_count) = 3;\n(this.color) = ("orange");\n'),
('b12384d2-80ef-45b8-b3c7-03a6a0c68975', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.color) = ("cyan");\n} else {\n (this.color) = ("white");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="cut_head" id="x|eA7NN|GHi]y(ZdNCMu" x="431" y="113"><statement name="Content"><block type="controls_if" id="gq}%-|=#mb;)FEVbQY,}"><mutation else="1"></mutation><value name="IF0"><block type="logic_compare" id=":jW.q*0~6@5^,nt}``N}"><field name="OP">EQ</field><value name="A"><block type="properties" id="A%~`Kq!=4i8:Y4?:~v{c"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="Gk{vPMl,PVxxU=p=tW[u"></block></value></block></value><statement name="DO0"><block type="set" id="gc5aXQ7N^--n:VpJl8%1"><value name="value1"><block type="properties" id="xlphw1QURNOM=B3u9$~0"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="J_GEoT|uuvczZ}kkxa{y"><field name="color">cyan</field></block></value></block></statement><statement name="ELSE"><block type="set" id="7``@S-4zDk3h7es^|+5("><value name="value1"><block type="properties" id="$drl$EvtK@81$J-dOISP"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="/0*HieoW^vQ1WjU_!u9|"><field name="color">white</field></block></value></block></statement></block></statement></block></xml>', 'c3a1468e-07f6-474b-9641-891e906bd068', ''),
('b7b97aef-6b20-4757-9ad7-1e9b430d2514', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.color) = ("cyan");\n} else {\n (this.color) = ("yellow");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="cut_head" id="x|eA7NN|GHi]y(ZdNCMu" x="431" y="113"><statement name="Content"><block type="controls_if" id="gq}%-|=#mb;)FEVbQY,}"><mutation else="1"></mutation><value name="IF0"><block type="logic_compare" id=":jW.q*0~6@5^,nt}``N}"><field name="OP">EQ</field><value name="A"><block type="properties" id="A%~`Kq!=4i8:Y4?:~v{c"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="Gk{vPMl,PVxxU=p=tW[u"></block></value></block></value><statement name="DO0"><block type="set" id="gc5aXQ7N^--n:VpJl8%1"><value name="value1"><block type="properties" id="xlphw1QURNOM=B3u9$~0"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="J_GEoT|uuvczZ}kkxa{y"><field name="color">cyan</field></block></value></block></statement><statement name="ELSE"><block type="set" id="7``@S-4zDk3h7es^|+5("><value name="value1"><block type="properties" id="$drl$EvtK@81$J-dOISP"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="/0*HieoW^vQ1WjU_!u9|"><field name="color">yellow</field></block></value></block></statement></block></statement></block></xml>', 'c3a1468e-07f6-474b-9641-891e906bd068', ''),
('bac88500-dd83-45d3-a5c0-24020b0133ff', 'if ((this.position.x + 1) > 10) {\n (this.color) = ("red");\n} else if ((this.position.x + 1) > 3) {\n (this.color) = ("blue");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="XttT9BDUb_RraZ9)8~nl"><value name="value1"><block type="properties" id="o2cw@,R+hR0{D;.P2iOC"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="W`PL|v!l7uPjVOB~{*=W"><field name="color">orange</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="0" y="171"><statement name="Content"><block type="controls_if" id="Hg=`R*mlc]Z(G!VZi/Vf"><mutation elseif="1"></mutation><value name="IF0"><block type="logic_compare" id="Q:pWIR363?{PoL7}N-%G"><field name="OP">GT</field><value name="A"><block type="properties" id="w2crr=nc^70*Vzl.y[)O"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="~.J5OXJcU=MT$L,8GteY"><field name="NUM">10</field></block></value></block></value><statement name="DO0"><block type="set" id="oXfTpv-pIs^-F:%JsV5b"><value name="value1"><block type="properties" id="5y9l`|V-0LQn%jK+Vuk+"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id=";,FG]d**(1fsiCry~m+3"><field name="color">red</field></block></value></block></statement><value name="IF1"><block type="logic_compare" id="M_Y#9S^2BO%A%C~=)`r("><field name="OP">GT</field><value name="A"><block type="properties" id="lV:SBo)wKBplPF!V/T3v"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="zTIxuTKfzZxA3T@LX/S@"><field name="NUM">3</field></block></value></block></value><statement name="DO1"><block type="set" id="Q]dfA^Sbq5NK=Eb9,S3Q"><value name="value1"><block type="properties" id="P1S~wi*=SR_swCLa{18W"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="NKuzq{IzsSNV#5_8A-X}"><field name="color">blue</field></block></value></block></statement></block></statement></block></xml>', '370bde4b-94cd-4189-a0bb-d131049dc7e3', '(this.color) = ("orange");\n'),
('bd8bd377-3b2e-46d5-83d2-12b02f08dac7', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.color) = ("red");\n} else {\n (this.color) = ("orange");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="cut_head" id="x|eA7NN|GHi]y(ZdNCMu" x="431" y="113"><statement name="Content"><block type="controls_if" id="gq}%-|=#mb;)FEVbQY,}"><mutation else="1"></mutation><value name="IF0"><block type="logic_compare" id=":jW.q*0~6@5^,nt}``N}"><field name="OP">EQ</field><value name="A"><block type="properties" id="A%~`Kq!=4i8:Y4?:~v{c"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="Gk{vPMl,PVxxU=p=tW[u"></block></value></block></value><statement name="DO0"><block type="set" id="gc5aXQ7N^--n:VpJl8%1"><value name="value1"><block type="properties" id="xlphw1QURNOM=B3u9$~0"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="J_GEoT|uuvczZ}kkxa{y"><field name="color">red</field></block></value></block></statement><statement name="ELSE"><block type="set" id="7``@S-4zDk3h7es^|+5("><value name="value1"><block type="properties" id="$drl$EvtK@81$J-dOISP"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="/0*HieoW^vQ1WjU_!u9|"><field name="color">orange</field></block></value></block></statement></block></statement></block></xml>', 'c3a1468e-07f6-474b-9641-891e906bd068', ''),
('be02fe34-f47d-4d7a-b77a-8ae668d971ca', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt") || (this.height - this.position.y) == 13) {\n (this.color) = ("cyan");\n} else {\n (this.color) = ("green");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="cut_head" id="cut_head" x="450" y="105"><statement name="Content"><block type="controls_if" id="mHm:h;%c4ptJkyGwVN2O"><mutation else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">OR</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="+X!R$rzI%UBcVmckbu~l"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="NoeYJL5.mYTbw2BUw`j]"></block></value></block></value><value name="B"><block type="logic_compare" id="XwD;1#QhZluxc`X$JH`|"><field name="OP">EQ</field><value name="A"><block type="properties" id="xWX;CZG,U$o9ssVJwn;c"><field name="properties">YCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">13</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="GihH|ql6b`XT8r@X]M,e"><value name="value1"><block type="properties" id="Vra[/.#AN:@G^gxKNh,2"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me"><field name="color">cyan</field></block></value></block></statement><statement name="ELSE"><block type="set" id="id@x+7qO,?$2rHWO6zs."><value name="value1"><block type="properties" id="uB:Bdd2f^KvVwGIv#GSZ"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="p{4%wf.?5E?nxys*3P9n"><field name="color">green</field></block></value></block></statement></block></statement></block></xml>', '6a0c24f5-4744-4de5-9ea5-5a19a659ac9f', ''),
('be18a920-8043-4d19-8557-54160731c536', 'if ((this.position.x + 1) > 10 || (this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.color) = ("blue");\n} else if ((this.position.x + 1) > 3) {\n (this.color) = ("red");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="XttT9BDUb_RraZ9)8~nl"><value name="value1"><block type="properties" id="o2cw@,R+hR0{D;.P2iOC"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="W`PL|v!l7uPjVOB~{*=W"><field name="color">orange</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="0" y="171"><statement name="Content"><block type="controls_if" id="Hg=`R*mlc]Z(G!VZi/Vf"><mutation elseif="1"></mutation><value name="IF0"><block type="logic_operation" id="h).A9}VqtH~lZy1zfhmD"><field name="OP">OR</field><value name="A"><block type="logic_compare" id="Q:pWIR363?{PoL7}N-%G"><field name="OP">GT</field><value name="A"><block type="properties" id="w2crr=nc^70*Vzl.y[)O"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="~.J5OXJcU=MT$L,8GteY"><field name="NUM">10</field></block></value></block></value><value name="B"><block type="logic_compare" id=".MA?Dke=-A,+/EKruSdE"><field name="OP">EQ</field><value name="A"><block type="properties" id="%A?]Y|qo+%Dm0yZ2Yf9F"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="[y)1HWM*f/tlPPQW$spY"></block></value></block></value></block></value><statement name="DO0"><block type="set" id="oXfTpv-pIs^-F:%JsV5b"><value name="value1"><block type="properties" id="5y9l`|V-0LQn%jK+Vuk+"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id=";,FG]d**(1fsiCry~m+3"><field name="color">blue</field></block></value></block></statement><value name="IF1"><block type="logic_compare" id="M_Y#9S^2BO%A%C~=)`r("><field name="OP">GT</field><value name="A"><block type="properties" id="lV:SBo)wKBplPF!V/T3v"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="zTIxuTKfzZxA3T@LX/S@"><field name="NUM">3</field></block></value></block></value><statement name="DO1"><block type="set" id="Q]dfA^Sbq5NK=Eb9,S3Q"><value name="value1"><block type="properties" id="P1S~wi*=SR_swCLa{18W"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="NKuzq{IzsSNV#5_8A-X}"><field name="color">red</field></block></value></block></statement></block></statement></block></xml>', '370bde4b-94cd-4189-a0bb-d131049dc7e3', '(this.color) = ("orange");\n'),
('bf4c8ba1-2f01-45b1-8f6d-555f92391fb8', 'if ((this.position.x + 1) >= 4 && (this.height - this.position.y) == 14) {\n (this.variable_count) = ((this.variable_count) + 2);\n} else if ((this.position.x + 1) >= 4) {\n (this.variable_count) = ((this.variable_count) + 1);\n} else {\n (this.variable_count) = 0;\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="(1[7$curntaCojJ0K7wo"><value name="value1"><block type="variable" id="CjStQOk)J5C96uHN9uCD"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="Q%@zh8Xn9q:}3.Ii8?AT"><field name="NUM">0</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="317" y="0"><statement name="Content"><block type="controls_if" id="@C)[-uQvrHj,uI:[;K23"><mutation elseif="1" else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">AND</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GTE</field><value name="A"><block type="properties" id="h4gD3h|yepneDP0wM%l{"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">4</field></block></value></block></value><value name="B"><block type="logic_compare" id="x-mtB1!Dcy2NS`u@{EaY"><field name="OP">EQ</field><value name="A"><block type="properties" id="yB(1@!kj:tT/j5t{anmy"><field name="properties">YCOORD</field></block></value><value name="B"><block type="math_number" id="cj46]qu_ou#b_sctdm:0"><field name="NUM">14</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="G#?S[UaN7LdY/j-s{yrs"><value name="value1"><block type="variable" id=":c,!/vmFIi,{-#m8y=1B"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="M]Qfng[KcxW;Qdz%;CdX"><field name="OP">ADD</field><value name="A"><block type="variable" id="(o[;#:?MXt7EXE{L_[Va"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="=AqR7zntJTmF^HnJX-^6"><field name="NUM">2</field></block></value></block></value></block></statement><value name="IF1"><block type="logic_compare" id="+9e,8)2Crvc8Mvat/eOl"><field name="OP">GTE</field><value name="A"><block type="properties" id="EwV,-*@)8hO.XY0){)hS"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="mu0$+;Os!)XRpi,)x4Nv"><field name="NUM">4</field></block></value></block></value><statement name="DO1"><block type="set" id="o+*c^pqk3|-5^3*hq~`L"><value name="value1"><block type="variable" id="yX;HGT7Z~:gspo975`*5"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="peA=nHkd_xwd/Ampe$Hx"><field name="OP">ADD</field><value name="A"><block type="variable" id="3!ITZN.8F#Yk-ws7,1qu"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="Ef(brWkKf$l,^jc?V+`C"><field name="NUM">1</field></block></value></block></value></block></statement><statement name="ELSE"><block type="set" id="xxsAK_G.4m#,6/]h{S++"><value name="value1"><block type="variable" id="377jwb_%DuSlNI|5=q)`"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="}@iQs)vx[R]7!:C0bo#N"><field name="NUM">0</field></block></value></block></statement></block></statement></block></xml>', 'cfa39e59-dee4-491e-88c2-8f4cd43f4d86', '(this.variable_count) = 0;\n'),
('c05b812a-37ae-47be-adec-77adba10e054', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt") || (this.position.x + 1) >= 10) {\n (this.color) = ("cyan");\n} else {\n (this.color) = ("cyan");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="cut_head" id="cut_head" x="450" y="105"><statement name="Content"><block type="controls_if" id="*|P!_sW+Ayh},Pp46w]:"><mutation else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">OR</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="?.,EG8S`I|b3nhl`BvXz"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="B5UwrV)8s};l?]$*aJ`."></block></value></block></value><value name="B"><block type="logic_compare" id="t4tBLuDD*Kn1I[pmCX=W"><field name="OP">GTE</field><value name="A"><block type="properties" id="{Yr42]1eN@vk`^^$OZ[`"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">10</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="Z8^!mD3YRCbV;;69c.lN"><value name="value1"><block type="properties" id="66Dc*SpxK~b0:I4Q?DXd"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me"><field name="color">cyan</field></block></value></block></statement><statement name="ELSE"><block type="set" id="^WeS:+8cg1i=J.7wfx{z"><value name="value1"><block type="properties" id="$e/@AhguF2F.lpJ@?1n~"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="KCWkk9!{-+l.43QB5j^6"><field name="color">cyan</field></block></value></block></statement></block></statement></block></xml>', 'c0259e5d-0563-4b06-8c03-4e348b98f3f7', ''),
('c06c141f-3bab-4da8-9aab-af0d2a5e3da1', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.color) = ("orange");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="J{%A6z!OuR7hUH|l~l[I"><value name="value1"><block type="properties" id="8P+6=zWz3l?(`z|AHjv:"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="6$?PZg3jVk:NSCt)~hDi"><field name="color">green</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="372" y="0"><statement name="Content"><block type="controls_if" id="k{1t231G(3EK4zurqr+b"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="-Q/);U#H}PGn-sd;7ctG"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="i7Dd,M@?Nl,I[hdsxea)"></block></value></block></value><statement name="DO0"><block type="set" id="Vi5sq^T^q~3/+~]FktjM"><value name="value1"><block type="properties" id="gBwe0o$Gh*h^rcoG5Qd0"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="a%TlCNw_`Y3K}`B-Uq5("><field name="color">orange</field></block></value></block></statement></block></statement></block></xml>', '7c51e36e-9f19-48b7-ae7b-c27e4b4d0329', '(this.color) = ("green");\n'),
('c16c1a56-4944-4eaf-9cb3-80ecc088ceea', 'if ((this.position.x + 1) >= 8) {\n (this.variable_count) = ((this.variable_count) + 1);\n}\nif ((this.variable_count) == 5) {\n (this.color) = ("cyan");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id=";-ph;z589g?9jHL@E}{g"><value name="value1"><block type="variable" id="Ql[X%g53ieYgrFE)iQnc"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id=":2R?6H-.ec=+$S*b8(_R"><field name="NUM">1</field></block></value><next><block type="set" id="MCl(?ZC0G|V1a=_zHjKu"><value name="value1"><block type="properties" id="NJ;TK[/k1(cz(66Ucqfk"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="j^P,`6#v(b`{]=S?]c^^"><field name="color">orange</field></block></value></block></next></block></statement></block><block type="cut_head" id="cut_head" x="372" y="0"><statement name="Content"><block type="controls_if" id="7x8FHP02j}R1Wg@`%qy_"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GTE</field><value name="A"><block type="properties" id="lU/k3P.[`s%uq+oQZEho"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">8</field></block></value></block></value><statement name="DO0"><block type="set" id="x7sp^_mSPHQ/{m#x}Em-"><value name="value1"><block type="variable" id="SpiZ:3XmUhQ~8Qy{n(?@"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="M]Qfng[KcxW;Qdz%;CdX"><field name="OP">ADD</field><value name="A"><block type="variable" id="*`p%s~,OU^5?%ewaU^_@"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="}!9M4H8]D`kkAQT_0wAV"><field name="NUM">1</field></block></value></block></value></block></statement><next><block type="controls_if" id="P@R.*]hk+63Yv9.HA21r"><value name="IF0"><block type="logic_compare" id="[tP;+!EelsM5S+#TE~[P"><field name="OP">EQ</field><value name="A"><block type="variable" id=")+Aw0*2^ZZz{1C_+`$1/"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="oU|J22RQX{[gzE`{EThG"><field name="NUM">5</field></block></value></block></value><statement name="DO0"><block type="set" id="39{wq|5q:---F/?kMk8g"><value name="value1"><block type="properties" id="4z+7bOt{pW(rO95|tSC{"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="U(o5-wju-!lCsMWa+GzV"><field name="color">cyan</field></block></value></block></statement></block></next></block></statement></block></xml>', 'e58109b2-a6fc-481c-901b-8659ae5595f0', '(this.variable_count) = 1;\n(this.color) = ("orange");\n'),
('c8ae0874-547c-4e8f-abc0-acfdb9aa4c83', 'if ((this.position.x + 1) > 10 && (this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.color) = ("red");\n} else if ((this.position.x + 1) > 3) {\n (this.color) = ("blue");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="XttT9BDUb_RraZ9)8~nl"><value name="value1"><block type="properties" id="o2cw@,R+hR0{D;.P2iOC"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="W`PL|v!l7uPjVOB~{*=W"><field name="color">orange</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="0" y="171"><statement name="Content"><block type="controls_if" id="Hg=`R*mlc]Z(G!VZi/Vf"><mutation elseif="1"></mutation><value name="IF0"><block type="logic_operation" id="h).A9}VqtH~lZy1zfhmD"><field name="OP">AND</field><value name="A"><block type="logic_compare" id="Q:pWIR363?{PoL7}N-%G"><field name="OP">GT</field><value name="A"><block type="properties" id="w2crr=nc^70*Vzl.y[)O"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="~.J5OXJcU=MT$L,8GteY"><field name="NUM">10</field></block></value></block></value><value name="B"><block type="logic_compare" id=".MA?Dke=-A,+/EKruSdE"><field name="OP">EQ</field><value name="A"><block type="properties" id="%A?]Y|qo+%Dm0yZ2Yf9F"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="[y)1HWM*f/tlPPQW$spY"></block></value></block></value></block></value><statement name="DO0"><block type="set" id="oXfTpv-pIs^-F:%JsV5b"><value name="value1"><block type="properties" id="5y9l`|V-0LQn%jK+Vuk+"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id=";,FG]d**(1fsiCry~m+3"><field name="color">red</field></block></value></block></statement><value name="IF1"><block type="logic_compare" id="M_Y#9S^2BO%A%C~=)`r("><field name="OP">GT</field><value name="A"><block type="properties" id="lV:SBo)wKBplPF!V/T3v"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="zTIxuTKfzZxA3T@LX/S@"><field name="NUM">3</field></block></value></block></value><statement name="DO1"><block type="set" id="Q]dfA^Sbq5NK=Eb9,S3Q"><value name="value1"><block type="properties" id="P1S~wi*=SR_swCLa{18W"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="NKuzq{IzsSNV#5_8A-X}"><field name="color">blue</field></block></value></block></statement></block></statement></block></xml>', '370bde4b-94cd-4189-a0bb-d131049dc7e3', '(this.color) = ("orange");\n'),
('cb55b9cf-0ab1-413f-8b58-d375f0f28e0a', 'if ((this.position.x + 1) >= 8) {\n (this.variable_count) = 1;\n}\nif ((this.variable_count) == 5) {\n (this.color) = ("cyan");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id=";-ph;z589g?9jHL@E}{g"><value name="value1"><block type="variable" id="Ql[X%g53ieYgrFE)iQnc"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id=":2R?6H-.ec=+$S*b8(_R"><field name="NUM">0</field></block></value><next><block type="set" id="MCl(?ZC0G|V1a=_zHjKu"><value name="value1"><block type="properties" id="NJ;TK[/k1(cz(66Ucqfk"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="j^P,`6#v(b`{]=S?]c^^"><field name="color">orange</field></block></value></block></next></block></statement></block><block type="cut_head" id="cut_head" x="372" y="0"><statement name="Content"><block type="controls_if" id="7x8FHP02j}R1Wg@`%qy_"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GTE</field><value name="A"><block type="properties" id="lU/k3P.[`s%uq+oQZEho"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">8</field></block></value></block></value><statement name="DO0"><block type="set" id="x7sp^_mSPHQ/{m#x}Em-"><value name="value1"><block type="variable" id="SpiZ:3XmUhQ~8Qy{n(?@"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="}!9M4H8]D`kkAQT_0wAV"><field name="NUM">1</field></block></value></block></statement><next><block type="controls_if" id="P@R.*]hk+63Yv9.HA21r"><value name="IF0"><block type="logic_compare" id="[tP;+!EelsM5S+#TE~[P"><field name="OP">EQ</field><value name="A"><block type="variable" id=")+Aw0*2^ZZz{1C_+`$1/"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="oU|J22RQX{[gzE`{EThG"><field name="NUM">5</field></block></value></block></value><statement name="DO0"><block type="set" id="39{wq|5q:---F/?kMk8g"><value name="value1"><block type="properties" id="4z+7bOt{pW(rO95|tSC{"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="U(o5-wju-!lCsMWa+GzV"><field name="color">cyan</field></block></value></block></statement></block></next></block></statement></block></xml>', 'e58109b2-a6fc-481c-901b-8659ae5595f0', '(this.variable_count) = 0;\n(this.color) = ("orange");\n'),
('cd564602-203a-4c2e-a23e-f1289ab3fdb9', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.hair) = ("blond");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="]7^BXIh2izW$t~-{~]jA"><value name="value1"><block type="properties" id="LzY:HL_fsek9aBjjs./t"><field name="properties">HATCOLOR</field></block></value><value name="value2"><block type="hair_picker" id="~va!%%{n9V$Az2HMKu$="><field name="color">brown</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="373" y="0"><statement name="Content"><block type="controls_if" id="7cmSs$x{5%L`B/mpOMg["><value name="IF0"><block type="logic_compare" id="-jWrn]|CG1Fh0rw7HaGa"><field name="OP">EQ</field><value name="A"><block type="properties" id="5*zQFagk||?x$%0Jh[U`"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="Vu3cJ2@Db.]l0u~M6c/y"></block></value></block></value><statement name="DO0"><block type="set" id="n$i0(yJ_1v,)yrH@c7p_"><value name="value1"><block type="properties" id="(BYBI1L~6TfJk9~4m|o{"><field name="properties">HATCOLOR</field></block></value><value name="value2"><block type="hair_picker" id="Onc2zOXHTA@kTWbyc_xl"><field name="color">blond</field></block></value></block></statement></block></statement></block></xml>', 'ada0d9e2-e58b-49ac-86c2-aa7da1203242', '(this.hair) = ("brown");\n'),
('d0e2ec91-dbfc-4c14-9ba8-8d9e82fcfaf8', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.color) = ("cyan");\n} else {\n (this.color) = ("pink");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="cut_head" id="x|eA7NN|GHi]y(ZdNCMu" x="431" y="113"><statement name="Content"><block type="controls_if" id="gq}%-|=#mb;)FEVbQY,}"><mutation else="1"></mutation><value name="IF0"><block type="logic_compare" id=":jW.q*0~6@5^,nt}``N}"><field name="OP">EQ</field><value name="A"><block type="properties" id="A%~`Kq!=4i8:Y4?:~v{c"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="Gk{vPMl,PVxxU=p=tW[u"></block></value></block></value><statement name="DO0"><block type="set" id="gc5aXQ7N^--n:VpJl8%1"><value name="value1"><block type="properties" id="xlphw1QURNOM=B3u9$~0"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="J_GEoT|uuvczZ}kkxa{y"><field name="color">cyan</field></block></value></block></statement><statement name="ELSE"><block type="set" id="7``@S-4zDk3h7es^|+5("><value name="value1"><block type="properties" id="$drl$EvtK@81$J-dOISP"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="/0*HieoW^vQ1WjU_!u9|"><field name="color">pink</field></block></value></block></statement></block></statement></block></xml>', 'c3a1468e-07f6-474b-9641-891e906bd068', ''),
('d373f5ac-2401-41e4-bb84-b3782306b8ff', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.color) = ("red");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="XttT9BDUb_RraZ9)8~nl"><value name="value1"><block type="properties" id="o2cw@,R+hR0{D;.P2iOC"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="W`PL|v!l7uPjVOB~{*=W"><field name="color">orange</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="0" y="171"><statement name="Content"><block type="controls_if" id="Hg=`R*mlc]Z(G!VZi/Vf"><mutation elseif="1"></mutation><value name="IF0"><block type="logic_operation" id="h).A9}VqtH~lZy1zfhmD"><field name="OP">OR</field><value name="A"><block type="logic_compare" id="Q:pWIR363?{PoL7}N-%G"><field name="OP">GT</field><value name="A"><block type="properties" id="w2crr=nc^70*Vzl.y[)O"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="~.J5OXJcU=MT$L,8GteY"><field name="NUM">10</field></block></value></block></value><value name="B"><block type="logic_compare" id=".MA?Dke=-A,+/EKruSdE"><field name="OP">EQ</field><value name="A"><block type="properties" id="%A?]Y|qo+%Dm0yZ2Yf9F"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="[y)1HWM*f/tlPPQW$spY"></block></value></block></value></block></value><statement name="DO0"><block type="set" id="oXfTpv-pIs^-F:%JsV5b"><value name="value1"><block type="properties" id="5y9l`|V-0LQn%jK+Vuk+"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id=";,FG]d**(1fsiCry~m+3"><field name="color">blue</field></block></value></block></statement><value name="IF1"><block type="logic_compare" id="M_Y#9S^2BO%A%C~=)`r("><field name="OP">GT</field><value name="A"><block type="properties" id="lV:SBo)wKBplPF!V/T3v"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="zTIxuTKfzZxA3T@LX/S@"><field name="NUM">3</field></block></value></block></value><statement name="DO1"><block type="set" id="Q]dfA^Sbq5NK=Eb9,S3Q"><value name="value1"><block type="properties" id="P1S~wi*=SR_swCLa{18W"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="NKuzq{IzsSNV#5_8A-X}"><field name="color">red</field></block></value></block></statement></block></statement></block></xml>', '370bde4b-94cd-4189-a0bb-d131049dc7e3', '(this.color) = ("orange");\n'),
('d3b4dad2-3194-4e0a-b783-4e158cd9ae62', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt") || (this.position.x + 1) >= 10) {\n (this.color) = ("yellow");\n} else {\n (this.color) = ("green");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="cut_head" id="cut_head" x="450" y="105"><statement name="Content"><block type="controls_if" id="*|P!_sW+Ayh},Pp46w]:"><mutation else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">OR</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="?.,EG8S`I|b3nhl`BvXz"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="B5UwrV)8s};l?]$*aJ`."></block></value></block></value><value name="B"><block type="logic_compare" id="t4tBLuDD*Kn1I[pmCX=W"><field name="OP">GTE</field><value name="A"><block type="properties" id="{Yr42]1eN@vk`^^$OZ[`"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">10</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="Z8^!mD3YRCbV;;69c.lN"><value name="value1"><block type="properties" id="66Dc*SpxK~b0:I4Q?DXd"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me"><field name="color">yellow</field></block></value></block></statement><statement name="ELSE"><block type="set" id="^WeS:+8cg1i=J.7wfx{z"><value name="value1"><block type="properties" id="$e/@AhguF2F.lpJ@?1n~"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="KCWkk9!{-+l.43QB5j^6"><field name="color">green</field></block></value></block></statement></block></statement></block></xml>', 'c0259e5d-0563-4b06-8c03-4e348b98f3f7', ''),
('d423b4ca-a2f2-494e-89de-2ae7cefcea4e', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.color) = ("red");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="J{%A6z!OuR7hUH|l~l[I"><value name="value1"><block type="properties" id="8P+6=zWz3l?(`z|AHjv:"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="6$?PZg3jVk:NSCt)~hDi"><field name="color">orange</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="372" y="0"><statement name="Content"><block type="controls_if" id="k{1t231G(3EK4zurqr+b"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="-Q/);U#H}PGn-sd;7ctG"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="i7Dd,M@?Nl,I[hdsxea)"></block></value></block></value><statement name="DO0"><block type="set" id="Vi5sq^T^q~3/+~]FktjM"><value name="value1"><block type="properties" id="gBwe0o$Gh*h^rcoG5Qd0"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="a%TlCNw_`Y3K}`B-Uq5("><field name="color">red</field></block></value></block></statement></block></statement></block></xml>', '7c51e36e-9f19-48b7-ae7b-c27e4b4d0329', '(this.color) = ("orange");\n'),
('dfa40540-3f68-49fb-a3c3-1a8453b12abc', 'if ((this.position.x + 1) >= 4 && (this.height - this.position.y) == 13) {\n (this.variable_count) = ((this.variable_count) + 2);\n} else if ((this.position.x + 1) >= 4) {\n (this.variable_count) = ((this.variable_count) + 1);\n} else {\n (this.variable_count) = 3;\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="(1[7$curntaCojJ0K7wo"><value name="value1"><block type="variable" id="CjStQOk)J5C96uHN9uCD"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="Q%@zh8Xn9q:}3.Ii8?AT"><field name="NUM">0</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="317" y="0"><statement name="Content"><block type="controls_if" id="@C)[-uQvrHj,uI:[;K23"><mutation elseif="1" else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">AND</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GTE</field><value name="A"><block type="properties" id="h4gD3h|yepneDP0wM%l{"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">4</field></block></value></block></value><value name="B"><block type="logic_compare" id="x-mtB1!Dcy2NS`u@{EaY"><field name="OP">EQ</field><value name="A"><block type="properties" id="yB(1@!kj:tT/j5t{anmy"><field name="properties">YCOORD</field></block></value><value name="B"><block type="math_number" id="cj46]qu_ou#b_sctdm:0"><field name="NUM">13</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="G#?S[UaN7LdY/j-s{yrs"><value name="value1"><block type="variable" id=":c,!/vmFIi,{-#m8y=1B"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="M]Qfng[KcxW;Qdz%;CdX"><field name="OP">ADD</field><value name="A"><block type="variable" id="(o[;#:?MXt7EXE{L_[Va"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="=AqR7zntJTmF^HnJX-^6"><field name="NUM">2</field></block></value></block></value></block></statement><value name="IF1"><block type="logic_compare" id="+9e,8)2Crvc8Mvat/eOl"><field name="OP">GTE</field><value name="A"><block type="properties" id="EwV,-*@)8hO.XY0){)hS"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="mu0$+;Os!)XRpi,)x4Nv"><field name="NUM">4</field></block></value></block></value><statement name="DO1"><block type="set" id="o+*c^pqk3|-5^3*hq~`L"><value name="value1"><block type="variable" id="yX;HGT7Z~:gspo975`*5"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="peA=nHkd_xwd/Ampe$Hx"><field name="OP">ADD</field><value name="A"><block type="variable" id="3!ITZN.8F#Yk-ws7,1qu"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="Ef(brWkKf$l,^jc?V+`C"><field name="NUM">1</field></block></value></block></value></block></statement><statement name="ELSE"><block type="set" id="xxsAK_G.4m#,6/]h{S++"><value name="value1"><block type="variable" id="377jwb_%DuSlNI|5=q)`"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="}@iQs)vx[R]7!:C0bo#N"><field name="NUM">3</field></block></value></block></statement></block></statement></block></xml>', 'cfa39e59-dee4-491e-88c2-8f4cd43f4d86', '(this.variable_count) = 0;\n'),
('e0fc1606-eb9d-4628-8712-96465954e0e5', 'if ((this.position.x + 1) > 7) {\n (this.color) = ("cyan");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="Kjc!J@F:@dj1_y:_BFCm"><value name="value1"><block type="properties" id="EC+Ysr??[c]4RUl@ym:/"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="LbO_-US,4emZ[Dir,Q:+"><field name="color">cyan</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="0" y="171"><statement name="Content"><block type="controls_if" id="Ai/S5o|iY9PFh=)-OWnt"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GT</field><value name="A"><block type="properties" id="F$)~+H].(;+UHnYoIA]l"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">7</field></block></value></block></value><statement name="DO0"><block type="set" id="DM`bwSZeVuL_ULdw-eZA"><value name="value1"><block type="properties" id="`BGTjBMzJTzc%E]e?rGR"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me"><field name="color">cyan</field></block></value></block></statement></block></statement></block></xml>', '522d1852-807f-4097-a9d0-ae1dddac8db7', '(this.color) = ("cyan");\n'),
('e1373f2c-217f-4283-962b-530f232e4cc7', 'if ((this.position.x + 1) >= 4 && (this.height - this.position.y) == 13) {\n (this.variable_count) = ((this.variable_count) + 1);\n} else if ((this.position.x + 1) >= 4) {\n (this.variable_count) = ((this.variable_count) + 1);\n} else {\n (this.variable_count) = 0;\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="(1[7$curntaCojJ0K7wo"><value name="value1"><block type="variable" id="CjStQOk)J5C96uHN9uCD"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="Q%@zh8Xn9q:}3.Ii8?AT"><field name="NUM">0</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="317" y="0"><statement name="Content"><block type="controls_if" id="@C)[-uQvrHj,uI:[;K23"><mutation elseif="1" else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">AND</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GTE</field><value name="A"><block type="properties" id="h4gD3h|yepneDP0wM%l{"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">4</field></block></value></block></value><value name="B"><block type="logic_compare" id="x-mtB1!Dcy2NS`u@{EaY"><field name="OP">EQ</field><value name="A"><block type="properties" id="yB(1@!kj:tT/j5t{anmy"><field name="properties">YCOORD</field></block></value><value name="B"><block type="math_number" id="cj46]qu_ou#b_sctdm:0"><field name="NUM">13</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="G#?S[UaN7LdY/j-s{yrs"><value name="value1"><block type="variable" id=":c,!/vmFIi,{-#m8y=1B"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="M]Qfng[KcxW;Qdz%;CdX"><field name="OP">ADD</field><value name="A"><block type="variable" id="(o[;#:?MXt7EXE{L_[Va"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="=AqR7zntJTmF^HnJX-^6"><field name="NUM">1</field></block></value></block></value></block></statement><value name="IF1"><block type="logic_compare" id="+9e,8)2Crvc8Mvat/eOl"><field name="OP">GTE</field><value name="A"><block type="properties" id="EwV,-*@)8hO.XY0){)hS"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="mu0$+;Os!)XRpi,)x4Nv"><field name="NUM">4</field></block></value></block></value><statement name="DO1"><block type="set" id="o+*c^pqk3|-5^3*hq~`L"><value name="value1"><block type="variable" id="yX;HGT7Z~:gspo975`*5"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="peA=nHkd_xwd/Ampe$Hx"><field name="OP">ADD</field><value name="A"><block type="variable" id="3!ITZN.8F#Yk-ws7,1qu"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="Ef(brWkKf$l,^jc?V+`C"><field name="NUM">1</field></block></value></block></value></block></statement><statement name="ELSE"><block type="set" id="xxsAK_G.4m#,6/]h{S++"><value name="value1"><block type="variable" id="377jwb_%DuSlNI|5=q)`"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="}@iQs)vx[R]7!:C0bo#N"><field name="NUM">0</field></block></value></block></statement></block></statement></block></xml>', 'cfa39e59-dee4-491e-88c2-8f4cd43f4d86', '(this.variable_count) = 0;\n'),
('e1f33bcc-a7b3-4784-9e3d-d4f5c569217f', 'if ((this.position.x + 1) >= 4 && (this.height - this.position.y) == 13) {\n (this.variable_count) = ((this.variable_count) + 2);\n} else if ((this.position.x + 1) >= 4) {\n (this.variable_count) = ((this.variable_count) + 2);\n} else {\n (this.variable_count) = 0;\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="(1[7$curntaCojJ0K7wo"><value name="value1"><block type="variable" id="CjStQOk)J5C96uHN9uCD"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="Q%@zh8Xn9q:}3.Ii8?AT"><field name="NUM">0</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="317" y="0"><statement name="Content"><block type="controls_if" id="@C)[-uQvrHj,uI:[;K23"><mutation elseif="1" else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">AND</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GTE</field><value name="A"><block type="properties" id="h4gD3h|yepneDP0wM%l{"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">4</field></block></value></block></value><value name="B"><block type="logic_compare" id="x-mtB1!Dcy2NS`u@{EaY"><field name="OP">EQ</field><value name="A"><block type="properties" id="yB(1@!kj:tT/j5t{anmy"><field name="properties">YCOORD</field></block></value><value name="B"><block type="math_number" id="cj46]qu_ou#b_sctdm:0"><field name="NUM">13</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="G#?S[UaN7LdY/j-s{yrs"><value name="value1"><block type="variable" id=":c,!/vmFIi,{-#m8y=1B"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="M]Qfng[KcxW;Qdz%;CdX"><field name="OP">ADD</field><value name="A"><block type="variable" id="(o[;#:?MXt7EXE{L_[Va"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="=AqR7zntJTmF^HnJX-^6"><field name="NUM">2</field></block></value></block></value></block></statement><value name="IF1"><block type="logic_compare" id="+9e,8)2Crvc8Mvat/eOl"><field name="OP">GTE</field><value name="A"><block type="properties" id="EwV,-*@)8hO.XY0){)hS"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="mu0$+;Os!)XRpi,)x4Nv"><field name="NUM">4</field></block></value></block></value><statement name="DO1"><block type="set" id="o+*c^pqk3|-5^3*hq~`L"><value name="value1"><block type="variable" id="yX;HGT7Z~:gspo975`*5"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="peA=nHkd_xwd/Ampe$Hx"><field name="OP">ADD</field><value name="A"><block type="variable" id="3!ITZN.8F#Yk-ws7,1qu"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="Ef(brWkKf$l,^jc?V+`C"><field name="NUM">2</field></block></value></block></value></block></statement><statement name="ELSE"><block type="set" id="xxsAK_G.4m#,6/]h{S++"><value name="value1"><block type="variable" id="377jwb_%DuSlNI|5=q)`"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="}@iQs)vx[R]7!:C0bo#N"><field name="NUM">0</field></block></value></block></statement></block></statement></block></xml>', 'cfa39e59-dee4-491e-88c2-8f4cd43f4d86', '(this.variable_count) = 0;\n'),
('e6c62bb2-26a8-4425-94fa-0fe8b10d062c', 'if ((this.position.x + 1) >= 4 && (this.height - this.position.y) >= 12) {\n (this.variable_count) = ((this.variable_count) + 2);\n} else if ((this.position.x + 1) >= 4) {\n (this.variable_count) = ((this.variable_count) + 1);\n} else {\n (this.variable_count) = 0;\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="(1[7$curntaCojJ0K7wo"><value name="value1"><block type="variable" id="CjStQOk)J5C96uHN9uCD"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="Q%@zh8Xn9q:}3.Ii8?AT"><field name="NUM">2</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="317" y="0"><statement name="Content"><block type="controls_if" id="@C)[-uQvrHj,uI:[;K23"><mutation elseif="1" else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">AND</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GTE</field><value name="A"><block type="properties" id="h4gD3h|yepneDP0wM%l{"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">4</field></block></value></block></value><value name="B"><block type="logic_compare" id="x-mtB1!Dcy2NS`u@{EaY"><field name="OP">GTE</field><value name="A"><block type="properties" id="yB(1@!kj:tT/j5t{anmy"><field name="properties">YCOORD</field></block></value><value name="B"><block type="math_number" id="cj46]qu_ou#b_sctdm:0"><field name="NUM">12</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="G#?S[UaN7LdY/j-s{yrs"><value name="value1"><block type="variable" id=":c,!/vmFIi,{-#m8y=1B"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="M]Qfng[KcxW;Qdz%;CdX"><field name="OP">ADD</field><value name="A"><block type="variable" id="(o[;#:?MXt7EXE{L_[Va"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="=AqR7zntJTmF^HnJX-^6"><field name="NUM">2</field></block></value></block></value></block></statement><value name="IF1"><block type="logic_compare" id="+9e,8)2Crvc8Mvat/eOl"><field name="OP">GTE</field><value name="A"><block type="properties" id="EwV,-*@)8hO.XY0){)hS"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="mu0$+;Os!)XRpi,)x4Nv"><field name="NUM">4</field></block></value></block></value><statement name="DO1"><block type="set" id="o+*c^pqk3|-5^3*hq~`L"><value name="value1"><block type="variable" id="yX;HGT7Z~:gspo975`*5"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="peA=nHkd_xwd/Ampe$Hx"><field name="OP">ADD</field><value name="A"><block type="variable" id="3!ITZN.8F#Yk-ws7,1qu"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="Ef(brWkKf$l,^jc?V+`C"><field name="NUM">1</field></block></value></block></value></block></statement><statement name="ELSE"><block type="set" id="xxsAK_G.4m#,6/]h{S++"><value name="value1"><block type="variable" id="377jwb_%DuSlNI|5=q)`"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="}@iQs)vx[R]7!:C0bo#N"><field name="NUM">0</field></block></value></block></statement></block></statement></block></xml>', 'cfa39e59-dee4-491e-88c2-8f4cd43f4d86', '(this.variable_count) = 2;\n'),
('e7f0cd73-31b4-4a2b-826f-b4bb5503b8ab', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt") && (this.height - this.position.y) == 15) {\n (this.color) = ("red");\n} else {\n (this.color) = ("green");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="cut_head" id="cut_head" x="450" y="105"><statement name="Content"><block type="controls_if" id="mHm:h;%c4ptJkyGwVN2O"><mutation else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">OR</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="+X!R$rzI%UBcVmckbu~l"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="NoeYJL5.mYTbw2BUw`j]"></block></value></block></value><value name="B"><block type="logic_compare" id="XwD;1#QhZluxc`X$JH`|"><field name="OP">EQ</field><value name="A"><block type="properties" id="xWX;CZG,U$o9ssVJwn;c"><field name="properties">YCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">15</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="GihH|ql6b`XT8r@X]M,e"><value name="value1"><block type="properties" id="Vra[/.#AN:@G^gxKNh,2"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="bW-w`M[a]R1t?gVLo[me"><field name="color">red</field></block></value></block></statement><statement name="ELSE"><block type="set" id="id@x+7qO,?$2rHWO6zs."><value name="value1"><block type="properties" id="uB:Bdd2f^KvVwGIv#GSZ"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="b=pt7Ji0fkh;xpjTGpqj"><field name="color">green</field></block></value></block></statement></block></statement></block></xml>', '6a0c24f5-4744-4de5-9ea5-5a19a659ac9f', ''),
('f01fb255-f163-4a1e-8d2e-88287ec41f6d', 'if ((this.position.x + 1) >= 7) {\n (this.variable_count) = ((this.variable_count) + 1);\n}\nif ((this.variable_count) == 5) {\n (this.color) = ("cyan");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id=";-ph;z589g?9jHL@E}{g"><value name="value1"><block type="variable" id="Ql[X%g53ieYgrFE)iQnc"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id=":2R?6H-.ec=+$S*b8(_R"><field name="NUM">0</field></block></value><next><block type="set" id="MCl(?ZC0G|V1a=_zHjKu"><value name="value1"><block type="properties" id="NJ;TK[/k1(cz(66Ucqfk"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="j^P,`6#v(b`{]=S?]c^^"><field name="color">orange</field></block></value></block></next></block></statement></block><block type="cut_head" id="cut_head" x="372" y="0"><statement name="Content"><block type="controls_if" id="7x8FHP02j}R1Wg@`%qy_"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GTE</field><value name="A"><block type="properties" id="lU/k3P.[`s%uq+oQZEho"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">7</field></block></value></block></value><statement name="DO0"><block type="set" id="x7sp^_mSPHQ/{m#x}Em-"><value name="value1"><block type="variable" id="SpiZ:3XmUhQ~8Qy{n(?@"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="ipt]3lq%v6WYP33UY=OR"><field name="OP">ADD</field><value name="A"><block type="variable" id="Dp~[c#HBl*+zx*HpfX!S"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="}!9M4H8]D`kkAQT_0wAV"><field name="NUM">1</field></block></value></block></value></block></statement><next><block type="controls_if" id="P@R.*]hk+63Yv9.HA21r"><value name="IF0"><block type="logic_compare" id="[tP;+!EelsM5S+#TE~[P"><field name="OP">EQ</field><value name="A"><block type="variable" id=")+Aw0*2^ZZz{1C_+`$1/"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="oU|J22RQX{[gzE`{EThG"><field name="NUM">5</field></block></value></block></value><statement name="DO0"><block type="set" id="39{wq|5q:---F/?kMk8g"><value name="value1"><block type="properties" id="4z+7bOt{pW(rO95|tSC{"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="U(o5-wju-!lCsMWa+GzV"><field name="color">cyan</field></block></value></block></statement></block></next></block></statement></block></xml>', 'e58109b2-a6fc-481c-901b-8659ae5595f0', '(this.variable_count) = 0;\n(this.color) = ("orange");\n'),
('f0f0dbc6-74cb-45c6-8c77-5df682f98665', 'if ((this.position.x + 1) >= 4 || (this.height - this.position.y) == 13) {\n (this.variable_count) = ((this.variable_count) + 2);\n} else if ((this.position.x + 1) > 15) {\n (this.variable_count) = ((this.variable_count) + 1);\n} else {\n (this.variable_count) = 0;\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="(1[7$curntaCojJ0K7wo"><value name="value1"><block type="variable" id="CjStQOk)J5C96uHN9uCD"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="Q%@zh8Xn9q:}3.Ii8?AT"><field name="NUM">0</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="317" y="0"><statement name="Content"><block type="controls_if" id="@C)[-uQvrHj,uI:[;K23"><mutation elseif="1" else="1"></mutation><value name="IF0"><block type="logic_operation" id=".N#$huRFJ^mEn.eXEy/N"><field name="OP">AND</field><value name="A"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GTE</field><value name="A"><block type="properties" id="h4gD3h|yepneDP0wM%l{"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">4</field></block></value></block></value><value name="B"><block type="logic_compare" id="x-mtB1!Dcy2NS`u@{EaY"><field name="OP">EQ</field><value name="A"><block type="properties" id="yB(1@!kj:tT/j5t{anmy"><field name="properties">YCOORD</field></block></value><value name="B"><block type="math_number" id="cj46]qu_ou#b_sctdm:0"><field name="NUM">13</field></block></value></block></value></block></value><statement name="DO0"><block type="set" id="G#?S[UaN7LdY/j-s{yrs"><value name="value1"><block type="variable" id=":c,!/vmFIi,{-#m8y=1B"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="M]Qfng[KcxW;Qdz%;CdX"><field name="OP">ADD</field><value name="A"><block type="variable" id="(o[;#:?MXt7EXE{L_[Va"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="=AqR7zntJTmF^HnJX-^6"><field name="NUM">2</field></block></value></block></value></block></statement><value name="IF1"><block type="logic_compare" id="+9e,8)2Crvc8Mvat/eOl"><field name="OP">GT</field><value name="A"><block type="properties" id="EwV,-*@)8hO.XY0){)hS"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="mu0$+;Os!)XRpi,)x4Nv"><field name="NUM">15</field></block></value></block></value><statement name="DO1"><block type="set" id="o+*c^pqk3|-5^3*hq~`L"><value name="value1"><block type="variable" id="yX;HGT7Z~:gspo975`*5"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="peA=nHkd_xwd/Ampe$Hx"><field name="OP">ADD</field><value name="A"><block type="variable" id="3!ITZN.8F#Yk-ws7,1qu"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="Ef(brWkKf$l,^jc?V+`C"><field name="NUM">1</field></block></value></block></value></block></statement><statement name="ELSE"><block type="set" id="xxsAK_G.4m#,6/]h{S++"><value name="value1"><block type="variable" id="377jwb_%DuSlNI|5=q)`"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id="}@iQs)vx[R]7!:C0bo#N"><field name="NUM">0</field></block></value></block></statement></block></statement></block></xml>', 'cfa39e59-dee4-491e-88c2-8f4cd43f4d86', '(this.variable_count) = 0;\n'),
('f1c6eafb-8991-41e9-9d36-e9fd3d3298e2', 'if ((this.position.x + 1) <= 10 || (this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.color) = ("red");\n} else if ((this.position.x + 1) > 3) {\n (this.color) = ("blue");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="XttT9BDUb_RraZ9)8~nl"><value name="value1"><block type="properties" id="o2cw@,R+hR0{D;.P2iOC"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="W`PL|v!l7uPjVOB~{*=W"><field name="color">orange</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="0" y="171"><statement name="Content"><block type="controls_if" id="Hg=`R*mlc]Z(G!VZi/Vf"><mutation elseif="1"></mutation><value name="IF0"><block type="logic_operation" id="h).A9}VqtH~lZy1zfhmD"><field name="OP">OR</field><value name="A"><block type="logic_compare" id="Q:pWIR363?{PoL7}N-%G"><field name="OP">LTE</field><value name="A"><block type="properties" id="w2crr=nc^70*Vzl.y[)O"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="~.J5OXJcU=MT$L,8GteY"><field name="NUM">10</field></block></value></block></value><value name="B"><block type="logic_compare" id=".MA?Dke=-A,+/EKruSdE"><field name="OP">EQ</field><value name="A"><block type="properties" id="%A?]Y|qo+%Dm0yZ2Yf9F"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="[y)1HWM*f/tlPPQW$spY"></block></value></block></value></block></value><statement name="DO0"><block type="set" id="oXfTpv-pIs^-F:%JsV5b"><value name="value1"><block type="properties" id="5y9l`|V-0LQn%jK+Vuk+"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id=";,FG]d**(1fsiCry~m+3"><field name="color">red</field></block></value></block></statement><value name="IF1"><block type="logic_compare" id="M_Y#9S^2BO%A%C~=)`r("><field name="OP">GT</field><value name="A"><block type="properties" id="lV:SBo)wKBplPF!V/T3v"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="zTIxuTKfzZxA3T@LX/S@"><field name="NUM">3</field></block></value></block></value><statement name="DO1"><block type="set" id="Q]dfA^Sbq5NK=Eb9,S3Q"><value name="value1"><block type="properties" id="P1S~wi*=SR_swCLa{18W"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="NKuzq{IzsSNV#5_8A-X}"><field name="color">blue</field></block></value></block></statement></block></statement></block></xml>', '370bde4b-94cd-4189-a0bb-d131049dc7e3', '(this.color) = ("orange");\n'),
('f29ddabf-4dae-4b47-8f52-f82b59b4ce97', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.hair) = ("blond");\n} else if ((this.position.x + 1) < 5) {\n (this.hair) = ("red");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="]7^BXIh2izW$t~-{~]jA"><value name="value1"><block type="properties" id="LzY:HL_fsek9aBjjs./t"><field name="properties">HATCOLOR</field></block></value><value name="value2"><block type="hair_picker" id="mK7-GfBIINkl{rgzcGm:"><field name="color">gray</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="0" y="171"><statement name="Content"><block type="controls_if" id="Aj,MsEN*%wQN=u*A#L%6"><mutation elseif="1"></mutation><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="bNe-LC]W5s`L2%rwC~Xq"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id=":|A88]lklg9oH^jL6SxO"></block></value></block></value><statement name="DO0"><block type="set" id="545N`]E(Seaxry(^U9KZ"><value name="value1"><block type="properties" id="^c?.*i/IkQB}x5P)U7[`"><field name="properties">HATCOLOR</field></block></value><value name="value2"><block type="hair_picker" id="^g[sMdi87)?2eR]ExSHz"><field name="color">blond</field></block></value></block></statement><value name="IF1"><block type="logic_compare" id="srBwD#*wF4g)vs!8lp80"><field name="OP">LT</field><value name="A"><block type="properties" id="tD_`|+u`5HS9pCA~D~HA"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">5</field></block></value></block></value><statement name="DO1"><block type="set" id="Moi)J~?Qv#d_sXFYO}6z"><value name="value1"><block type="properties" id="EOu83A):c)Sy2gzw$FTw"><field name="properties">HATCOLOR</field></block></value><value name="value2"><block type="hair_picker" id="I%c7K1^jL#Rea0;ayzvI"><field name="color">red</field></block></value></block></statement></block></statement></block></xml>', 'ada0d9e2-e58b-49ac-86c2-aa7da1203242', '(this.hair) = ("gray");\n'),
('fd516f24-17a1-4c5c-9639-373f31221355', 'if ((this.position.x + 1) >= 7) {\n (this.variable_count) = ((this.variable_count) + 1);\n}\nif ((this.variable_count) == 6) {\n (this.color) = ("cyan");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id=";-ph;z589g?9jHL@E}{g"><value name="value1"><block type="variable" id="Ql[X%g53ieYgrFE)iQnc"><field name="NAME">count</field></block></value><value name="value2"><block type="math_number" id=":2R?6H-.ec=+$S*b8(_R"><field name="NUM">0</field></block></value><next><block type="set" id="MCl(?ZC0G|V1a=_zHjKu"><value name="value1"><block type="properties" id="NJ;TK[/k1(cz(66Ucqfk"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="j^P,`6#v(b`{]=S?]c^^"><field name="color">orange</field></block></value></block></next></block></statement></block><block type="cut_head" id="cut_head" x="372" y="0"><statement name="Content"><block type="controls_if" id="7x8FHP02j}R1Wg@`%qy_"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">GTE</field><value name="A"><block type="properties" id="lU/k3P.[`s%uq+oQZEho"><field name="properties">XCOORD</field></block></value><value name="B"><block type="math_number" id="Eem[Vxht-;;+ILj@@lxp"><field name="NUM">7</field></block></value></block></value><statement name="DO0"><block type="set" id="x7sp^_mSPHQ/{m#x}Em-"><value name="value1"><block type="variable" id="SpiZ:3XmUhQ~8Qy{n(?@"><field name="NAME">count</field></block></value><value name="value2"><block type="math_arithmetic" id="Ux[;s.gfl`m1P!ZA5pA9"><field name="OP">ADD</field><value name="A"><block type="variable" id="N1W3pO*8OX*lFspDY4Hs"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="}!9M4H8]D`kkAQT_0wAV"><field name="NUM">1</field></block></value></block></value></block></statement><next><block type="controls_if" id="P@R.*]hk+63Yv9.HA21r"><value name="IF0"><block type="logic_compare" id="[tP;+!EelsM5S+#TE~[P"><field name="OP">EQ</field><value name="A"><block type="variable" id=")+Aw0*2^ZZz{1C_+`$1/"><field name="NAME">count</field></block></value><value name="B"><block type="math_number" id="oU|J22RQX{[gzE`{EThG"><field name="NUM">6</field></block></value></block></value><statement name="DO0"><block type="set" id="39{wq|5q:---F/?kMk8g"><value name="value1"><block type="properties" id="4z+7bOt{pW(rO95|tSC{"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="U(o5-wju-!lCsMWa+GzV"><field name="color">cyan</field></block></value></block></statement></block></next></block></statement></block></xml>', 'e58109b2-a6fc-481c-901b-8659ae5595f0', '(this.variable_count) = 0;\n(this.color) = ("orange");\n'),
('ff8bc767-6ce6-40c1-a1ba-a02376953ebb', 'if ((this._globalData.level[this.position.y][this.position.x]) == ("dirt")) {\n (this.color) = ("orange");\n}\n', '<xml xmlns="https://developers.google.com/blockly/xml"><block type="init_head" id="init_head" x="0" y="0"><statement name="Content"><block type="set" id="J{%A6z!OuR7hUH|l~l[I"><value name="value1"><block type="properties" id="8P+6=zWz3l?(`z|AHjv:"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="6$?PZg3jVk:NSCt)~hDi"><field name="color">black</field></block></value></block></statement></block><block type="cut_head" id="cut_head" x="372" y="0"><statement name="Content"><block type="controls_if" id="k{1t231G(3EK4zurqr+b"><value name="IF0"><block type="logic_compare" id="Updh4`dmqWOl8d}M;g8y"><field name="OP">EQ</field><value name="A"><block type="properties" id="-Q/);U#H}PGn-sd;7ctG"><field name="properties">TERRAIN</field></block></value><value name="B"><block type="dirt" id="i7Dd,M@?Nl,I[hdsxea)"></block></value></block></value><statement name="DO0"><block type="set" id="Vi5sq^T^q~3/+~]FktjM"><value name="value1"><block type="properties" id="gBwe0o$Gh*h^rcoG5Qd0"><field name="properties">BODYCOLOR</field></block></value><value name="value2"><block type="shirt_picker" id="a%TlCNw_`Y3K}`B-Uq5("><field name="color">orange</field></block></value></block></statement></block></statement></block></xml>', '7c51e36e-9f19-48b7-ae7b-c27e4b4d0329', '(this.color) = ("black");\n');
/*!40000 ALTER TABLE `mutant` ENABLE KEYS */;
-- Exportiere Struktur von Tabelle codecritters.result
DROP TABLE IF EXISTS `result`;
CREATE TABLE IF NOT EXISTS `result` (
`id` varchar(255) NOT NULL,
`cookie` varchar(255) DEFAULT NULL,
`score` int(11) NOT NULL,
`stars` int(11) NOT NULL,
`updated` datetime DEFAULT NULL,
`level_id` varchar(255) DEFAULT NULL,
`user_id` VARCHAR(255) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `FKnl4waxlekjthh4h7p9igv4owx` (`level_id`),
CONSTRAINT `FK_result_user` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) ON DELETE CASCADE,
CONSTRAINT `FKnl4waxlekjthh4h7p9igv4owx` FOREIGN KEY (`level_id`) REFERENCES `level` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- Exportiere Daten aus Tabelle codecritters.result: ~2 rows (ungefähr)
DELETE FROM `result`;
/*!40000 ALTER TABLE `result` DISABLE KEYS */;
INSERT INTO `result` (`id`, `cookie`, `score`, `stars`, `updated`, `level_id`) VALUES
('44a7fae9-a2c3-4dd5-b0d3-f0e2f68a3de1', 'tslnk', 1040, 3, '2019-04-07 18:26:30', '7c51e36e-9f19-48b7-ae7b-c27e4b4d0329'),
('5d47f923-4d20-4c5e-885a-6013f8f8c9ac', 'bgkkm', 1000, 3, '2019-03-29 20:50:33', '7c51e36e-9f19-48b7-ae7b-c27e4b4d0329'),
('b4a3c978-20ad-40ed-82f8-fd5e5e34e0ca', 'xchfs', 950, 3, '2019-04-06 20:19:19', '7c51e36e-9f19-48b7-ae7b-c27e4b4d0329');
/*!40000 ALTER TABLE `result` ENABLE KEYS */;
-- Exportiere Struktur von Tabelle codecritters.row
DROP TABLE IF EXISTS `critter_row`;
CREATE TABLE IF NOT EXISTS `critter_row` (
`id` varchar(255) NOT NULL,
`name` varchar(255) NOT NULL,
`position` int(11) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `UK_k1hl3knc5x5rrqb5ens7oqadx` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- Exportiere Daten aus Tabelle codecritters.row: ~2 rows (ungefähr)
DELETE FROM `critter_row`;
/*!40000 ALTER TABLE `critter_row` DISABLE KEYS */;
INSERT INTO `critter_row` (`id`, `name`, `position`) VALUES
('1ef8786e-96fe-4eab-865a-d6dd4dbfdd01', 'Advanced', 2),
('0d3c9148-4732-11e9-b210-d663bd873d93', 'Beginner', 1),
('f87be380-4731-11e9-b210-d663bd873d93', 'Tutorials', 0);
/*!40000 ALTER TABLE `critter_row` ENABLE KEYS */;
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;