6a8faeec72483d27c57c6835efd449ff527388c7
[rocksndiamonds.git] / src / conf_gfx.c
1 /***********************************************************
2 * Rocks'n'Diamonds -- McDuffin Strikes Back!               *
3 *----------------------------------------------------------*
4 * (c) 1995-2006 Artsoft Entertainment                      *
5 *               Holger Schemel                             *
6 *               Detmolder Strasse 189                      *
7 *               33604 Bielefeld                            *
8 *               Germany                                    *
9 *               e-mail: info@artsoft.org                   *
10 *----------------------------------------------------------*
11 * conf_gfx.c                                               *
12 ***********************************************************/
13
14 #include "libgame/libgame.h"
15 #include "main.h"
16
17
18 /* List values that are not defined in the configuration file are set to
19    reliable default values. If that value is GFX_ARG_UNDEFINED, it will
20    be dynamically determined, using some of the other list values. */
21
22 struct ConfigTypeInfo image_config_suffix[] =
23 {
24   { ".x",                               ARG_UNDEFINED,  TYPE_INTEGER    },
25   { ".y",                               ARG_UNDEFINED,  TYPE_INTEGER    },
26   { ".xpos",                            ARG_UNDEFINED,  TYPE_INTEGER    },
27   { ".ypos",                            ARG_UNDEFINED,  TYPE_INTEGER    },
28   { ".width",                           ARG_UNDEFINED,  TYPE_INTEGER    },
29   { ".height",                          ARG_UNDEFINED,  TYPE_INTEGER    },
30   { ".vertical",                        "false",        TYPE_BOOLEAN    },
31   { ".offset",                          ARG_UNDEFINED,  TYPE_INTEGER    },
32   { ".xoffset",                         ARG_UNDEFINED,  TYPE_INTEGER    },
33   { ".yoffset",                         ARG_UNDEFINED,  TYPE_INTEGER    },
34   { ".2nd_movement_tile",               "false",        TYPE_BOOLEAN    },
35   { ".2nd_vertical",                    ARG_UNDEFINED,  TYPE_BOOLEAN    },
36   { ".2nd_offset",                      ARG_UNDEFINED,  TYPE_INTEGER    },
37   { ".2nd_xoffset",                     ARG_UNDEFINED,  TYPE_INTEGER    },
38   { ".2nd_yoffset",                     ARG_UNDEFINED,  TYPE_INTEGER    },
39   { ".2nd_swap_tiles",                  ARG_UNDEFINED,  TYPE_BOOLEAN    },
40   { ".frames",                          ARG_UNDEFINED,  TYPE_INTEGER    },
41   { ".frames_per_line",                 ARG_UNDEFINED,  TYPE_INTEGER    },
42   { ".start_frame",                     ARG_UNDEFINED,  TYPE_INTEGER    },
43   { ".delay",                           "1",            TYPE_INTEGER    },
44   { ".anim_mode",                       ARG_UNDEFINED,  TYPE_STRING     },
45   { ".global_sync",                     "false",        TYPE_BOOLEAN    },
46   { ".crumbled_like",                   ARG_UNDEFINED,  TYPE_TOKEN      },
47   { ".diggable_like",                   ARG_UNDEFINED,  TYPE_TOKEN      },
48   { ".border_size",                     ARG_UNDEFINED,  TYPE_INTEGER    },
49   { ".step_offset",                     "4",            TYPE_INTEGER    },
50   { ".step_delay",                      "1",            TYPE_INTEGER    },
51   { ".direction",                       ARG_UNDEFINED,  TYPE_STRING     },
52   { ".position",                        ARG_UNDEFINED,  TYPE_STRING     },
53   { ".draw_xoffset",                    "0",            TYPE_INTEGER    },
54   { ".draw_yoffset",                    "0",            TYPE_INTEGER    },
55   { ".draw_masked",                     "false",        TYPE_BOOLEAN    },
56   { ".anim_delay_fixed",                ARG_UNDEFINED,  TYPE_INTEGER    },
57   { ".anim_delay_random",               ARG_UNDEFINED,  TYPE_INTEGER    },
58   { ".post_delay_fixed",                ARG_UNDEFINED,  TYPE_INTEGER    },
59   { ".post_delay_random",               ARG_UNDEFINED,  TYPE_INTEGER    },
60   { ".name",                            ARG_UNDEFINED,  TYPE_STRING     },
61   { ".scale_up_factor",                 ARG_UNDEFINED,  TYPE_INTEGER    },
62   { ".clone_from",                      ARG_UNDEFINED,  TYPE_TOKEN      },
63   { ".fade_delay",                      ARG_UNDEFINED,  TYPE_INTEGER    },
64   { ".post_delay",                      ARG_UNDEFINED,  TYPE_INTEGER    },
65   { ".auto_delay",                      ARG_UNDEFINED,  TYPE_INTEGER    },
66
67   { NULL,                               NULL,           0               }
68 };
69
70 struct ConfigInfo image_config[] =
71 {
72   /* images for Boulder Dash style elements and actions */
73
74   { "bd_wall",                                  "RocksDC.pcx"           },
75   { "bd_wall.xpos",                             "12"                    },
76   { "bd_wall.ypos",                             "9"                     },
77   { "bd_wall.frames",                           "1"                     },
78   { "bd_wall.EDITOR",                           "RocksDC.pcx"           },
79   { "bd_wall.EDITOR.xpos",                      "14"                    },
80   { "bd_wall.EDITOR.ypos",                      "13"                    },
81
82   { "bd_rock",                                  "RocksDC.pcx"           },
83   { "bd_rock.xpos",                             "12"                    },
84   { "bd_rock.ypos",                             "10"                    },
85   { "bd_rock.frames",                           "1"                     },
86   { "bd_rock.EDITOR",                           "RocksDC.pcx"           },
87   { "bd_rock.EDITOR.xpos",                      "14"                    },
88   { "bd_rock.EDITOR.ypos",                      "14"                    },
89   { "bd_rock.moving.left",                      "RocksDC.pcx"           },
90   { "bd_rock.moving.left.xpos",                 "12"                    },
91   { "bd_rock.moving.left.ypos",                 "10"                    },
92   { "bd_rock.moving.left.frames",               "4"                     },
93   { "bd_rock.moving.left.delay",                "2"                     },
94   { "bd_rock.moving.left.anim_mode",            "reverse"               },
95   { "bd_rock.moving.right",                     "RocksDC.pcx"           },
96   { "bd_rock.moving.right.xpos",                "12"                    },
97   { "bd_rock.moving.right.ypos",                "10"                    },
98   { "bd_rock.moving.right.frames",              "4"                     },
99   { "bd_rock.moving.right.start_frame",         "1"                     },
100   { "bd_rock.moving.right.delay",               "2"                     },
101   { "bd_rock.pushing.left",                     "RocksDC.pcx"           },
102   { "bd_rock.pushing.left.xpos",                "12"                    },
103   { "bd_rock.pushing.left.ypos",                "10"                    },
104   { "bd_rock.pushing.left.frames",              "4"                     },
105   { "bd_rock.pushing.left.delay",               "2"                     },
106   { "bd_rock.pushing.left.anim_mode",           "reverse"               },
107   { "bd_rock.pushing.right",                    "RocksDC.pcx"           },
108   { "bd_rock.pushing.right.xpos",               "12"                    },
109   { "bd_rock.pushing.right.ypos",               "10"                    },
110   { "bd_rock.pushing.right.frames",             "4"                     },
111   { "bd_rock.pushing.right.start_frame",        "1"                     },
112   { "bd_rock.pushing.right.delay",              "2"                     },
113
114   { "bd_diamond",                               "RocksElements.pcx"     },
115   { "bd_diamond.xpos",                          "0"                     },
116   { "bd_diamond.ypos",                          "10"                    },
117   { "bd_diamond.frames",                        "4"                     },
118   { "bd_diamond.delay",                         "4"                     },
119   { "bd_diamond.anim_mode",                     "reverse"               },
120   { "bd_diamond.moving",                        "RocksElements.pcx"     },
121   { "bd_diamond.moving.xpos",                   "3"                     },
122   { "bd_diamond.moving.ypos",                   "10"                    },
123   { "bd_diamond.moving.frames",                 "2"                     },
124   { "bd_diamond.moving.delay",                  "4"                     },
125   { "bd_diamond.falling",                       "RocksElements.pcx"     },
126   { "bd_diamond.falling.xpos",                  "3"                     },
127   { "bd_diamond.falling.ypos",                  "10"                    },
128   { "bd_diamond.falling.frames",                "2"                     },
129   { "bd_diamond.falling.delay",                 "4"                     },
130
131   { "bd_magic_wall",                            "RocksElements.pcx"     },
132   { "bd_magic_wall.xpos",                       "12"                    },
133   { "bd_magic_wall.ypos",                       "10"                    },
134   { "bd_magic_wall.frames",                     "1"                     },
135   { "bd_magic_wall.active",                     "RocksElements.pcx"     },
136   { "bd_magic_wall.active.xpos",                "12"                    },
137   { "bd_magic_wall.active.ypos",                "10"                    },
138   { "bd_magic_wall.active.frames",              "4"                     },
139   { "bd_magic_wall.active.anim_mode",           "reverse"               },
140   { "bd_magic_wall.active.delay",               "4"                     },
141   { "bd_magic_wall.active.global_sync",         "true"                  },
142   { "bd_magic_wall.filling",                    "RocksElements.pcx"     },
143   { "bd_magic_wall.filling.xpos",               "12"                    },
144   { "bd_magic_wall.filling.ypos",               "10"                    },
145   { "bd_magic_wall.filling.frames",             "4"                     },
146   { "bd_magic_wall.filling.anim_mode",          "reverse"               },
147   { "bd_magic_wall.filling.delay",              "4"                     },
148   { "bd_magic_wall.filling.global_sync",        "true"                  },
149   { "bd_magic_wall_full",                       "RocksElements.pcx"     },
150   { "bd_magic_wall_full.xpos",                  "12"                    },
151   { "bd_magic_wall_full.ypos",                  "10"                    },
152   { "bd_magic_wall_full.frames",                "4"                     },
153   { "bd_magic_wall_full.anim_mode",             "reverse"               },
154   { "bd_magic_wall_full.delay",                 "4"                     },
155   { "bd_magic_wall_full.global_sync",           "true"                  },
156   { "bd_magic_wall.emptying",                   "RocksElements.pcx"     },
157   { "bd_magic_wall.emptying.xpos",              "12"                    },
158   { "bd_magic_wall.emptying.ypos",              "10"                    },
159   { "bd_magic_wall.emptying.frames",            "4"                     },
160   { "bd_magic_wall.emptying.anim_mode",         "reverse"               },
161   { "bd_magic_wall.emptying.delay",             "4"                     },
162   { "bd_magic_wall.emptying.global_sync",       "true"                  },
163   { "bd_magic_wall_dead",                       "RocksElements.pcx"     },
164   { "bd_magic_wall_dead.xpos",                  "12"                    },
165   { "bd_magic_wall_dead.ypos",                  "10"                    },
166   { "bd_magic_wall_dead.frames",                "1"                     },
167
168   { "bd_amoeba",                                "RocksElements.pcx"     },
169   { "bd_amoeba.xpos",                           "8"                     },
170   { "bd_amoeba.ypos",                           "6"                     },
171   { "bd_amoeba.frames",                         "4"                     },
172   { "bd_amoeba.delay",                          "1000000"               },
173   { "bd_amoeba.anim_mode",                      "random"                },
174   { "bd_amoeba.EDITOR",                         "RocksElements.pcx"     },
175   { "bd_amoeba.EDITOR.xpos",                    "8"                     },
176   { "bd_amoeba.EDITOR.ypos",                    "7"                     },
177
178   { "bd_butterfly",                             "RocksElements.pcx"     },
179   { "bd_butterfly.xpos",                        "4"                     },
180   { "bd_butterfly.ypos",                        "12"                    },
181   { "bd_butterfly.frames",                      "2"                     },
182   { "bd_butterfly.anim_mode",                   "pingpong"              },
183   { "bd_butterfly.delay",                       "4"                     },
184   { "bd_butterfly.global_sync",                 "true"                  },
185   { "bd_butterfly.right",                       "RocksElements.pcx"     },
186   { "bd_butterfly.right.xpos",                  "4"                     },
187   { "bd_butterfly.right.ypos",                  "12"                    },
188   { "bd_butterfly.right.frames",                "2"                     },
189   { "bd_butterfly.right.anim_mode",             "pingpong"              },
190   { "bd_butterfly.right.delay",                 "4"                     },
191   { "bd_butterfly.right.global_sync",           "true"                  },
192   { "bd_butterfly.right.EDITOR",                "RocksElements.pcx"     },
193   { "bd_butterfly.right.EDITOR.xpos",           "8"                     },
194   { "bd_butterfly.right.EDITOR.ypos",           "12"                    },
195   { "bd_butterfly.up",                          "RocksElements.pcx"     },
196   { "bd_butterfly.up.xpos",                     "4"                     },
197   { "bd_butterfly.up.ypos",                     "12"                    },
198   { "bd_butterfly.up.frames",                   "2"                     },
199   { "bd_butterfly.up.anim_mode",                "pingpong"              },
200   { "bd_butterfly.up.delay",                    "4"                     },
201   { "bd_butterfly.up.global_sync",              "true"                  },
202   { "bd_butterfly.up.EDITOR",                   "RocksElements.pcx"     },
203   { "bd_butterfly.up.EDITOR.xpos",              "9"                     },
204   { "bd_butterfly.up.EDITOR.ypos",              "12"                    },
205   { "bd_butterfly.left",                        "RocksElements.pcx"     },
206   { "bd_butterfly.left.xpos",                   "4"                     },
207   { "bd_butterfly.left.ypos",                   "12"                    },
208   { "bd_butterfly.left.frames",                 "2"                     },
209   { "bd_butterfly.left.anim_mode",              "pingpong"              },
210   { "bd_butterfly.left.delay",                  "4"                     },
211   { "bd_butterfly.left.global_sync",            "true"                  },
212   { "bd_butterfly.left.EDITOR",                 "RocksElements.pcx"     },
213   { "bd_butterfly.left.EDITOR.xpos",            "10"                    },
214   { "bd_butterfly.left.EDITOR.ypos",            "12"                    },
215   { "bd_butterfly.down",                        "RocksElements.pcx"     },
216   { "bd_butterfly.down.xpos",                   "4"                     },
217   { "bd_butterfly.down.ypos",                   "12"                    },
218   { "bd_butterfly.down.frames",                 "2"                     },
219   { "bd_butterfly.down.anim_mode",              "pingpong"              },
220   { "bd_butterfly.down.delay",                  "4"                     },
221   { "bd_butterfly.down.global_sync",            "true"                  },
222   { "bd_butterfly.down.EDITOR",                 "RocksElements.pcx"     },
223   { "bd_butterfly.down.EDITOR.xpos",            "11"                    },
224   { "bd_butterfly.down.EDITOR.ypos",            "12"                    },
225
226   { "bd_firefly",                               "RocksElements.pcx"     },
227   { "bd_firefly.xpos",                          "6"                     },
228   { "bd_firefly.ypos",                          "12"                    },
229   { "bd_firefly.frames",                        "2"                     },
230   { "bd_firefly.anim_mode",                     "pingpong"              },
231   { "bd_firefly.delay",                         "4"                     },
232   { "bd_firefly.global_sync",                   "true"                  },
233   { "bd_firefly.right",                         "RocksElements.pcx"     },
234   { "bd_firefly.right.xpos",                    "6"                     },
235   { "bd_firefly.right.ypos",                    "12"                    },
236   { "bd_firefly.right.frames",                  "2"                     },
237   { "bd_firefly.right.anim_mode",               "pingpong"              },
238   { "bd_firefly.right.delay",                   "4"                     },
239   { "bd_firefly.right.global_sync",             "true"                  },
240   { "bd_firefly.right.EDITOR",                  "RocksElements.pcx"     },
241   { "bd_firefly.right.EDITOR.xpos",             "12"                    },
242   { "bd_firefly.right.EDITOR.ypos",             "12"                    },
243   { "bd_firefly.up",                            "RocksElements.pcx"     },
244   { "bd_firefly.up.xpos",                       "6"                     },
245   { "bd_firefly.up.ypos",                       "12"                    },
246   { "bd_firefly.up.frames",                     "2"                     },
247   { "bd_firefly.up.anim_mode",                  "pingpong"              },
248   { "bd_firefly.up.delay",                      "4"                     },
249   { "bd_firefly.up.global_sync",                "true"                  },
250   { "bd_firefly.up.EDITOR",                     "RocksElements.pcx"     },
251   { "bd_firefly.up.EDITOR.xpos",                "13"                    },
252   { "bd_firefly.up.EDITOR.ypos",                "12"                    },
253   { "bd_firefly.left",                          "RocksElements.pcx"     },
254   { "bd_firefly.left.xpos",                     "6"                     },
255   { "bd_firefly.left.ypos",                     "12"                    },
256   { "bd_firefly.left.frames",                   "2"                     },
257   { "bd_firefly.left.anim_mode",                "pingpong"              },
258   { "bd_firefly.left.delay",                    "4"                     },
259   { "bd_firefly.left.global_sync",              "true"                  },
260   { "bd_firefly.left.EDITOR",                   "RocksElements.pcx"     },
261   { "bd_firefly.left.EDITOR.xpos",              "14"                    },
262   { "bd_firefly.left.EDITOR.ypos",              "12"                    },
263   { "bd_firefly.down",                          "RocksElements.pcx"     },
264   { "bd_firefly.down.xpos",                     "6"                     },
265   { "bd_firefly.down.ypos",                     "12"                    },
266   { "bd_firefly.down.frames",                   "2"                     },
267   { "bd_firefly.down.anim_mode",                "pingpong"              },
268   { "bd_firefly.down.delay",                    "4"                     },
269   { "bd_firefly.down.global_sync",              "true"                  },
270   { "bd_firefly.down.EDITOR",                   "RocksElements.pcx"     },
271   { "bd_firefly.down.EDITOR.xpos",              "15"                    },
272   { "bd_firefly.down.EDITOR.ypos",              "12"                    },
273
274   /* images for Supaplex style elements and actions */
275
276   { "[sp_default].exploding",                   "RocksSP.pcx"           },
277   { "[sp_default].exploding.xpos",              "8"                     },
278   { "[sp_default].exploding.ypos",              "3"                     },
279   { "[sp_default].exploding.frames",            "8"                     },
280   { "[sp_default].exploding.delay",             "3"                     },
281   { "[sp_default].exploding.anim_mode",         "linear"                },
282
283   { "sp_zonk",                                  "RocksSP.pcx"           },
284   { "sp_zonk.xpos",                             "1"                     },
285   { "sp_zonk.ypos",                             "0"                     },
286   { "sp_zonk.frames",                           "1"                     },
287   { "sp_zonk.moving.left",                      "RocksSP.pcx"           },
288   { "sp_zonk.moving.left.xpos",                 "0"                     },
289   { "sp_zonk.moving.left.ypos",                 "6"                     },
290   { "sp_zonk.moving.left.frames",               "4"                     },
291   { "sp_zonk.moving.left.delay",                "2"                     },
292   { "sp_zonk.moving.left.anim_mode",            "reverse"               },
293   { "sp_zonk.moving.right",                     "RocksSP.pcx"           },
294   { "sp_zonk.moving.right.xpos",                "0"                     },
295   { "sp_zonk.moving.right.ypos",                "6"                     },
296   { "sp_zonk.moving.right.frames",              "4"                     },
297   { "sp_zonk.moving.right.start_frame",         "1"                     },
298   { "sp_zonk.moving.right.delay",               "2"                     },
299   { "sp_zonk.pushing.left",                     "RocksSP.pcx"           },
300   { "sp_zonk.pushing.left.xpos",                "0"                     },
301   { "sp_zonk.pushing.left.ypos",                "6"                     },
302   { "sp_zonk.pushing.left.frames",              "4"                     },
303   { "sp_zonk.pushing.left.delay",               "2"                     },
304   { "sp_zonk.pushing.left.anim_mode",           "reverse"               },
305   { "sp_zonk.pushing.right",                    "RocksSP.pcx"           },
306   { "sp_zonk.pushing.right.xpos",               "0"                     },
307   { "sp_zonk.pushing.right.ypos",               "6"                     },
308   { "sp_zonk.pushing.right.frames",             "4"                     },
309   { "sp_zonk.pushing.right.start_frame",        "1"                     },
310   { "sp_zonk.pushing.right.delay",              "2"                     },
311
312   { "sp_base",                                  "RocksSP.pcx"           },
313   { "sp_base.xpos",                             "2"                     },
314   { "sp_base.ypos",                             "0"                     },
315   { "sp_base.frames",                           "1"                     },
316   { "sp_base.digging",                          "RocksSP.pcx"           },
317   { "sp_base.digging.xpos",                     "2"                     },
318   { "sp_base.digging.ypos",                     "0"                     },
319   { "sp_base.digging.frames",                   "1"                     },
320   { "sp_base.digging.anim_mode",                "opaque_player"         },
321   { "sp_base.snapping",                         "RocksSP.pcx"           },
322   { "sp_base.snapping.xpos",                    "8"                     },
323   { "sp_base.snapping.ypos",                    "2"                     },
324   { "sp_base.snapping.frames",                  "7"                     },
325   { "sp_base.snapping.anim_mode",               "linear"                },
326
327   { "sp_murphy",                                "RocksSP.pcx"           },
328   { "sp_murphy.xpos",                           "3"                     },
329   { "sp_murphy.ypos",                           "0"                     },
330   { "sp_murphy.frames",                         "1"                     },
331   { "sp_murphy.moving.left",                    "RocksSP.pcx"           },
332   { "sp_murphy.moving.left.xpos",               "8"                     },
333   { "sp_murphy.moving.left.ypos",               "0"                     },
334   { "sp_murphy.moving.left.frames",             "3"                     },
335   { "sp_murphy.moving.left.anim_mode",          "pingpong"              },
336   { "sp_murphy.moving.left.delay",              "2"                     },
337   { "sp_murphy.moving.right",                   "RocksSP.pcx"           },
338   { "sp_murphy.moving.right.xpos",              "11"                    },
339   { "sp_murphy.moving.right.ypos",              "0"                     },
340   { "sp_murphy.moving.right.frames",            "3"                     },
341   { "sp_murphy.moving.right.anim_mode",         "pingpong"              },
342   { "sp_murphy.moving.right.delay",             "2"                     },
343   { "sp_murphy.digging.left",                   "RocksSP.pcx"           },
344   { "sp_murphy.digging.left.xpos",              "8"                     },
345   { "sp_murphy.digging.left.ypos",              "0"                     },
346   { "sp_murphy.digging.left.frames",            "3"                     },
347   { "sp_murphy.digging.left.anim_mode",         "pingpong"              },
348   { "sp_murphy.digging.left.delay",             "2"                     },
349   { "sp_murphy.digging.right",                  "RocksSP.pcx"           },
350   { "sp_murphy.digging.right.xpos",             "11"                    },
351   { "sp_murphy.digging.right.ypos",             "0"                     },
352   { "sp_murphy.digging.right.frames",           "3"                     },
353   { "sp_murphy.digging.right.anim_mode",        "pingpong"              },
354   { "sp_murphy.digging.right.delay",            "2"                     },
355   { "sp_murphy.collecting.left",                "RocksSP.pcx"           },
356   { "sp_murphy.collecting.left.xpos",           "8"                     },
357   { "sp_murphy.collecting.left.ypos",           "0"                     },
358   { "sp_murphy.collecting.left.frames",         "3"                     },
359   { "sp_murphy.collecting.left.anim_mode",      "pingpong"              },
360   { "sp_murphy.collecting.left.delay",          "2"                     },
361   { "sp_murphy.collecting.right",               "RocksSP.pcx"           },
362   { "sp_murphy.collecting.right.xpos",          "11"                    },
363   { "sp_murphy.collecting.right.ypos",          "0"                     },
364   { "sp_murphy.collecting.right.frames",        "3"                     },
365   { "sp_murphy.collecting.right.anim_mode",     "pingpong"              },
366   { "sp_murphy.collecting.right.delay",         "2"                     },
367   { "sp_murphy.pushing.left",                   "RocksSP.pcx"           },
368   { "sp_murphy.pushing.left.xpos",              "11"                    },
369   { "sp_murphy.pushing.left.ypos",              "1"                     },
370   { "sp_murphy.pushing.left.frames",            "1"                     },
371   { "sp_murphy.pushing.right",                  "RocksSP.pcx"           },
372   { "sp_murphy.pushing.right.xpos",             "10"                    },
373   { "sp_murphy.pushing.right.ypos",             "1"                     },
374   { "sp_murphy.pushing.right.frames",           "1"                     },
375   { "sp_murphy.snapping.left",                  "RocksSP.pcx"           },
376   { "sp_murphy.snapping.left.xpos",             "9"                     },
377   { "sp_murphy.snapping.left.ypos",             "1"                     },
378   { "sp_murphy.snapping.left.frames",           "1"                     },
379   { "sp_murphy.snapping.right",                 "RocksSP.pcx"           },
380   { "sp_murphy.snapping.right.xpos",            "8"                     },
381   { "sp_murphy.snapping.right.ypos",            "1"                     },
382   { "sp_murphy.snapping.right.frames",          "1"                     },
383   { "sp_murphy.snapping.up",                    "RocksSP.pcx"           },
384   { "sp_murphy.snapping.up.xpos",               "14"                    },
385   { "sp_murphy.snapping.up.ypos",               "0"                     },
386   { "sp_murphy.snapping.up.frames",             "1"                     },
387   { "sp_murphy.snapping.down",                  "RocksSP.pcx"           },
388   { "sp_murphy.snapping.down.xpos",             "15"                    },
389   { "sp_murphy.snapping.down.ypos",             "0"                     },
390   { "sp_murphy.snapping.down.frames",           "1"                     },
391   { "sp_murphy.boring",                         "RocksSP.pcx"           },
392   { "sp_murphy.boring.xpos",                    "11"                    },
393   { "sp_murphy.boring.ypos",                    "12"                    },
394   { "sp_murphy.boring.frames",                  "1"                     },
395   { "sp_murphy.boring[1]",                      "RocksSP.pcx"           },
396   { "sp_murphy.boring[1].xpos",                 "0"                     },
397   { "sp_murphy.boring[1].ypos",                 "12"                    },
398   { "sp_murphy.boring[1].frames",               "12"                    },
399   { "sp_murphy.boring[1].delay",                "10"                    },
400   { "sp_murphy.boring[1].anim_mode",            "linear"                },
401   { "sp_murphy.boring[1].anim_delay_fixed",     "120"                   },
402   { "sp_murphy.boring[1].anim_delay_random",    "0"                     },
403   { "sp_murphy.boring[1].post_delay_fixed",     "500"                   },
404   { "sp_murphy.boring[1].post_delay_random",    "500"                   },
405   { "sp_murphy.sleeping.left",                  "RocksSP.pcx"           },
406   { "sp_murphy.sleeping.left.xpos",             "4"                     },
407   { "sp_murphy.sleeping.left.ypos",             "9"                     },
408   { "sp_murphy.sleeping.left.frames",           "3"                     },
409   { "sp_murphy.sleeping.left.delay",            "100"                   },
410   { "sp_murphy.sleeping.left.anim_mode",        "linear,reverse"        },
411   { "sp_murphy.sleeping.right",                 "RocksSP.pcx"           },
412   { "sp_murphy.sleeping.right.xpos",            "13"                    },
413   { "sp_murphy.sleeping.right.ypos",            "12"                    },
414   { "sp_murphy.sleeping.right.frames",          "3"                     },
415   { "sp_murphy.sleeping.right.delay",           "100"                   },
416   { "sp_murphy.sleeping.right.anim_mode",       "linear"                },
417
418   { "sp_murphy_clone",                          "RocksSP.pcx"           },
419   { "sp_murphy_clone.xpos",                     "3"                     },
420   { "sp_murphy_clone.ypos",                     "0"                     },
421   { "sp_murphy_clone.frames",                   "1"                     },
422
423   { "sp_infotron",                              "RocksSP.pcx"           },
424   { "sp_infotron.xpos",                         "4"                     },
425   { "sp_infotron.ypos",                         "0"                     },
426   { "sp_infotron.frames",                       "1"                     },
427   { "sp_infotron.EDITOR",                       "RocksSP.pcx"           },
428   { "sp_infotron.EDITOR.xpos",                  "8"                     },
429   { "sp_infotron.EDITOR.ypos",                  "11"                    },
430   { "sp_infotron.collecting",                   "RocksSP.pcx"           },
431   { "sp_infotron.collecting.xpos",              "8"                     },
432   { "sp_infotron.collecting.ypos",              "7"                     },
433   { "sp_infotron.collecting.frames",            "8"                     },
434   { "sp_infotron.collecting.anim_mode",         "linear"                },
435
436   { "sp_chip_single",                           "RocksSP.pcx"           },
437   { "sp_chip_single.xpos",                      "5"                     },
438   { "sp_chip_single.ypos",                      "0"                     },
439   { "sp_chip_single.frames",                    "1"                     },
440   { "sp_chip_left",                             "RocksSP.pcx"           },
441   { "sp_chip_left.xpos",                        "2"                     },
442   { "sp_chip_left.ypos",                        "3"                     },
443   { "sp_chip_left.frames",                      "1"                     },
444   { "sp_chip_right",                            "RocksSP.pcx"           },
445   { "sp_chip_right.xpos",                       "3"                     },
446   { "sp_chip_right.ypos",                       "3"                     },
447   { "sp_chip_right.frames",                     "1"                     },
448   { "sp_chip_top",                              "RocksSP.pcx"           },
449   { "sp_chip_top.xpos",                         "6"                     },
450   { "sp_chip_top.ypos",                         "4"                     },
451   { "sp_chip_top.frames",                       "1"                     },
452   { "sp_chip_bottom",                           "RocksSP.pcx"           },
453   { "sp_chip_bottom.xpos",                      "7"                     },
454   { "sp_chip_bottom.ypos",                      "4"                     },
455   { "sp_chip_bottom.frames",                    "1"                     },
456
457   { "sp_hardware_gray",                         "RocksSP.pcx"           },
458   { "sp_hardware_gray.xpos",                    "6"                     },
459   { "sp_hardware_gray.ypos",                    "0"                     },
460   { "sp_hardware_gray.frames",                  "1"                     },
461   { "sp_hardware_green",                        "RocksSP.pcx"           },
462   { "sp_hardware_green.xpos",                   "5"                     },
463   { "sp_hardware_green.ypos",                   "3"                     },
464   { "sp_hardware_green.frames",                 "1"                     },
465   { "sp_hardware_blue",                         "RocksSP.pcx"           },
466   { "sp_hardware_blue.xpos",                    "6"                     },
467   { "sp_hardware_blue.ypos",                    "3"                     },
468   { "sp_hardware_blue.frames",                  "1"                     },
469   { "sp_hardware_red",                          "RocksSP.pcx"           },
470   { "sp_hardware_red.xpos",                     "7"                     },
471   { "sp_hardware_red.ypos",                     "3"                     },
472   { "sp_hardware_red.frames",                   "1"                     },
473   { "sp_hardware_yellow",                       "RocksSP.pcx"           },
474   { "sp_hardware_yellow.xpos",                  "0"                     },
475   { "sp_hardware_yellow.ypos",                  "4"                     },
476   { "sp_hardware_yellow.frames",                "1"                     },
477
478   { "sp_exit_closed",                           "RocksSP.pcx"           },
479   { "sp_exit_closed.xpos",                      "7"                     },
480   { "sp_exit_closed.ypos",                      "0"                     },
481   { "sp_exit_closed.frames",                    "1"                     },
482   { "sp_exit.opening",                          "RocksSP.pcx"           },
483   { "sp_exit.opening.xpos",                     "7"                     },
484   { "sp_exit.opening.ypos",                     "0"                     },
485   { "sp_exit.opening.frames",                   "1"                     },
486   { "sp_exit_open",                             "RocksSP.pcx"           },
487   { "sp_exit_open.xpos",                        "7"                     },
488   { "sp_exit_open.ypos",                        "0"                     },
489   { "sp_exit_open.frames",                      "1"                     },
490   { "sp_exit.closing",                          "RocksSP.pcx"           },
491   { "sp_exit.closing.xpos",                     "7"                     },
492   { "sp_exit.closing.ypos",                     "0"                     },
493   { "sp_exit.closing.frames",                   "1"                     },
494
495   { "sp_disk_orange",                           "RocksSP.pcx"           },
496   { "sp_disk_orange.xpos",                      "0"                     },
497   { "sp_disk_orange.ypos",                      "1"                     },
498   { "sp_disk_orange.frames",                    "1"                     },
499
500   { "sp_disk_yellow",                           "RocksSP.pcx"           },
501   { "sp_disk_yellow.xpos",                      "2"                     },
502   { "sp_disk_yellow.ypos",                      "2"                     },
503   { "sp_disk_yellow.frames",                    "1"                     },
504
505   { "sp_disk_red",                              "RocksSP.pcx"           },
506   { "sp_disk_red.xpos",                         "4"                     },
507   { "sp_disk_red.ypos",                         "2"                     },
508   { "sp_disk_red.frames",                       "1"                     },
509   { "sp_disk_red.collecting",                   "RocksSP.pcx"           },
510   { "sp_disk_red.collecting.xpos",              "8"                     },
511   { "sp_disk_red.collecting.ypos",              "5"                     },
512   { "sp_disk_red.collecting.frames",            "8"                     },
513   { "sp_disk_red.collecting.anim_mode",         "linear"                },
514   { "sp_disk_red.active",                       "RocksSP.pcx"           },
515   { "sp_disk_red.active.xpos",                  "4"                     },
516   { "sp_disk_red.active.ypos",                  "2"                     },
517   { "sp_disk_red.active.frames",                "1"                     },
518
519   { "sp_port_right",                            "RocksSP.pcx"           },
520   { "sp_port_right.xpos",                       "1"                     },
521   { "sp_port_right.ypos",                       "1"                     },
522   { "sp_port_right.frames",                     "1"                     },
523   { "sp_port_down",                             "RocksSP.pcx"           },
524   { "sp_port_down.xpos",                        "2"                     },
525   { "sp_port_down.ypos",                        "1"                     },
526   { "sp_port_down.frames",                      "1"                     },
527   { "sp_port_left",                             "RocksSP.pcx"           },
528   { "sp_port_left.xpos",                        "3"                     },
529   { "sp_port_left.ypos",                        "1"                     },
530   { "sp_port_left.frames",                      "1"                     },
531   { "sp_port_up",                               "RocksSP.pcx"           },
532   { "sp_port_up.xpos",                          "4"                     },
533   { "sp_port_up.ypos",                          "1"                     },
534   { "sp_port_up.frames",                        "1"                     },
535   { "sp_port_horizontal",                       "RocksSP.pcx"           },
536   { "sp_port_horizontal.xpos",                  "6"                     },
537   { "sp_port_horizontal.ypos",                  "2"                     },
538   { "sp_port_horizontal.frames",                "1"                     },
539   { "sp_port_vertical",                         "RocksSP.pcx"           },
540   { "sp_port_vertical.xpos",                    "5"                     },
541   { "sp_port_vertical.ypos",                    "2"                     },
542   { "sp_port_vertical.frames",                  "1"                     },
543   { "sp_port_any",                              "RocksSP.pcx"           },
544   { "sp_port_any.xpos",                         "7"                     },
545   { "sp_port_any.ypos",                         "2"                     },
546   { "sp_port_any.frames",                       "1"                     },
547   { "sp_gravity_port_right",                    "RocksSP.pcx"           },
548   { "sp_gravity_port_right.xpos",               "1"                     },
549   { "sp_gravity_port_right.ypos",               "1"                     },
550   { "sp_gravity_port_right.frames",             "1"                     },
551   { "sp_gravity_port_right.EDITOR",             "RocksSP.pcx"           },
552   { "sp_gravity_port_right.EDITOR.xpos",        "5"                     },
553   { "sp_gravity_port_right.EDITOR.ypos",        "1"                     },
554   { "sp_gravity_port_down",                     "RocksSP.pcx"           },
555   { "sp_gravity_port_down.xpos",                "2"                     },
556   { "sp_gravity_port_down.ypos",                "1"                     },
557   { "sp_gravity_port_down.frames",              "1"                     },
558   { "sp_gravity_port_down.EDITOR",              "RocksSP.pcx"           },
559   { "sp_gravity_port_down.EDITOR.xpos",         "6"                     },
560   { "sp_gravity_port_down.EDITOR.ypos",         "1"                     },
561   { "sp_gravity_port_left",                     "RocksSP.pcx"           },
562   { "sp_gravity_port_left.xpos",                "3"                     },
563   { "sp_gravity_port_left.ypos",                "1"                     },
564   { "sp_gravity_port_left.frames",              "1"                     },
565   { "sp_gravity_port_left.EDITOR",              "RocksSP.pcx"           },
566   { "sp_gravity_port_left.EDITOR.xpos",         "7"                     },
567   { "sp_gravity_port_left.EDITOR.ypos",         "1"                     },
568   { "sp_gravity_port_up",                       "RocksSP.pcx"           },
569   { "sp_gravity_port_up.xpos",                  "4"                     },
570   { "sp_gravity_port_up.ypos",                  "1"                     },
571   { "sp_gravity_port_up.frames",                "1"                     },
572   { "sp_gravity_port_up.EDITOR",                "RocksSP.pcx"           },
573   { "sp_gravity_port_up.EDITOR.xpos",           "0"                     },
574   { "sp_gravity_port_up.EDITOR.ypos",           "2"                     },
575   { "sp_gravity_on_port_right",                 "RocksSP.pcx"           },
576   { "sp_gravity_on_port_right.xpos",            "1"                     },
577   { "sp_gravity_on_port_right.ypos",            "1"                     },
578   { "sp_gravity_on_port_right.frames",          "1"                     },
579   { "sp_gravity_on_port_right.EDITOR",          "RocksSP.pcx"           },
580   { "sp_gravity_on_port_right.EDITOR.xpos",     "5"                     },
581   { "sp_gravity_on_port_right.EDITOR.ypos",     "1"                     },
582   { "sp_gravity_on_port_down",                  "RocksSP.pcx"           },
583   { "sp_gravity_on_port_down.xpos",             "2"                     },
584   { "sp_gravity_on_port_down.ypos",             "1"                     },
585   { "sp_gravity_on_port_down.frames",           "1"                     },
586   { "sp_gravity_on_port_down.EDITOR",           "RocksSP.pcx"           },
587   { "sp_gravity_on_port_down.EDITOR.xpos",      "6"                     },
588   { "sp_gravity_on_port_down.EDITOR.ypos",      "1"                     },
589   { "sp_gravity_on_port_left",                  "RocksSP.pcx"           },
590   { "sp_gravity_on_port_left.xpos",             "3"                     },
591   { "sp_gravity_on_port_left.ypos",             "1"                     },
592   { "sp_gravity_on_port_left.frames",           "1"                     },
593   { "sp_gravity_on_port_left.EDITOR",           "RocksSP.pcx"           },
594   { "sp_gravity_on_port_left.EDITOR.xpos",      "7"                     },
595   { "sp_gravity_on_port_left.EDITOR.ypos",      "1"                     },
596   { "sp_gravity_on_port_up",                    "RocksSP.pcx"           },
597   { "sp_gravity_on_port_up.xpos",               "4"                     },
598   { "sp_gravity_on_port_up.ypos",               "1"                     },
599   { "sp_gravity_on_port_up.frames",             "1"                     },
600   { "sp_gravity_on_port_up.EDITOR",             "RocksSP.pcx"           },
601   { "sp_gravity_on_port_up.EDITOR.xpos",        "0"                     },
602   { "sp_gravity_on_port_up.EDITOR.ypos",        "2"                     },
603   { "sp_gravity_off_port_right",                "RocksSP.pcx"           },
604   { "sp_gravity_off_port_right.xpos",           "1"                     },
605   { "sp_gravity_off_port_right.ypos",           "1"                     },
606   { "sp_gravity_off_port_right.frames",         "1"                     },
607   { "sp_gravity_off_port_right.EDITOR",         "RocksSP.pcx"           },
608   { "sp_gravity_off_port_right.EDITOR.xpos",    "5"                     },
609   { "sp_gravity_off_port_right.EDITOR.ypos",    "1"                     },
610   { "sp_gravity_off_port_down",                 "RocksSP.pcx"           },
611   { "sp_gravity_off_port_down.xpos",            "2"                     },
612   { "sp_gravity_off_port_down.ypos",            "1"                     },
613   { "sp_gravity_off_port_down.frames",          "1"                     },
614   { "sp_gravity_off_port_down.EDITOR",          "RocksSP.pcx"           },
615   { "sp_gravity_off_port_down.EDITOR.xpos",     "6"                     },
616   { "sp_gravity_off_port_down.EDITOR.ypos",     "1"                     },
617   { "sp_gravity_off_port_left",                 "RocksSP.pcx"           },
618   { "sp_gravity_off_port_left.xpos",            "3"                     },
619   { "sp_gravity_off_port_left.ypos",            "1"                     },
620   { "sp_gravity_off_port_left.frames",          "1"                     },
621   { "sp_gravity_off_port_left.EDITOR",          "RocksSP.pcx"           },
622   { "sp_gravity_off_port_left.EDITOR.xpos",     "7"                     },
623   { "sp_gravity_off_port_left.EDITOR.ypos",     "1"                     },
624   { "sp_gravity_off_port_up",                   "RocksSP.pcx"           },
625   { "sp_gravity_off_port_up.xpos",              "4"                     },
626   { "sp_gravity_off_port_up.ypos",              "1"                     },
627   { "sp_gravity_off_port_up.frames",            "1"                     },
628   { "sp_gravity_off_port_up.EDITOR",            "RocksSP.pcx"           },
629   { "sp_gravity_off_port_up.EDITOR.xpos",       "0"                     },
630   { "sp_gravity_off_port_up.EDITOR.ypos",       "2"                     },
631
632   { "sp_sniksnak",                              "RocksSP.pcx"           },
633   { "sp_sniksnak.xpos",                         "1"                     },
634   { "sp_sniksnak.ypos",                         "2"                     },
635   { "sp_sniksnak.frames",                       "1"                     },
636   { "sp_sniksnak.left",                         "RocksSP.pcx"           },
637   { "sp_sniksnak.left.xpos",                    "8"                     },
638   { "sp_sniksnak.left.ypos",                    "8"                     },
639   { "sp_sniksnak.left.frames",                  "4"                     },
640   { "sp_sniksnak.left.anim_mode",               "pingpong2"             },
641   { "sp_sniksnak.right",                        "RocksSP.pcx"           },
642   { "sp_sniksnak.right.xpos",                   "12"                    },
643   { "sp_sniksnak.right.ypos",                   "8"                     },
644   { "sp_sniksnak.right.frames",                 "4"                     },
645   { "sp_sniksnak.right.anim_mode",              "pingpong2"             },
646   { "sp_sniksnak.up",                           "RocksSP.pcx"           },
647   { "sp_sniksnak.up.xpos",                      "8"                     },
648   { "sp_sniksnak.up.ypos",                      "9"                     },
649   { "sp_sniksnak.up.frames",                    "4"                     },
650   { "sp_sniksnak.up.anim_mode",                 "pingpong2"             },
651   { "sp_sniksnak.down",                         "RocksSP.pcx"           },
652   { "sp_sniksnak.down.xpos",                    "12"                    },
653   { "sp_sniksnak.down.ypos",                    "9"                     },
654   { "sp_sniksnak.down.frames",                  "4"                     },
655   { "sp_sniksnak.down.anim_mode",               "pingpong2"             },
656   { "sp_sniksnak.turning_from_left.up",         "RocksSP.pcx"           },
657   { "sp_sniksnak.turning_from_left.up.xpos",    "12"                    },
658   { "sp_sniksnak.turning_from_left.up.ypos",    "6"                     },
659   { "sp_sniksnak.turning_from_left.up.frames",  "2"                     },
660   { "sp_sniksnak.turning_from_left.up.delay",   "4"                     },
661   { "sp_sniksnak.turning_from_left.up.offset",  "1408"                  },
662   { "sp_sniksnak.turning_from_left.up.anim_mode","linear"               },
663   { "sp_sniksnak.turning_from_left.down",       "RocksSP.pcx"           },
664   { "sp_sniksnak.turning_from_left.down.xpos",  "13"                    },
665   { "sp_sniksnak.turning_from_left.down.ypos",  "6"                     },
666   { "sp_sniksnak.turning_from_left.down.frames","2"                     },
667   { "sp_sniksnak.turning_from_left.down.delay", "4"                     },
668   { "sp_sniksnak.turning_from_left.down.offset","1504"                  },
669   { "sp_sniksnak.turning_from_left.down.anim_mode","linear"             },
670   { "sp_sniksnak.turning_from_right.up",        "RocksSP.pcx"           },
671   { "sp_sniksnak.turning_from_right.up.xpos",   "15"                    },
672   { "sp_sniksnak.turning_from_right.up.ypos",   "6"                     },
673   { "sp_sniksnak.turning_from_right.up.frames", "2"                     },
674   { "sp_sniksnak.turning_from_right.up.delay",  "4"                     },
675   { "sp_sniksnak.turning_from_right.up.offset", "1312"                  },
676   { "sp_sniksnak.turning_from_right.up.anim_mode","linear"              },
677   { "sp_sniksnak.turning_from_right.down",      "RocksSP.pcx"           },
678   { "sp_sniksnak.turning_from_right.down.xpos", "14"                    },
679   { "sp_sniksnak.turning_from_right.down.ypos", "6"                     },
680   { "sp_sniksnak.turning_from_right.down.frames","2"                    },
681   { "sp_sniksnak.turning_from_right.down.delay","4"                     },
682   { "sp_sniksnak.turning_from_right.down.offset","1472"                 },
683   { "sp_sniksnak.turning_from_right.down.anim_mode","linear"            },
684   { "sp_sniksnak.turning_from_up.left",         "RocksSP.pcx"           },
685   { "sp_sniksnak.turning_from_up.left.xpos",    "12"                    },
686   { "sp_sniksnak.turning_from_up.left.ypos",    "6"                     },
687   { "sp_sniksnak.turning_from_up.left.frames",  "2"                     },
688   { "sp_sniksnak.turning_from_up.left.delay",   "4"                     },
689   { "sp_sniksnak.turning_from_up.left.offset",  "896"                   },
690   { "sp_sniksnak.turning_from_up.left.anim_mode","linear"               },
691   { "sp_sniksnak.turning_from_up.right",        "RocksSP.pcx"           },
692   { "sp_sniksnak.turning_from_up.right.xpos",   "15"                    },
693   { "sp_sniksnak.turning_from_up.right.ypos",   "6"                     },
694   { "sp_sniksnak.turning_from_up.right.frames", "2"                     },
695   { "sp_sniksnak.turning_from_up.right.delay",  "4"                     },
696   { "sp_sniksnak.turning_from_up.right.offset", "928"                   },
697   { "sp_sniksnak.turning_from_up.right.anim_mode","linear"              },
698   { "sp_sniksnak.turning_from_down.left",       "RocksSP.pcx"           },
699   { "sp_sniksnak.turning_from_down.left.xpos",  "13"                    },
700   { "sp_sniksnak.turning_from_down.left.ypos",  "6"                     },
701   { "sp_sniksnak.turning_from_down.left.frames","2"                     },
702   { "sp_sniksnak.turning_from_down.left.delay", "4"                     },
703   { "sp_sniksnak.turning_from_down.left.offset","864"                   },
704   { "sp_sniksnak.turning_from_down.left.anim_mode","linear"             },
705   { "sp_sniksnak.turning_from_down.right",      "RocksSP.pcx"           },
706   { "sp_sniksnak.turning_from_down.right.xpos", "14"                    },
707   { "sp_sniksnak.turning_from_down.right.ypos", "6"                     },
708   { "sp_sniksnak.turning_from_down.right.frames","2"                    },
709   { "sp_sniksnak.turning_from_down.right.delay","4"                     },
710   { "sp_sniksnak.turning_from_down.right.offset","960"                  },
711   { "sp_sniksnak.turning_from_down.right.anim_mode","linear"            },
712
713   { "sp_electron",                              "RocksSP.pcx"           },
714   { "sp_electron.xpos",                         "8"                     },
715   { "sp_electron.ypos",                         "10"                    },
716   { "sp_electron.frames",                       "8"                     },
717   { "sp_electron.delay",                        "4"                     },
718   { "sp_electron.global_sync",                  "true"                  },
719   { "sp_electron.EDITOR",                       "RocksSP.pcx"           },
720   { "sp_electron.EDITOR.xpos",                  "10"                    },
721   { "sp_electron.EDITOR.ypos",                  "11"                    },
722   { "sp_electron.exploding",                    "RocksSP.pcx"           },
723   { "sp_electron.exploding.xpos",               "8"                     },
724   { "sp_electron.exploding.ypos",               "4"                     },
725   { "sp_electron.exploding.frames",             "8"                     },
726   { "sp_electron.exploding.delay",              "3"                     },
727   { "sp_electron.exploding.anim_mode",          "linear"                },
728
729   { "sp_terminal",                              "RocksSP.pcx"           },
730   { "sp_terminal.xpos",                         "0"                     },
731   { "sp_terminal.ypos",                         "10"                    },
732   { "sp_terminal.frames",                       "7"                     },
733   { "sp_terminal.delay",                        "12"                    },
734   { "sp_terminal.EDITOR",                       "RocksSP.pcx"           },
735   { "sp_terminal.EDITOR.xpos",                  "9"                     },
736   { "sp_terminal.EDITOR.ypos",                  "11"                    },
737   { "sp_terminal.active",                       "RocksSP.pcx"           },
738   { "sp_terminal.active.xpos",                  "0"                     },
739   { "sp_terminal.active.ypos",                  "11"                    },
740   { "sp_terminal.active.frames",                "7"                     },
741   { "sp_terminal.active.delay",                 "4"                     },
742
743   { "sp_buggy_base",                            "RocksSP.pcx"           },
744   { "sp_buggy_base.xpos",                       "1"                     },
745   { "sp_buggy_base.ypos",                       "3"                     },
746   { "sp_buggy_base.frames",                     "1"                     },
747   { "sp_buggy_base.EDITOR",                     "RocksSP.pcx"           },
748   { "sp_buggy_base.EDITOR.xpos",                "9"                     },
749   { "sp_buggy_base.EDITOR.ypos",                "6"                     },
750   { "sp_buggy_base.activating",                 "RocksSP.pcx"           },
751   { "sp_buggy_base.activating.xpos",            "15"                    },
752   { "sp_buggy_base.activating.ypos",            "2"                     },
753   { "sp_buggy_base.activating.frames",          "1"                     },
754   { "sp_buggy_base.active",                     "RocksSP.pcx"           },
755   { "sp_buggy_base.active.xpos",                "8"                     },
756   { "sp_buggy_base.active.ypos",                "6"                     },
757   { "sp_buggy_base.active.frames",              "4"                     },
758   { "sp_buggy_base.active.anim_mode",           "random"                },
759
760   { "sp_hardware_base_1",                       "RocksSP.pcx"           },
761   { "sp_hardware_base_1.xpos",                  "4"                     },
762   { "sp_hardware_base_1.ypos",                  "3"                     },
763   { "sp_hardware_base_1.frames",                "1"                     },
764   { "sp_hardware_base_2",                       "RocksSP.pcx"           },
765   { "sp_hardware_base_2.xpos",                  "1"                     },
766   { "sp_hardware_base_2.ypos",                  "4"                     },
767   { "sp_hardware_base_2.frames",                "1"                     },
768   { "sp_hardware_base_3",                       "RocksSP.pcx"           },
769   { "sp_hardware_base_3.xpos",                  "2"                     },
770   { "sp_hardware_base_3.ypos",                  "4"                     },
771   { "sp_hardware_base_3.frames",                "1"                     },
772   { "sp_hardware_base_4",                       "RocksSP.pcx"           },
773   { "sp_hardware_base_4.xpos",                  "3"                     },
774   { "sp_hardware_base_4.ypos",                  "4"                     },
775   { "sp_hardware_base_4.frames",                "1"                     },
776   { "sp_hardware_base_5",                       "RocksSP.pcx"           },
777   { "sp_hardware_base_5.xpos",                  "4"                     },
778   { "sp_hardware_base_5.ypos",                  "4"                     },
779   { "sp_hardware_base_5.frames",                "1"                     },
780   { "sp_hardware_base_6",                       "RocksSP.pcx"           },
781   { "sp_hardware_base_6.xpos",                  "5"                     },
782   { "sp_hardware_base_6.ypos",                  "4"                     },
783   { "sp_hardware_base_6.frames",                "1"                     },
784
785   /* images for Sokoban style elements and actions */
786
787   { "sokoban_object",                           "RocksElements.pcx"     },
788   { "sokoban_object.xpos",                      "9"                     },
789   { "sokoban_object.ypos",                      "7"                     },
790   { "sokoban_object.frames",                    "1"                     },
791   { "sokoban_object.EDITOR",                    "RocksElements.pcx"     },
792   { "sokoban_object.EDITOR.xpos",               "2"                     },
793   { "sokoban_object.EDITOR.ypos",               "14"                    },
794
795   { "sokoban_field_empty",                      "RocksElements.pcx"     },
796   { "sokoban_field_empty.xpos",                 "10"                    },
797   { "sokoban_field_empty.ypos",                 "7"                     },
798   { "sokoban_field_empty.frames",               "1"                     },
799
800   { "sokoban_field_full",                       "RocksElements.pcx"     },
801   { "sokoban_field_full.xpos",                  "11"                    },
802   { "sokoban_field_full.ypos",                  "7"                     },
803   { "sokoban_field_full.frames",                "1"                     },
804
805   { "sokoban_field_player",                     "RocksHeroes.pcx"       },
806   { "sokoban_field_player.xpos",                "0"                     },
807   { "sokoban_field_player.ypos",                "15"                    },
808   { "sokoban_field_player.frames",              "1"                     },
809   { "sokoban_field_player.EDITOR",              "RocksHeroes.pcx"       },
810   { "sokoban_field_player.EDITOR.xpos",         "1"                     },
811   { "sokoban_field_player.EDITOR.ypos",         "15"                    },
812
813   /* images for Emerald Mine style elements and actions */
814
815   { "empty_space",                              "RocksSP.pcx"           },
816   { "empty_space.xpos",                         "0"                     },
817   { "empty_space.ypos",                         "0"                     },
818   { "empty_space.frames",                       "1"                     },
819
820   { "sand",                                     "RocksElements.pcx"     },
821   { "sand.xpos",                                "0"                     },
822   { "sand.ypos",                                "0"                     },
823   { "sand.frames",                              "1"                     },
824   { "sand.CRUMBLED",                            "RocksElements.pcx"     },
825   { "sand.CRUMBLED.xpos",                       "1"                     },
826   { "sand.CRUMBLED.ypos",                       "0"                     },
827   { "sand.CRUMBLED.frames",                     "1"                     },
828   { "sand.digging.left",                        "RocksMore.pcx"         },
829   { "sand.digging.left.xpos",                   "6"                     },
830   { "sand.digging.left.ypos",                   "3"                     },
831   { "sand.digging.left.frames",                 "3"                     },
832   { "sand.digging.left.delay",                  "2"                     },
833   { "sand.digging.left.anim_mode",              "linear"                },
834   { "sand.digging.right",                       "RocksMore.pcx"         },
835   { "sand.digging.right.xpos",                  "9"                     },
836   { "sand.digging.right.ypos",                  "3"                     },
837   { "sand.digging.right.frames",                "3"                     },
838   { "sand.digging.right.delay",                 "2"                     },
839   { "sand.digging.right.anim_mode",             "linear"                },
840   { "sand.digging.up",                          "RocksMore.pcx"         },
841   { "sand.digging.up.xpos",                     "0"                     },
842   { "sand.digging.up.ypos",                     "3"                     },
843   { "sand.digging.up.frames",                   "3"                     },
844   { "sand.digging.up.delay",                    "2"                     },
845   { "sand.digging.up.anim_mode",                "linear"                },
846   { "sand.digging.down",                        "RocksMore.pcx"         },
847   { "sand.digging.down.xpos",                   "3"                     },
848   { "sand.digging.down.ypos",                   "3"                     },
849   { "sand.digging.down.frames",                 "3"                     },
850   { "sand.digging.down.delay",                  "2"                     },
851   { "sand.digging.down.anim_mode",              "linear"                },
852   { "sand.digging.left.CRUMBLED",               "RocksMore.pcx"         },
853   { "sand.digging.left.CRUMBLED.xpos",          "6"                     },
854   { "sand.digging.left.CRUMBLED.ypos",          "0"                     },
855   { "sand.digging.left.CRUMBLED.frames",        "3"                     },
856   { "sand.digging.left.CRUMBLED.delay",         "2"                     },
857   { "sand.digging.left.CRUMBLED.anim_mode",     "linear"                },
858   { "sand.digging.right.CRUMBLED",              "RocksMore.pcx"         },
859   { "sand.digging.right.CRUMBLED.xpos",         "9"                     },
860   { "sand.digging.right.CRUMBLED.ypos",         "0"                     },
861   { "sand.digging.right.CRUMBLED.frames",       "3"                     },
862   { "sand.digging.right.CRUMBLED.delay",        "2"                     },
863   { "sand.digging.right.CRUMBLED.anim_mode",    "linear"                },
864   { "sand.digging.up.CRUMBLED",                 "RocksMore.pcx"         },
865   { "sand.digging.up.CRUMBLED.xpos",            "0"                     },
866   { "sand.digging.up.CRUMBLED.ypos",            "0"                     },
867   { "sand.digging.up.CRUMBLED.frames",          "3"                     },
868   { "sand.digging.up.CRUMBLED.delay",           "2"                     },
869   { "sand.digging.up.CRUMBLED.anim_mode",       "linear"                },
870   { "sand.digging.down.CRUMBLED",               "RocksMore.pcx"         },
871   { "sand.digging.down.CRUMBLED.xpos",          "3"                     },
872   { "sand.digging.down.CRUMBLED.ypos",          "0"                     },
873   { "sand.digging.down.CRUMBLED.frames",        "3"                     },
874   { "sand.digging.down.CRUMBLED.delay",         "2"                     },
875   { "sand.digging.down.CRUMBLED.anim_mode",     "linear"                },
876
877   { "wall",                                     "RocksElements.pcx"     },
878   { "wall.xpos",                                "5"                     },
879   { "wall.ypos",                                "0"                     },
880   { "wall.frames",                              "1"                     },
881
882   { "wall_slippery",                            "RocksElements.pcx"     },
883   { "wall_slippery.xpos",                       "6"                     },
884   { "wall_slippery.ypos",                       "0"                     },
885   { "wall_slippery.frames",                     "1"                     },
886
887   { "steelwall",                                "RocksElements.pcx"     },
888   { "steelwall.xpos",                           "4"                     },
889   { "steelwall.ypos",                           "0"                     },
890   { "steelwall.frames",                         "1"                     },
891
892   { "rock",                                     "RocksElements.pcx"     },
893   { "rock.xpos",                                "12"                    },
894   { "rock.ypos",                                "0"                     },
895   { "rock.frames",                              "1"                     },
896   { "rock.moving.left",                         "RocksElements.pcx"     },
897   { "rock.moving.left.xpos",                    "12"                    },
898   { "rock.moving.left.ypos",                    "0"                     },
899   { "rock.moving.left.frames",                  "4"                     },
900   { "rock.moving.left.delay",                   "2"                     },
901   { "rock.moving.left.anim_mode",               "reverse"               },
902   { "rock.moving.right",                        "RocksElements.pcx"     },
903   { "rock.moving.right.xpos",                   "12"                    },
904   { "rock.moving.right.ypos",                   "0"                     },
905   { "rock.moving.right.frames",                 "4"                     },
906   { "rock.moving.right.start_frame",            "1"                     },
907   { "rock.moving.right.delay",                  "2"                     },
908   { "rock.pushing.left",                        "RocksElements.pcx"     },
909   { "rock.pushing.left.xpos",                   "12"                    },
910   { "rock.pushing.left.ypos",                   "0"                     },
911   { "rock.pushing.left.frames",                 "4"                     },
912   { "rock.pushing.left.delay",                  "2"                     },
913   { "rock.pushing.left.anim_mode",              "reverse"               },
914   { "rock.pushing.right",                       "RocksElements.pcx"     },
915   { "rock.pushing.right.xpos",                  "12"                    },
916   { "rock.pushing.right.ypos",                  "0"                     },
917   { "rock.pushing.right.frames",                "4"                     },
918   { "rock.pushing.right.start_frame",           "1"                     },
919   { "rock.pushing.right.delay",                 "2"                     },
920
921   { "emerald",                                  "RocksElements.pcx"     },
922   { "emerald.xpos",                             "8"                     },
923   { "emerald.ypos",                             "0"                     },
924   { "emerald.frames",                           "1"                     },
925   { "emerald.moving",                           "RocksElements.pcx"     },
926   { "emerald.moving.xpos",                      "8"                     },
927   { "emerald.moving.ypos",                      "0"                     },
928   { "emerald.moving.frames",                    "2"                     },
929   { "emerald.moving.delay",                     "4"                     },
930   { "emerald.falling",                          "RocksElements.pcx"     },
931   { "emerald.falling.xpos",                     "8"                     },
932   { "emerald.falling.ypos",                     "0"                     },
933   { "emerald.falling.frames",                   "2"                     },
934   { "emerald.falling.delay",                    "4"                     },
935   { "emerald.collecting",                       "RocksMore.pcx"         },
936   { "emerald.collecting.xpos",                  "3"                     },
937   { "emerald.collecting.ypos",                  "2"                     },
938   { "emerald.collecting.frames",                "3"                     },
939   { "emerald.collecting.delay",                 "2"                     },
940   { "emerald.collecting.anim_mode",             "linear"                },
941
942   { "diamond",                                  "RocksElements.pcx"     },
943   { "diamond.xpos",                             "10"                    },
944   { "diamond.ypos",                             "0"                     },
945   { "diamond.frames",                           "1"                     },
946   { "diamond.moving",                           "RocksElements.pcx"     },
947   { "diamond.moving.xpos",                      "10"                    },
948   { "diamond.moving.ypos",                      "0"                     },
949   { "diamond.moving.frames",                    "2"                     },
950   { "diamond.moving.delay",                     "4"                     },
951   { "diamond.falling",                          "RocksElements.pcx"     },
952   { "diamond.falling.xpos",                     "10"                    },
953   { "diamond.falling.ypos",                     "0"                     },
954   { "diamond.falling.frames",                   "2"                     },
955   { "diamond.falling.delay",                    "4"                     },
956   { "diamond.collecting",                       "RocksMore.pcx"         },
957   { "diamond.collecting.xpos",                  "7"                     },
958   { "diamond.collecting.ypos",                  "2"                     },
959   { "diamond.collecting.frames",                "3"                     },
960   { "diamond.collecting.delay",                 "2"                     },
961   { "diamond.collecting.anim_mode",             "linear"                },
962
963   { "bomb",                                     "RocksElements.pcx"     },
964   { "bomb.xpos",                                "11"                    },
965   { "bomb.ypos",                                "1"                     },
966   { "bomb.frames",                              "1"                     },
967
968   { "nut",                                      "RocksElements.pcx"     },
969   { "nut.xpos",                                 "12"                    },
970   { "nut.ypos",                                 "1"                     },
971   { "nut.frames",                               "1"                     },
972   { "nut.breaking",                             "RocksElements.pcx"     },
973   { "nut.breaking.xpos",                        "13"                    },
974   { "nut.breaking.ypos",                        "1"                     },
975   { "nut.breaking.frames",                      "3"                     },
976   { "nut.breaking.delay",                       "2"                     },
977   { "nut.breaking.anim_mode",                   "linear"                },
978
979   { "dynamite",                                 "RocksElements.pcx"     },
980   { "dynamite.xpos",                            "0"                     },
981   { "dynamite.ypos",                            "3"                     },
982   { "dynamite.frames",                          "1"                     },
983   { "dynamite.EDITOR",                          "RocksElements.pcx"     },
984   { "dynamite.EDITOR.xpos",                     "0"                     },
985   { "dynamite.EDITOR.ypos",                     "14"                    },
986   { "dynamite.active",                          "RocksElements.pcx"     },
987   { "dynamite.active.xpos",                     "1"                     },
988   { "dynamite.active.ypos",                     "3"                     },
989   { "dynamite.active.frames",                   "7"                     },
990   { "dynamite.active.delay",                    "12"                    },
991   { "dynamite.active.anim_mode",                "linear"                },
992   { "dynamite.active.EDITOR",                   "RocksElements.pcx"     },
993   { "dynamite.active.EDITOR.xpos",              "1"                     },
994   { "dynamite.active.EDITOR.ypos",              "14"                    },
995
996   { "em_dynamite",                              "RocksEMC.pcx"          },
997   { "em_dynamite.xpos",                         "0"                     },
998   { "em_dynamite.ypos",                         "15"                    },
999   { "em_dynamite.frames",                       "1"                     },
1000   { "em_dynamite.active",                       "RocksEMC.pcx"          },
1001   { "em_dynamite.active.xpos",                  "1"                     },
1002   { "em_dynamite.active.ypos",                  "15"                    },
1003   { "em_dynamite.active.frames",                "4"                     },
1004   { "em_dynamite.active.delay",                 "8"                     },
1005   { "em_dynamite.active.anim_mode",             "linear"                },
1006   { "em_dynamite.active.EDITOR",                "RocksEMC.pcx"          },
1007   { "em_dynamite.active.EDITOR.xpos",           "2"                     },
1008   { "em_dynamite.active.EDITOR.ypos",           "15"                    },
1009
1010   { "wall_emerald",                             "RocksElements.pcx"     },
1011   { "wall_emerald.xpos",                        "4"                     },
1012   { "wall_emerald.ypos",                        "8"                     },
1013   { "wall_emerald.frames",                      "1"                     },
1014
1015   { "wall_diamond",                             "RocksElements.pcx"     },
1016   { "wall_diamond.xpos",                        "5"                     },
1017   { "wall_diamond.ypos",                        "8"                     },
1018   { "wall_diamond.frames",                      "1"                     },
1019
1020   { "bug",                                      "RocksElements.pcx"     },
1021   { "bug.xpos",                                 "8"                     },
1022   { "bug.ypos",                                 "4"                     },
1023   { "bug.frames",                               "4"                     },
1024   { "bug.delay",                                "8"                     },
1025   { "bug.right",                                "RocksElements.pcx"     },
1026   { "bug.right.xpos",                           "8"                     },
1027   { "bug.right.ypos",                           "4"                     },
1028   { "bug.right.frames",                         "1"                     },
1029   { "bug.up",                                   "RocksElements.pcx"     },
1030   { "bug.up.xpos",                              "9"                     },
1031   { "bug.up.ypos",                              "4"                     },
1032   { "bug.up.frames",                            "1"                     },
1033   { "bug.left",                                 "RocksElements.pcx"     },
1034   { "bug.left.xpos",                            "10"                    },
1035   { "bug.left.ypos",                            "4"                     },
1036   { "bug.left.frames",                          "1"                     },
1037   { "bug.down",                                 "RocksElements.pcx"     },
1038   { "bug.down.xpos",                            "11"                    },
1039   { "bug.down.ypos",                            "4"                     },
1040   { "bug.down.frames",                          "1"                     },
1041   { "bug.moving.right",                         "RocksElements.pcx"     },
1042   { "bug.moving.right.xpos",                    "8"                     },
1043   { "bug.moving.right.ypos",                    "4"                     },
1044   { "bug.moving.right.frames",                  "2"                     },
1045   { "bug.moving.right.delay",                   "4"                     },
1046   { "bug.moving.right.offset",                  "128"                   },
1047   { "bug.moving.up",                            "RocksElements.pcx"     },
1048   { "bug.moving.up.xpos",                       "9"                     },
1049   { "bug.moving.up.ypos",                       "4"                     },
1050   { "bug.moving.up.frames",                     "2"                     },
1051   { "bug.moving.up.delay",                      "4"                     },
1052   { "bug.moving.up.offset",                     "128"                   },
1053   { "bug.moving.left",                          "RocksElements.pcx"     },
1054   { "bug.moving.left.xpos",                     "10"                    },
1055   { "bug.moving.left.ypos",                     "4"                     },
1056   { "bug.moving.left.frames",                   "2"                     },
1057   { "bug.moving.left.delay",                    "4"                     },
1058   { "bug.moving.left.offset",                   "128"                   },
1059   { "bug.moving.down",                          "RocksElements.pcx"     },
1060   { "bug.moving.down.xpos",                     "11"                    },
1061   { "bug.moving.down.ypos",                     "4"                     },
1062   { "bug.moving.down.frames",                   "2"                     },
1063   { "bug.moving.down.delay",                    "4"                     },
1064   { "bug.moving.down.offset",                   "128"                   },
1065   { "bug.turning_from_right.up",                "RocksMore.pcx"         },
1066   { "bug.turning_from_right.up.xpos",           "0"                     },
1067   { "bug.turning_from_right.up.ypos",           "6"                     },
1068   { "bug.turning_from_right.up.frames",         "4"                     },
1069   { "bug.turning_from_right.up.delay",          "2"                     },
1070   { "bug.turning_from_right.up.anim_mode",      "linear,reverse"        },
1071   { "bug.turning_from_up.left",                 "RocksMore.pcx"         },
1072   { "bug.turning_from_up.left.xpos",            "12"                    },
1073   { "bug.turning_from_up.left.ypos",            "6"                     },
1074   { "bug.turning_from_up.left.frames",          "4"                     },
1075   { "bug.turning_from_up.left.delay",           "2"                     },
1076   { "bug.turning_from_up.left.anim_mode",       "linear,reverse"        },
1077   { "bug.turning_from_left.down",               "RocksMore.pcx"         },
1078   { "bug.turning_from_left.down.xpos",          "8"                     },
1079   { "bug.turning_from_left.down.ypos",          "6"                     },
1080   { "bug.turning_from_left.down.frames",        "4"                     },
1081   { "bug.turning_from_left.down.delay",         "2"                     },
1082   { "bug.turning_from_left.down.anim_mode",     "linear,reverse"        },
1083   { "bug.turning_from_down.right",              "RocksMore.pcx"         },
1084   { "bug.turning_from_down.right.xpos",         "4"                     },
1085   { "bug.turning_from_down.right.ypos",         "6"                     },
1086   { "bug.turning_from_down.right.frames",       "4"                     },
1087   { "bug.turning_from_down.right.delay",        "2"                     },
1088   { "bug.turning_from_down.right.anim_mode",    "linear,reverse"        },
1089   { "bug.turning_from_right.down",              "RocksMore.pcx"         },
1090   { "bug.turning_from_right.down.xpos",         "5"                     },
1091   { "bug.turning_from_right.down.ypos",         "6"                     },
1092   { "bug.turning_from_right.down.frames",       "4"                     },
1093   { "bug.turning_from_right.down.delay",        "2"                     },
1094   { "bug.turning_from_right.down.anim_mode",    "linear"                },
1095   { "bug.turning_from_up.right",                "RocksMore.pcx"         },
1096   { "bug.turning_from_up.right.xpos",           "1"                     },
1097   { "bug.turning_from_up.right.ypos",           "6"                     },
1098   { "bug.turning_from_up.right.frames",         "4"                     },
1099   { "bug.turning_from_up.right.delay",          "2"                     },
1100   { "bug.turning_from_up.right.anim_mode",      "linear"                },
1101   { "bug.turning_from_left.up",                 "RocksMore.pcx"         },
1102   { "bug.turning_from_left.up.xpos",            "13"                    },
1103   { "bug.turning_from_left.up.ypos",            "6"                     },
1104   { "bug.turning_from_left.up.frames",          "4"                     },
1105   { "bug.turning_from_left.up.delay",           "2"                     },
1106   { "bug.turning_from_left.up.anim_mode",       "linear"                },
1107   { "bug.turning_from_down.left",               "RocksMore.pcx"         },
1108   { "bug.turning_from_down.left.xpos",          "9"                     },
1109   { "bug.turning_from_down.left.ypos",          "6"                     },
1110   { "bug.turning_from_down.left.frames",        "4"                     },
1111   { "bug.turning_from_down.left.delay",         "2"                     },
1112   { "bug.turning_from_down.left.anim_mode",     "linear"                },
1113
1114   { "spaceship",                                "RocksElements.pcx"     },
1115   { "spaceship.xpos",                           "8"                     },
1116   { "spaceship.ypos",                           "3"                     },
1117   { "spaceship.frames",                         "4"                     },
1118   { "spaceship.delay",                          "8"                     },
1119   { "spaceship.right",                          "RocksElements.pcx"     },
1120   { "spaceship.right.xpos",                     "8"                     },
1121   { "spaceship.right.ypos",                     "3"                     },
1122   { "spaceship.right.frames",                   "1"                     },
1123   { "spaceship.up",                             "RocksElements.pcx"     },
1124   { "spaceship.up.xpos",                        "9"                     },
1125   { "spaceship.up.ypos",                        "3"                     },
1126   { "spaceship.up.frames",                      "1"                     },
1127   { "spaceship.left",                           "RocksElements.pcx"     },
1128   { "spaceship.left.xpos",                      "10"                    },
1129   { "spaceship.left.ypos",                      "3"                     },
1130   { "spaceship.left.frames",                    "1"                     },
1131   { "spaceship.down",                           "RocksElements.pcx"     },
1132   { "spaceship.down.xpos",                      "11"                    },
1133   { "spaceship.down.ypos",                      "3"                     },
1134   { "spaceship.down.frames",                    "1"                     },
1135   { "spaceship.moving.right",                   "RocksElements.pcx"     },
1136   { "spaceship.moving.right.xpos",              "8"                     },
1137   { "spaceship.moving.right.ypos",              "3"                     },
1138   { "spaceship.moving.right.frames",            "2"                     },
1139   { "spaceship.moving.right.delay",             "4"                     },
1140   { "spaceship.moving.right.offset",            "128"                   },
1141   { "spaceship.moving.up",                      "RocksElements.pcx"     },
1142   { "spaceship.moving.up.xpos",                 "9"                     },
1143   { "spaceship.moving.up.ypos",                 "3"                     },
1144   { "spaceship.moving.up.frames",               "2"                     },
1145   { "spaceship.moving.up.delay",                "4"                     },
1146   { "spaceship.moving.up.offset",               "128"                   },
1147   { "spaceship.moving.left",                    "RocksElements.pcx"     },
1148   { "spaceship.moving.left.xpos",               "10"                    },
1149   { "spaceship.moving.left.ypos",               "3"                     },
1150   { "spaceship.moving.left.frames",             "2"                     },
1151   { "spaceship.moving.left.delay",              "4"                     },
1152   { "spaceship.moving.left.offset",             "128"                   },
1153   { "spaceship.moving.down",                    "RocksElements.pcx"     },
1154   { "spaceship.moving.down.xpos",               "11"                    },
1155   { "spaceship.moving.down.ypos",               "3"                     },
1156   { "spaceship.moving.down.frames",             "2"                     },
1157   { "spaceship.moving.down.delay",              "4"                     },
1158   { "spaceship.moving.down.offset",             "128"                   },
1159   { "spaceship.turning_from_right.up",          "RocksMore.pcx"         },
1160   { "spaceship.turning_from_right.up.xpos",     "0"                     },
1161   { "spaceship.turning_from_right.up.ypos",     "5"                     },
1162   { "spaceship.turning_from_right.up.frames",   "4"                     },
1163   { "spaceship.turning_from_right.up.delay",    "2"                     },
1164   { "spaceship.turning_from_right.up.anim_mode","linear,reverse"        },
1165   { "spaceship.turning_from_up.left",           "RocksMore.pcx"         },
1166   { "spaceship.turning_from_up.left.xpos",      "12"                    },
1167   { "spaceship.turning_from_up.left.ypos",      "5"                     },
1168   { "spaceship.turning_from_up.left.frames",    "4"                     },
1169   { "spaceship.turning_from_up.left.delay",     "2"                     },
1170   { "spaceship.turning_from_up.left.anim_mode", "linear,reverse"        },
1171   { "spaceship.turning_from_left.down",         "RocksMore.pcx"         },
1172   { "spaceship.turning_from_left.down.xpos",    "8"                     },
1173   { "spaceship.turning_from_left.down.ypos",    "5"                     },
1174   { "spaceship.turning_from_left.down.frames",  "4"                     },
1175   { "spaceship.turning_from_left.down.delay",   "2"                     },
1176   { "spaceship.turning_from_left.down.anim_mode","linear,reverse"       },
1177   { "spaceship.turning_from_down.right",        "RocksMore.pcx"         },
1178   { "spaceship.turning_from_down.right.xpos",   "4"                     },
1179   { "spaceship.turning_from_down.right.ypos",   "5"                     },
1180   { "spaceship.turning_from_down.right.frames", "4"                     },
1181   { "spaceship.turning_from_down.right.delay",  "2"                     },
1182   { "spaceship.turning_from_down.right.anim_mode","linear,reverse"      },
1183   { "spaceship.turning_from_right.down",        "RocksMore.pcx"         },
1184   { "spaceship.turning_from_right.down.xpos",   "5"                     },
1185   { "spaceship.turning_from_right.down.ypos",   "5"                     },
1186   { "spaceship.turning_from_right.down.frames", "4"                     },
1187   { "spaceship.turning_from_right.down.delay",  "2"                     },
1188   { "spaceship.turning_from_right.down.anim_mode","linear"              },
1189   { "spaceship.turning_from_up.right",          "RocksMore.pcx"         },
1190   { "spaceship.turning_from_up.right.xpos",     "1"                     },
1191   { "spaceship.turning_from_up.right.ypos",     "5"                     },
1192   { "spaceship.turning_from_up.right.frames",   "4"                     },
1193   { "spaceship.turning_from_up.right.delay",    "2"                     },
1194   { "spaceship.turning_from_up.right.anim_mode","linear"                },
1195   { "spaceship.turning_from_left.up",           "RocksMore.pcx"         },
1196   { "spaceship.turning_from_left.up.xpos",      "13"                    },
1197   { "spaceship.turning_from_left.up.ypos",      "5"                     },
1198   { "spaceship.turning_from_left.up.frames",    "4"                     },
1199   { "spaceship.turning_from_left.up.delay",     "2"                     },
1200   { "spaceship.turning_from_left.up.anim_mode", "linear"                },
1201   { "spaceship.turning_from_down.left",         "RocksMore.pcx"         },
1202   { "spaceship.turning_from_down.left.xpos",    "9"                     },
1203   { "spaceship.turning_from_down.left.ypos",    "5"                     },
1204   { "spaceship.turning_from_down.left.frames",  "4"                     },
1205   { "spaceship.turning_from_down.left.delay",   "2"                     },
1206   { "spaceship.turning_from_down.left.anim_mode","linear"               },
1207
1208   { "yamyam",                                   "RocksElements.pcx"     },
1209   { "yamyam.xpos",                              "0"                     },
1210   { "yamyam.ypos",                              "5"                     },
1211   { "yamyam.frames",                            "4"                     },
1212   { "yamyam.anim_mode",                         "pingpong2"             },
1213   { "yamyam.left",                              "RocksElements.pcx"     },
1214   { "yamyam.left.xpos",                         "0"                     },
1215   { "yamyam.left.ypos",                         "5"                     },
1216   { "yamyam.left.frames",                       "4"                     },
1217   { "yamyam.left.anim_mode",                    "pingpong2"             },
1218   { "yamyam.left.EDITOR",                       "RocksEMC.pcx"          },
1219   { "yamyam.left.EDITOR.xpos",                  "7"                     },
1220   { "yamyam.left.EDITOR.ypos",                  "15"                    },
1221   { "yamyam.right",                             "RocksElements.pcx"     },
1222   { "yamyam.right.xpos",                        "0"                     },
1223   { "yamyam.right.ypos",                        "5"                     },
1224   { "yamyam.right.frames",                      "4"                     },
1225   { "yamyam.right.anim_mode",                   "pingpong2"             },
1226   { "yamyam.right.EDITOR",                      "RocksEMC.pcx"          },
1227   { "yamyam.right.EDITOR.xpos",                 "8"                     },
1228   { "yamyam.right.EDITOR.ypos",                 "15"                    },
1229   { "yamyam.up",                                "RocksElements.pcx"     },
1230   { "yamyam.up.xpos",                           "0"                     },
1231   { "yamyam.up.ypos",                           "5"                     },
1232   { "yamyam.up.frames",                         "4"                     },
1233   { "yamyam.up.anim_mode",                      "pingpong2"             },
1234   { "yamyam.up.EDITOR",                         "RocksEMC.pcx"          },
1235   { "yamyam.up.EDITOR.xpos",                    "5"                     },
1236   { "yamyam.up.EDITOR.ypos",                    "15"                    },
1237   { "yamyam.down",                              "RocksElements.pcx"     },
1238   { "yamyam.down.xpos",                         "0"                     },
1239   { "yamyam.down.ypos",                         "5"                     },
1240   { "yamyam.down.frames",                       "4"                     },
1241   { "yamyam.down.anim_mode",                    "pingpong2"             },
1242   { "yamyam.down.EDITOR",                       "RocksEMC.pcx"          },
1243   { "yamyam.down.EDITOR.xpos",                  "6"                     },
1244   { "yamyam.down.EDITOR.ypos",                  "15"                    },
1245   { "yamyam.moving",                            "RocksElements.pcx"     },
1246   { "yamyam.moving.xpos",                       "0"                     },
1247   { "yamyam.moving.ypos",                       "5"                     },
1248   { "yamyam.moving.frames",                     "1"                     },
1249
1250   { "robot",                                    "RocksElements.pcx"     },
1251   { "robot.xpos",                               "4"                     },
1252   { "robot.ypos",                               "5"                     },
1253   { "robot.frames",                             "4"                     },
1254   { "robot.anim_mode",                          "pingpong2"             },
1255   { "robot.moving",                             "RocksElements.pcx"     },
1256   { "robot.moving.xpos",                        "4"                     },
1257   { "robot.moving.ypos",                        "5"                     },
1258   { "robot.moving.frames",                      "1"                     },
1259
1260   { "robot_wheel",                              "RocksElements.pcx"     },
1261   { "robot_wheel.xpos",                         "0"                     },
1262   { "robot_wheel.ypos",                         "6"                     },
1263   { "robot_wheel.frames",                       "1"                     },
1264   { "robot_wheel.active",                       "RocksElements.pcx"     },
1265   { "robot_wheel.active.xpos",                  "0"                     },
1266   { "robot_wheel.active.ypos",                  "6"                     },
1267   { "robot_wheel.active.frames",                "4"                     },
1268
1269   { "magic_wall",                               "RocksElements.pcx"     },
1270   { "magic_wall.xpos",                          "0"                     },
1271   { "magic_wall.ypos",                          "8"                     },
1272   { "magic_wall.frames",                        "1"                     },
1273   { "magic_wall.active",                        "RocksElements.pcx"     },
1274   { "magic_wall.active.xpos",                   "0"                     },
1275   { "magic_wall.active.ypos",                   "8"                     },
1276   { "magic_wall.active.frames",                 "4"                     },
1277   { "magic_wall.active.anim_mode",              "reverse"               },
1278   { "magic_wall.active.delay",                  "4"                     },
1279   { "magic_wall.active.global_sync",            "true"                  },
1280   { "magic_wall.filling",                       "RocksElements.pcx"     },
1281   { "magic_wall.filling.xpos",                  "0"                     },
1282   { "magic_wall.filling.ypos",                  "8"                     },
1283   { "magic_wall.filling.frames",                "4"                     },
1284   { "magic_wall.filling.anim_mode",             "reverse"               },
1285   { "magic_wall.filling.delay",                 "4"                     },
1286   { "magic_wall.filling.global_sync",           "true"                  },
1287   { "magic_wall_full",                          "RocksElements.pcx"     },
1288   { "magic_wall_full.xpos",                     "0"                     },
1289   { "magic_wall_full.ypos",                     "8"                     },
1290   { "magic_wall_full.frames",                   "4"                     },
1291   { "magic_wall_full.anim_mode",                "reverse"               },
1292   { "magic_wall_full.delay",                    "4"                     },
1293   { "magic_wall_full.global_sync",              "true"                  },
1294   { "magic_wall.emptying",                      "RocksElements.pcx"     },
1295   { "magic_wall.emptying.xpos",                 "0"                     },
1296   { "magic_wall.emptying.ypos",                 "8"                     },
1297   { "magic_wall.emptying.frames",               "4"                     },
1298   { "magic_wall.emptying.anim_mode",            "reverse"               },
1299   { "magic_wall.emptying.delay",                "4"                     },
1300   { "magic_wall.emptying.global_sync",          "true"                  },
1301   { "magic_wall_dead",                          "RocksElements.pcx"     },
1302   { "magic_wall_dead.xpos",                     "0"                     },
1303   { "magic_wall_dead.ypos",                     "8"                     },
1304   { "magic_wall_dead.frames",                   "1"                     },
1305
1306   { "quicksand_empty",                          "RocksElements.pcx"     },
1307   { "quicksand_empty.xpos",                     "2"                     },
1308   { "quicksand_empty.ypos",                     "0"                     },
1309   { "quicksand_empty.frames",                   "1"                     },
1310   { "quicksand.filling",                        "RocksElements.pcx"     },
1311   { "quicksand.filling.xpos",                   "3"                     },
1312   { "quicksand.filling.ypos",                   "0"                     },
1313   { "quicksand.filling.frames",                 "1"                     },
1314   { "quicksand_full",                           "RocksElements.pcx"     },
1315   { "quicksand_full.xpos",                      "3"                     },
1316   { "quicksand_full.ypos",                      "0"                     },
1317   { "quicksand_full.frames",                    "1"                     },
1318   { "quicksand_full.EDITOR",                    "RocksElements.pcx"     },
1319   { "quicksand_full.EDITOR.xpos",               "3"                     },
1320   { "quicksand_full.EDITOR.ypos",               "14"                    },
1321   { "quicksand.emptying",                       "RocksElements.pcx"     },
1322   { "quicksand.emptying.xpos",                  "3"                     },
1323   { "quicksand.emptying.ypos",                  "0"                     },
1324   { "quicksand.emptying.frames",                "1"                     },
1325
1326   { "acid_pool_topleft",                        "RocksElements.pcx"     },
1327   { "acid_pool_topleft.xpos",                   "0"                     },
1328   { "acid_pool_topleft.ypos",                   "1"                     },
1329   { "acid_pool_topleft.frames",                 "1"                     },
1330   { "acid_pool_topright",                       "RocksElements.pcx"     },
1331   { "acid_pool_topright.xpos",                  "2"                     },
1332   { "acid_pool_topright.ypos",                  "1"                     },
1333   { "acid_pool_topright.frames",                "1"                     },
1334   { "acid_pool_bottomleft",                     "RocksElements.pcx"     },
1335   { "acid_pool_bottomleft.xpos",                "0"                     },
1336   { "acid_pool_bottomleft.ypos",                "2"                     },
1337   { "acid_pool_bottomleft.frames",              "1"                     },
1338   { "acid_pool_bottom",                         "RocksElements.pcx"     },
1339   { "acid_pool_bottom.xpos",                    "1"                     },
1340   { "acid_pool_bottom.ypos",                    "2"                     },
1341   { "acid_pool_bottom.frames",                  "1"                     },
1342   { "acid_pool_bottomright",                    "RocksElements.pcx"     },
1343   { "acid_pool_bottomright.xpos",               "2"                     },
1344   { "acid_pool_bottomright.ypos",               "2"                     },
1345   { "acid_pool_bottomright.frames",             "1"                     },
1346
1347   { "acid",                                     "RocksElements.pcx"     },
1348   { "acid.xpos",                                "12"                    },
1349   { "acid.ypos",                                "7"                     },
1350   { "acid.frames",                              "4"                     },
1351   { "acid.delay",                               "10"                    },
1352   { "acid.global_sync",                         "true"                  },
1353
1354   { "acid_splash_left",                         "RocksHeroes.pcx"       },
1355   { "acid_splash_left.xpos",                    "8"                     },
1356   { "acid_splash_left.ypos",                    "10"                    },
1357   { "acid_splash_left.frames",                  "4"                     },
1358   { "acid_splash_left.delay",                   "2"                     },
1359   { "acid_splash_left.anim_mode",               "linear"                },
1360   { "acid_splash_right",                        "RocksHeroes.pcx"       },
1361   { "acid_splash_right.xpos",                   "12"                    },
1362   { "acid_splash_right.ypos",                   "10"                    },
1363   { "acid_splash_right.frames",                 "4"                     },
1364   { "acid_splash_right.delay",                  "2"                     },
1365   { "acid_splash_right.anim_mode",              "linear"                },
1366
1367   { "amoeba_drop",                              "RocksElements.pcx"     },
1368   { "amoeba_drop.xpos",                         "5"                     },
1369   { "amoeba_drop.ypos",                         "6"                     },
1370   { "amoeba_drop.frames",                       "1"                     },
1371   { "amoeba.growing",                           "RocksElements.pcx"     },
1372   { "amoeba.growing.xpos",                      "5"                     },
1373   { "amoeba.growing.ypos",                      "6"                     },
1374   { "amoeba.growing.frames",                    "3"                     },
1375   { "amoeba.growing.delay",                     "2"                     },
1376   { "amoeba.growing.anim_mode",                 "linear"                },
1377   { "amoeba.shrinking",                         "RocksElements.pcx"     },
1378   { "amoeba.shrinking.xpos",                    "5"                     },
1379   { "amoeba.shrinking.ypos",                    "6"                     },
1380   { "amoeba.shrinking.frames",                  "3"                     },
1381   { "amoeba.shrinking.delay",                   "2"                     },
1382   { "amoeba.shrinking.anim_mode",               "linear,reverse"        },
1383   { "amoeba_wet",                               "RocksElements.pcx"     },
1384   { "amoeba_wet.xpos",                          "8"                     },
1385   { "amoeba_wet.ypos",                          "6"                     },
1386   { "amoeba_wet.frames",                        "4"                     },
1387   { "amoeba_wet.delay",                         "1000000"               },
1388   { "amoeba_wet.anim_mode",                     "random"                },
1389   { "amoeba_wet.EDITOR",                        "RocksElements.pcx"     },
1390   { "amoeba_wet.EDITOR.xpos",                   "4"                     },
1391   { "amoeba_wet.EDITOR.ypos",                   "6"                     },
1392   { "amoeba.dropping",                          "RocksElements.pcx"     },
1393   { "amoeba.dropping.xpos",                     "8"                     },
1394   { "amoeba.dropping.ypos",                     "6"                     },
1395   { "amoeba.dropping.frames",                   "4"                     },
1396   { "amoeba.dropping.delay",                    "1000000"               },
1397   { "amoeba.dropping.anim_mode",                "random"                },
1398   { "amoeba_dry",                               "RocksElements.pcx"     },
1399   { "amoeba_dry.xpos",                          "8"                     },
1400   { "amoeba_dry.ypos",                          "6"                     },
1401   { "amoeba_dry.frames",                        "4"                     },
1402   { "amoeba_dry.delay",                         "1000000"               },
1403   { "amoeba_dry.anim_mode",                     "random"                },
1404   { "amoeba_full",                              "RocksElements.pcx"     },
1405   { "amoeba_full.xpos",                         "8"                     },
1406   { "amoeba_full.ypos",                         "6"                     },
1407   { "amoeba_full.frames",                       "4"                     },
1408   { "amoeba_full.delay",                        "1000000"               },
1409   { "amoeba_full.anim_mode",                    "random"                },
1410   { "amoeba_full.EDITOR",                       "RocksElements.pcx"     },
1411   { "amoeba_full.EDITOR.xpos",                  "8"                     },
1412   { "amoeba_full.EDITOR.ypos",                  "7"                     },
1413   { "amoeba_dead",                              "RocksElements.pcx"     },
1414   { "amoeba_dead.xpos",                         "12"                    },
1415   { "amoeba_dead.ypos",                         "6"                     },
1416   { "amoeba_dead.frames",                       "4"                     },
1417   { "amoeba_dead.delay",                        "1000000"               },
1418   { "amoeba_dead.anim_mode",                    "random"                },
1419   { "amoeba_dead.EDITOR",                       "RocksElements.pcx"     },
1420   { "amoeba_dead.EDITOR.xpos",                  "12"                    },
1421   { "amoeba_dead.EDITOR.ypos",                  "6"                     },
1422
1423   { "em_key_1",                                 "RocksSP.pcx"           },
1424   { "em_key_1.xpos",                            "4"                     },
1425   { "em_key_1.ypos",                            "6"                     },
1426   { "em_key_1.frames",                          "1"                     },
1427   { "em_key_2",                                 "RocksSP.pcx"           },
1428   { "em_key_2.xpos",                            "5"                     },
1429   { "em_key_2.ypos",                            "6"                     },
1430   { "em_key_2.frames",                          "1"                     },
1431   { "em_key_3",                                 "RocksSP.pcx"           },
1432   { "em_key_3.xpos",                            "6"                     },
1433   { "em_key_3.ypos",                            "6"                     },
1434   { "em_key_3.frames",                          "1"                     },
1435   { "em_key_4",                                 "RocksSP.pcx"           },
1436   { "em_key_4.xpos",                            "7"                     },
1437   { "em_key_4.ypos",                            "6"                     },
1438   { "em_key_4.frames",                          "1"                     },
1439
1440   { "em_gate_1",                                "RocksSP.pcx"           },
1441   { "em_gate_1.xpos",                           "0"                     },
1442   { "em_gate_1.ypos",                           "7"                     },
1443   { "em_gate_1.frames",                         "1"                     },
1444   { "em_gate_2",                                "RocksSP.pcx"           },
1445   { "em_gate_2.xpos",                           "1"                     },
1446   { "em_gate_2.ypos",                           "7"                     },
1447   { "em_gate_2.frames",                         "1"                     },
1448   { "em_gate_3",                                "RocksSP.pcx"           },
1449   { "em_gate_3.xpos",                           "2"                     },
1450   { "em_gate_3.ypos",                           "7"                     },
1451   { "em_gate_3.frames",                         "1"                     },
1452   { "em_gate_4",                                "RocksSP.pcx"           },
1453   { "em_gate_4.xpos",                           "3"                     },
1454   { "em_gate_4.ypos",                           "7"                     },
1455   { "em_gate_4.frames",                         "1"                     },
1456   { "em_gate_1_gray",                           "RocksSP.pcx"           },
1457   { "em_gate_1_gray.xpos",                      "4"                     },
1458   { "em_gate_1_gray.ypos",                      "7"                     },
1459   { "em_gate_1_gray.frames",                    "1"                     },
1460   { "em_gate_1_gray.EDITOR",                    "RocksSP.pcx"           },
1461   { "em_gate_1_gray.EDITOR.xpos",               "12"                    },
1462   { "em_gate_1_gray.EDITOR.ypos",               "11"                    },
1463   { "em_gate_1_gray.active",                    "RocksSP.pcx"           },
1464   { "em_gate_1_gray.active.xpos",               "0"                     },
1465   { "em_gate_1_gray.active.ypos",               "7"                     },
1466   { "em_gate_1_gray.active.frames",             "1"                     },
1467   { "em_gate_2_gray",                           "RocksSP.pcx"           },
1468   { "em_gate_2_gray.xpos",                      "5"                     },
1469   { "em_gate_2_gray.ypos",                      "7"                     },
1470   { "em_gate_2_gray.frames",                    "1"                     },
1471   { "em_gate_2_gray.EDITOR",                    "RocksSP.pcx"           },
1472   { "em_gate_2_gray.EDITOR.xpos",               "13"                    },
1473   { "em_gate_2_gray.EDITOR.ypos",               "11"                    },
1474   { "em_gate_2_gray.active",                    "RocksSP.pcx"           },
1475   { "em_gate_2_gray.active.xpos",               "1"                     },
1476   { "em_gate_2_gray.active.ypos",               "7"                     },
1477   { "em_gate_2_gray.active.frames",             "1"                     },
1478   { "em_gate_3_gray",                           "RocksSP.pcx"           },
1479   { "em_gate_3_gray.xpos",                      "6"                     },
1480   { "em_gate_3_gray.ypos",                      "7"                     },
1481   { "em_gate_3_gray.frames",                    "1"                     },
1482   { "em_gate_3_gray.EDITOR",                    "RocksSP.pcx"           },
1483   { "em_gate_3_gray.EDITOR.xpos",               "14"                    },
1484   { "em_gate_3_gray.EDITOR.ypos",               "11"                    },
1485   { "em_gate_3_gray.active",                    "RocksSP.pcx"           },
1486   { "em_gate_3_gray.active.xpos",               "2"                     },
1487   { "em_gate_3_gray.active.ypos",               "7"                     },
1488   { "em_gate_3_gray.active.frames",             "1"                     },
1489   { "em_gate_4_gray",                           "RocksSP.pcx"           },
1490   { "em_gate_4_gray.xpos",                      "7"                     },
1491   { "em_gate_4_gray.ypos",                      "7"                     },
1492   { "em_gate_4_gray.frames",                    "1"                     },
1493   { "em_gate_4_gray.EDITOR",                    "RocksSP.pcx"           },
1494   { "em_gate_4_gray.EDITOR.xpos",               "15"                    },
1495   { "em_gate_4_gray.EDITOR.ypos",               "11"                    },
1496   { "em_gate_4_gray.active",                    "RocksSP.pcx"           },
1497   { "em_gate_4_gray.active.xpos",               "3"                     },
1498   { "em_gate_4_gray.active.ypos",               "7"                     },
1499   { "em_gate_4_gray.active.frames",             "1"                     },
1500
1501   { "exit_closed",                              "RocksElements.pcx"     },
1502   { "exit_closed.xpos",                         "0"                     },
1503   { "exit_closed.ypos",                         "11"                    },
1504   { "exit_closed.frames",                       "1"                     },
1505   { "exit.opening",                             "RocksElements.pcx"     },
1506   { "exit.opening.xpos",                        "0"                     },
1507   { "exit.opening.ypos",                        "11"                    },
1508   { "exit.opening.frames",                      "5"                     },
1509   { "exit.opening.delay",                       "6"                     },
1510   { "exit.opening.anim_mode",                   "linear"                },
1511   { "exit_open",                                "RocksElements.pcx"     },
1512   { "exit_open.xpos",                           "4"                     },
1513   { "exit_open.ypos",                           "11"                    },
1514   { "exit_open.frames",                         "4"                     },
1515   { "exit_open.delay",                          "4"                     },
1516   { "exit_open.anim_mode",                      "pingpong"              },
1517   { "exit.closing",                             "RocksElements.pcx"     },
1518   { "exit.closing.xpos",                        "0"                     },
1519   { "exit.closing.ypos",                        "11"                    },
1520   { "exit.closing.frames",                      "5"                     },
1521   { "exit.closing.delay",                       "6"                     },
1522   { "exit.closing.anim_mode",                   "linear,reverse"        },
1523
1524   /* images for Emerald Mine Club style elements and actions */
1525
1526   { "balloon",                                  "RocksDC.pcx"           },
1527   { "balloon.xpos",                             "12"                    },
1528   { "balloon.ypos",                             "7"                     },
1529   { "balloon.frames",                           "1"                     },
1530   { "balloon.moving",                           "RocksDC.pcx"           },
1531   { "balloon.moving.xpos",                      "12"                    },
1532   { "balloon.moving.ypos",                      "7"                     },
1533   { "balloon.moving.frames",                    "4"                     },
1534   { "balloon.moving.anim_mode",                 "pingpong"              },
1535   { "balloon.moving.delay",                     "2"                     },
1536   { "balloon.pushing",                          "RocksDC.pcx"           },
1537   { "balloon.pushing.xpos",                     "12"                    },
1538   { "balloon.pushing.ypos",                     "7"                     },
1539   { "balloon.pushing.frames",                   "4"                     },
1540   { "balloon.pushing.anim_mode",                "pingpong"              },
1541   { "balloon.pushing.delay",                    "2"                     },
1542   { "balloon_switch_left",                      "RocksDC.pcx"           },
1543   { "balloon_switch_left.xpos",                 "8"                     },
1544   { "balloon_switch_left.ypos",                 "7"                     },
1545   { "balloon_switch_left.frames",               "1"                     },
1546   { "balloon_switch_right",                     "RocksDC.pcx"           },
1547   { "balloon_switch_right.xpos",                "9"                     },
1548   { "balloon_switch_right.ypos",                "7"                     },
1549   { "balloon_switch_right.frames",              "1"                     },
1550   { "balloon_switch_up",                        "RocksDC.pcx"           },
1551   { "balloon_switch_up.xpos",                   "10"                    },
1552   { "balloon_switch_up.ypos",                   "7"                     },
1553   { "balloon_switch_up.frames",                 "1"                     },
1554   { "balloon_switch_down",                      "RocksDC.pcx"           },
1555   { "balloon_switch_down.xpos",                 "11"                    },
1556   { "balloon_switch_down.ypos",                 "7"                     },
1557   { "balloon_switch_down.frames",               "1"                     },
1558   { "balloon_switch_any",                       "RocksDC.pcx"           },
1559   { "balloon_switch_any.xpos",                  "15"                    },
1560   { "balloon_switch_any.ypos",                  "0"                     },
1561   { "balloon_switch_any.frames",                "1"                     },
1562   { "balloon_switch_none",                      "RocksDC.pcx"           },
1563   { "balloon_switch_none.xpos",                 "13"                    },
1564   { "balloon_switch_none.ypos",                 "5"                     },
1565   { "balloon_switch_none.frames",               "1"                     },
1566
1567   { "spring",                                   "RocksDC.pcx"           },
1568   { "spring.xpos",                              "8"                     },
1569   { "spring.ypos",                              "13"                    },
1570   { "spring.frames",                            "1"                     },
1571
1572   { "emc_steelwall_1",                          "RocksDC.pcx"           },
1573   { "emc_steelwall_1.xpos",                     "14"                    },
1574   { "emc_steelwall_1.ypos",                     "0"                     },
1575   { "emc_steelwall_1.frames",                   "1"                     },
1576   { "emc_steelwall_2",                          "RocksEMC.pcx"          },
1577   { "emc_steelwall_2.xpos",                     "9"                     },
1578   { "emc_steelwall_2.ypos",                     "8"                     },
1579   { "emc_steelwall_2.frames",                   "1"                     },
1580   { "emc_steelwall_3",                          "RocksEMC.pcx"          },
1581   { "emc_steelwall_3.xpos",                     "9"                     },
1582   { "emc_steelwall_3.ypos",                     "9"                     },
1583   { "emc_steelwall_3.frames",                   "1"                     },
1584   { "emc_steelwall_4",                          "RocksEMC.pcx"          },
1585   { "emc_steelwall_4.xpos",                     "9"                     },
1586   { "emc_steelwall_4.ypos",                     "10"                    },
1587   { "emc_steelwall_4.frames",                   "1"                     },
1588
1589   { "emc_wall_1",                               "RocksDC.pcx"           },
1590   { "emc_wall_1.xpos",                          "13"                    },
1591   { "emc_wall_1.ypos",                          "6"                     },
1592   { "emc_wall_1.frames",                        "1"                     },
1593   { "emc_wall_2",                               "RocksDC.pcx"           },
1594   { "emc_wall_2.xpos",                          "14"                    },
1595   { "emc_wall_2.ypos",                          "6"                     },
1596   { "emc_wall_2.frames",                        "1"                     },
1597   { "emc_wall_3",                               "RocksDC.pcx"           },
1598   { "emc_wall_3.xpos",                          "15"                    },
1599   { "emc_wall_3.ypos",                          "6"                     },
1600   { "emc_wall_3.frames",                        "1"                     },
1601   { "emc_wall_4",                               "RocksDC.pcx"           },
1602   { "emc_wall_4.xpos",                          "14"                    },
1603   { "emc_wall_4.ypos",                          "1"                     },
1604   { "emc_wall_4.frames",                        "1"                     },
1605   { "emc_wall_5",                               "RocksDC.pcx"           },
1606   { "emc_wall_5.xpos",                          "15"                    },
1607   { "emc_wall_5.ypos",                          "1"                     },
1608   { "emc_wall_5.frames",                        "1"                     },
1609   { "emc_wall_6",                               "RocksDC.pcx"           },
1610   { "emc_wall_6.xpos",                          "14"                    },
1611   { "emc_wall_6.ypos",                          "2"                     },
1612   { "emc_wall_6.frames",                        "1"                     },
1613   { "emc_wall_7",                               "RocksDC.pcx"           },
1614   { "emc_wall_7.xpos",                          "15"                    },
1615   { "emc_wall_7.ypos",                          "2"                     },
1616   { "emc_wall_7.frames",                        "1"                     },
1617   { "emc_wall_8",                               "RocksEMC.pcx"          },
1618   { "emc_wall_8.xpos",                          "8"                     },
1619   { "emc_wall_8.ypos",                          "7"                     },
1620   { "emc_wall_8.frames",                        "1"                     },
1621
1622   /* images for Diamond Caves style elements and actions */
1623
1624   { "invisible_steelwall",                      "RocksSP.pcx"           },
1625   { "invisible_steelwall.xpos",                 "3"                     },
1626   { "invisible_steelwall.ypos",                 "5"                     },
1627   { "invisible_steelwall.frames",               "1"                     },
1628   { "invisible_steelwall.EDITOR",               "RocksSP.pcx"           },
1629   { "invisible_steelwall.EDITOR.xpos",          "1"                     },
1630   { "invisible_steelwall.EDITOR.ypos",          "5"                     },
1631   { "invisible_steelwall.active",               "RocksSP.pcx"           },
1632   { "invisible_steelwall.active.xpos",          "1"                     },
1633   { "invisible_steelwall.active.ypos",          "5"                     },
1634   { "invisible_steelwall.active.frames",        "1"                     },
1635
1636   { "invisible_wall",                           "RocksSP.pcx"           },
1637   { "invisible_wall.xpos",                      "7"                     },
1638   { "invisible_wall.ypos",                      "5"                     },
1639   { "invisible_wall.frames",                    "1"                     },
1640   { "invisible_wall.EDITOR",                    "RocksSP.pcx"           },
1641   { "invisible_wall.EDITOR.xpos",               "5"                     },
1642   { "invisible_wall.EDITOR.ypos",               "5"                     },
1643   { "invisible_wall.active",                    "RocksSP.pcx"           },
1644   { "invisible_wall.active.xpos",               "5"                     },
1645   { "invisible_wall.active.ypos",               "5"                     },
1646   { "invisible_wall.active.frames",             "1"                     },
1647
1648   { "invisible_sand",                           "RocksSP.pcx"           },
1649   { "invisible_sand.xpos",                      "0"                     },
1650   { "invisible_sand.ypos",                      "0"                     },
1651   { "invisible_sand.frames",                    "1"                     },
1652   { "invisible_sand.EDITOR",                    "RocksEMC.pcx"          },
1653   { "invisible_sand.EDITOR.xpos",               "2"                     },
1654   { "invisible_sand.EDITOR.ypos",               "4"                     },
1655   { "invisible_sand.active",                    "RocksEMC.pcx"          },
1656   { "invisible_sand.active.xpos",               "2"                     },
1657   { "invisible_sand.active.ypos",               "4"                     },
1658   { "invisible_sand.active.frames",             "1"                     },
1659   { "invisible_sand.active.CRUMBLED",           "RocksEMC.pcx"          },
1660   { "invisible_sand.active.CRUMBLED.xpos",      "3"                     },
1661   { "invisible_sand.active.CRUMBLED.ypos",      "4"                     },
1662   { "invisible_sand.active.CRUMBLED.frames",    "1"                     },
1663   { "invisible_sand.active.digging.left",       "RocksEMC.pcx"          },
1664   { "invisible_sand.active.digging.left.xpos",  "6"                     },
1665   { "invisible_sand.active.digging.left.ypos",  "2"                     },
1666   { "invisible_sand.active.digging.left.frames","3"                     },
1667   { "invisible_sand.active.digging.left.delay", "2"                     },
1668   { "invisible_sand.active.digging.left.anim_mode","linear"             },
1669   { "invisible_sand.active.digging.right",      "RocksEMC.pcx"          },
1670   { "invisible_sand.active.digging.right.xpos", "9"                     },
1671   { "invisible_sand.active.digging.right.ypos", "2"                     },
1672   { "invisible_sand.active.digging.right.frames","3"                    },
1673   { "invisible_sand.active.digging.right.delay","2"                     },
1674   { "invisible_sand.active.digging.right.anim_mode","linear"            },
1675   { "invisible_sand.active.digging.up",         "RocksEMC.pcx"          },
1676   { "invisible_sand.active.digging.up.xpos",    "0"                     },
1677   { "invisible_sand.active.digging.up.ypos",    "2"                     },
1678   { "invisible_sand.active.digging.up.frames",  "3"                     },
1679   { "invisible_sand.active.digging.up.delay",   "2"                     },
1680   { "invisible_sand.active.digging.up.anim_mode","linear"               },
1681   { "invisible_sand.active.digging.down",       "RocksEMC.pcx"          },
1682   { "invisible_sand.active.digging.down.xpos",  "3"                     },
1683   { "invisible_sand.active.digging.down.ypos",  "2"                     },
1684   { "invisible_sand.active.digging.down.frames","3"                     },
1685   { "invisible_sand.active.digging.down.delay", "2"                     },
1686   { "invisible_sand.active.digging.down.anim_mode","linear"             },
1687   { "invisible_sand.active.digging.left.CRUMBLED",      "RocksEMC.pcx"  },
1688   { "invisible_sand.active.digging.left.CRUMBLED.xpos", "6"             },
1689   { "invisible_sand.active.digging.left.CRUMBLED.ypos", "3"             },
1690   { "invisible_sand.active.digging.left.CRUMBLED.frames","3"            },
1691   { "invisible_sand.active.digging.left.CRUMBLED.delay","2"             },
1692   { "invisible_sand.active.digging.left.CRUMBLED.anim_mode","linear"    },
1693   { "invisible_sand.active.digging.right.CRUMBLED",     "RocksEMC.pcx"  },
1694   { "invisible_sand.active.digging.right.CRUMBLED.xpos","9"             },
1695   { "invisible_sand.active.digging.right.CRUMBLED.ypos","3"             },
1696   { "invisible_sand.active.digging.right.CRUMBLED.frames","3"           },
1697   { "invisible_sand.active.digging.right.CRUMBLED.delay","2"            },
1698   { "invisible_sand.active.digging.right.CRUMBLED.anim_mode","linear"   },
1699   { "invisible_sand.active.digging.up.CRUMBLED",        "RocksEMC.pcx"  },
1700   { "invisible_sand.active.digging.up.CRUMBLED.xpos",   "0"             },
1701   { "invisible_sand.active.digging.up.CRUMBLED.ypos",   "3"             },
1702   { "invisible_sand.active.digging.up.CRUMBLED.frames", "3"             },
1703   { "invisible_sand.active.digging.up.CRUMBLED.delay",  "2"             },
1704   { "invisible_sand.active.digging.up.CRUMBLED.anim_mode","linear"      },
1705   { "invisible_sand.active.digging.down.CRUMBLED",      "RocksEMC.pcx"  },
1706   { "invisible_sand.active.digging.down.CRUMBLED.xpos", "3"             },
1707   { "invisible_sand.active.digging.down.CRUMBLED.ypos", "3"             },
1708   { "invisible_sand.active.digging.down.CRUMBLED.frames","3"            },
1709   { "invisible_sand.active.digging.down.CRUMBLED.delay","2"             },
1710   { "invisible_sand.active.digging.down.CRUMBLED.anim_mode","linear"    },
1711
1712   { "conveyor_belt_1_middle",                   "RocksDC.pcx"           },
1713   { "conveyor_belt_1_middle.xpos",              "0"                     },
1714   { "conveyor_belt_1_middle.ypos",              "0"                     },
1715   { "conveyor_belt_1_middle.frames",            "1"                     },
1716   { "conveyor_belt_1_middle.active",            "RocksDC.pcx"           },
1717   { "conveyor_belt_1_middle.active.xpos",       "0"                     },
1718   { "conveyor_belt_1_middle.active.ypos",       "0"                     },
1719   { "conveyor_belt_1_middle.active.frames",     "8"                     },
1720   { "conveyor_belt_1_middle.active.delay",      "2"                     },
1721   { "conveyor_belt_1_left",                     "RocksDC.pcx"           },
1722   { "conveyor_belt_1_left.xpos",                "0"                     },
1723   { "conveyor_belt_1_left.ypos",                "1"                     },
1724   { "conveyor_belt_1_left.frames",              "1"                     },
1725   { "conveyor_belt_1_left.active",              "RocksDC.pcx"           },
1726   { "conveyor_belt_1_left.active.xpos",         "0"                     },
1727   { "conveyor_belt_1_left.active.ypos",         "1"                     },
1728   { "conveyor_belt_1_left.active.frames",       "8"                     },
1729   { "conveyor_belt_1_left.active.delay",        "2"                     },
1730   { "conveyor_belt_1_right",                    "RocksDC.pcx"           },
1731   { "conveyor_belt_1_right.xpos",               "0"                     },
1732   { "conveyor_belt_1_right.ypos",               "2"                     },
1733   { "conveyor_belt_1_right.frames",             "1"                     },
1734   { "conveyor_belt_1_right.active",             "RocksDC.pcx"           },
1735   { "conveyor_belt_1_right.active.xpos",        "0"                     },
1736   { "conveyor_belt_1_right.active.ypos",        "2"                     },
1737   { "conveyor_belt_1_right.active.frames",      "8"                     },
1738   { "conveyor_belt_1_right.active.delay",       "2"                     },
1739   { "conveyor_belt_1_switch_left",              "RocksDC.pcx"           },
1740   { "conveyor_belt_1_switch_left.xpos",         "0"                     },
1741   { "conveyor_belt_1_switch_left.ypos",         "12"                    },
1742   { "conveyor_belt_1_switch_left.frames",       "1"                     },
1743   { "conveyor_belt_1_switch_middle",            "RocksDC.pcx"           },
1744   { "conveyor_belt_1_switch_middle.xpos",       "0"                     },
1745   { "conveyor_belt_1_switch_middle.ypos",       "13"                    },
1746   { "conveyor_belt_1_switch_middle.frames",     "1"                     },
1747   { "conveyor_belt_1_switch_right",             "RocksDC.pcx"           },
1748   { "conveyor_belt_1_switch_right.xpos",        "0"                     },
1749   { "conveyor_belt_1_switch_right.ypos",        "14"                    },
1750   { "conveyor_belt_1_switch_right.frames",      "1"                     },
1751
1752   { "conveyor_belt_2_middle",                   "RocksDC.pcx"           },
1753   { "conveyor_belt_2_middle.xpos",              "0"                     },
1754   { "conveyor_belt_2_middle.ypos",              "3"                     },
1755   { "conveyor_belt_2_middle.frames",            "1"                     },
1756   { "conveyor_belt_2_middle.active",            "RocksDC.pcx"           },
1757   { "conveyor_belt_2_middle.active.xpos",       "0"                     },
1758   { "conveyor_belt_2_middle.active.ypos",       "3"                     },
1759   { "conveyor_belt_2_middle.active.frames",     "8"                     },
1760   { "conveyor_belt_2_middle.active.delay",      "2"                     },
1761   { "conveyor_belt_2_left",                     "RocksDC.pcx"           },
1762   { "conveyor_belt_2_left.xpos",                "0"                     },
1763   { "conveyor_belt_2_left.ypos",                "4"                     },
1764   { "conveyor_belt_2_left.frames",              "1"                     },
1765   { "conveyor_belt_2_left.active",              "RocksDC.pcx"           },
1766   { "conveyor_belt_2_left.active.xpos",         "0"                     },
1767   { "conveyor_belt_2_left.active.ypos",         "4"                     },
1768   { "conveyor_belt_2_left.active.frames",       "8"                     },
1769   { "conveyor_belt_2_left.active.delay",        "2"                     },
1770   { "conveyor_belt_2_right",                    "RocksDC.pcx"           },
1771   { "conveyor_belt_2_right.xpos",               "0"                     },
1772   { "conveyor_belt_2_right.ypos",               "5"                     },
1773   { "conveyor_belt_2_right.frames",             "1"                     },
1774   { "conveyor_belt_2_right.active",             "RocksDC.pcx"           },
1775   { "conveyor_belt_2_right.active.xpos",        "0"                     },
1776   { "conveyor_belt_2_right.active.ypos",        "5"                     },
1777   { "conveyor_belt_2_right.active.frames",      "8"                     },
1778   { "conveyor_belt_2_right.active.delay",       "2"                     },
1779   { "conveyor_belt_2_switch_left",              "RocksDC.pcx"           },
1780   { "conveyor_belt_2_switch_left.xpos",         "1"                     },
1781   { "conveyor_belt_2_switch_left.ypos",         "12"                    },
1782   { "conveyor_belt_2_switch_left.frames",       "1"                     },
1783   { "conveyor_belt_2_switch_middle",            "RocksDC.pcx"           },
1784   { "conveyor_belt_2_switch_middle.xpos",       "1"                     },
1785   { "conveyor_belt_2_switch_middle.ypos",       "13"                    },
1786   { "conveyor_belt_2_switch_middle.frames",     "1"                     },
1787   { "conveyor_belt_2_switch_right",             "RocksDC.pcx"           },
1788   { "conveyor_belt_2_switch_right.xpos",        "1"                     },
1789   { "conveyor_belt_2_switch_right.ypos",        "14"                    },
1790   { "conveyor_belt_2_switch_right.frames",      "1"                     },
1791
1792   { "conveyor_belt_3_middle",                   "RocksDC.pcx"           },
1793   { "conveyor_belt_3_middle.xpos",              "0"                     },
1794   { "conveyor_belt_3_middle.ypos",              "6"                     },
1795   { "conveyor_belt_3_middle.frames",            "1"                     },
1796   { "conveyor_belt_3_middle.active",            "RocksDC.pcx"           },
1797   { "conveyor_belt_3_middle.active.xpos",       "0"                     },
1798   { "conveyor_belt_3_middle.active.ypos",       "6"                     },
1799   { "conveyor_belt_3_middle.active.frames",     "8"                     },
1800   { "conveyor_belt_3_middle.active.delay",      "2"                     },
1801   { "conveyor_belt_3_left",                     "RocksDC.pcx"           },
1802   { "conveyor_belt_3_left.xpos",                "0"                     },
1803   { "conveyor_belt_3_left.ypos",                "7"                     },
1804   { "conveyor_belt_3_left.frames",              "1"                     },
1805   { "conveyor_belt_3_left.active",              "RocksDC.pcx"           },
1806   { "conveyor_belt_3_left.active.xpos",         "0"                     },
1807   { "conveyor_belt_3_left.active.ypos",         "7"                     },
1808   { "conveyor_belt_3_left.active.frames",       "8"                     },
1809   { "conveyor_belt_3_left.active.delay",        "2"                     },
1810   { "conveyor_belt_3_right",                    "RocksDC.pcx"           },
1811   { "conveyor_belt_3_right.xpos",               "0"                     },
1812   { "conveyor_belt_3_right.ypos",               "8"                     },
1813   { "conveyor_belt_3_right.frames",             "1"                     },
1814   { "conveyor_belt_3_right.active",             "RocksDC.pcx"           },
1815   { "conveyor_belt_3_right.active.xpos",        "0"                     },
1816   { "conveyor_belt_3_right.active.ypos",        "8"                     },
1817   { "conveyor_belt_3_right.active.frames",      "8"                     },
1818   { "conveyor_belt_3_right.active.delay",       "2"                     },
1819   { "conveyor_belt_3_switch_left",              "RocksDC.pcx"           },
1820   { "conveyor_belt_3_switch_left.xpos",         "2"                     },
1821   { "conveyor_belt_3_switch_left.ypos",         "12"                    },
1822   { "conveyor_belt_3_switch_left.frames",       "1"                     },
1823   { "conveyor_belt_3_switch_middle",            "RocksDC.pcx"           },
1824   { "conveyor_belt_3_switch_middle.xpos",       "2"                     },
1825   { "conveyor_belt_3_switch_middle.ypos",       "13"                    },
1826   { "conveyor_belt_3_switch_middle.frames",     "1"                     },
1827   { "conveyor_belt_3_switch_right",             "RocksDC.pcx"           },
1828   { "conveyor_belt_3_switch_right.xpos",        "2"                     },
1829   { "conveyor_belt_3_switch_right.ypos",        "14"                    },
1830   { "conveyor_belt_3_switch_right.frames",      "1"                     },
1831
1832   { "conveyor_belt_4_middle",                   "RocksDC.pcx"           },
1833   { "conveyor_belt_4_middle.xpos",              "0"                     },
1834   { "conveyor_belt_4_middle.ypos",              "9"                     },
1835   { "conveyor_belt_4_middle.frames",            "1"                     },
1836   { "conveyor_belt_4_middle.active",            "RocksDC.pcx"           },
1837   { "conveyor_belt_4_middle.active.xpos",       "0"                     },
1838   { "conveyor_belt_4_middle.active.ypos",       "9"                     },
1839   { "conveyor_belt_4_middle.active.frames",     "8"                     },
1840   { "conveyor_belt_4_middle.active.delay",      "2"                     },
1841   { "conveyor_belt_4_left",                     "RocksDC.pcx"           },
1842   { "conveyor_belt_4_left.xpos",                "0"                     },
1843   { "conveyor_belt_4_left.ypos",                "10"                    },
1844   { "conveyor_belt_4_left.frames",              "1"                     },
1845   { "conveyor_belt_4_left.active",              "RocksDC.pcx"           },
1846   { "conveyor_belt_4_left.active.xpos",         "0"                     },
1847   { "conveyor_belt_4_left.active.ypos",         "10"                    },
1848   { "conveyor_belt_4_left.active.frames",       "8"                     },
1849   { "conveyor_belt_4_left.active.delay",        "2"                     },
1850   { "conveyor_belt_4_right",                    "RocksDC.pcx"           },
1851   { "conveyor_belt_4_right.xpos",               "0"                     },
1852   { "conveyor_belt_4_right.ypos",               "11"                    },
1853   { "conveyor_belt_4_right.frames",             "1"                     },
1854   { "conveyor_belt_4_right.active",             "RocksDC.pcx"           },
1855   { "conveyor_belt_4_right.active.xpos",        "0"                     },
1856   { "conveyor_belt_4_right.active.ypos",        "11"                    },
1857   { "conveyor_belt_4_right.active.frames",      "8"                     },
1858   { "conveyor_belt_4_right.active.delay",       "2"                     },
1859   { "conveyor_belt_4_switch_left",              "RocksDC.pcx"           },
1860   { "conveyor_belt_4_switch_left.xpos",         "3"                     },
1861   { "conveyor_belt_4_switch_left.ypos",         "12"                    },
1862   { "conveyor_belt_4_switch_left.frames",       "1"                     },
1863   { "conveyor_belt_4_switch_middle",            "RocksDC.pcx"           },
1864   { "conveyor_belt_4_switch_middle.xpos",       "3"                     },
1865   { "conveyor_belt_4_switch_middle.ypos",       "13"                    },
1866   { "conveyor_belt_4_switch_middle.frames",     "1"                     },
1867   { "conveyor_belt_4_switch_right",             "RocksDC.pcx"           },
1868   { "conveyor_belt_4_switch_right.xpos",        "3"                     },
1869   { "conveyor_belt_4_switch_right.ypos",        "14"                    },
1870   { "conveyor_belt_4_switch_right.frames",      "1"                     },
1871
1872   { "switchgate_switch_up",                     "RocksDC.pcx"           },
1873   { "switchgate_switch_up.xpos",                "4"                     },
1874   { "switchgate_switch_up.ypos",                "12"                    },
1875   { "switchgate_switch_up.frames",              "1"                     },
1876   { "switchgate_switch_down",                   "RocksDC.pcx"           },
1877   { "switchgate_switch_down.xpos",              "5"                     },
1878   { "switchgate_switch_down.ypos",              "12"                    },
1879   { "switchgate_switch_down.frames",            "1"                     },
1880
1881   { "light_switch",                             "RocksDC.pcx"           },
1882   { "light_switch.xpos",                        "6"                     },
1883   { "light_switch.ypos",                        "12"                    },
1884   { "light_switch.frames",                      "1"                     },
1885   { "light_switch.active",                      "RocksDC.pcx"           },
1886   { "light_switch.active.xpos",                 "7"                     },
1887   { "light_switch.active.ypos",                 "12"                    },
1888   { "light_switch.active.frames",               "1"                     },
1889
1890   { "timegate_switch",                          "RocksDC.pcx"           },
1891   { "timegate_switch.xpos",                     "0"                     },
1892   { "timegate_switch.ypos",                     "15"                    },
1893   { "timegate_switch.frames",                   "1"                     },
1894   { "timegate_switch.active",                   "RocksDC.pcx"           },
1895   { "timegate_switch.active.xpos",              "0"                     },
1896   { "timegate_switch.active.ypos",              "15"                    },
1897   { "timegate_switch.active.frames",            "4"                     },
1898
1899   { "envelope_1",                               "RocksMore.pcx"         },
1900   { "envelope_1.xpos",                          "0"                     },
1901   { "envelope_1.ypos",                          "4"                     },
1902   { "envelope_1.frames",                        "1"                     },
1903   { "envelope_1.collecting",                    "RocksMore.pcx"         },
1904   { "envelope_1.collecting.xpos",               "5"                     },
1905   { "envelope_1.collecting.ypos",               "4"                     },
1906   { "envelope_1.collecting.frames",             "3"                     },
1907   { "envelope_1.collecting.delay",              "2"                     },
1908   { "envelope_1.collecting.anim_mode",          "linear"                },
1909   { "envelope_2",                               "RocksMore.pcx"         },
1910   { "envelope_2.xpos",                          "1"                     },
1911   { "envelope_2.ypos",                          "4"                     },
1912   { "envelope_2.frames",                        "1"                     },
1913   { "envelope_2.collecting",                    "RocksMore.pcx"         },
1914   { "envelope_2.collecting.xpos",               "5"                     },
1915   { "envelope_2.collecting.ypos",               "4"                     },
1916   { "envelope_2.collecting.frames",             "3"                     },
1917   { "envelope_2.collecting.delay",              "2"                     },
1918   { "envelope_2.collecting.anim_mode",          "linear"                },
1919   { "envelope_3",                               "RocksMore.pcx"         },
1920   { "envelope_3.xpos",                          "2"                     },
1921   { "envelope_3.ypos",                          "4"                     },
1922   { "envelope_3.frames",                        "1"                     },
1923   { "envelope_3.collecting",                    "RocksMore.pcx"         },
1924   { "envelope_3.collecting.xpos",               "5"                     },
1925   { "envelope_3.collecting.ypos",               "4"                     },
1926   { "envelope_3.collecting.frames",             "3"                     },
1927   { "envelope_3.collecting.delay",              "2"                     },
1928   { "envelope_3.collecting.anim_mode",          "linear"                },
1929   { "envelope_4",                               "RocksMore.pcx"         },
1930   { "envelope_4.xpos",                          "3"                     },
1931   { "envelope_4.ypos",                          "4"                     },
1932   { "envelope_4.frames",                        "1"                     },
1933   { "envelope_4.collecting",                    "RocksMore.pcx"         },
1934   { "envelope_4.collecting.xpos",               "5"                     },
1935   { "envelope_4.collecting.ypos",               "4"                     },
1936   { "envelope_4.collecting.frames",             "3"                     },
1937   { "envelope_4.collecting.delay",              "2"                     },
1938   { "envelope_4.collecting.anim_mode",          "linear"                },
1939
1940   { "sign_exclamation",                         "RocksDC.pcx"           },
1941   { "sign_exclamation.xpos",                    "5"                     },
1942   { "sign_exclamation.ypos",                    "14"                    },
1943   { "sign_exclamation.frames",                  "1"                     },
1944
1945   { "sign_stop",                                "RocksDC.pcx"           },
1946   { "sign_stop.xpos",                           "6"                     },
1947   { "sign_stop.ypos",                           "14"                    },
1948   { "sign_stop.frames",                         "1"                     },
1949
1950   { "landmine",                                 "RocksDC.pcx"           },
1951   { "landmine.xpos",                            "7"                     },
1952   { "landmine.ypos",                            "14"                    },
1953   { "landmine.frames",                          "1"                     },
1954   { "landmine.crumbled_like",                   "sand"                  },
1955
1956   { "steelwall_slippery",                       "RocksDC.pcx"           },
1957   { "steelwall_slippery.xpos",                  "5"                     },
1958   { "steelwall_slippery.ypos",                  "15"                    },
1959   { "steelwall_slippery.frames",                "1"                     },
1960
1961   { "extra_time",                               "RocksDC.pcx"           },
1962   { "extra_time.xpos",                          "8"                     },
1963   { "extra_time.ypos",                          "0"                     },
1964   { "extra_time.frames",                        "6"                     },
1965   { "extra_time.delay",                         "4"                     },
1966
1967   { "shield_normal",                            "RocksDC.pcx"           },
1968   { "shield_normal.xpos",                       "8"                     },
1969   { "shield_normal.ypos",                       "2"                     },
1970   { "shield_normal.frames",                     "6"                     },
1971   { "shield_normal.delay",                      "4"                     },
1972   { "shield_normal.active",                     "RocksHeroes.pcx"       },
1973   { "shield_normal.active.xpos",                "1"                     },
1974   { "shield_normal.active.ypos",                "13"                    },
1975   { "shield_normal.active.frames",              "3"                     },
1976   { "shield_normal.active.delay",               "8"                     },
1977   { "shield_normal.active.anim_mode",           "pingpong"              },
1978
1979   { "shield_deadly",                            "RocksDC.pcx"           },
1980   { "shield_deadly.xpos",                       "8"                     },
1981   { "shield_deadly.ypos",                       "1"                     },
1982   { "shield_deadly.frames",                     "6"                     },
1983   { "shield_deadly.delay",                      "4"                     },
1984   { "shield_deadly.active",                     "RocksHeroes.pcx"       },
1985   { "shield_deadly.active.xpos",                "5"                     },
1986   { "shield_deadly.active.ypos",                "13"                    },
1987   { "shield_deadly.active.frames",              "3"                     },
1988   { "shield_deadly.active.delay",               "8"                     },
1989   { "shield_deadly.active.anim_mode",           "pingpong"              },
1990
1991   { "switchgate_closed",                        "RocksDC.pcx"           },
1992   { "switchgate_closed.xpos",                   "8"                     },
1993   { "switchgate_closed.ypos",                   "5"                     },
1994   { "switchgate_closed.frames",                 "1"                     },
1995   { "switchgate.opening",                       "RocksDC.pcx"           },
1996   { "switchgate.opening.xpos",                  "8"                     },
1997   { "switchgate.opening.ypos",                  "5"                     },
1998   { "switchgate.opening.frames",                "5"                     },
1999   { "switchgate.opening.delay",                 "6"                     },
2000   { "switchgate_open",                          "RocksDC.pcx"           },
2001   { "switchgate_open.xpos",                     "12"                    },
2002   { "switchgate_open.ypos",                     "5"                     },
2003   { "switchgate_open.frames",                   "1"                     },
2004   { "switchgate.closing",                       "RocksDC.pcx"           },
2005   { "switchgate.closing.xpos",                  "8"                     },
2006   { "switchgate.closing.ypos",                  "5"                     },
2007   { "switchgate.closing.frames",                "5"                     },
2008   { "switchgate.closing.delay",                 "6"                     },
2009   { "switchgate.closing.anim_mode",             "reverse"               },
2010
2011   { "timegate_closed",                          "RocksDC.pcx"           },
2012   { "timegate_closed.xpos",                     "8"                     },
2013   { "timegate_closed.ypos",                     "6"                     },
2014   { "timegate_closed.frames",                   "1"                     },
2015   { "timegate.opening",                         "RocksDC.pcx"           },
2016   { "timegate.opening.xpos",                    "8"                     },
2017   { "timegate.opening.ypos",                    "6"                     },
2018   { "timegate.opening.frames",                  "5"                     },
2019   { "timegate.opening.delay",                   "6"                     },
2020   { "timegate_open",                            "RocksDC.pcx"           },
2021   { "timegate_open.xpos",                       "12"                    },
2022   { "timegate_open.ypos",                       "6"                     },
2023   { "timegate_open.frames",                     "1"                     },
2024   { "timegate.closing",                         "RocksDC.pcx"           },
2025   { "timegate.closing.xpos",                    "8"                     },
2026   { "timegate.closing.ypos",                    "6"                     },
2027   { "timegate.closing.frames",                  "5"                     },
2028   { "timegate.closing.delay",                   "6"                     },
2029   { "timegate.closing.anim_mode",               "reverse"               },
2030
2031   { "pearl",                                    "RocksDC.pcx"           },
2032   { "pearl.xpos",                               "8"                     },
2033   { "pearl.ypos",                               "11"                    },
2034   { "pearl.frames",                             "1"                     },
2035   { "pearl.breaking",                           "RocksDC.pcx"           },
2036   { "pearl.breaking.xpos",                      "8"                     },
2037   { "pearl.breaking.ypos",                      "12"                    },
2038   { "pearl.breaking.frames",                    "4"                     },
2039   { "pearl.breaking.delay",                     "2"                     },
2040   { "pearl.breaking.anim_mode",                 "linear"                },
2041
2042   { "crystal",                                  "RocksDC.pcx"           },
2043   { "crystal.xpos",                             "9"                     },
2044   { "crystal.ypos",                             "11"                    },
2045   { "crystal.frames",                           "1"                     },
2046
2047   { "wall_pearl",                               "RocksDC.pcx"           },
2048   { "wall_pearl.xpos",                          "10"                    },
2049   { "wall_pearl.ypos",                          "11"                    },
2050   { "wall_pearl.frames",                        "1"                     },
2051
2052   { "wall_crystal",                             "RocksDC.pcx"           },
2053   { "wall_crystal.xpos",                        "11"                    },
2054   { "wall_crystal.ypos",                        "11"                    },
2055   { "wall_crystal.frames",                      "1"                     },
2056
2057   /* images for DX Boulderdash style elements and actions */
2058
2059   { "tube_right_down",                          "RocksDC.pcx"           },
2060   { "tube_right_down.xpos",                     "9"                     },
2061   { "tube_right_down.ypos",                     "13"                    },
2062   { "tube_right_down.frames",                   "1"                     },
2063
2064   { "tube_horizontal_down",                     "RocksDC.pcx"           },
2065   { "tube_horizontal_down.xpos",                "10"                    },
2066   { "tube_horizontal_down.ypos",                "13"                    },
2067   { "tube_horizontal_down.frames",              "1"                     },
2068
2069   { "tube_left_down",                           "RocksDC.pcx"           },
2070   { "tube_left_down.xpos",                      "11"                    },
2071   { "tube_left_down.ypos",                      "13"                    },
2072   { "tube_left_down.frames",                    "1"                     },
2073
2074   { "tube_horizontal",                          "RocksDC.pcx"           },
2075   { "tube_horizontal.xpos",                     "8"                     },
2076   { "tube_horizontal.ypos",                     "14"                    },
2077   { "tube_horizontal.frames",                   "1"                     },
2078
2079   { "tube_vertical_right",                      "RocksDC.pcx"           },
2080   { "tube_vertical_right.xpos",                 "9"                     },
2081   { "tube_vertical_right.ypos",                 "14"                    },
2082   { "tube_vertical_right.frames",               "1"                     },
2083
2084   { "tube_any",                                 "RocksDC.pcx"           },
2085   { "tube_any.xpos",                            "10"                    },
2086   { "tube_any.ypos",                            "14"                    },
2087   { "tube_any.frames",                          "1"                     },
2088
2089   { "tube_vertical_left",                       "RocksDC.pcx"           },
2090   { "tube_vertical_left.xpos",                  "11"                    },
2091   { "tube_vertical_left.ypos",                  "14"                    },
2092   { "tube_vertical_left.frames",                "1"                     },
2093
2094   { "tube_vertical",                            "RocksDC.pcx"           },
2095   { "tube_vertical.xpos",                       "8"                     },
2096   { "tube_vertical.ypos",                       "15"                    },
2097   { "tube_vertical.frames",                     "1"                     },
2098
2099   { "tube_right_up",                            "RocksDC.pcx"           },
2100   { "tube_right_up.xpos",                       "9"                     },
2101   { "tube_right_up.ypos",                       "15"                    },
2102   { "tube_right_up.frames",                     "1"                     },
2103
2104   { "tube_horizontal_up",                       "RocksDC.pcx"           },
2105   { "tube_horizontal_up.xpos",                  "10"                    },
2106   { "tube_horizontal_up.ypos",                  "15"                    },
2107   { "tube_horizontal_up.frames",                "1"                     },
2108
2109   { "tube_left_up",                             "RocksDC.pcx"           },
2110   { "tube_left_up.xpos",                        "11"                    },
2111   { "tube_left_up.ypos",                        "15"                    },
2112   { "tube_left_up.frames",                      "1"                     },
2113
2114   { "trap",                                     "RocksDC.pcx"           },
2115   { "trap.xpos",                                "12"                    },
2116   { "trap.ypos",                                "8"                     },
2117   { "trap.frames",                              "1"                     },
2118   { "trap.crumbled_like",                       "sand"                  },
2119   { "trap.diggable_like",                       "sand"                  },
2120   { "trap.active",                              "RocksDC.pcx"           },
2121   { "trap.active.xpos",                         "12"                    },
2122   { "trap.active.ypos",                         "8"                     },
2123   { "trap.active.frames",                       "4"                     },
2124   { "trap.active.delay",                        "4"                     },
2125   { "trap.active.anim_mode",                    "pingpong2"             },
2126   { "trap.active.crumbled_like",                "sand"                  },
2127
2128   { "dx_supabomb",                              "RocksDC.pcx"           },
2129   { "dx_supabomb.xpos",                         "15"                    },
2130   { "dx_supabomb.ypos",                         "9"                     },
2131   { "dx_supabomb.frames",                       "1"                     },
2132
2133   /* images for Rocks'n'Diamonds style elements and actions */
2134
2135   { "key_1",                                    "RocksElements.pcx"     },
2136   { "key_1.xpos",                               "4"                     },
2137   { "key_1.ypos",                               "1"                     },
2138   { "key_1.frames",                             "1"                     },
2139   { "key_1.EDITOR",                             "RocksElements.pcx"     },
2140   { "key_1.EDITOR.xpos",                        "4"                     },
2141   { "key_1.EDITOR.ypos",                        "14"                    },
2142   { "key_2",                                    "RocksElements.pcx"     },
2143   { "key_2.xpos",                               "5"                     },
2144   { "key_2.ypos",                               "1"                     },
2145   { "key_2.frames",                             "1"                     },
2146   { "key_2.EDITOR",                             "RocksElements.pcx"     },
2147   { "key_2.EDITOR.xpos",                        "5"                     },
2148   { "key_2.EDITOR.ypos",                        "14"                    },
2149   { "key_3",                                    "RocksElements.pcx"     },
2150   { "key_3.xpos",                               "6"                     },
2151   { "key_3.ypos",                               "1"                     },
2152   { "key_3.frames",                             "1"                     },
2153   { "key_3.EDITOR",                             "RocksElements.pcx"     },
2154   { "key_3.EDITOR.xpos",                        "6"                     },
2155   { "key_3.EDITOR.ypos",                        "14"                    },
2156   { "key_4",                                    "RocksElements.pcx"     },
2157   { "key_4.xpos",                               "7"                     },
2158   { "key_4.ypos",                               "1"                     },
2159   { "key_4.frames",                             "1"                     },
2160   { "key_4.EDITOR",                             "RocksElements.pcx"     },
2161   { "key_4.EDITOR.xpos",                        "7"                     },
2162   { "key_4.EDITOR.ypos",                        "14"                    },
2163
2164   { "gate_1",                                   "RocksElements.pcx"     },
2165   { "gate_1.xpos",                              "4"                     },
2166   { "gate_1.ypos",                              "2"                     },
2167   { "gate_1.frames",                            "1"                     },
2168   { "gate_2",                                   "RocksElements.pcx"     },
2169   { "gate_2.xpos",                              "5"                     },
2170   { "gate_2.ypos",                              "2"                     },
2171   { "gate_2.frames",                            "1"                     },
2172   { "gate_3",                                   "RocksElements.pcx"     },
2173   { "gate_3.xpos",                              "6"                     },
2174   { "gate_3.ypos",                              "2"                     },
2175   { "gate_3.frames",                            "1"                     },
2176   { "gate_4",                                   "RocksElements.pcx"     },
2177   { "gate_4.xpos",                              "7"                     },
2178   { "gate_4.ypos",                              "2"                     },
2179   { "gate_4.frames",                            "1"                     },
2180   { "gate_1_gray",                              "RocksElements.pcx"     },
2181   { "gate_1_gray.xpos",                         "8"                     },
2182   { "gate_1_gray.ypos",                         "2"                     },
2183   { "gate_1_gray.frames",                       "1"                     },
2184   { "gate_1_gray.EDITOR",                       "RocksElements.pcx"     },
2185   { "gate_1_gray.EDITOR.xpos",                  "8"                     },
2186   { "gate_1_gray.EDITOR.ypos",                  "14"                    },
2187   { "gate_1_gray.active",                       "RocksElements.pcx"     },
2188   { "gate_1_gray.active.xpos",                  "4"                     },
2189   { "gate_1_gray.active.ypos",                  "2"                     },
2190   { "gate_1_gray.active.frames",                "1"                     },
2191   { "gate_2_gray",                              "RocksElements.pcx"     },
2192   { "gate_2_gray.xpos",                         "9"                     },
2193   { "gate_2_gray.ypos",                         "2"                     },
2194   { "gate_2_gray.frames",                       "1"                     },
2195   { "gate_2_gray.EDITOR",                       "RocksElements.pcx"     },
2196   { "gate_2_gray.EDITOR.xpos",                  "9"                     },
2197   { "gate_2_gray.EDITOR.ypos",                  "14"                    },
2198   { "gate_2_gray.active",                       "RocksElements.pcx"     },
2199   { "gate_2_gray.active.xpos",                  "5"                     },
2200   { "gate_2_gray.active.ypos",                  "2"                     },
2201   { "gate_2_gray.active.frames",                "1"                     },
2202   { "gate_3_gray",                              "RocksElements.pcx"     },
2203   { "gate_3_gray.xpos",                         "10"                    },
2204   { "gate_3_gray.ypos",                         "2"                     },
2205   { "gate_3_gray.frames",                       "1"                     },
2206   { "gate_3_gray.EDITOR",                       "RocksElements.pcx"     },
2207   { "gate_3_gray.EDITOR.xpos",                  "10"                    },
2208   { "gate_3_gray.EDITOR.ypos",                  "14"                    },
2209   { "gate_3_gray.active",                       "RocksElements.pcx"     },
2210   { "gate_3_gray.active.xpos",                  "6"                     },
2211   { "gate_3_gray.active.ypos",                  "2"                     },
2212   { "gate_3_gray.active.frames",                "1"                     },
2213   { "gate_4_gray",                              "RocksElements.pcx"     },
2214   { "gate_4_gray.xpos",                         "11"                    },
2215   { "gate_4_gray.ypos",                         "2"                     },
2216   { "gate_4_gray.frames",                       "1"                     },
2217   { "gate_4_gray.EDITOR",                       "RocksElements.pcx"     },
2218   { "gate_4_gray.EDITOR.xpos",                  "11"                    },
2219   { "gate_4_gray.EDITOR.ypos",                  "14"                    },
2220   { "gate_4_gray.active",                       "RocksElements.pcx"     },
2221   { "gate_4_gray.active.xpos",                  "7"                     },
2222   { "gate_4_gray.active.ypos",                  "2"                     },
2223   { "gate_4_gray.active.frames",                "1"                     },
2224
2225   { "game_of_life",                             "RocksElements.pcx"     },
2226   { "game_of_life.xpos",                        "8"                     },
2227   { "game_of_life.ypos",                        "1"                     },
2228   { "game_of_life.frames",                      "1"                     },
2229
2230   { "biomaze",                                  "RocksElements.pcx"     },
2231   { "biomaze.xpos",                             "9"                     },
2232   { "biomaze.ypos",                             "1"                     },
2233   { "biomaze.frames",                           "1"                     },
2234
2235   { "pacman",                                   "RocksElements.pcx"     },
2236   { "pacman.xpos",                              "8"                     },
2237   { "pacman.ypos",                              "5"                     },
2238   { "pacman.frames",                            "1"                     },
2239   { "pacman.right",                             "RocksElements.pcx"     },
2240   { "pacman.right.xpos",                        "8"                     },
2241   { "pacman.right.ypos",                        "5"                     },
2242   { "pacman.right.frames",                      "2"                     },
2243   { "pacman.right.delay",                       "4"                     },
2244   { "pacman.right.offset",                      "128"                   },
2245   { "pacman.up",                                "RocksElements.pcx"     },
2246   { "pacman.up.xpos",                           "9"                     },
2247   { "pacman.up.ypos",                           "5"                     },
2248   { "pacman.up.frames",                         "2"                     },
2249   { "pacman.up.delay",                          "4"                     },
2250   { "pacman.up.offset",                         "128"                   },
2251   { "pacman.left",                              "RocksElements.pcx"     },
2252   { "pacman.left.xpos",                         "10"                    },
2253   { "pacman.left.ypos",                         "5"                     },
2254   { "pacman.left.frames",                       "2"                     },
2255   { "pacman.left.delay",                        "4"                     },
2256   { "pacman.left.offset",                       "128"                   },
2257   { "pacman.down",                              "RocksElements.pcx"     },
2258   { "pacman.down.xpos",                         "11"                    },
2259   { "pacman.down.ypos",                         "5"                     },
2260   { "pacman.down.frames",                       "2"                     },
2261   { "pacman.down.delay",                        "4"                     },
2262   { "pacman.down.offset",                       "128"                   },
2263   { "pacman.turning_from_right",                "RocksElements.pcx"     },
2264   { "pacman.turning_from_right.xpos",           "12"                    },
2265   { "pacman.turning_from_right.ypos",           "5"                     },
2266   { "pacman.turning_from_right.frames",         "1"                     },
2267   { "pacman.turning_from_up",                   "RocksElements.pcx"     },
2268   { "pacman.turning_from_up.xpos",              "13"                    },
2269   { "pacman.turning_from_up.ypos",              "5"                     },
2270   { "pacman.turning_from_up.frames",            "1"                     },
2271   { "pacman.turning_from_left",                 "RocksElements.pcx"     },
2272   { "pacman.turning_from_left.xpos",            "14"                    },
2273   { "pacman.turning_from_left.ypos",            "5"                     },
2274   { "pacman.turning_from_left.frames",          "1"                     },
2275   { "pacman.turning_from_down",                 "RocksElements.pcx"     },
2276   { "pacman.turning_from_down.xpos",            "15"                    },
2277   { "pacman.turning_from_down.ypos",            "5"                     },
2278   { "pacman.turning_from_down.frames",          "1"                     },
2279
2280   { "lamp",                                     "RocksElements.pcx"     },
2281   { "lamp.xpos",                                "0"                     },
2282   { "lamp.ypos",                                "7"                     },
2283   { "lamp.frames",                              "1"                     },
2284   { "lamp.EDITOR",                              "RocksElements.pcx"     },
2285   { "lamp.EDITOR.xpos",                         "2"                     },
2286   { "lamp.EDITOR.ypos",                         "14"                    },
2287   { "lamp.active",                              "RocksElements.pcx"     },
2288   { "lamp.active.xpos",                         "1"                     },
2289   { "lamp.active.ypos",                         "7"                     },
2290   { "lamp.active.frames",                       "1"                     },
2291
2292   { "time_orb_full",                            "RocksElements.pcx"     },
2293   { "time_orb_full.xpos",                       "2"                     },
2294   { "time_orb_full.ypos",                       "7"                     },
2295   { "time_orb_full.frames",                     "1"                     },
2296   { "time_orb_empty",                           "RocksElements.pcx"     },
2297   { "time_orb_empty.xpos",                      "3"                     },
2298   { "time_orb_empty.ypos",                      "7"                     },
2299   { "time_orb_empty.frames",                    "1"                     },
2300
2301   { "emerald_yellow",                           "RocksElements.pcx"     },
2302   { "emerald_yellow.xpos",                      "10"                    },
2303   { "emerald_yellow.ypos",                      "8"                     },
2304   { "emerald_yellow.frames",                    "1"                     },
2305   { "emerald_yellow.moving",                    "RocksElements.pcx"     },
2306   { "emerald_yellow.moving.xpos",               "10"                    },
2307   { "emerald_yellow.moving.ypos",               "8"                     },
2308   { "emerald_yellow.moving.frames",             "2"                     },
2309   { "emerald_yellow.moving.delay",              "4"                     },
2310   { "emerald_yellow.falling",                   "RocksElements.pcx"     },
2311   { "emerald_yellow.falling.xpos",              "10"                    },
2312   { "emerald_yellow.falling.ypos",              "8"                     },
2313   { "emerald_yellow.falling.frames",            "2"                     },
2314   { "emerald_yellow.falling.delay",             "4"                     },
2315   { "emerald_red",                              "RocksElements.pcx"     },
2316   { "emerald_red.xpos",                         "8"                     },
2317   { "emerald_red.ypos",                         "9"                     },
2318   { "emerald_red.frames",                       "1"                     },
2319   { "emerald_red.moving",                       "RocksElements.pcx"     },
2320   { "emerald_red.moving.xpos",                  "8"                     },
2321   { "emerald_red.moving.ypos",                  "9"                     },
2322   { "emerald_red.moving.frames",                "2"                     },
2323   { "emerald_red.moving.delay",                 "4"                     },
2324   { "emerald_red.falling",                      "RocksElements.pcx"     },
2325   { "emerald_red.falling.xpos",                 "8"                     },
2326   { "emerald_red.falling.ypos",                 "9"                     },
2327   { "emerald_red.falling.frames",               "2"                     },
2328   { "emerald_red.falling.delay",                "4"                     },
2329   { "emerald_purple",                           "RocksElements.pcx"     },
2330   { "emerald_purple.xpos",                      "10"                    },
2331   { "emerald_purple.ypos",                      "9"                     },
2332   { "emerald_purple.frames",                    "1"                     },
2333   { "emerald_purple.moving",                    "RocksElements.pcx"     },
2334   { "emerald_purple.moving.xpos",               "10"                    },
2335   { "emerald_purple.moving.ypos",               "9"                     },
2336   { "emerald_purple.moving.frames",             "2"                     },
2337   { "emerald_purple.moving.delay",              "4"                     },
2338   { "emerald_purple.falling",                   "RocksElements.pcx"     },
2339   { "emerald_purple.falling.xpos",              "10"                    },
2340   { "emerald_purple.falling.ypos",              "9"                     },
2341   { "emerald_purple.falling.frames",            "2"                     },
2342   { "emerald_purple.falling.delay",             "4"                     },
2343
2344   { "wall_emerald_yellow",                      "RocksElements.pcx"     },
2345   { "wall_emerald_yellow.xpos",                 "8"                     },
2346   { "wall_emerald_yellow.ypos",                 "8"                     },
2347   { "wall_emerald_yellow.frames",               "1"                     },
2348   { "wall_emerald_red",                         "RocksElements.pcx"     },
2349   { "wall_emerald_red.xpos",                    "6"                     },
2350   { "wall_emerald_red.ypos",                    "8"                     },
2351   { "wall_emerald_red.frames",                  "1"                     },
2352   { "wall_emerald_purple",                      "RocksElements.pcx"     },
2353   { "wall_emerald_purple.xpos",                 "7"                     },
2354   { "wall_emerald_purple.ypos",                 "8"                     },
2355   { "wall_emerald_purple.frames",               "1"                     },
2356   { "wall_bd_diamond",                          "RocksElements.pcx"     },
2357   { "wall_bd_diamond.xpos",                     "9"                     },
2358   { "wall_bd_diamond.ypos",                     "8"                     },
2359   { "wall_bd_diamond.frames",                   "1"                     },
2360
2361   { "expandable_wall",                          "RocksElements.pcx"     },
2362   { "expandable_wall.xpos",                     "11"                    },
2363   { "expandable_wall.ypos",                     "10"                    },
2364   { "expandable_wall.frames",                   "1"                     },
2365   { "expandable_wall_horizontal",               "RocksElements.pcx"     },
2366   { "expandable_wall_horizontal.xpos",          "5"                     },
2367   { "expandable_wall_horizontal.ypos",          "9"                     },
2368   { "expandable_wall_horizontal.frames",        "1"                     },
2369   { "expandable_wall_horizontal.EDITOR",        "RocksElements.pcx"     },
2370   { "expandable_wall_horizontal.EDITOR.xpos",   "13"                    },
2371   { "expandable_wall_horizontal.EDITOR.ypos",   "13"                    },
2372   { "expandable_wall_vertical",                 "RocksElements.pcx"     },
2373   { "expandable_wall_vertical.xpos",            "6"                     },
2374   { "expandable_wall_vertical.ypos",            "9"                     },
2375   { "expandable_wall_vertical.frames",          "1"                     },
2376   { "expandable_wall_vertical.EDITOR",          "RocksElements.pcx"     },
2377   { "expandable_wall_vertical.EDITOR.xpos",     "14"                    },
2378   { "expandable_wall_vertical.EDITOR.ypos",     "13"                    },
2379   { "expandable_wall_any",                      "RocksElements.pcx"     },
2380   { "expandable_wall_any.xpos",                 "4"                     },
2381   { "expandable_wall_any.ypos",                 "9"                     },
2382   { "expandable_wall_any.frames",               "1"                     },
2383   { "expandable_wall_any.EDITOR",               "RocksElements.pcx"     },
2384   { "expandable_wall_any.EDITOR.xpos",          "12"                    },
2385   { "expandable_wall_any.EDITOR.ypos",          "13"                    },
2386
2387   { "bd_expandable_wall",                       "RocksElements.pcx"     },
2388   { "bd_expandable_wall.xpos",                  "5"                     },
2389   { "bd_expandable_wall.ypos",                  "9"                     },
2390   { "bd_expandable_wall.frames",                "1"                     },
2391   { "bd_expandable_wall.EDITOR",                "RocksDC.pcx"           },
2392   { "bd_expandable_wall.EDITOR.xpos",           "15"                    },
2393   { "bd_expandable_wall.EDITOR.ypos",           "15"                    },
2394
2395   { "expandable_wall.growing.left",             "RocksElements.pcx"     },
2396   { "expandable_wall.growing.left.xpos",        "8"                     },
2397   { "expandable_wall.growing.left.ypos",        "10"                    },
2398   { "expandable_wall.growing.left.frames",      "3"                     },
2399   { "expandable_wall.growing.left.delay",       "6"                     },
2400   { "expandable_wall.growing.left.anim_mode",   "linear"                },
2401   { "expandable_wall.growing.right",            "RocksElements.pcx"     },
2402   { "expandable_wall.growing.right.xpos",       "5"                     },
2403   { "expandable_wall.growing.right.ypos",       "10"                    },
2404   { "expandable_wall.growing.right.frames",     "3"                     },
2405   { "expandable_wall.growing.right.delay",      "6"                     },
2406   { "expandable_wall.growing.right.anim_mode",  "linear"                },
2407   { "expandable_wall.growing.up",               "RocksHeroes.pcx"       },
2408   { "expandable_wall.growing.up.xpos",          "3"                     },
2409   { "expandable_wall.growing.up.ypos",          "12"                    },
2410   { "expandable_wall.growing.up.frames",        "3"                     },
2411   { "expandable_wall.growing.up.delay",         "6"                     },
2412   { "expandable_wall.growing.up.anim_mode",     "linear"                },
2413   { "expandable_wall.growing.down",             "RocksHeroes.pcx"       },
2414   { "expandable_wall.growing.down.xpos",        "0"                     },
2415   { "expandable_wall.growing.down.ypos",        "12"                    },
2416   { "expandable_wall.growing.down.frames",      "3"                     },
2417   { "expandable_wall.growing.down.delay",       "6"                     },
2418   { "expandable_wall.growing.down.anim_mode",   "linear"                },
2419
2420   { "black_orb",                                "RocksElements.pcx"     },
2421   { "black_orb.xpos",                           "13"                    },
2422   { "black_orb.ypos",                           "9"                     },
2423   { "black_orb.frames",                         "1"                     },
2424
2425   { "speed_pill",                               "RocksElements.pcx"     },
2426   { "speed_pill.xpos",                          "14"                    },
2427   { "speed_pill.ypos",                          "9"                     },
2428   { "speed_pill.frames",                        "1"                     },
2429
2430   { "dark_yamyam",                              "RocksElements.pcx"     },
2431   { "dark_yamyam.xpos",                         "8"                     },
2432   { "dark_yamyam.ypos",                         "11"                    },
2433   { "dark_yamyam.frames",                       "4"                     },
2434   { "dark_yamyam.anim_mode",                    "pingpong2"             },
2435
2436   { "dynabomb",                                 "RocksElements.pcx"     },
2437   { "dynabomb.xpos",                            "12"                    },
2438   { "dynabomb.ypos",                            "11"                    },
2439   { "dynabomb.frames",                          "1"                     },
2440   { "dynabomb.active",                          "RocksElements.pcx"     },
2441   { "dynabomb.active.xpos",                     "12"                    },
2442   { "dynabomb.active.ypos",                     "11"                    },
2443   { "dynabomb.active.frames",                   "4"                     },
2444   { "dynabomb.active.delay",                    "6"                     },
2445   { "dynabomb.active.anim_mode",                "pingpong"              },
2446   { "dynabomb_player_1",                        "RocksElements.pcx"     },
2447   { "dynabomb_player_1.xpos",                   "12"                    },
2448   { "dynabomb_player_1.ypos",                   "11"                    },
2449   { "dynabomb_player_1.frames",                 "1"                     },
2450   { "dynabomb_player_1.active",                 "RocksElements.pcx"     },
2451   { "dynabomb_player_1.active.xpos",            "12"                    },
2452   { "dynabomb_player_1.active.ypos",            "11"                    },
2453   { "dynabomb_player_1.active.frames",          "4"                     },
2454   { "dynabomb_player_1.active.delay",           "6"                     },
2455   { "dynabomb_player_1.active.anim_mode",       "pingpong"              },
2456   { "dynabomb_player_2",                        "RocksElements.pcx"     },
2457   { "dynabomb_player_2.xpos",                   "12"                    },
2458   { "dynabomb_player_2.ypos",                   "11"                    },
2459   { "dynabomb_player_2.frames",                 "1"                     },
2460   { "dynabomb_player_2.active",                 "RocksElements.pcx"     },
2461   { "dynabomb_player_2.active.xpos",            "12"                    },
2462   { "dynabomb_player_2.active.ypos",            "11"                    },
2463   { "dynabomb_player_2.active.frames",          "4"                     },
2464   { "dynabomb_player_2.active.delay",           "6"                     },
2465   { "dynabomb_player_2.active.anim_mode",       "pingpong"              },
2466   { "dynabomb_player_3",                        "RocksElements.pcx"     },
2467   { "dynabomb_player_3.xpos",                   "12"                    },
2468   { "dynabomb_player_3.ypos",                   "11"                    },
2469   { "dynabomb_player_3.frames",                 "1"                     },
2470   { "dynabomb_player_3.active",                 "RocksElements.pcx"     },
2471   { "dynabomb_player_3.active.xpos",            "12"                    },
2472   { "dynabomb_player_3.active.ypos",            "11"                    },
2473   { "dynabomb_player_3.active.frames",          "4"                     },
2474   { "dynabomb_player_3.active.delay",           "6"                     },
2475   { "dynabomb_player_3.active.anim_mode",       "pingpong"              },
2476   { "dynabomb_player_4",                        "RocksElements.pcx"     },
2477   { "dynabomb_player_4.xpos",                   "12"                    },
2478   { "dynabomb_player_4.ypos",                   "11"                    },
2479   { "dynabomb_player_4.frames",                 "1"                     },
2480   { "dynabomb_player_4.active",                 "RocksElements.pcx"     },
2481   { "dynabomb_player_4.active.xpos",            "12"                    },
2482   { "dynabomb_player_4.active.ypos",            "11"                    },
2483   { "dynabomb_player_4.active.frames",          "4"                     },
2484   { "dynabomb_player_4.active.delay",           "6"                     },
2485   { "dynabomb_player_4.active.anim_mode",       "pingpong"              },
2486   { "dynabomb_increase_number",                 "RocksElements.pcx"     },
2487   { "dynabomb_increase_number.xpos",            "12"                    },
2488   { "dynabomb_increase_number.ypos",            "11"                    },
2489   { "dynabomb_increase_number.frames",          "1"                     },
2490   { "dynabomb_increase_size",                   "RocksElements.pcx"     },
2491   { "dynabomb_increase_size.xpos",              "15"                    },
2492   { "dynabomb_increase_size.ypos",              "11"                    },
2493   { "dynabomb_increase_size.frames",            "1"                     },
2494   { "dynabomb_increase_power",                  "RocksElements.pcx"     },
2495   { "dynabomb_increase_power.xpos",             "12"                    },
2496   { "dynabomb_increase_power.ypos",             "9"                     },
2497   { "dynabomb_increase_power.frames",           "1"                     },
2498
2499   { "pig",                                      "RocksHeroes.pcx"       },
2500   { "pig.xpos",                                 "8"                     },
2501   { "pig.ypos",                                 "0"                     },
2502   { "pig.frames",                               "1"                     },
2503   { "pig.down",                                 "RocksHeroes.pcx"       },
2504   { "pig.down.xpos",                            "8"                     },
2505   { "pig.down.ypos",                            "0"                     },
2506   { "pig.down.frames",                          "1"                     },
2507   { "pig.up",                                   "RocksHeroes.pcx"       },
2508   { "pig.up.xpos",                              "12"                    },
2509   { "pig.up.ypos",                              "0"                     },
2510   { "pig.up.frames",                            "1"                     },
2511   { "pig.left",                                 "RocksHeroes.pcx"       },
2512   { "pig.left.xpos",                            "8"                     },
2513   { "pig.left.ypos",                            "1"                     },
2514   { "pig.left.frames",                          "1"                     },
2515   { "pig.right",                                "RocksHeroes.pcx"       },
2516   { "pig.right.xpos",                           "12"                    },
2517   { "pig.right.ypos",                           "1"                     },
2518   { "pig.right.frames",                         "1"                     },
2519   { "pig.moving.down",                          "RocksHeroes.pcx"       },
2520   { "pig.moving.down.xpos",                     "8"                     },
2521   { "pig.moving.down.ypos",                     "0"                     },
2522   { "pig.moving.down.frames",                   "4"                     },
2523   { "pig.moving.down.delay",                    "2"                     },
2524   { "pig.moving.up",                            "RocksHeroes.pcx"       },
2525   { "pig.moving.up.xpos",                       "12"                    },
2526   { "pig.moving.up.ypos",                       "0"                     },
2527   { "pig.moving.up.frames",                     "4"                     },
2528   { "pig.moving.up.delay",                      "2"                     },
2529   { "pig.moving.left",                          "RocksHeroes.pcx"       },
2530   { "pig.moving.left.xpos",                     "8"                     },
2531   { "pig.moving.left.ypos",                     "1"                     },
2532   { "pig.moving.left.frames",                   "4"                     },
2533   { "pig.moving.left.delay",                    "2"                     },
2534   { "pig.moving.right",                         "RocksHeroes.pcx"       },
2535   { "pig.moving.right.xpos",                    "12"                    },
2536   { "pig.moving.right.ypos",                    "1"                     },
2537   { "pig.moving.right.frames",                  "4"                     },
2538   { "pig.moving.right.delay",                   "2"                     },
2539   { "pig.digging.down",                         "RocksHeroes.pcx"       },
2540   { "pig.digging.down.xpos",                    "8"                     },
2541   { "pig.digging.down.ypos",                    "0"                     },
2542   { "pig.digging.down.frames",                  "4"                     },
2543   { "pig.digging.down.delay",                   "2"                     },
2544   { "pig.digging.up",                           "RocksHeroes.pcx"       },
2545   { "pig.digging.up.xpos",                      "12"                    },
2546   { "pig.digging.up.ypos",                      "0"                     },
2547   { "pig.digging.up.frames",                    "4"                     },
2548   { "pig.digging.up.delay",                     "2"                     },
2549   { "pig.digging.left",                         "RocksHeroes.pcx"       },
2550   { "pig.digging.left.xpos",                    "8"                     },
2551   { "pig.digging.left.ypos",                    "1"                     },
2552   { "pig.digging.left.frames",                  "4"                     },
2553   { "pig.digging.left.delay",                   "2"                     },
2554   { "pig.digging.right",                        "RocksHeroes.pcx"       },
2555   { "pig.digging.right.xpos",                   "12"                    },
2556   { "pig.digging.right.ypos",                   "1"                     },
2557   { "pig.digging.right.frames",                 "4"                     },
2558   { "pig.digging.right.delay",                  "2"                     },
2559
2560   { "dragon",                                   "RocksHeroes.pcx"       },
2561   { "dragon.xpos",                              "8"                     },
2562   { "dragon.ypos",                              "2"                     },
2563   { "dragon.frames",                            "1"                     },
2564   { "dragon.down",                              "RocksHeroes.pcx"       },
2565   { "dragon.down.xpos",                         "8"                     },
2566   { "dragon.down.ypos",                         "2"                     },
2567   { "dragon.down.frames",                       "1"                     },
2568   { "dragon.up",                                "RocksHeroes.pcx"       },
2569   { "dragon.up.xpos",                           "12"                    },
2570   { "dragon.up.ypos",                           "2"                     },
2571   { "dragon.up.frames",                         "1"                     },
2572   { "dragon.left",                              "RocksHeroes.pcx"       },
2573   { "dragon.left.xpos",                         "8"                     },
2574   { "dragon.left.ypos",                         "3"                     },
2575   { "dragon.left.frames",                       "1"                     },
2576   { "dragon.right",                             "RocksHeroes.pcx"       },
2577   { "dragon.right.xpos",                        "12"                    },
2578   { "dragon.right.ypos",                        "3"                     },
2579   { "dragon.right.frames",                      "1"                     },
2580   { "dragon.moving.down",                       "RocksHeroes.pcx"       },
2581   { "dragon.moving.down.xpos",                  "8"                     },
2582   { "dragon.moving.down.ypos",                  "2"                     },
2583   { "dragon.moving.down.frames",                "4"                     },
2584   { "dragon.moving.down.delay",                 "2"                     },
2585   { "dragon.moving.up",                         "RocksHeroes.pcx"       },
2586   { "dragon.moving.up.xpos",                    "12"                    },
2587   { "dragon.moving.up.ypos",                    "2"                     },
2588   { "dragon.moving.up.frames",                  "4"                     },
2589   { "dragon.moving.up.delay",                   "2"                     },
2590   { "dragon.moving.left",                       "RocksHeroes.pcx"       },
2591   { "dragon.moving.left.xpos",                  "8"                     },
2592   { "dragon.moving.left.ypos",                  "3"                     },
2593   { "dragon.moving.left.frames",                "4"                     },
2594   { "dragon.moving.left.delay",                 "2"                     },
2595   { "dragon.moving.right",                      "RocksHeroes.pcx"       },
2596   { "dragon.moving.right.xpos",                 "12"                    },
2597   { "dragon.moving.right.ypos",                 "3"                     },
2598   { "dragon.moving.right.frames",               "4"                     },
2599   { "dragon.moving.right.delay",                "2"                     },
2600   { "dragon.attacking.down",                    "RocksHeroes.pcx"       },
2601   { "dragon.attacking.down.xpos",               "8"                     },
2602   { "dragon.attacking.down.ypos",               "2"                     },
2603   { "dragon.attacking.down.frames",             "1"                     },
2604   { "dragon.attacking.up",                      "RocksHeroes.pcx"       },
2605   { "dragon.attacking.up.xpos",                 "12"                    },
2606   { "dragon.attacking.up.ypos",                 "2"                     },
2607   { "dragon.attacking.up.frames",               "1"                     },
2608   { "dragon.attacking.left",                    "RocksHeroes.pcx"       },
2609   { "dragon.attacking.left.xpos",               "8"                     },
2610   { "dragon.attacking.left.ypos",               "3"                     },
2611   { "dragon.attacking.left.frames",             "1"                     },
2612   { "dragon.attacking.right",                   "RocksHeroes.pcx"       },
2613   { "dragon.attacking.right.xpos",              "12"                    },
2614   { "dragon.attacking.right.ypos",              "3"                     },
2615   { "dragon.attacking.right.frames",            "1"                     },
2616
2617   { "mole",                                     "RocksHeroes.pcx"       },
2618   { "mole.xpos",                                "8"                     },
2619   { "mole.ypos",                                "4"                     },
2620   { "mole.frames",                              "1"                     },
2621   { "mole.down",                                "RocksHeroes.pcx"       },
2622   { "mole.down.xpos",                           "8"                     },
2623   { "mole.down.ypos",                           "4"                     },
2624   { "mole.down.frames",                         "1"                     },
2625   { "mole.up",                                  "RocksHeroes.pcx"       },
2626   { "mole.up.xpos",                             "12"                    },
2627   { "mole.up.ypos",                             "4"                     },
2628   { "mole.up.frames",                           "1"                     },
2629   { "mole.left",                                "RocksHeroes.pcx"       },
2630   { "mole.left.xpos",                           "8"                     },
2631   { "mole.left.ypos",                           "5"                     },
2632   { "mole.left.frames",                         "1"                     },
2633   { "mole.right",                               "RocksHeroes.pcx"       },
2634   { "mole.right.xpos",                          "12"                    },
2635   { "mole.right.ypos",                          "5"                     },
2636   { "mole.right.frames",                        "1"                     },
2637   { "mole.moving.down",                         "RocksHeroes.pcx"       },
2638   { "mole.moving.down.xpos",                    "8"                     },
2639   { "mole.moving.down.ypos",                    "4"                     },
2640   { "mole.moving.down.frames",                  "4"                     },
2641   { "mole.moving.down.delay",                   "2"                     },
2642   { "mole.moving.up",                           "RocksHeroes.pcx"       },
2643   { "mole.moving.up.xpos",                      "12"                    },
2644   { "mole.moving.up.ypos",                      "4"                     },
2645   { "mole.moving.up.frames",                    "4"                     },
2646   { "mole.moving.up.delay",                     "2"                     },
2647   { "mole.moving.left",                         "RocksHeroes.pcx"       },
2648   { "mole.moving.left.xpos",                    "8"                     },
2649   { "mole.moving.left.ypos",                    "5"                     },
2650   { "mole.moving.left.frames",                  "4"                     },
2651   { "mole.moving.left.delay",                   "2"                     },
2652   { "mole.moving.right",                        "RocksHeroes.pcx"       },
2653   { "mole.moving.right.xpos",                   "12"                    },
2654   { "mole.moving.right.ypos",                   "5"                     },
2655   { "mole.moving.right.frames",                 "4"                     },
2656   { "mole.moving.right.delay",                  "2"                     },
2657   { "mole.digging.down",                        "RocksHeroes.pcx"       },
2658   { "mole.digging.down.xpos",                   "8"                     },
2659   { "mole.digging.down.ypos",                   "4"                     },
2660   { "mole.digging.down.frames",                 "4"                     },
2661   { "mole.digging.down.delay",                  "2"                     },
2662   { "mole.digging.up",                          "RocksHeroes.pcx"       },
2663   { "mole.digging.up.xpos",                     "12"                    },
2664   { "mole.digging.up.ypos",                     "4"                     },
2665   { "mole.digging.up.frames",                   "4"                     },
2666   { "mole.digging.up.delay",                    "2"                     },
2667   { "mole.digging.left",                        "RocksHeroes.pcx"       },
2668   { "mole.digging.left.xpos",                   "8"                     },
2669   { "mole.digging.left.ypos",                   "5"                     },
2670   { "mole.digging.left.frames",                 "4"                     },
2671   { "mole.digging.left.delay",                  "2"                     },
2672   { "mole.digging.right",                       "RocksHeroes.pcx"       },
2673   { "mole.digging.right.xpos",                  "12"                    },
2674   { "mole.digging.right.ypos",                  "5"                     },
2675   { "mole.digging.right.frames",                "4"                     },
2676   { "mole.digging.right.delay",                 "2"                     },
2677
2678   { "penguin",                                  "RocksHeroes.pcx"       },
2679   { "penguin.xpos",                             "8"                     },
2680   { "penguin.ypos",                             "6"                     },
2681   { "penguin.frames",                           "1"                     },
2682   { "penguin.EDITOR",                           "RocksElements.pcx"     },
2683   { "penguin.EDITOR.xpos",                      "12"                    },
2684   { "penguin.EDITOR.ypos",                      "14"                    },
2685   { "penguin.down",                             "RocksHeroes.pcx"       },
2686   { "penguin.down.xpos",                        "8"                     },
2687   { "penguin.down.ypos",                        "6"                     },
2688   { "penguin.down.frames",                      "1"                     },
2689   { "penguin.up",                               "RocksHeroes.pcx"       },
2690   { "penguin.up.xpos",                          "12"                    },
2691   { "penguin.up.ypos",                          "6"                     },
2692   { "penguin.up.frames",                        "1"                     },
2693   { "penguin.left",                             "RocksHeroes.pcx"       },
2694   { "penguin.left.xpos",                        "8"                     },
2695   { "penguin.left.ypos",                        "7"                     },
2696   { "penguin.left.frames",                      "1"                     },
2697   { "penguin.right",                            "RocksHeroes.pcx"       },
2698   { "penguin.right.xpos",                       "12"                    },
2699   { "penguin.right.ypos",                       "7"                     },
2700   { "penguin.right.frames",                     "1"                     },
2701   { "penguin.moving.down",                      "RocksHeroes.pcx"       },
2702   { "penguin.moving.down.xpos",                 "8"                     },
2703   { "penguin.moving.down.ypos",                 "6"                     },
2704   { "penguin.moving.down.frames",               "4"                     },
2705   { "penguin.moving.down.delay",                "2"                     },
2706   { "penguin.moving.up",                        "RocksHeroes.pcx"       },
2707   { "penguin.moving.up.xpos",                   "12"                    },
2708   { "penguin.moving.up.ypos",                   "6"                     },
2709   { "penguin.moving.up.frames",                 "4"                     },
2710   { "penguin.moving.up.delay",                  "2"                     },
2711   { "penguin.moving.left",                      "RocksHeroes.pcx"       },
2712   { "penguin.moving.left.xpos",                 "8"                     },
2713   { "penguin.moving.left.ypos",                 "7"                     },
2714   { "penguin.moving.left.frames",               "4"                     },
2715   { "penguin.moving.left.delay",                "2"                     },
2716   { "penguin.moving.right",                     "RocksHeroes.pcx"       },
2717   { "penguin.moving.right.xpos",                "12"                    },
2718   { "penguin.moving.right.ypos",                "7"                     },
2719   { "penguin.moving.right.frames",              "4"                     },
2720   { "penguin.moving.right.delay",               "2"                     },
2721
2722   { "satellite",                                "RocksHeroes.pcx"       },
2723   { "satellite.xpos",                           "8"                     },
2724   { "satellite.ypos",                           "9"                     },
2725   { "satellite.frames",                         "8"                     },
2726   { "satellite.delay",                          "2"                     },
2727   { "satellite.global_sync",                    "true"                  },
2728
2729   { "flames_1_left",                            "RocksHeroes.pcx"       },
2730   { "flames_1_left.xpos",                       "8"                     },
2731   { "flames_1_left.ypos",                       "12"                    },
2732   { "flames_1_left.frames",                     "2"                     },
2733   { "flames_1_left.offset",                     "96"                    },
2734   { "flames_2_left",                            "RocksHeroes.pcx"       },
2735   { "flames_2_left.xpos",                       "9"                     },
2736   { "flames_2_left.ypos",                       "12"                    },
2737   { "flames_2_left.frames",                     "2"                     },
2738   { "flames_2_left.offset",                     "96"                    },
2739   { "flames_3_left",                            "RocksHeroes.pcx"       },
2740   { "flames_3_left.xpos",                       "10"                    },
2741   { "flames_3_left.ypos",                       "12"                    },
2742   { "flames_3_left.frames",                     "2"                     },
2743   { "flames_3_left.offset",                     "96"                    },
2744
2745   { "flames_1_right",                           "RocksHeroes.pcx"       },
2746   { "flames_1_right.xpos",                      "8"                     },
2747   { "flames_1_right.ypos",                      "13"                    },
2748   { "flames_1_right.frames",                    "2"                     },
2749   { "flames_1_right.offset",                    "96"                    },
2750   { "flames_2_right",                           "RocksHeroes.pcx"       },
2751   { "flames_2_right.xpos",                      "9"                     },
2752   { "flames_2_right.ypos",                      "13"                    },
2753   { "flames_2_right.frames",                    "2"                     },
2754   { "flames_2_right.offset",                    "96"                    },
2755   { "flames_3_right",                           "RocksHeroes.pcx"       },
2756   { "flames_3_right.xpos",                      "10"                    },
2757   { "flames_3_right.ypos",                      "13"                    },
2758   { "flames_3_right.frames",                    "2"                     },
2759   { "flames_3_right.offset",                    "96"                    },
2760
2761   { "flames_1_up",                              "RocksHeroes.pcx"       },
2762   { "flames_1_up.xpos",                         "8"                     },
2763   { "flames_1_up.ypos",                         "14"                    },
2764   { "flames_1_up.frames",                       "2"                     },
2765   { "flames_1_up.offset",                       "96"                    },
2766   { "flames_2_up",                              "RocksHeroes.pcx"       },
2767   { "flames_2_up.xpos",                         "9"                     },
2768   { "flames_2_up.ypos",                         "14"                    },
2769   { "flames_2_up.frames",                       "2"                     },
2770   { "flames_2_up.offset",                       "96"                    },
2771   { "flames_3_up",                              "RocksHeroes.pcx"       },
2772   { "flames_3_up.xpos",                         "10"                    },
2773   { "flames_3_up.ypos",                         "14"                    },
2774   { "flames_3_up.frames",                       "2"                     },
2775   { "flames_3_up.offset",                       "96"                    },
2776
2777   { "flames_1_down",                            "RocksHeroes.pcx"       },
2778   { "flames_1_down.xpos",                       "8"                     },
2779   { "flames_1_down.ypos",                       "15"                    },
2780   { "flames_1_down.frames",                     "2"                     },
2781   { "flames_1_down.offset",                     "96"                    },
2782   { "flames_2_down",                            "RocksHeroes.pcx"       },
2783   { "flames_2_down.xpos",                       "9"                     },
2784   { "flames_2_down.ypos",                       "15"                    },
2785   { "flames_2_down.frames",                     "2"                     },
2786   { "flames_2_down.offset",                     "96"                    },
2787   { "flames_3_down",                            "RocksHeroes.pcx"       },
2788   { "flames_3_down.xpos",                       "10"                    },
2789   { "flames_3_down.ypos",                       "15"                    },
2790   { "flames_3_down.frames",                     "2"                     },
2791   { "flames_3_down.offset",                     "96"                    },
2792
2793   { "stoneblock",                               "RocksElements.pcx"     },
2794   { "stoneblock.xpos",                          "10"                    },
2795   { "stoneblock.ypos",                          "1"                     },
2796   { "stoneblock.frames",                        "1"                     },
2797
2798   /* images for other elements and actions */
2799
2800   { "player_1",                                 "RocksHeroes.pcx"       },
2801   { "player_1.xpos",                            "0"                     },
2802   { "player_1.ypos",                            "0"                     },
2803   { "player_1.frames",                          "1"                     },
2804   { "player_1.EDITOR",                          "RocksElements.pcx"     },
2805   { "player_1.EDITOR.xpos",                     "4"                     },
2806   { "player_1.EDITOR.ypos",                     "7"                     },
2807   { "player_1.down",                            "RocksHeroes.pcx"       },
2808   { "player_1.down.xpos",                       "0"                     },
2809   { "player_1.down.ypos",                       "0"                     },
2810   { "player_1.down.frames",                     "1"                     },
2811   { "player_1.up",                              "RocksHeroes.pcx"       },
2812   { "player_1.up.xpos",                         "4"                     },
2813   { "player_1.up.ypos",                         "0"                     },
2814   { "player_1.up.frames",                       "1"                     },
2815   { "player_1.left",                            "RocksHeroes.pcx"       },
2816   { "player_1.left.xpos",                       "0"                     },
2817   { "player_1.left.ypos",                       "1"                     },
2818   { "player_1.left.frames",                     "1"                     },
2819   { "player_1.right",                           "RocksHeroes.pcx"       },
2820   { "player_1.right.xpos",                      "4"                     },
2821   { "player_1.right.ypos",                      "1"                     },
2822   { "player_1.right.frames",                    "1"                     },
2823   { "player_1.moving.down",                     "RocksHeroes.pcx"       },
2824   { "player_1.moving.down.xpos",                "0"                     },
2825   { "player_1.moving.down.ypos",                "0"                     },
2826   { "player_1.moving.down.frames",              "4"                     },
2827   { "player_1.moving.down.start_frame",         "1"                     },
2828   { "player_1.moving.down.delay",               "4"                     },
2829   { "player_1.moving.up",                       "RocksHeroes.pcx"       },
2830   { "player_1.moving.up.xpos",                  "4"                     },
2831   { "player_1.moving.up.ypos",                  "0"                     },
2832   { "player_1.moving.up.frames",                "4"                     },
2833   { "player_1.moving.up.start_frame",           "1"                     },
2834   { "player_1.moving.up.delay",                 "4"                     },
2835   { "player_1.moving.left",                     "RocksHeroes.pcx"       },
2836   { "player_1.moving.left.xpos",                "0"                     },
2837   { "player_1.moving.left.ypos",                "1"                     },
2838   { "player_1.moving.left.frames",              "4"                     },
2839   { "player_1.moving.left.start_frame",         "1"                     },
2840   { "player_1.moving.left.delay",               "4"                     },
2841   { "player_1.moving.right",                    "RocksHeroes.pcx"       },
2842   { "player_1.moving.right.xpos",               "4"                     },
2843   { "player_1.moving.right.ypos",               "1"                     },
2844   { "player_1.moving.right.frames",             "4"                     },
2845   { "player_1.moving.right.start_frame",        "1"                     },
2846   { "player_1.moving.right.delay",              "4"                     },
2847   { "player_1.digging.down",                    "RocksHeroes.pcx"       },
2848   { "player_1.digging.down.xpos",               "0"                     },
2849   { "player_1.digging.down.ypos",               "0"                     },
2850   { "player_1.digging.down.frames",             "4"                     },
2851   { "player_1.digging.down.start_frame",        "1"                     },
2852   { "player_1.digging.down.delay",              "4"                     },
2853   { "player_1.digging.up",                      "RocksHeroes.pcx"       },
2854   { "player_1.digging.up.xpos",                 "4"                     },
2855   { "player_1.digging.up.ypos",                 "0"                     },
2856   { "player_1.digging.up.frames",               "4"                     },
2857   { "player_1.digging.up.start_frame",          "1"                     },
2858   { "player_1.digging.up.delay",                "4"                     },
2859   { "player_1.digging.left",                    "RocksHeroes.pcx"       },
2860   { "player_1.digging.left.xpos",               "0"                     },
2861   { "player_1.digging.left.ypos",               "1"                     },
2862   { "player_1.digging.left.frames",             "4"                     },
2863   { "player_1.digging.left.start_frame",        "1"                     },
2864   { "player_1.digging.left.delay",              "4"                     },
2865   { "player_1.digging.right",                   "RocksHeroes.pcx"       },
2866   { "player_1.digging.right.xpos",              "4"                     },
2867   { "player_1.digging.right.ypos",              "1"                     },
2868   { "player_1.digging.right.frames",            "4"                     },
2869   { "player_1.digging.right.start_frame",       "1"                     },
2870   { "player_1.digging.right.delay",             "4"                     },
2871   { "player_1.collecting.down",                 "RocksHeroes.pcx"       },
2872   { "player_1.collecting.down.xpos",            "0"                     },
2873   { "player_1.collecting.down.ypos",            "0"                     },
2874   { "player_1.collecting.down.frames",          "4"                     },
2875   { "player_1.collecting.down.start_frame",     "1"                     },
2876   { "player_1.collecting.down.delay",           "4"                     },
2877   { "player_1.collecting.up",                   "RocksHeroes.pcx"       },
2878   { "player_1.collecting.up.xpos",              "4"                     },
2879   { "player_1.collecting.up.ypos",              "0"                     },
2880   { "player_1.collecting.up.frames",            "4"                     },
2881   { "player_1.collecting.up.start_frame",       "1"                     },
2882   { "player_1.collecting.up.delay",             "4"                     },
2883   { "player_1.collecting.left",                 "RocksHeroes.pcx"       },
2884   { "player_1.collecting.left.xpos",            "0"                     },
2885   { "player_1.collecting.left.ypos",            "1"                     },
2886   { "player_1.collecting.left.frames",          "4"                     },
2887   { "player_1.collecting.left.start_frame",     "1"                     },
2888   { "player_1.collecting.left.delay",           "4"                     },
2889   { "player_1.collecting.right",                "RocksHeroes.pcx"       },
2890   { "player_1.collecting.right.xpos",           "4"                     },
2891   { "player_1.collecting.right.ypos",           "1"                     },
2892   { "player_1.collecting.right.frames",         "4"                     },
2893   { "player_1.collecting.right.start_frame",    "1"                     },
2894   { "player_1.collecting.right.delay",          "4"                     },
2895   { "player_1.pushing.down",                    "RocksHeroes.pcx"       },
2896   { "player_1.pushing.down.xpos",               "0"                     },
2897   { "player_1.pushing.down.ypos",               "0"                     },
2898   { "player_1.pushing.down.frames",             "4"                     },
2899   { "player_1.pushing.down.delay",              "4"                     },
2900   { "player_1.pushing.up",                      "RocksHeroes.pcx"       },
2901   { "player_1.pushing.up.xpos",                 "4"                     },
2902   { "player_1.pushing.up.ypos",                 "0"                     },
2903   { "player_1.pushing.up.frames",               "4"                     },
2904   { "player_1.pushing.up.delay",                "4"                     },
2905   { "player_1.pushing.left",                    "RocksHeroes.pcx"       },
2906   { "player_1.pushing.left.xpos",               "4"                     },
2907   { "player_1.pushing.left.ypos",               "2"                     },
2908   { "player_1.pushing.left.frames",             "4"                     },
2909   { "player_1.pushing.left.delay",              "4"                     },
2910   { "player_1.pushing.right",                   "RocksHeroes.pcx"       },
2911   { "player_1.pushing.right.xpos",              "0"                     },
2912   { "player_1.pushing.right.ypos",              "2"                     },
2913   { "player_1.pushing.right.frames",            "4"                     },
2914   { "player_1.pushing.right.delay",             "4"                     },
2915   { "player_1.snapping.down",                   "RocksHeroes.pcx"       },
2916   { "player_1.snapping.down.xpos",              "0"                     },
2917   { "player_1.snapping.down.ypos",              "0"                     },
2918   { "player_1.snapping.down.frames",            "1"                     },
2919   { "player_1.snapping.up",                     "RocksHeroes.pcx"       },
2920   { "player_1.snapping.up.xpos",                "4"                     },
2921   { "player_1.snapping.up.ypos",                "0"                     },
2922   { "player_1.snapping.up.frames",              "1"                     },
2923   { "player_1.snapping.left",                   "RocksHeroes.pcx"       },
2924   { "player_1.snapping.left.xpos",              "0"                     },
2925   { "player_1.snapping.left.ypos",              "1"                     },
2926   { "player_1.snapping.left.frames",            "1"                     },
2927   { "player_1.snapping.right",                  "RocksHeroes.pcx"       },
2928   { "player_1.snapping.right.xpos",             "4"                     },
2929   { "player_1.snapping.right.ypos",             "1"                     },
2930   { "player_1.snapping.right.frames",           "1"                     },
2931
2932   { "player_2",                                 "RocksHeroes.pcx"       },
2933   { "player_2.xpos",                            "0"                     },
2934   { "player_2.ypos",                            "3"                     },
2935   { "player_2.frames",                          "1"                     },
2936   { "player_2.EDITOR",                          "RocksElements.pcx"     },
2937   { "player_2.EDITOR.xpos",                     "5"                     },
2938   { "player_2.EDITOR.ypos",                     "7"                     },
2939   { "player_2.down",                            "RocksHeroes.pcx"       },
2940   { "player_2.down.xpos",                       "0"                     },
2941   { "player_2.down.ypos",                       "3"                     },
2942   { "player_2.down.frames",                     "1"                     },
2943   { "player_2.up",                              "RocksHeroes.pcx"       },
2944   { "player_2.up.xpos",                         "4"                     },
2945   { "player_2.up.ypos",                         "3"                     },
2946   { "player_2.up.frames",                       "1"                     },
2947   { "player_2.left",                            "RocksHeroes.pcx"       },
2948   { "player_2.left.xpos",                       "0"                     },
2949   { "player_2.left.ypos",                       "4"                     },
2950   { "player_2.left.frames",                     "1"                     },
2951   { "player_2.right",                           "RocksHeroes.pcx"       },
2952   { "player_2.right.xpos",                      "4"                     },
2953   { "player_2.right.ypos",                      "4"                     },
2954   { "player_2.right.frames",                    "1"                     },
2955   { "player_2.moving.down",                     "RocksHeroes.pcx"       },
2956   { "player_2.moving.down.xpos",                "0"                     },
2957   { "player_2.moving.down.ypos",                "3"                     },
2958   { "player_2.moving.down.frames",              "4"                     },
2959   { "player_2.moving.down.start_frame",         "1"                     },
2960   { "player_2.moving.down.delay",               "4"                     },
2961   { "player_2.moving.up",                       "RocksHeroes.pcx"       },
2962   { "player_2.moving.up.xpos",                  "4"                     },
2963   { "player_2.moving.up.ypos",                  "3"                     },
2964   { "player_2.moving.up.frames",                "4"                     },
2965   { "player_2.moving.up.start_frame",           "1"                     },
2966   { "player_2.moving.up.delay",                 "4"                     },
2967   { "player_2.moving.left",                     "RocksHeroes.pcx"       },
2968   { "player_2.moving.left.xpos",                "0"                     },
2969   { "player_2.moving.left.ypos",                "4"                     },
2970   { "player_2.moving.left.frames",              "4"                     },
2971   { "player_2.moving.left.start_frame",         "1"                     },
2972   { "player_2.moving.left.delay",               "4"                     },
2973   { "player_2.moving.right",                    "RocksHeroes.pcx"       },
2974   { "player_2.moving.right.xpos",               "4"                     },
2975   { "player_2.moving.right.ypos",               "4"                     },
2976   { "player_2.moving.right.frames",             "4"                     },
2977   { "player_2.moving.right.start_frame",        "1"                     },
2978   { "player_2.moving.right.delay",              "4"                     },
2979   { "player_2.digging.down",                    "RocksHeroes.pcx"       },
2980   { "player_2.digging.down.xpos",               "0"                     },
2981   { "player_2.digging.down.ypos",               "3"                     },
2982   { "player_2.digging.down.frames",             "4"                     },
2983   { "player_2.digging.down.start_frame",        "1"                     },
2984   { "player_2.digging.down.delay",              "4"                     },
2985   { "player_2.digging.up",                      "RocksHeroes.pcx"       },
2986   { "player_2.digging.up.xpos",                 "4"                     },
2987   { "player_2.digging.up.ypos",                 "3"                     },
2988   { "player_2.digging.up.frames",               "4"                     },
2989   { "player_2.digging.up.start_frame",          "1"                     },
2990   { "player_2.digging.up.delay",                "4"                     },
2991   { "player_2.digging.left",                    "RocksHeroes.pcx"       },
2992   { "player_2.digging.left.xpos",               "0"                     },
2993   { "player_2.digging.left.ypos",               "4"                     },
2994   { "player_2.digging.left.frames",             "4"                     },
2995   { "player_2.digging.left.start_frame",        "1"                     },
2996   { "player_2.digging.left.delay",              "4"                     },
2997   { "player_2.digging.right",                   "RocksHeroes.pcx"       },
2998   { "player_2.digging.right.xpos",              "4"                     },
2999   { "player_2.digging.right.ypos",              "4"                     },
3000   { "player_2.digging.right.frames",            "4"                     },
3001   { "player_2.digging.right.start_frame",       "1"                     },
3002   { "player_2.digging.right.delay",             "4"                     },
3003   { "player_2.collecting.down",                 "RocksHeroes.pcx"       },
3004   { "player_2.collecting.down.xpos",            "0"                     },
3005   { "player_2.collecting.down.ypos",            "3"                     },
3006   { "player_2.collecting.down.frames",          "4"                     },
3007   { "player_2.collecting.down.start_frame",     "1"                     },
3008   { "player_2.collecting.down.delay",           "4"                     },
3009   { "player_2.collecting.up",                   "RocksHeroes.pcx"       },
3010   { "player_2.collecting.up.xpos",              "4"                     },
3011   { "player_2.collecting.up.ypos",              "3"                     },
3012   { "player_2.collecting.up.frames",            "4"                     },
3013   { "player_2.collecting.up.start_frame",       "1"                     },
3014   { "player_2.collecting.up.delay",             "4"                     },
3015   { "player_2.collecting.left",                 "RocksHeroes.pcx"       },
3016   { "player_2.collecting.left.xpos",            "0"                     },
3017   { "player_2.collecting.left.ypos",            "4"                     },
3018   { "player_2.collecting.left.frames",          "4"                     },
3019   { "player_2.collecting.left.start_frame",     "1"                     },
3020   { "player_2.collecting.left.delay",           "4"                     },
3021   { "player_2.collecting.right",                "RocksHeroes.pcx"       },
3022   { "player_2.collecting.right.xpos",           "4"                     },
3023   { "player_2.collecting.right.ypos",           "4"                     },
3024   { "player_2.collecting.right.frames",         "4"                     },
3025   { "player_2.collecting.right.start_frame",    "1"                     },
3026   { "player_2.collecting.right.delay",          "4"                     },
3027   { "player_2.pushing.down",                    "RocksHeroes.pcx"       },
3028   { "player_2.pushing.down.xpos",               "0"                     },
3029   { "player_2.pushing.down.ypos",               "3"                     },
3030   { "player_2.pushing.down.frames",             "4"                     },
3031   { "player_2.pushing.down.delay",              "4"                     },
3032   { "player_2.pushing.up",                      "RocksHeroes.pcx"       },
3033   { "player_2.pushing.up.xpos",                 "4"                     },
3034   { "player_2.pushing.up.ypos",                 "3"                     },
3035   { "player_2.pushing.up.frames",               "4"                     },
3036   { "player_2.pushing.up.delay",                "4"                     },
3037   { "player_2.pushing.left",                    "RocksHeroes.pcx"       },
3038   { "player_2.pushing.left.xpos",               "4"                     },
3039   { "player_2.pushing.left.ypos",               "5"                     },
3040   { "player_2.pushing.left.frames",             "4"                     },
3041   { "player_2.pushing.left.delay",              "4"                     },
3042   { "player_2.pushing.right",                   "RocksHeroes.pcx"       },
3043   { "player_2.pushing.right.xpos",              "0"                     },
3044   { "player_2.pushing.right.ypos",              "5"                     },
3045   { "player_2.pushing.right.frames",            "4"                     },
3046   { "player_2.pushing.right.delay",             "4"                     },
3047   { "player_2.snapping.down",                   "RocksHeroes.pcx"       },
3048   { "player_2.snapping.down.xpos",              "0"                     },
3049   { "player_2.snapping.down.ypos",              "3"                     },
3050   { "player_2.snapping.down.frames",            "1"                     },
3051   { "player_2.snapping.up",                     "RocksHeroes.pcx"       },
3052   { "player_2.snapping.up.xpos",                "4"                     },
3053   { "player_2.snapping.up.ypos",                "3"                     },
3054   { "player_2.snapping.up.frames",              "1"                     },
3055   { "player_2.snapping.left",                   "RocksHeroes.pcx"       },
3056   { "player_2.snapping.left.xpos",              "0"                     },
3057   { "player_2.snapping.left.ypos",              "4"                     },
3058   { "player_2.snapping.left.frames",            "1"                     },
3059   { "player_2.snapping.right",                  "RocksHeroes.pcx"       },
3060   { "player_2.snapping.right.xpos",             "4"                     },
3061   { "player_2.snapping.right.ypos",             "4"                     },
3062   { "player_2.snapping.right.frames",           "1"                     },
3063
3064   { "player_3",                                 "RocksHeroes.pcx"       },
3065   { "player_3.xpos",                            "0"                     },
3066   { "player_3.ypos",                            "6"                     },
3067   { "player_3.frames",                          "1"                     },
3068   { "player_3.EDITOR",                          "RocksElements.pcx"     },
3069   { "player_3.EDITOR.xpos",                     "6"                     },
3070   { "player_3.EDITOR.ypos",                     "7"                     },
3071   { "player_3.down",                            "RocksHeroes.pcx"       },
3072   { "player_3.down.xpos",                       "0"                     },
3073   { "player_3.down.ypos",                       "6"                     },
3074   { "player_3.down.frames",                     "1"                     },
3075   { "player_3.up",                              "RocksHeroes.pcx"       },
3076   { "player_3.up.xpos",                         "4"                     },
3077   { "player_3.up.ypos",                         "6"                     },
3078   { "player_3.up.frames",                       "1"                     },
3079   { "player_3.left",                            "RocksHeroes.pcx"       },
3080   { "player_3.left.xpos",                       "0"                     },
3081   { "player_3.left.ypos",                       "7"                     },
3082   { "player_3.left.frames",                     "1"                     },
3083   { "player_3.right",                           "RocksHeroes.pcx"       },
3084   { "player_3.right.xpos",                      "4"                     },
3085   { "player_3.right.ypos",                      "7"                     },
3086   { "player_3.right.frames",                    "1"                     },
3087   { "player_3.moving.down",                     "RocksHeroes.pcx"       },
3088   { "player_3.moving.down.xpos",                "0"                     },
3089   { "player_3.moving.down.ypos",                "6"                     },
3090   { "player_3.moving.down.frames",              "4"                     },
3091   { "player_3.moving.down.start_frame",         "1"                     },
3092   { "player_3.moving.down.delay",               "4"                     },
3093   { "player_3.moving.up",                       "RocksHeroes.pcx"       },
3094   { "player_3.moving.up.xpos",                  "4"                     },
3095   { "player_3.moving.up.ypos",                  "6"                     },
3096   { "player_3.moving.up.frames",                "4"                     },
3097   { "player_3.moving.up.start_frame",           "1"                     },
3098   { "player_3.moving.up.delay",                 "4"                     },
3099   { "player_3.moving.left",                     "RocksHeroes.pcx"       },
3100   { "player_3.moving.left.xpos",                "0"                     },
3101   { "player_3.moving.left.ypos",                "7"                     },
3102   { "player_3.moving.left.frames",              "4"                     },
3103   { "player_3.moving.left.start_frame",         "1"                     },
3104   { "player_3.moving.left.delay",               "4"                     },
3105   { "player_3.moving.right",                    "RocksHeroes.pcx"       },
3106   { "player_3.moving.right.xpos",               "4"                     },
3107   { "player_3.moving.right.ypos",               "7"                     },
3108   { "player_3.moving.right.frames",             "4"                     },
3109   { "player_3.moving.right.start_frame",        "1"                     },
3110   { "player_3.moving.right.delay",              "4"                     },
3111   { "player_3.digging.down",                    "RocksHeroes.pcx"       },
3112   { "player_3.digging.down.xpos",               "0"                     },
3113   { "player_3.digging.down.ypos",               "6"                     },
3114   { "player_3.digging.down.frames",             "4"                     },
3115   { "player_3.digging.down.start_frame",        "1"                     },
3116   { "player_3.digging.down.delay",              "4"                     },
3117   { "player_3.digging.up",                      "RocksHeroes.pcx"       },
3118   { "player_3.digging.up.xpos",                 "4"                     },
3119   { "player_3.digging.up.ypos",                 "6"                     },
3120   { "player_3.digging.up.frames",               "4"                     },
3121   { "player_3.digging.up.start_frame",          "1"                     },
3122   { "player_3.digging.up.delay",                "4"                     },
3123   { "player_3.digging.left",                    "RocksHeroes.pcx"       },
3124   { "player_3.digging.left.xpos",               "0"                     },
3125   { "player_3.digging.left.ypos",               "7"                     },
3126   { "player_3.digging.left.frames",             "4"                     },
3127   { "player_3.digging.left.start_frame",        "1"                     },
3128   { "player_3.digging.left.delay",              "4"                     },
3129   { "player_3.digging.right",                   "RocksHeroes.pcx"       },
3130   { "player_3.digging.right.xpos",              "4"                     },
3131   { "player_3.digging.right.ypos",              "7"                     },
3132   { "player_3.digging.right.frames",            "4"                     },
3133   { "player_3.digging.right.start_frame",       "1"                     },
3134   { "player_3.digging.right.delay",             "4"                     },
3135   { "player_3.collecting.down",                 "RocksHeroes.pcx"       },
3136   { "player_3.collecting.down.xpos",            "0"                     },
3137   { "player_3.collecting.down.ypos",            "6"                     },
3138   { "player_3.collecting.down.frames",          "4"                     },
3139   { "player_3.collecting.down.start_frame",     "1"                     },
3140   { "player_3.collecting.down.delay",           "4"                     },
3141   { "player_3.collecting.up",                   "RocksHeroes.pcx"       },
3142   { "player_3.collecting.up.xpos",              "4"                     },
3143   { "player_3.collecting.up.ypos",              "6"                     },
3144   { "player_3.collecting.up.frames",            "4"                     },
3145   { "player_3.collecting.up.start_frame",       "1"                     },
3146   { "player_3.collecting.up.delay",             "4"                     },
3147   { "player_3.collecting.left",                 "RocksHeroes.pcx"       },
3148   { "player_3.collecting.left.xpos",            "0"                     },
3149   { "player_3.collecting.left.ypos",            "7"                     },
3150   { "player_3.collecting.left.frames",          "4"                     },
3151   { "player_3.collecting.left.start_frame",     "1"                     },
3152   { "player_3.collecting.left.delay",           "4"                     },
3153   { "player_3.collecting.right",                "RocksHeroes.pcx"       },
3154   { "player_3.collecting.right.xpos",           "4"                     },
3155   { "player_3.collecting.right.ypos",           "7"                     },
3156   { "player_3.collecting.right.frames",         "4"                     },
3157   { "player_3.collecting.right.start_frame",    "1"                     },
3158   { "player_3.collecting.right.delay",          "4"                     },
3159   { "player_3.pushing.down",                    "RocksHeroes.pcx"       },
3160   { "player_3.pushing.down.xpos",               "0"                     },
3161   { "player_3.pushing.down.ypos",               "6"                     },
3162   { "player_3.pushing.down.frames",             "4"                     },
3163   { "player_3.pushing.down.delay",              "4"                     },
3164   { "player_3.pushing.up",                      "RocksHeroes.pcx"       },
3165   { "player_3.pushing.up.xpos",                 "4"                     },
3166   { "player_3.pushing.up.ypos",                 "6"                     },
3167   { "player_3.pushing.up.frames",               "4"                     },
3168   { "player_3.pushing.up.delay",                "4"                     },
3169   { "player_3.pushing.left",                    "RocksHeroes.pcx"       },
3170   { "player_3.pushing.left.xpos",               "4"                     },
3171   { "player_3.pushing.left.ypos",               "8"                     },
3172   { "player_3.pushing.left.frames",             "4"                     },
3173   { "player_3.pushing.left.delay",              "4"                     },
3174   { "player_3.pushing.right",                   "RocksHeroes.pcx"       },
3175   { "player_3.pushing.right.xpos",              "0"                     },
3176   { "player_3.pushing.right.ypos",              "8"                     },
3177   { "player_3.pushing.right.frames",            "4"                     },
3178   { "player_3.pushing.right.delay",             "4"                     },
3179   { "player_3.snapping.down",                   "RocksHeroes.pcx"       },
3180   { "player_3.snapping.down.xpos",              "0"                     },
3181   { "player_3.snapping.down.ypos",              "6"                     },
3182   { "player_3.snapping.down.frames",            "1"                     },
3183   { "player_3.snapping.up",                     "RocksHeroes.pcx"       },
3184   { "player_3.snapping.up.xpos",                "4"                     },
3185   { "player_3.snapping.up.ypos",                "6"                     },
3186   { "player_3.snapping.up.frames",              "1"                     },
3187   { "player_3.snapping.left",                   "RocksHeroes.pcx"       },
3188   { "player_3.snapping.left.xpos",              "0"                     },
3189   { "player_3.snapping.left.ypos",              "7"                     },
3190   { "player_3.snapping.left.frames",            "1"                     },
3191   { "player_3.snapping.right",                  "RocksHeroes.pcx"       },
3192   { "player_3.snapping.right.xpos",             "4"                     },
3193   { "player_3.snapping.right.ypos",             "7"                     },
3194   { "player_3.snapping.right.frames",           "1"                     },
3195
3196   { "player_4",                                 "RocksHeroes.pcx"       },
3197   { "player_4.xpos",                            "0"                     },
3198   { "player_4.ypos",                            "9"                     },
3199   { "player_4.frames",                          "1"                     },
3200   { "player_4.EDITOR",                          "RocksElements.pcx"     },
3201   { "player_4.EDITOR.xpos",                     "7"                     },
3202   { "player_4.EDITOR.ypos",                     "7"                     },
3203   { "player_4.down",                            "RocksHeroes.pcx"       },
3204   { "player_4.down.xpos",                       "0"                     },
3205   { "player_4.down.ypos",                       "9"                     },
3206   { "player_4.down.frames",                     "1"                     },
3207   { "player_4.up",                              "RocksHeroes.pcx"       },
3208   { "player_4.up.xpos",                         "4"                     },
3209   { "player_4.up.ypos",                         "9"                     },
3210   { "player_4.up.frames",                       "1"                     },
3211   { "player_4.left",                            "RocksHeroes.pcx"       },
3212   { "player_4.left.xpos",                       "0"                     },
3213   { "player_4.left.ypos",                       "10"                    },
3214   { "player_4.left.frames",                     "1"                     },
3215   { "player_4.right",                           "RocksHeroes.pcx"       },
3216   { "player_4.right.xpos",                      "4"                     },
3217   { "player_4.right.ypos",                      "10"                    },
3218   { "player_4.right.frames",                    "1"                     },
3219   { "player_4.moving.down",                     "RocksHeroes.pcx"       },
3220   { "player_4.moving.down.xpos",                "0"                     },
3221   { "player_4.moving.down.ypos",                "9"                     },
3222   { "player_4.moving.down.frames",              "4"                     },
3223   { "player_4.moving.down.start_frame",         "1"                     },
3224   { "player_4.moving.down.delay",               "4"                     },
3225   { "player_4.moving.up",                       "RocksHeroes.pcx"       },
3226   { "player_4.moving.up.xpos",                  "4"                     },
3227   { "player_4.moving.up.ypos",                  "9"                     },
3228   { "player_4.moving.up.frames",                "4"                     },
3229   { "player_4.moving.up.start_frame",           "1"                     },
3230   { "player_4.moving.up.delay",                 "4"                     },
3231   { "player_4.moving.left",                     "RocksHeroes.pcx"       },
3232   { "player_4.moving.left.xpos",                "0"                     },
3233   { "player_4.moving.left.ypos",                "10"                    },
3234   { "player_4.moving.left.frames",              "4"                     },
3235   { "player_4.moving.left.start_frame",         "1"                     },
3236   { "player_4.moving.left.delay",               "4"                     },
3237   { "player_4.moving.right",                    "RocksHeroes.pcx"       },
3238   { "player_4.moving.right.xpos",               "4"                     },
3239   { "player_4.moving.right.ypos",               "10"                    },
3240   { "player_4.moving.right.frames",             "4"                     },
3241   { "player_4.moving.right.start_frame",        "1"                     },
3242   { "player_4.moving.right.delay",              "4"                     },
3243   { "player_4.digging.down",                    "RocksHeroes.pcx"       },
3244   { "player_4.digging.down.xpos",               "0"                     },
3245   { "player_4.digging.down.ypos",               "9"                     },
3246   { "player_4.digging.down.frames",             "4"                     },
3247   { "player_4.digging.down.start_frame",        "1"                     },
3248   { "player_4.digging.down.delay",              "4"                     },
3249   { "player_4.digging.up",                      "RocksHeroes.pcx"       },
3250   { "player_4.digging.up.xpos",                 "4"                     },
3251   { "player_4.digging.up.ypos",                 "9"                     },
3252   { "player_4.digging.up.frames",               "4"                     },
3253   { "player_4.digging.up.start_frame",          "1"                     },
3254   { "player_4.digging.up.delay",                "4"                     },
3255   { "player_4.digging.left",                    "RocksHeroes.pcx"       },
3256   { "player_4.digging.left.xpos",               "0"                     },
3257   { "player_4.digging.left.ypos",               "10"                    },
3258   { "player_4.digging.left.frames",             "4"                     },
3259   { "player_4.digging.left.start_frame",        "1"                     },
3260   { "player_4.digging.left.delay",              "4"                     },
3261   { "player_4.digging.right",                   "RocksHeroes.pcx"       },
3262   { "player_4.digging.right.xpos",              "4"                     },
3263   { "player_4.digging.right.ypos",              "10"                    },
3264   { "player_4.digging.right.frames",            "4"                     },
3265   { "player_4.digging.right.start_frame",       "1"                     },
3266   { "player_4.digging.right.delay",             "4"                     },
3267   { "player_4.collecting.down",                 "RocksHeroes.pcx"       },
3268   { "player_4.collecting.down.xpos",            "0"                     },
3269   { "player_4.collecting.down.ypos",            "9"                     },
3270   { "player_4.collecting.down.frames",          "4"                     },
3271   { "player_4.collecting.down.start_frame",     "1"                     },
3272   { "player_4.collecting.down.delay",           "4"                     },
3273   { "player_4.collecting.up",                   "RocksHeroes.pcx"       },
3274   { "player_4.collecting.up.xpos",              "4"                     },
3275   { "player_4.collecting.up.ypos",              "9"                     },
3276   { "player_4.collecting.up.frames",            "4"                     },
3277   { "player_4.collecting.up.start_frame",       "1"                     },
3278   { "player_4.collecting.up.delay",             "4"                     },
3279   { "player_4.collecting.left",                 "RocksHeroes.pcx"       },
3280   { "player_4.collecting.left.xpos",            "0"                     },
3281   { "player_4.collecting.left.ypos",            "10"                    },
3282   { "player_4.collecting.left.frames",          "4"                     },
3283   { "player_4.collecting.left.start_frame",     "1"                     },
3284   { "player_4.collecting.left.delay",           "4"                     },
3285   { "player_4.collecting.right",                "RocksHeroes.pcx"       },
3286   { "player_4.collecting.right.xpos",           "4"                     },
3287   { "player_4.collecting.right.ypos",           "10"                    },
3288   { "player_4.collecting.right.frames",         "4"                     },
3289   { "player_4.collecting.right.start_frame",    "1"                     },
3290   { "player_4.collecting.right.delay",          "4"                     },
3291   { "player_4.pushing.down",                    "RocksHeroes.pcx"       },
3292   { "player_4.pushing.down.xpos",               "0"                     },
3293   { "player_4.pushing.down.ypos",               "9"                     },
3294   { "player_4.pushing.down.frames",             "4"                     },
3295   { "player_4.pushing.down.delay",              "4"                     },
3296   { "player_4.pushing.up",                      "RocksHeroes.pcx"       },
3297   { "player_4.pushing.up.xpos",                 "4"                     },
3298   { "player_4.pushing.up.ypos",                 "9"                     },
3299   { "player_4.pushing.up.frames",               "4"                     },
3300   { "player_4.pushing.up.delay",                "4"                     },
3301   { "player_4.pushing.left",                    "RocksHeroes.pcx"       },
3302   { "player_4.pushing.left.xpos",               "4"                     },
3303   { "player_4.pushing.left.ypos",               "11"                    },
3304   { "player_4.pushing.left.frames",             "4"                     },
3305   { "player_4.pushing.left.delay",              "4"                     },
3306   { "player_4.pushing.right",                   "RocksHeroes.pcx"       },
3307   { "player_4.pushing.right.xpos",              "0"                     },
3308   { "player_4.pushing.right.ypos",              "11"                    },
3309   { "player_4.pushing.right.frames",            "4"                     },
3310   { "player_4.pushing.right.delay",             "4"                     },
3311   { "player_4.snapping.down",                   "RocksHeroes.pcx"       },
3312   { "player_4.snapping.down.xpos",              "0"                     },
3313   { "player_4.snapping.down.ypos",              "9"                     },
3314   { "player_4.snapping.down.frames",            "1"                     },
3315   { "player_4.snapping.up",                     "RocksHeroes.pcx"       },
3316   { "player_4.snapping.up.xpos",                "4"                     },
3317   { "player_4.snapping.up.ypos",                "9"                     },
3318   { "player_4.snapping.up.frames",              "1"                     },
3319   { "player_4.snapping.left",                   "RocksHeroes.pcx"       },
3320   { "player_4.snapping.left.xpos",              "0"                     },
3321   { "player_4.snapping.left.ypos",              "10"                    },
3322   { "player_4.snapping.left.frames",            "1"                     },
3323   { "player_4.snapping.right",                  "RocksHeroes.pcx"       },
3324   { "player_4.snapping.right.xpos",             "4"                     },
3325   { "player_4.snapping.right.ypos",             "10"                    },
3326   { "player_4.snapping.right.frames",           "1"                     },
3327
3328   { "[default].exploding",                      "RocksElements.pcx"     },
3329   { "[default].exploding.xpos",                 "0"                     },
3330   { "[default].exploding.ypos",                 "4"                     },
3331   { "[default].exploding.frames",               "8"                     },
3332   { "[default].exploding.delay",                "2"                     },
3333   { "[default].exploding.anim_mode",            "linear"                },
3334
3335   { "twinkle_blue",                             "RocksHeroes.pcx"       },
3336   { "twinkle_blue.xpos",                        "9"                     },
3337   { "twinkle_blue.ypos",                        "11"                    },
3338   { "twinkle_blue.frames",                      "3"                     },
3339   { "twinkle_blue.delay",                       "2"                     },
3340   { "twinkle_blue.anim_mode",                   "pingpong"              },
3341   { "twinkle_blue.global_sync",                 "false"                 },
3342   { "twinkle_white",                            "RocksHeroes.pcx"       },
3343   { "twinkle_white.xpos",                       "13"                    },
3344   { "twinkle_white.ypos",                       "11"                    },
3345   { "twinkle_white.frames",                     "3"                     },
3346   { "twinkle_white.delay",                      "2"                     },
3347   { "twinkle_white.anim_mode",                  "pingpong"              },
3348   { "twinkle_white.global_sync",                "false"                 },
3349
3350   { "steelwall_topleft",                        "RocksElements.pcx"     },
3351   { "steelwall_topleft.xpos",                   "4"                     },
3352   { "steelwall_topleft.ypos",                   "0"                     },
3353   { "steelwall_topleft.frames",                 "1"                     },
3354   { "steelwall_topright",                       "RocksElements.pcx"     },
3355   { "steelwall_topright.xpos",                  "4"                     },
3356   { "steelwall_topright.ypos",                  "0"                     },
3357   { "steelwall_topright.frames",                "1"                     },
3358   { "steelwall_bottomleft",                     "RocksElements.pcx"     },
3359   { "steelwall_bottomleft.xpos",                "4"                     },
3360   { "steelwall_bottomleft.ypos",                "0"                     },
3361   { "steelwall_bottomleft.frames",              "1"                     },
3362   { "steelwall_bottomright",                    "RocksElements.pcx"     },
3363   { "steelwall_bottomright.xpos",               "4"                     },
3364   { "steelwall_bottomright.ypos",               "0"                     },
3365   { "steelwall_bottomright.frames",             "1"                     },
3366   { "steelwall_horizontal",                     "RocksElements.pcx"     },
3367   { "steelwall_horizontal.xpos",                "4"                     },
3368   { "steelwall_horizontal.ypos",                "0"                     },
3369   { "steelwall_horizontal.frames",              "1"                     },
3370   { "steelwall_vertical",                       "RocksElements.pcx"     },
3371   { "steelwall_vertical.xpos",                  "4"                     },
3372   { "steelwall_vertical.ypos",                  "0"                     },
3373   { "steelwall_vertical.frames",                "1"                     },
3374
3375   { "steelwall_topleft.EDITOR",                 "RocksElements.pcx"     },
3376   { "steelwall_topleft.EDITOR.xpos",            "0"                     },
3377   { "steelwall_topleft.EDITOR.ypos",            "13"                    },
3378   { "steelwall_topright.EDITOR",                "RocksElements.pcx"     },
3379   { "steelwall_topright.EDITOR.xpos",           "1"                     },
3380   { "steelwall_topright.EDITOR.ypos",           "13"                    },
3381   { "steelwall_bottomleft.EDITOR",              "RocksElements.pcx"     },
3382   { "steelwall_bottomleft.EDITOR.xpos",         "2"                     },
3383   { "steelwall_bottomleft.EDITOR.ypos",         "13"                    },
3384   { "steelwall_bottomright.EDITOR",             "RocksElements.pcx"     },
3385   { "steelwall_bottomright.EDITOR.xpos",        "3"                     },
3386   { "steelwall_bottomright.EDITOR.ypos",        "13"                    },
3387   { "steelwall_horizontal.EDITOR",              "RocksElements.pcx"     },
3388   { "steelwall_horizontal.EDITOR.xpos",         "4"                     },
3389   { "steelwall_horizontal.EDITOR.ypos",         "13"                    },
3390   { "steelwall_vertical.EDITOR",                "RocksElements.pcx"     },
3391   { "steelwall_vertical.EDITOR.xpos",           "5"                     },
3392   { "steelwall_vertical.EDITOR.ypos",           "13"                    },
3393
3394   { "invisible_steelwall_topleft",              "RocksSP.pcx"           },
3395   { "invisible_steelwall_topleft.xpos",         "0"                     },
3396   { "invisible_steelwall_topleft.ypos",         "0"                     },
3397   { "invisible_steelwall_topleft.frames",       "1"                     },
3398   { "invisible_steelwall_topright",             "RocksSP.pcx"           },
3399   { "invisible_steelwall_topright.xpos",        "0"                     },
3400   { "invisible_steelwall_topright.ypos",        "0"                     },
3401   { "invisible_steelwall_topright.frames",      "1"                     },
3402   { "invisible_steelwall_bottomleft",           "RocksSP.pcx"           },
3403   { "invisible_steelwall_bottomleft.xpos",      "0"                     },
3404   { "invisible_steelwall_bottomleft.ypos",      "0"                     },
3405   { "invisible_steelwall_bottomleft.frames",    "1"                     },
3406   { "invisible_steelwall_bottomright",          "RocksSP.pcx"           },
3407   { "invisible_steelwall_bottomright.xpos",     "0"                     },
3408   { "invisible_steelwall_bottomright.ypos",     "0"                     },
3409   { "invisible_steelwall_bottomright.frames",   "1"                     },
3410   { "invisible_steelwall_horizontal",           "RocksSP.pcx"           },
3411   { "invisible_steelwall_horizontal.xpos",      "0"                     },
3412   { "invisible_steelwall_horizontal.ypos",      "0"                     },
3413   { "invisible_steelwall_horizontal.frames",    "1"                     },
3414   { "invisible_steelwall_vertical",             "RocksSP.pcx"           },
3415   { "invisible_steelwall_vertical.xpos",        "0"                     },
3416   { "invisible_steelwall_vertical.ypos",        "0"                     },
3417   { "invisible_steelwall_vertical.frames",      "1"                     },
3418
3419   { "invisible_steelwall_topleft.EDITOR",       "RocksElements.pcx"     },
3420   { "invisible_steelwall_topleft.EDITOR.xpos",  "6"                     },
3421   { "invisible_steelwall_topleft.EDITOR.ypos",  "13"                    },
3422   { "invisible_steelwall_topright.EDITOR",      "RocksElements.pcx"     },
3423   { "invisible_steelwall_topright.EDITOR.xpos", "7"                     },
3424   { "invisible_steelwall_topright.EDITOR.ypos", "13"                    },
3425   { "invisible_steelwall_bottomleft.EDITOR",    "RocksElements.pcx"     },
3426   { "invisible_steelwall_bottomleft.EDITOR.xpos","8"                    },
3427   { "invisible_steelwall_bottomleft.EDITOR.ypos","13"                   },
3428   { "invisible_steelwall_bottomright.EDITOR",   "RocksElements.pcx"     },
3429   { "invisible_steelwall_bottomright.EDITOR.xpos","9"                   },
3430   { "invisible_steelwall_bottomright.EDITOR.ypos","13"                  },
3431   { "invisible_steelwall_horizontal.EDITOR",    "RocksElements.pcx"     },
3432   { "invisible_steelwall_horizontal.EDITOR.xpos","10"                   },
3433   { "invisible_steelwall_horizontal.EDITOR.ypos","13"                   },
3434   { "invisible_steelwall_vertical.EDITOR",      "RocksElements.pcx"     },
3435   { "invisible_steelwall_vertical.EDITOR.xpos", "11"                    },
3436   { "invisible_steelwall_vertical.EDITOR.ypos", "13"                    },
3437
3438   { "arrow_left",                               "RocksDC.pcx"           },
3439   { "arrow_left.xpos",                          "8"                     },
3440   { "arrow_left.ypos",                          "8"                     },
3441   { "arrow_left.frames",                        "1"                     },
3442   { "arrow_right",                              "RocksDC.pcx"           },
3443   { "arrow_right.xpos",                         "9"                     },
3444   { "arrow_right.ypos",                         "8"                     },
3445   { "arrow_right.frames",                       "1"                     },
3446   { "arrow_up",                                 "RocksDC.pcx"           },
3447   { "arrow_up.xpos",                            "10"                    },
3448   { "arrow_up.ypos",                            "8"                     },
3449   { "arrow_up.frames",                          "1"                     },
3450   { "arrow_down",                               "RocksDC.pcx"           },
3451   { "arrow_down.xpos",                          "11"                    },
3452   { "arrow_down.ypos",                          "8"                     },
3453   { "arrow_down.frames",                        "1"                     },
3454
3455   { "unknown",                                  "RocksFontEM.pcx"       },
3456   { "unknown.xpos",                             "15"                    },
3457   { "unknown.ypos",                             "1"                     },
3458   { "unknown.frames",                           "1"                     },
3459
3460   { "trigger_element",                          "RocksDC.pcx"           },
3461   { "trigger_element.xpos",                     "15"                    },
3462   { "trigger_element.ypos",                     "14"                    },
3463   { "trigger_element.frames",                   "1"                     },
3464
3465   { "trigger_player",                           "RocksDC.pcx"           },
3466   { "trigger_player.xpos",                      "15"                    },
3467   { "trigger_player.ypos",                      "13"                    },
3468   { "trigger_player.frames",                    "1"                     },
3469
3470   { "trigger_ce_value",                         "RocksDC.pcx"           },
3471   { "trigger_ce_value.xpos",                    "15"                    },
3472   { "trigger_ce_value.ypos",                    "11"                    },
3473   { "trigger_ce_value.frames",                  "1"                     },
3474
3475   { "trigger_ce_score",                         "RocksDC.pcx"           },
3476   { "trigger_ce_score.xpos",                    "15"                    },
3477   { "trigger_ce_score.ypos",                    "12"                    },
3478   { "trigger_ce_score.frames",                  "1"                     },
3479
3480   { "current_ce_value",                         "RocksDC.pcx"           },
3481   { "current_ce_value.xpos",                    "14"                    },
3482   { "current_ce_value.ypos",                    "11"                    },
3483   { "current_ce_value.frames",                  "1"                     },
3484
3485   { "current_ce_score",                         "RocksDC.pcx"           },
3486   { "current_ce_score.xpos",                    "14"                    },
3487   { "current_ce_score.ypos",                    "12"                    },
3488   { "current_ce_score.frames",                  "1"                     },
3489
3490   { "prev_ce_1",                                "RocksMore.pcx"         },
3491   { "prev_ce_1.xpos",                           "0"                     },
3492   { "prev_ce_1.ypos",                           "7"                     },
3493   { "prev_ce_1.frames",                         "1"                     },
3494
3495   { "prev_ce_2",                                "RocksMore.pcx"         },
3496   { "prev_ce_2.xpos",                           "1"                     },
3497   { "prev_ce_2.ypos",                           "7"                     },
3498   { "prev_ce_2.frames",                         "1"                     },
3499
3500   { "prev_ce_3",                                "RocksMore.pcx"         },
3501   { "prev_ce_3.xpos",                           "2"                     },
3502   { "prev_ce_3.ypos",                           "7"                     },
3503   { "prev_ce_3.frames",                         "1"                     },
3504
3505   { "prev_ce_4",                                "RocksMore.pcx"         },
3506   { "prev_ce_4.xpos",                           "3"                     },
3507   { "prev_ce_4.ypos",                           "7"                     },
3508   { "prev_ce_4.frames",                         "1"                     },
3509
3510   { "prev_ce_5",                                "RocksMore.pcx"         },
3511   { "prev_ce_5.xpos",                           "4"                     },
3512   { "prev_ce_5.ypos",                           "7"                     },
3513   { "prev_ce_5.frames",                         "1"                     },
3514
3515   { "prev_ce_6",                                "RocksMore.pcx"         },
3516   { "prev_ce_6.xpos",                           "5"                     },
3517   { "prev_ce_6.ypos",                           "7"                     },
3518   { "prev_ce_6.frames",                         "1"                     },
3519
3520   { "prev_ce_7",                                "RocksMore.pcx"         },
3521   { "prev_ce_7.xpos",                           "6"                     },
3522   { "prev_ce_7.ypos",                           "7"                     },
3523   { "prev_ce_7.frames",                         "1"                     },
3524
3525   { "prev_ce_8",                                "RocksMore.pcx"         },
3526   { "prev_ce_8.xpos",                           "7"                     },
3527   { "prev_ce_8.ypos",                           "7"                     },
3528   { "prev_ce_8.frames",                         "1"                     },
3529
3530   { "next_ce_1",                                "RocksMore.pcx"         },
3531   { "next_ce_1.xpos",                           "0"                     },
3532   { "next_ce_1.ypos",                           "8"                     },
3533   { "next_ce_1.frames",                         "1"                     },
3534
3535   { "next_ce_2",                                "RocksMore.pcx"         },
3536   { "next_ce_2.xpos",                           "1"                     },
3537   { "next_ce_2.ypos",                           "8"                     },
3538   { "next_ce_2.frames",                         "1"                     },
3539
3540   { "next_ce_3",                                "RocksMore.pcx"         },
3541   { "next_ce_3.xpos",                           "2"                     },
3542   { "next_ce_3.ypos",                           "8"                     },
3543   { "next_ce_3.frames",                         "1"                     },
3544
3545   { "next_ce_4",                                "RocksMore.pcx"         },
3546   { "next_ce_4.xpos",                           "3"                     },
3547   { "next_ce_4.ypos",                           "8"                     },
3548   { "next_ce_4.frames",                         "1"                     },
3549
3550   { "next_ce_5",                                "RocksMore.pcx"         },
3551   { "next_ce_5.xpos",                           "4"                     },
3552   { "next_ce_5.ypos",                           "8"                     },
3553   { "next_ce_5.frames",                         "1"                     },
3554
3555   { "next_ce_6",                                "RocksMore.pcx"         },
3556   { "next_ce_6.xpos",                           "5"                     },
3557   { "next_ce_6.ypos",                           "8"                     },
3558   { "next_ce_6.frames",                         "1"                     },
3559
3560   { "next_ce_7",                                "RocksMore.pcx"         },
3561   { "next_ce_7.xpos",                           "6"                     },
3562   { "next_ce_7.ypos",                           "8"                     },
3563   { "next_ce_7.frames",                         "1"                     },
3564
3565   { "next_ce_8",                                "RocksMore.pcx"         },
3566   { "next_ce_8.xpos",                           "7"                     },
3567   { "next_ce_8.ypos",                           "8"                     },
3568   { "next_ce_8.frames",                         "1"                     },
3569
3570   { "self",                                     "RocksMore.pcx"         },
3571   { "self.xpos",                                "8"                     },
3572   { "self.ypos",                                "7"                     },
3573   { "self.frames",                              "1"                     },
3574
3575   { "any_element",                              "RocksMore.pcx"         },
3576   { "any_element.xpos",                         "9"                     },
3577   { "any_element.ypos",                         "7"                     },
3578   { "any_element.frames",                       "1"                     },
3579
3580   { "emc_key_5",                                "RocksEMC.pcx"          },
3581   { "emc_key_5.xpos",                           "0"                     },
3582   { "emc_key_5.ypos",                           "5"                     },
3583   { "emc_key_5.frames",                         "1"                     },
3584   { "emc_key_6",                                "RocksEMC.pcx"          },
3585   { "emc_key_6.xpos",                           "1"                     },
3586   { "emc_key_6.ypos",                           "5"                     },
3587   { "emc_key_6.frames",                         "1"                     },
3588   { "emc_key_7",                                "RocksEMC.pcx"          },
3589   { "emc_key_7.xpos",                           "2"                     },
3590   { "emc_key_7.ypos",                           "5"                     },
3591   { "emc_key_7.frames",                         "1"                     },
3592   { "emc_key_8",                                "RocksEMC.pcx"          },
3593   { "emc_key_8.xpos",                           "3"                     },
3594   { "emc_key_8.ypos",                           "5"                     },
3595   { "emc_key_8.frames",                         "1"                     },
3596
3597   { "emc_gate_5",                               "RocksEMC.pcx"          },
3598   { "emc_gate_5.xpos",                          "0"                     },
3599   { "emc_gate_5.ypos",                          "6"                     },
3600   { "emc_gate_5.frames",                        "1"                     },
3601   { "emc_gate_6",                               "RocksEMC.pcx"          },
3602   { "emc_gate_6.xpos",                          "1"                     },
3603   { "emc_gate_6.ypos",                          "6"                     },
3604   { "emc_gate_6.frames",                        "1"                     },
3605   { "emc_gate_7",                               "RocksEMC.pcx"          },
3606   { "emc_gate_7.xpos",                          "2"                     },
3607   { "emc_gate_7.ypos",                          "6"                     },
3608   { "emc_gate_7.frames",                        "1"                     },
3609   { "emc_gate_8",                               "RocksEMC.pcx"          },
3610   { "emc_gate_8.xpos",                          "3"                     },
3611   { "emc_gate_8.ypos",                          "6"                     },
3612   { "emc_gate_8.frames",                        "1"                     },
3613   { "emc_gate_5_gray",                          "RocksEMC.pcx"          },
3614   { "emc_gate_5_gray.xpos",                     "4"                     },
3615   { "emc_gate_5_gray.ypos",                     "7"                     },
3616   { "emc_gate_5_gray.frames",                   "1"                     },
3617   { "emc_gate_5_gray.EDITOR",                   "RocksEMC.pcx"          },
3618   { "emc_gate_5_gray.EDITOR.xpos",              "0"                     },
3619   { "emc_gate_5_gray.EDITOR.ypos",              "7"                     },
3620   { "emc_gate_5_gray.active",                   "RocksEMC.pcx"          },
3621   { "emc_gate_5_gray.active.xpos",              "0"                     },
3622   { "emc_gate_5_gray.active.ypos",              "6"                     },
3623   { "emc_gate_5_gray.active.frames",            "1"                     },
3624   { "emc_gate_6_gray",                          "RocksEMC.pcx"          },
3625   { "emc_gate_6_gray.xpos",                     "4"                     },
3626   { "emc_gate_6_gray.ypos",                     "7"                     },
3627   { "emc_gate_6_gray.frames",                   "1"                     },
3628   { "emc_gate_6_gray.EDITOR",                   "RocksEMC.pcx"          },
3629   { "emc_gate_6_gray.EDITOR.xpos",              "1"                     },
3630   { "emc_gate_6_gray.EDITOR.ypos",              "7"                     },
3631   { "emc_gate_6_gray.active",                   "RocksEMC.pcx"          },
3632   { "emc_gate_6_gray.active.xpos",              "1"                     },
3633   { "emc_gate_6_gray.active.ypos",              "6"                     },
3634   { "emc_gate_6_gray.active.frames",            "1"                     },
3635   { "emc_gate_7_gray",                          "RocksEMC.pcx"          },
3636   { "emc_gate_7_gray.xpos",                     "4"                     },
3637   { "emc_gate_7_gray.ypos",                     "7"                     },
3638   { "emc_gate_7_gray.frames",                   "1"                     },
3639   { "emc_gate_7_gray.EDITOR",                   "RocksEMC.pcx"          },
3640   { "emc_gate_7_gray.EDITOR.xpos",              "2"                     },
3641   { "emc_gate_7_gray.EDITOR.ypos",              "7"                     },
3642   { "emc_gate_7_gray.active",                   "RocksEMC.pcx"          },
3643   { "emc_gate_7_gray.active.xpos",              "2"                     },
3644   { "emc_gate_7_gray.active.ypos",              "6"                     },
3645   { "emc_gate_7_gray.active.frames",            "1"                     },
3646   { "emc_gate_8_gray",                          "RocksEMC.pcx"          },
3647   { "emc_gate_8_gray.xpos",                     "4"                     },
3648   { "emc_gate_8_gray.ypos",                     "7"                     },
3649   { "emc_gate_8_gray.frames",                   "1"                     },
3650   { "emc_gate_8_gray.EDITOR",                   "RocksEMC.pcx"          },
3651   { "emc_gate_8_gray.EDITOR.xpos",              "3"                     },
3652   { "emc_gate_8_gray.EDITOR.ypos",              "7"                     },
3653   { "emc_gate_8_gray.active",                   "RocksEMC.pcx"          },
3654   { "emc_gate_8_gray.active.xpos",              "3"                     },
3655   { "emc_gate_8_gray.active.ypos",              "6"                     },
3656   { "emc_gate_8_gray.active.frames",            "1"                     },
3657
3658   { "emc_android",                              "RocksEMC.pcx"          },
3659   { "emc_android.xpos",                         "0"                     },
3660   { "emc_android.ypos",                         "8"                     },
3661   { "emc_android.frames",                       "8"                     },
3662   { "emc_android.delay",                        "2"                     },
3663
3664   { "emc_android.shrinking.upleft",             "RocksEMC.pcx"          },
3665   { "emc_android.shrinking.upleft.xpos",        "1"                     },
3666   { "emc_android.shrinking.upleft.ypos",        "11"                    },
3667   { "emc_android.shrinking.upleft.frames",      "8"                     },
3668   { "emc_android.shrinking.upleft.anim_mode",   "linear"                },
3669
3670   { "emc_android.growing.downright",            "RocksEMC.pcx"          },
3671   { "emc_android.growing.downright.xpos",       "0"                     },
3672   { "emc_android.growing.downright.ypos",       "11"                    },
3673   { "emc_android.growing.downright.frames",     "8"                     },
3674   { "emc_android.growing.downright.anim_mode",  "linear,reverse"        },
3675
3676   { "emc_android.shrinking.downleft",           "RocksEMC.pcx"          },
3677   { "emc_android.shrinking.downleft.xpos",      "1"                     },
3678   { "emc_android.shrinking.downleft.ypos",      "12"                    },
3679   { "emc_android.shrinking.downleft.frames",    "8"                     },
3680   { "emc_android.shrinking.downleft.anim_mode", "linear"                },
3681
3682   { "emc_android.growing.upright",              "RocksEMC.pcx"          },
3683   { "emc_android.growing.upright.xpos",         "0"                     },
3684   { "emc_android.growing.upright.ypos",         "12"                    },
3685   { "emc_android.growing.upright.frames",       "8"                     },
3686   { "emc_android.growing.upright.anim_mode",    "linear,reverse"        },
3687
3688   { "emc_android.shrinking.upright",            "RocksEMC.pcx"          },
3689   { "emc_android.shrinking.upright.xpos",       "1"                     },
3690   { "emc_android.shrinking.upright.ypos",       "13"                    },
3691   { "emc_android.shrinking.upright.frames",     "8"                     },
3692   { "emc_android.shrinking.upright.anim_mode",  "linear"                },
3693
3694   { "emc_android.growing.downleft",             "RocksEMC.pcx"          },
3695   { "emc_android.growing.downleft.xpos",        "0"                     },
3696   { "emc_android.growing.downleft.ypos",        "13"                    },
3697   { "emc_android.growing.downleft.frames",      "8"                     },
3698   { "emc_android.growing.downleft.anim_mode",   "linear,reverse"        },
3699
3700   { "emc_android.shrinking.downright",          "RocksEMC.pcx"          },
3701   { "emc_android.shrinking.downright.xpos",     "1"                     },
3702   { "emc_android.shrinking.downright.ypos",     "14"                    },
3703   { "emc_android.shrinking.downright.frames",   "8"                     },
3704   { "emc_android.shrinking.downright.anim_mode","linear"                },
3705
3706   { "emc_android.growing.upleft",               "RocksEMC.pcx"          },
3707   { "emc_android.growing.upleft.xpos",          "0"                     },
3708   { "emc_android.growing.upleft.ypos",          "14"                    },
3709   { "emc_android.growing.upleft.frames",        "8"                     },
3710   { "emc_android.growing.upleft.anim_mode",     "linear,reverse"        },
3711
3712   { "emc_grass",                                "RocksEMC.pcx"          },
3713   { "emc_grass.xpos",                           "0"                     },
3714   { "emc_grass.ypos",                           "4"                     },
3715   { "emc_grass.frames",                         "1"                     },
3716   { "emc_grass.CRUMBLED",                       "RocksEMC.pcx"          },
3717   { "emc_grass.CRUMBLED.xpos",                  "1"                     },
3718   { "emc_grass.CRUMBLED.ypos",                  "4"                     },
3719   { "emc_grass.CRUMBLED.frames",                "1"                     },
3720   { "emc_grass.digging.left",                   "RocksEMC.pcx"          },
3721   { "emc_grass.digging.left.xpos",              "6"                     },
3722   { "emc_grass.digging.left.ypos",              "0"                     },
3723   { "emc_grass.digging.left.frames",            "3"                     },
3724   { "emc_grass.digging.left.delay",             "2"                     },
3725   { "emc_grass.digging.left.anim_mode",         "linear"                },
3726   { "emc_grass.digging.right",                  "RocksEMC.pcx"          },
3727   { "emc_grass.digging.right.xpos",             "9"                     },
3728   { "emc_grass.digging.right.ypos",             "0"                     },
3729   { "emc_grass.digging.right.frames",           "3"                     },
3730   { "emc_grass.digging.right.delay",            "2"                     },
3731   { "emc_grass.digging.right.anim_mode",        "linear"                },
3732   { "emc_grass.digging.up",                     "RocksEMC.pcx"          },
3733   { "emc_grass.digging.up.xpos",                "0"                     },
3734   { "emc_grass.digging.up.ypos",                "0"                     },
3735   { "emc_grass.digging.up.frames",              "3"                     },
3736   { "emc_grass.digging.up.delay",               "2"                     },
3737   { "emc_grass.digging.up.anim_mode",           "linear"                },
3738   { "emc_grass.digging.down",                   "RocksEMC.pcx"          },
3739   { "emc_grass.digging.down.xpos",              "3"                     },
3740   { "emc_grass.digging.down.ypos",              "0"                     },
3741   { "emc_grass.digging.down.frames",            "3"                     },
3742   { "emc_grass.digging.down.delay",             "2"                     },
3743   { "emc_grass.digging.down.anim_mode",         "linear"                },
3744   { "emc_grass.digging.left.CRUMBLED",          "RocksEMC.pcx"          },
3745   { "emc_grass.digging.left.CRUMBLED.xpos",     "6"                     },
3746   { "emc_grass.digging.left.CRUMBLED.ypos",     "1"                     },
3747   { "emc_grass.digging.left.CRUMBLED.frames",   "3"                     },
3748   { "emc_grass.digging.left.CRUMBLED.delay",    "2"                     },
3749   { "emc_grass.digging.left.CRUMBLED.anim_mode","linear"                },
3750   { "emc_grass.digging.right.CRUMBLED",         "RocksEMC.pcx"          },
3751   { "emc_grass.digging.right.CRUMBLED.xpos",    "9"                     },
3752   { "emc_grass.digging.right.CRUMBLED.ypos",    "1"                     },
3753   { "emc_grass.digging.right.CRUMBLED.frames",  "3"                     },
3754   { "emc_grass.digging.right.CRUMBLED.delay",   "2"                     },
3755   { "emc_grass.digging.right.CRUMBLED.anim_mode","linear"               },
3756   { "emc_grass.digging.up.CRUMBLED",            "RocksEMC.pcx"          },
3757   { "emc_grass.digging.up.CRUMBLED.xpos",       "0"                     },
3758   { "emc_grass.digging.up.CRUMBLED.ypos",       "1"                     },
3759   { "emc_grass.digging.up.CRUMBLED.frames",     "3"                     },
3760   { "emc_grass.digging.up.CRUMBLED.delay",      "2"                     },
3761   { "emc_grass.digging.up.CRUMBLED.anim_mode",  "linear"                },
3762   { "emc_grass.digging.down.CRUMBLED",          "RocksEMC.pcx"          },
3763   { "emc_grass.digging.down.CRUMBLED.xpos",     "3"                     },
3764   { "emc_grass.digging.down.CRUMBLED.ypos",     "1"                     },
3765   { "emc_grass.digging.down.CRUMBLED.frames",   "3"                     },
3766   { "emc_grass.digging.down.CRUMBLED.delay",    "2"                     },
3767   { "emc_grass.digging.down.CRUMBLED.anim_mode","linear"                },
3768
3769   { "emc_magic_ball",                           "RocksEMC.pcx"          },
3770   { "emc_magic_ball.xpos",                      "0"                     },
3771   { "emc_magic_ball.ypos",                      "9"                     },
3772   { "emc_magic_ball.frames",                    "1"                     },
3773   { "emc_magic_ball.active",                    "RocksEMC.pcx"          },
3774   { "emc_magic_ball.active.xpos",               "0"                     },
3775   { "emc_magic_ball.active.ypos",               "9"                     },
3776   { "emc_magic_ball.active.frames",             "16"                    },
3777   { "emc_magic_ball.active.frames_per_line",    "8"                     },
3778   { "emc_magic_ball.dropping",                  "RocksElements.pcx"     },
3779   { "emc_magic_ball.dropping.xpos",             "0"                     },
3780   { "emc_magic_ball.dropping.ypos",             "4"                     },
3781   { "emc_magic_ball.dropping.frames",           "8"                     },
3782   { "emc_magic_ball.dropping.anim_mode",        "linear"                },
3783
3784   { "emc_magic_ball_switch",                    "RocksEMC.pcx"          },
3785   { "emc_magic_ball_switch.xpos",               "8"                     },
3786   { "emc_magic_ball_switch.ypos",               "10"                    },
3787   { "emc_magic_ball_switch.frames",             "1"                     },
3788   { "emc_magic_ball_switch.active",             "RocksEMC.pcx"          },
3789   { "emc_magic_ball_switch.active.xpos",        "8"                     },
3790   { "emc_magic_ball_switch.active.ypos",        "9"                     },
3791   { "emc_magic_ball_switch.active.frames",      "1"                     },
3792
3793   { "emc_spring_bumper",                        "RocksEMC.pcx"          },
3794   { "emc_spring_bumper.xpos",                   "8"                     },
3795   { "emc_spring_bumper.ypos",                   "4"                     },
3796   { "emc_spring_bumper.frames",                 "1"                     },
3797
3798   { "emc_spring_bumper.active",                 "RocksEMC.pcx"          },
3799   { "emc_spring_bumper.active.xpos",            "8"                     },
3800   { "emc_spring_bumper.active.ypos",            "4"                     },
3801   { "emc_spring_bumper.active.frames",          "4"                     },
3802   { "emc_spring_bumper.active.anim_mode",       "pingpong2"             },
3803
3804   { "emc_plant",                                "RocksEMC.pcx"          },
3805   { "emc_plant.xpos",                           "4"                     },
3806   { "emc_plant.ypos",                           "4"                     },
3807   { "emc_plant.frames",                         "1"                     },
3808   { "emc_plant.CRUMBLED",                       "RocksEMC.pcx"          },
3809   { "emc_plant.CRUMBLED.xpos",                  "5"                     },
3810   { "emc_plant.CRUMBLED.ypos",                  "4"                     },
3811   { "emc_plant.CRUMBLED.frames",                "1"                     },
3812
3813   { "emc_lenses",                               "RocksEMC.pcx"          },
3814   { "emc_lenses.xpos",                          "6"                     },
3815   { "emc_lenses.ypos",                          "4"                     },
3816   { "emc_lenses.frames",                        "1"                     },
3817
3818   { "emc_magnifier",                            "RocksEMC.pcx"          },
3819   { "emc_magnifier.xpos",                       "7"                     },
3820   { "emc_magnifier.ypos",                       "4"                     },
3821   { "emc_magnifier.frames",                     "1"                     },
3822
3823   { "emc_wall_9",                               "RocksEMC.pcx"          },
3824   { "emc_wall_9.xpos",                          "10"                    },
3825   { "emc_wall_9.ypos",                          "5"                     },
3826   { "emc_wall_9.frames",                        "1"                     },
3827   { "emc_wall_10",                              "RocksEMC.pcx"          },
3828   { "emc_wall_10.xpos",                         "10"                    },
3829   { "emc_wall_10.ypos",                         "6"                     },
3830   { "emc_wall_10.frames",                       "1"                     },
3831   { "emc_wall_11",                              "RocksEMC.pcx"          },
3832   { "emc_wall_11.xpos",                         "11"                    },
3833   { "emc_wall_11.ypos",                         "5"                     },
3834   { "emc_wall_11.frames",                       "1"                     },
3835   { "emc_wall_12",                              "RocksEMC.pcx"          },
3836   { "emc_wall_12.xpos",                         "11"                    },
3837   { "emc_wall_12.ypos",                         "6"                     },
3838   { "emc_wall_12.frames",                       "1"                     },
3839   { "emc_wall_13",                              "RocksEMC.pcx"          },
3840   { "emc_wall_13.xpos",                         "10"                    },
3841   { "emc_wall_13.ypos",                         "7"                     },
3842   { "emc_wall_13.frames",                       "1"                     },
3843   { "emc_wall_14",                              "RocksEMC.pcx"          },
3844   { "emc_wall_14.xpos",                         "10"                    },
3845   { "emc_wall_14.ypos",                         "8"                     },
3846   { "emc_wall_14.frames",                       "1"                     },
3847   { "emc_wall_15",                              "RocksEMC.pcx"          },
3848   { "emc_wall_15.xpos",                         "10"                    },
3849   { "emc_wall_15.ypos",                         "9"                     },
3850   { "emc_wall_15.frames",                       "1"                     },
3851   { "emc_wall_16",                              "RocksEMC.pcx"          },
3852   { "emc_wall_16.xpos",                         "10"                    },
3853   { "emc_wall_16.ypos",                         "10"                    },
3854   { "emc_wall_16.frames",                       "1"                     },
3855
3856   { "emc_wall_slippery_1",                      "RocksEMC.pcx"          },
3857   { "emc_wall_slippery_1.xpos",                 "11"                    },
3858   { "emc_wall_slippery_1.ypos",                 "7"                     },
3859   { "emc_wall_slippery_1.frames",               "1"                     },
3860   { "emc_wall_slippery_2",                      "RocksEMC.pcx"          },
3861   { "emc_wall_slippery_2.xpos",                 "11"                    },
3862   { "emc_wall_slippery_2.ypos",                 "8"                     },
3863   { "emc_wall_slippery_2.frames",               "1"                     },
3864   { "emc_wall_slippery_3",                      "RocksEMC.pcx"          },
3865   { "emc_wall_slippery_3.xpos",                 "11"                    },
3866   { "emc_wall_slippery_3.ypos",                 "9"                     },
3867   { "emc_wall_slippery_3.frames",               "1"                     },
3868   { "emc_wall_slippery_4",                      "RocksEMC.pcx"          },
3869   { "emc_wall_slippery_4.xpos",                 "11"                    },
3870   { "emc_wall_slippery_4.ypos",                 "10"                    },
3871   { "emc_wall_slippery_4.frames",               "1"                     },
3872
3873   { "emc_fake_grass",                           "RocksEMC.pcx"          },
3874   { "emc_fake_grass.xpos",                      "0"                     },
3875   { "emc_fake_grass.ypos",                      "4"                     },
3876   { "emc_fake_grass.frames",                    "1"                     },
3877   { "emc_fake_grass.CRUMBLED",                  "RocksEMC.pcx"          },
3878   { "emc_fake_grass.CRUMBLED.xpos",             "1"                     },
3879   { "emc_fake_grass.CRUMBLED.ypos",             "4"                     },
3880   { "emc_fake_grass.CRUMBLED.frames",           "1"                     },
3881   { "emc_fake_grass.active",                    "RocksEMC.pcx"          },
3882   { "emc_fake_grass.active.xpos",               "2"                     },
3883   { "emc_fake_grass.active.ypos",               "4"                     },
3884   { "emc_fake_grass.active.frames",             "1"                     },
3885   { "emc_fake_grass.active.CRUMBLED",           "RocksEMC.pcx"          },
3886   { "emc_fake_grass.active.CRUMBLED.xpos",      "3"                     },
3887   { "emc_fake_grass.active.CRUMBLED.ypos",      "4"                     },
3888   { "emc_fake_grass.active.CRUMBLED.frames",    "1"                     },
3889   { "emc_fake_grass.EDITOR",                    "RocksEMC.pcx"          },
3890   { "emc_fake_grass.EDITOR.xpos",               "2"                     },
3891   { "emc_fake_grass.EDITOR.ypos",               "4"                     },
3892   { "emc_fake_grass.EDITOR.frames",             "1"                     },
3893
3894   { "emc_fake_acid",                            "RocksElements.pcx"     },
3895   { "emc_fake_acid.xpos",                       "12"                    },
3896   { "emc_fake_acid.ypos",                       "7"                     },
3897   { "emc_fake_acid.frames",                     "4"                     },
3898   { "emc_fake_acid.delay",                      "10"                    },
3899   { "emc_fake_acid.global_sync",                "true"                  },
3900
3901   { "emc_dripper",                              "RocksSP.pcx"           },
3902   { "emc_dripper.xpos",                         "0"                     },
3903   { "emc_dripper.ypos",                         "0"                     },
3904   { "emc_dripper.frames",                       "1"                     },
3905   { "emc_dripper.EDITOR",                       "RocksEMC.pcx"          },
3906   { "emc_dripper.EDITOR.xpos",                  "8"                     },
3907   { "emc_dripper.EDITOR.ypos",                  "8"                     },
3908   { "emc_dripper.active",                       "RocksEMC.pcx"          },
3909   { "emc_dripper.active.xpos",                  "8"                     },
3910   { "emc_dripper.active.ypos",                  "8"                     },
3911   { "emc_dripper.active.frames",                "1"                     },
3912
3913 #include "conf_chr.c"   /* include auto-generated data structure definitions */
3914 #include "conf_cus.c"   /* include auto-generated data structure definitions */
3915 #include "conf_grp.c"   /* include auto-generated data structure definitions */
3916
3917   /* images not associated to game elements (used for menu screens etc.) */
3918   /* keyword to stop parser: "NO_MORE_ELEMENT_IMAGES" <-- do not change! */
3919
3920 #if 1
3921   /* !!! TEMPORARILY STORED HERE -- PROBABLY TO BE CHANGED !!! */
3922
3923   /* (for testing, change filename back to "emc_objects dot pcx") */
3924   { "emc_object",                               "RocksEMC.pcx"          },
3925 #if 0
3926   { "emc_object.scale_up_factor",               "2"                     },
3927 #endif
3928
3929   /* (for testing, change filename back to "emc_players dot pcx") */
3930   { "emc_sprite",                               "RocksEMC.pcx"          },
3931 #if 0
3932   { "emc_sprite.scale_up_factor",               "2"                     },
3933 #endif
3934 #endif
3935
3936   { "toon_1",                                   "RocksToons.pcx"        },
3937   { "toon_1.x",                                 "2"                     },
3938   { "toon_1.y",                                 "72"                    },
3939   { "toon_1.width",                             "40"                    },
3940   { "toon_1.height",                            "48"                    },
3941   { "toon_1.frames",                            "8"                     },
3942   { "toon_1.delay",                             "1"                     },
3943   { "toon_1.step_offset",                       "4"                     },
3944   { "toon_1.step_delay",                        "5"                     },
3945   { "toon_1.direction",                         "right"                 },
3946   { "toon_1.position",                          "bottom"                },
3947
3948   { "toon_2",                                   "RocksToons.pcx"        },
3949   { "toon_2.x",                                 "2"                     },
3950   { "toon_2.y",                                 "186"                   },
3951   { "toon_2.width",                             "40"                    },
3952   { "toon_2.height",                            "48"                    },
3953   { "toon_2.frames",                            "8"                     },
3954   { "toon_2.delay",                             "1"                     },
3955   { "toon_2.step_offset",                       "4"                     },
3956   { "toon_2.step_delay",                        "5"                     },
3957   { "toon_2.direction",                         "left"                  },
3958   { "toon_2.position",                          "bottom"                },
3959
3960   { "toon_3",                                   "RocksToons.pcx"        },
3961   { "toon_3.x",                                 "2"                     },
3962   { "toon_3.y",                                 "125"                   },
3963   { "toon_3.width",                             "48"                    },
3964   { "toon_3.height",                            "56"                    },
3965   { "toon_3.frames",                            "8"                     },
3966   { "toon_3.delay",                             "1"                     },
3967   { "toon_3.step_offset",                       "4"                     },
3968   { "toon_3.step_delay",                        "5"                     },
3969   { "toon_3.direction",                         "right"                 },
3970   { "toon_3.position",                          "bottom"                },
3971
3972   { "toon_4",                                   "RocksToons.pcx"        },
3973   { "toon_4.x",                                 "327"                   },
3974   { "toon_4.y",                                 "10"                    },
3975   { "toon_4.width",                             "80"                    },
3976   { "toon_4.height",                            "110"                   },
3977   { "toon_4.frames",                            "1"                     },
3978   { "toon_4.delay",                             "1"                     },
3979   { "toon_4.step_offset",                       "1"                     },
3980   { "toon_4.step_delay",                        "1"                     },
3981   { "toon_4.direction",                         "up"                    },
3982   { "toon_4.position",                          "any"                   },
3983
3984   { "toon_5",                                   "RocksToons.pcx"        },
3985   { "toon_5.x",                                 "2"                     },
3986   { "toon_5.y",                                 "2"                     },
3987   { "toon_5.width",                             "32"                    },
3988   { "toon_5.height",                            "30"                    },
3989   { "toon_5.frames",                            "8"                     },
3990   { "toon_5.delay",                             "2"                     },
3991   { "toon_5.anim_mode",                         "pingpong2"             },
3992   { "toon_5.step_offset",                       "2"                     },
3993   { "toon_5.step_delay",                        "1"                     },
3994   { "toon_5.direction",                         "right"                 },
3995   { "toon_5.position",                          "upper"                 },
3996
3997   { "toon_6",                                   "RocksToons.pcx"        },
3998   { "toon_6.x",                                 "2"                     },
3999   { "toon_6.y",                                 "37"                    },
4000   { "toon_6.width",                             "32"                    },
4001   { "toon_6.height",                            "30"                    },
4002   { "toon_6.frames",                            "8"                     },
4003   { "toon_6.delay",                             "2"                     },
4004   { "toon_6.anim_mode",                         "pingpong2"             },
4005   { "toon_6.step_offset",                       "2"                     },
4006   { "toon_6.step_delay",                        "1"                     },
4007   { "toon_6.direction",                         "left"                  },
4008   { "toon_6.position",                          "upper"                 },
4009
4010   { "toon_7",                                   "RocksMore.pcx"         },
4011   { "toon_7.xpos",                              "0"                     },
4012   { "toon_7.ypos",                              "6"                     },
4013   { "toon_7.frames",                            "16"                    },
4014   { "toon_7.delay",                             "2"                     },
4015   { "toon_7.direction",                         "down"                  },
4016   { "toon_7.position",                          "any"                   },
4017
4018   { "toon_8",                                   "RocksHeroes.pcx"       },
4019   { "toon_8.xpos",                              "4"                     },
4020   { "toon_8.ypos",                              "1"                     },
4021   { "toon_8.frames",                            "4"                     },
4022   { "toon_8.delay",                             "4"                     },
4023   { "toon_8.direction",                         "right"                 },
4024   { "toon_8.position",                          "bottom"                },
4025
4026   { "toon_9",                                   "RocksHeroes.pcx"       },
4027   { "toon_9.xpos",                              "8"                     },
4028   { "toon_9.ypos",                              "7"                     },
4029   { "toon_9.frames",                            "4"                     },
4030   { "toon_9.delay",                             "2"                     },
4031   { "toon_9.direction",                         "left"                  },
4032   { "toon_9.position",                          "bottom"                },
4033
4034   { "toon_10",                                  "RocksHeroes.pcx"       },
4035   { "toon_10.xpos",                             "12"                    },
4036   { "toon_10.ypos",                             "7"                     },
4037   { "toon_10.frames",                           "4"                     },
4038   { "toon_10.delay",                            "2"                     },
4039   { "toon_10.direction",                        "right"                 },
4040   { "toon_10.position",                         "bottom"                },
4041
4042   { "toon_11",                                  "RocksHeroes.pcx"       },
4043   { "toon_11.xpos",                             "8"                     },
4044   { "toon_11.ypos",                             "5"                     },
4045   { "toon_11.frames",                           "4"                     },
4046   { "toon_11.delay",                            "2"                     },
4047   { "toon_11.direction",                        "left"                  },
4048   { "toon_11.position",                         "bottom"                },
4049
4050   { "toon_12",                                  "RocksHeroes.pcx"       },
4051   { "toon_12.xpos",                             "12"                    },
4052   { "toon_12.ypos",                             "5"                     },
4053   { "toon_12.frames",                           "4"                     },
4054   { "toon_12.delay",                            "2"                     },
4055   { "toon_12.direction",                        "right"                 },
4056   { "toon_12.position",                         "bottom"                },
4057
4058   { "toon_13",                                  "RocksHeroes.pcx"       },
4059   { "toon_13.xpos",                             "8"                     },
4060   { "toon_13.ypos",                             "1"                     },
4061   { "toon_13.frames",                           "4"                     },
4062   { "toon_13.delay",                            "2"                     },
4063   { "toon_13.direction",                        "left"                  },
4064   { "toon_13.position",                         "bottom"                },
4065
4066   { "toon_14",                                  "RocksHeroes.pcx"       },
4067   { "toon_14.xpos",                             "12"                    },
4068   { "toon_14.ypos",                             "1"                     },
4069   { "toon_14.frames",                           "4"                     },
4070   { "toon_14.delay",                            "2"                     },
4071   { "toon_14.direction",                        "right"                 },
4072   { "toon_14.position",                         "bottom"                },
4073
4074   { "toon_15",                                  "RocksHeroes.pcx"       },
4075   { "toon_15.xpos",                             "8"                     },
4076   { "toon_15.ypos",                             "3"                     },
4077   { "toon_15.frames",                           "4"                     },
4078   { "toon_15.delay",                            "2"                     },
4079   { "toon_15.direction",                        "left"                  },
4080   { "toon_15.position",                         "bottom"                },
4081
4082   { "toon_16",                                  "RocksHeroes.pcx"       },
4083   { "toon_16.xpos",                             "12"                    },
4084   { "toon_16.ypos",                             "3"                     },
4085   { "toon_16.frames",                           "4"                     },
4086   { "toon_16.delay",                            "2"                     },
4087   { "toon_16.direction",                        "right"                 },
4088   { "toon_16.position",                         "bottom"                },
4089
4090   { "toon_17",                                  "RocksHeroes.pcx"       },
4091   { "toon_17.xpos",                             "8"                     },
4092   { "toon_17.ypos",                             "9"                     },
4093   { "toon_17.frames",                           "8"                     },
4094   { "toon_17.delay",                            "2"                     },
4095   { "toon_17.direction",                        "left"                  },
4096   { "toon_17.position",                         "any"                   },
4097
4098   { "toon_18",                                  "RocksHeroes.pcx"       },
4099   { "toon_18.xpos",                             "8"                     },
4100   { "toon_18.ypos",                             "9"                     },
4101   { "toon_18.frames",                           "8"                     },
4102   { "toon_18.delay",                            "2"                     },
4103   { "toon_18.direction",                        "right"                 },
4104   { "toon_18.position",                         "any"                   },
4105
4106   { "toon_19",                                  "RocksElements.pcx"     },
4107   { "toon_19.xpos",                             "8"                     },
4108   { "toon_19.ypos",                             "0"                     },
4109   { "toon_19.frames",                           "2"                     },
4110   { "toon_19.delay",                            "4"                     },
4111   { "toon_19.direction",                        "down"                  },
4112   { "toon_19.position",                         "any"                   },
4113
4114   { "toon_20",                                  "RocksElements.pcx"     },
4115   { "toon_20.xpos",                             "10"                    },
4116   { "toon_20.ypos",                             "0"                     },
4117   { "toon_20.frames",                           "2"                     },
4118   { "toon_20.delay",                            "4"                     },
4119   { "toon_20.direction",                        "down"                  },
4120   { "toon_20.position",                         "any"                   },
4121
4122   { "menu.calibrate_red",                       "RocksElements.pcx"     },
4123   { "menu.calibrate_red.xpos",                  "12"                    },
4124   { "menu.calibrate_red.ypos",                  "8"                     },
4125   { "menu.calibrate_red.frames",                "1"                     },
4126   { "menu.calibrate_blue",                      "RocksElements.pcx"     },
4127   { "menu.calibrate_blue.xpos",                 "13"                    },
4128   { "menu.calibrate_blue.ypos",                 "8"                     },
4129   { "menu.calibrate_blue.frames",               "1"                     },
4130   { "menu.calibrate_yellow",                    "RocksElements.pcx"     },
4131   { "menu.calibrate_yellow.xpos",               "14"                    },
4132   { "menu.calibrate_yellow.ypos",               "8"                     },
4133   { "menu.calibrate_yellow.frames",             "1"                     },
4134
4135   { "menu.button",                              "RocksElements.pcx"     },
4136   { "menu.button.xpos",                         "13"                    },
4137   { "menu.button.ypos",                         "8"                     },
4138   { "menu.button.frames",                       "1"                     },
4139   { "menu.button.active",                       "RocksElements.pcx"     },
4140   { "menu.button.active.xpos",                  "12"                    },
4141   { "menu.button.active.ypos",                  "8"                     },
4142   { "menu.button.active.frames",                "1"                     },
4143
4144   { "menu.button_left",                         "RocksDC.pcx"           },
4145   { "menu.button_left.xpos",                    "8"                     },
4146   { "menu.button_left.ypos",                    "8"                     },
4147   { "menu.button_left.frames",                  "1"                     },
4148   { "menu.button_left.active",                  "RocksDC.pcx"           },
4149   { "menu.button_left.active.xpos",             "8"                     },
4150   { "menu.button_left.active.ypos",             "9"                     },
4151   { "menu.button_left.active.frames",           "1"                     },
4152   { "menu.button_right",                        "RocksDC.pcx"           },
4153   { "menu.button_right.xpos",                   "9"                     },
4154   { "menu.button_right.ypos",                   "8"                     },
4155   { "menu.button_right.frames",                 "1"                     },
4156   { "menu.button_right.active",                 "RocksDC.pcx"           },
4157   { "menu.button_right.active.xpos",            "9"                     },
4158   { "menu.button_right.active.ypos",            "9"                     },
4159   { "menu.button_right.active.frames",          "1"                     },
4160   { "menu.button_up",                           "RocksDC.pcx"           },
4161   { "menu.button_up.xpos",                      "10"                    },
4162   { "menu.button_up.ypos",                      "8"                     },
4163   { "menu.button_up.frames",                    "1"                     },
4164   { "menu.button_up.active",                    "RocksDC.pcx"           },
4165   { "menu.button_up.active.xpos",               "10"                    },
4166   { "menu.button_up.active.ypos",               "9"                     },
4167   { "menu.button_up.active.frames",             "1"                     },
4168   { "menu.button_down",                         "RocksDC.pcx"           },
4169   { "menu.button_down.xpos",                    "11"                    },
4170   { "menu.button_down.ypos",                    "8"                     },
4171   { "menu.button_down.frames",                  "1"                     },
4172   { "menu.button_down.active",                  "RocksDC.pcx"           },
4173   { "menu.button_down.active.xpos",             "11"                    },
4174   { "menu.button_down.active.ypos",             "9"                     },
4175   { "menu.button_down.active.frames",           "1"                     },
4176
4177   { "menu.button_enter_menu",                   "RocksDC.pcx"           },
4178   { "menu.button_enter_menu.clone_from",        "menu.button_right"     },
4179   { "menu.button_enter_menu.active",            "RocksDC.pcx"           },
4180   { "menu.button_enter_menu.active.clone_from", "menu.button_right.active" },
4181   { "menu.button_leave_menu",                   "RocksDC.pcx"           },
4182   { "menu.button_leave_menu.clone_from",        "menu.button_left"      },
4183   { "menu.button_leave_menu.active",            "RocksDC.pcx"           },
4184   { "menu.button_leave_menu.active.clone_from", "menu.button_left.active" },
4185
4186   { "menu.button_next_level",                   "RocksDC.pcx"           },
4187   { "menu.button_next_level.clone_from",        "menu.button_right"     },
4188   { "menu.button_next_level.active",            "RocksDC.pcx"           },
4189   { "menu.button_next_level.active.clone_from", "menu.button_right.active" },
4190   { "menu.button_prev_level",                   "RocksDC.pcx"           },
4191   { "menu.button_prev_level.clone_from",        "menu.button_left"      },
4192   { "menu.button_prev_level.active",            "RocksDC.pcx"           },
4193   { "menu.button_prev_level.active.clone_from", "menu.button_left.active" },
4194
4195   { "menu.scrollbar",                           "RocksDC.pcx"           },
4196   { "menu.scrollbar.xpos",                      "8"                     },
4197   { "menu.scrollbar.ypos",                      "10"                    },
4198   { "menu.scrollbar.frames",                    "1"                     },
4199   { "menu.scrollbar.active",                    "RocksDC.pcx"           },
4200   { "menu.scrollbar.active.xpos",               "9"                     },
4201   { "menu.scrollbar.active.ypos",               "10"                    },
4202   { "menu.scrollbar.active.frames",             "1"                     },
4203
4204   { "font.initial_1",                           "RocksFontSmall.pcx"    },
4205   { "font.initial_1.x",                         "0"                     },
4206   { "font.initial_1.y",                         "0"                     },
4207   { "font.initial_1.width",                     "14"                    },
4208   { "font.initial_1.height",                    "14"                    },
4209   { "font.initial_2",                           "RocksFontSmall.pcx"    },
4210   { "font.initial_2.x",                         "0"                     },
4211   { "font.initial_2.y",                         "70"                    },
4212   { "font.initial_2.width",                     "14"                    },
4213   { "font.initial_2.height",                    "14"                    },
4214   { "font.initial_3",                           "RocksFontSmall.pcx"    },
4215   { "font.initial_3.x",                         "0"                     },
4216   { "font.initial_3.y",                         "140"                   },
4217   { "font.initial_3.width",                     "14"                    },
4218   { "font.initial_3.height",                    "14"                    },
4219   { "font.initial_4",                           "RocksFontSmall.pcx"    },
4220   { "font.initial_4.x",                         "0"                     },
4221   { "font.initial_4.y",                         "210"                   },
4222   { "font.initial_4.width",                     "14"                    },
4223   { "font.initial_4.height",                    "14"                    },
4224
4225   { "font.title_1",                             "RocksFontBig.pcx"      },
4226   { "font.title_1.x",                           "0"                     },
4227   { "font.title_1.y",                           "480"                   },
4228   { "font.title_1.width",                       "32"                    },
4229   { "font.title_1.height",                      "32"                    },
4230   { "font.title_2",                             "RocksFontSmall.pcx"    },
4231   { "font.title_2.x",                           "0"                     },
4232   { "font.title_2.y",                           "0"                     },
4233   { "font.title_2.width",                       "14"                    },
4234   { "font.title_2.height",                      "14"                    },
4235
4236   { "font.menu_1",                              "RocksFontBig.pcx"      },
4237   { "font.menu_1.x",                            "0"                     },
4238   { "font.menu_1.y",                            "320"                   },
4239   { "font.menu_1.width",                        "32"                    },
4240   { "font.menu_1.height",                       "32"                    },
4241   { "font.menu_1.active",                       "RocksFontBig.pcx"      },
4242   { "font.menu_1.active.x",                     "0"                     },
4243   { "font.menu_1.active.y",                     "480"                   },
4244   { "font.menu_1.active.width",                 "32"                    },
4245   { "font.menu_1.active.height",                "32"                    },
4246   { "font.menu_2",                              "RocksFontMedium.pcx"   },
4247   { "font.menu_2.x",                            "0"                     },
4248   { "font.menu_2.y",                            "320"                   },
4249   { "font.menu_2.width",                        "16"                    },
4250   { "font.menu_2.height",                       "32"                    },
4251   { "font.menu_2.active",                       "RocksFontMedium.pcx"   },
4252   { "font.menu_2.active.x",                     "0"                     },
4253   { "font.menu_2.active.y",                     "480"                   },
4254   { "font.menu_2.active.width",                 "16"                    },
4255   { "font.menu_2.active.height",                "32"                    },
4256
4257   { "font.text_1",                              "RocksFontSmall.pcx"    },
4258   { "font.text_1.x",                            "0"                     },
4259   { "font.text_1.y",                            "140"                   },
4260   { "font.text_1.width",                        "14"                    },
4261   { "font.text_1.height",                       "14"                    },
4262   { "font.text_1.LEVELS",                       "RocksFontMedium.pcx"   },
4263   { "font.text_1.LEVELS.x",                     "0"                     },
4264   { "font.text_1.LEVELS.y",                     "0"                     },
4265   { "font.text_1.LEVELS.width",                 "16"                    },
4266   { "font.text_1.LEVELS.height",                "32"                    },
4267   { "font.text_1.PREVIEW",                      "RocksFontEM.pcx"       },
4268   { "font.text_1.PREVIEW.x",                    "0"                     },
4269   { "font.text_1.PREVIEW.y",                    "160"                   },
4270   { "font.text_1.PREVIEW.width",                "16"                    },
4271   { "font.text_1.PREVIEW.height",               "16"                    },
4272   { "font.text_1.SCORES",                       "RocksFontMedium.pcx"   },
4273   { "font.text_1.SCORES.x",                     "0"                     },
4274   { "font.text_1.SCORES.y",                     "480"                   },
4275   { "font.text_1.SCORES.width",                 "16"                    },
4276   { "font.text_1.SCORES.height",                "32"                    },
4277   { "font.text_1.active.SCORES",                "RocksFontMedium.pcx"   },
4278   { "font.text_1.active.SCORES.x",              "0"                     },
4279   { "font.text_1.active.SCORES.y",              "0"                     },
4280   { "font.text_1.active.SCORES.width",          "16"                    },
4281   { "font.text_1.active.SCORES.height",         "32"                    },
4282   { "font.text_2",                              "RocksFontSmall.pcx"    },
4283   { "font.text_2.x",                            "0"                     },
4284   { "font.text_2.y",                            "210"                   },
4285   { "font.text_2.width",                        "14"                    },
4286   { "font.text_2.height",                       "14"                    },
4287   { "font.text_2.LEVELS",                       "RocksFontMedium.pcx"   },
4288   { "font.text_2.LEVELS.x",                     "0"                     },
4289   { "font.text_2.LEVELS.y",                     "160"                   },
4290   { "font.text_2.LEVELS.width",                 "16"                    },
4291   { "font.text_2.LEVELS.height",                "32"                    },
4292   { "font.text_2.PREVIEW",                      "RocksFontEM.pcx"       },
4293   { "font.text_2.PREVIEW.x",                    "0"                     },
4294   { "font.text_2.PREVIEW.y",                    "160"                   },
4295   { "font.text_2.PREVIEW.width",                "16"                    },
4296   { "font.text_2.PREVIEW.height",               "16"                    },
4297   { "font.text_2.SCORES",                       "RocksFontBig.pcx"      },
4298   { "font.text_2.SCORES.x",                     "0"                     },
4299   { "font.text_2.SCORES.y",                     "320"                   },
4300   { "font.text_2.SCORES.width",                 "32"                    },
4301   { "font.text_2.SCORES.height",                "32"                    },
4302   { "font.text_2.active.SCORES",                "RocksFontBig.pcx"      },
4303   { "font.text_2.active.SCORES.x",              "0"                     },
4304   { "font.text_2.active.SCORES.y",              "0"                     },
4305   { "font.text_2.active.SCORES.width",          "32"                    },
4306   { "font.text_2.active.SCORES.height",         "32"                    },
4307   { "font.text_3",                              "RocksFontSmall.pcx"    },
4308   { "font.text_3.x",                            "0"                     },
4309   { "font.text_3.y",                            "0"                     },
4310   { "font.text_3.width",                        "14"                    },
4311   { "font.text_3.height",                       "14"                    },
4312   { "font.text_3.LEVELS",                       "RocksFontMedium.pcx"   },
4313   { "font.text_3.LEVELS.x",                     "0"                     },
4314   { "font.text_3.LEVELS.y",                     "320"                   },
4315   { "font.text_3.LEVELS.width",                 "16"                    },
4316   { "font.text_3.LEVELS.height",                "32"                    },
4317   { "font.text_3.PREVIEW",                      "RocksFontEM.pcx"       },
4318   { "font.text_3.PREVIEW.x",                    "0"                     },
4319   { "font.text_3.PREVIEW.y",                    "160"                   },
4320   { "font.text_3.PREVIEW.width",                "16"                    },
4321   { "font.text_3.PREVIEW.height",               "16"                    },
4322   { "font.text_3.SCORES",                       "RocksFontMedium.pcx"   },
4323   { "font.text_3.SCORES.x",                     "0"                     },
4324   { "font.text_3.SCORES.y",                     "480"                   },
4325   { "font.text_3.SCORES.width",                 "16"                    },
4326   { "font.text_3.SCORES.height",                "32"                    },
4327   { "font.text_3.active.SCORES",                "RocksFontMedium.pcx"   },
4328   { "font.text_3.active.SCORES.x",              "0"                     },
4329   { "font.text_3.active.SCORES.y",              "0"                     },
4330   { "font.text_3.active.SCORES.width",          "16"                    },
4331   { "font.text_3.active.SCORES.height",         "32"                    },
4332   { "font.text_4",                              "RocksFontSmall.pcx"    },
4333   { "font.text_4.x",                            "0"                     },
4334   { "font.text_4.y",                            "70"                    },
4335   { "font.text_4.width",                        "14"                    },
4336   { "font.text_4.height",                       "14"                    },
4337   { "font.text_4.LEVELS",                       "RocksFontMedium.pcx"   },
4338   { "font.text_4.LEVELS.x",                     "0"                     },
4339   { "font.text_4.LEVELS.y",                     "480"                   },
4340   { "font.text_4.LEVELS.width",                 "16"                    },
4341   { "font.text_4.LEVELS.height",                "32"                    },
4342   { "font.text_4.SCORES",                       "RocksFontMedium.pcx"   },
4343   { "font.text_4.SCORES.x",                     "0"                     },
4344   { "font.text_4.SCORES.y",                     "480"                   },
4345   { "font.text_4.SCORES.width",                 "16"                    },
4346   { "font.text_4.SCORES.height",                "32"                    },
4347   { "font.text_4.active.SCORES",                "RocksFontMedium.pcx"   },
4348   { "font.text_4.active.SCORES.x",              "0"                     },
4349   { "font.text_4.active.SCORES.y",              "0"                     },
4350   { "font.text_4.active.SCORES.width",          "16"                    },
4351   { "font.text_4.active.SCORES.height",         "32"                    },
4352
4353   { "font.envelope_1",                          "RocksFontEM.pcx"       },
4354   { "font.envelope_1.x",                        "0"                     },
4355   { "font.envelope_1.y",                        "160"                   },
4356   { "font.envelope_1.width",                    "16"                    },
4357   { "font.envelope_1.height",                   "16"                    },
4358   { "font.envelope_2",                          "RocksFontEM.pcx"       },
4359   { "font.envelope_2.x",                        "0"                     },
4360   { "font.envelope_2.y",                        "160"                   },
4361   { "font.envelope_2.width",                    "16"                    },
4362   { "font.envelope_2.height",                   "16"                    },
4363   { "font.envelope_3",                          "RocksFontEM.pcx"       },
4364   { "font.envelope_3.x",                        "0"                     },
4365   { "font.envelope_3.y",                        "160"                   },
4366   { "font.envelope_3.width",                    "16"                    },
4367   { "font.envelope_3.height",                   "16"                    },
4368   { "font.envelope_4",                          "RocksFontEM.pcx"       },
4369   { "font.envelope_4.x",                        "0"                     },
4370   { "font.envelope_4.y",                        "160"                   },
4371   { "font.envelope_4.width",                    "16"                    },
4372   { "font.envelope_4.height",                   "16"                    },
4373
4374   { "font.input_1",                             "RocksFontSmall.pcx"    },
4375   { "font.input_1.x",                           "0"                     },
4376   { "font.input_1.y",                           "210"                   },
4377   { "font.input_1.width",                       "14"                    },
4378   { "font.input_1.height",                      "14"                    },
4379   { "font.input_1.MAIN",                        "RocksFontBig.pcx"      },
4380   { "font.input_1.MAIN.x",                      "0"                     },
4381   { "font.input_1.MAIN.y",                      "0"                     },
4382   { "font.input_1.MAIN.width",                  "32"                    },
4383   { "font.input_1.MAIN.height",                 "32"                    },
4384   { "font.input_1.active",                      "RocksFontSmall.pcx"    },
4385   { "font.input_1.active.x",                    "0"                     },
4386   { "font.input_1.active.y",                    "210"                   },
4387   { "font.input_1.active.width",                "14"                    },
4388   { "font.input_1.active.height",               "14"                    },
4389   { "font.input_1.active.MAIN",                 "RocksFontBig.pcx"      },
4390   { "font.input_1.active.MAIN.x",               "0"                     },
4391   { "font.input_1.active.MAIN.y",               "480"                   },
4392   { "font.input_1.active.MAIN.width",           "32"                    },
4393   { "font.input_1.active.MAIN.height",          "32"                    },
4394   { "font.input_1.active.SETUP",                "RocksFontBig.pcx"      },
4395   { "font.input_1.active.SETUP.x",              "0"                     },
4396   { "font.input_1.active.SETUP.y",              "0"                     },
4397   { "font.input_1.active.SETUP.width",          "32"                    },
4398   { "font.input_1.active.SETUP.height",         "32"                    },
4399   { "font.input_2",                             "RocksFontSmall.pcx"    },
4400   { "font.input_2.x",                           "0"                     },
4401   { "font.input_2.y",                           "210"                   },
4402   { "font.input_2.width",                       "14"                    },
4403   { "font.input_2.height",                      "14"                    },
4404   { "font.input_2.active",                      "RocksFontSmall.pcx"    },
4405   { "font.input_2.active.x",                    "0"                     },
4406   { "font.input_2.active.y",                    "210"                   },
4407   { "font.input_2.active.width",                "14"                    },
4408   { "font.input_2.active.height",               "14"                    },
4409
4410   { "font.option_off",                          "RocksFontBig.pcx"      },
4411   { "font.option_off.x",                        "0"                     },
4412   { "font.option_off.y",                        "160"                   },
4413   { "font.option_off.width",                    "32"                    },
4414   { "font.option_off.height",                   "32"                    },
4415   { "font.option_on",                           "RocksFontBig.pcx"      },
4416   { "font.option_on.x",                         "0"                     },
4417   { "font.option_on.y",                         "480"                   },
4418   { "font.option_on.width",                     "32"                    },
4419   { "font.option_on.height",                    "32"                    },
4420
4421   { "font.value_1",                             "RocksFontBig.pcx"      },
4422   { "font.value_1.x",                           "0"                     },
4423   { "font.value_1.y",                           "480"                   },
4424   { "font.value_1.width",                       "32"                    },
4425   { "font.value_1.height",                      "32"                    },
4426   { "font.value_2",                             "RocksFontMedium.pcx"   },
4427   { "font.value_2.x",                           "0"                     },
4428   { "font.value_2.y",                           "480"                   },
4429   { "font.value_2.width",                       "16"                    },
4430   { "font.value_2.height",                      "32"                    },
4431   { "font.value_old",                           "RocksFontBig.pcx"      },
4432   { "font.value_old.x",                         "0"                     },
4433   { "font.value_old.y",                         "160"                   },
4434   { "font.value_old.width",                     "32"                    },
4435   { "font.value_old.height",                    "32"                    },
4436
4437   { "font.level_number",                        "RocksFontSmall.pcx"    },
4438   { "font.level_number.x",                      "0"                     },
4439   { "font.level_number.y",                      "350"                   },
4440   { "font.level_number.width",                  "10"                    },
4441   { "font.level_number.height",                 "14"                    },
4442
4443   { "font.tape_recorder",                       "RocksFontSmall.pcx"    },
4444   { "font.tape_recorder.x",                     "0"                     },
4445   { "font.tape_recorder.y",                     "280"                   },
4446   { "font.tape_recorder.width",                 "11"                    },
4447   { "font.tape_recorder.height",                "14"                    },
4448
4449   { "font.game_info",                           "RocksFontEM.pcx"       },
4450   { "font.game_info.xpos",                      "0"                     },
4451   { "font.game_info.ypos",                      "0"                     },
4452   { "font.game_info.delay",                     "10"                    },
4453
4454   { "global.border",                            "RocksScreen.pcx"       },
4455   { "global.door",                              "RocksDoor.pcx"         },
4456
4457   { "editor.element_border",                    "RocksElements.pcx"     },
4458   { "editor.element_border.xpos",               "0"                     },
4459   { "editor.element_border.ypos",               "0"                     },
4460
4461   { "editor.element_border_input",              "RocksElements.pcx"     },
4462   { "editor.element_border_input.xpos",         "0"                     },
4463   { "editor.element_border_input.ypos",         "0"                     },
4464
4465   { "editor.cascade_list",                      "RocksDoor.pcx"         },
4466   { "editor.cascade_list.x",                    "708"                   },
4467   { "editor.cascade_list.y",                    "80"                    },
4468   { "editor.cascade_list.frames",               "1"                     },
4469   { "editor.cascade_list.active",               "RocksDoor.pcx"         },
4470   { "editor.cascade_list.active.x",             "740"                   },
4471   { "editor.cascade_list.active.y",             "80"                    },
4472   { "editor.cascade_list.active.frames",        "1"                     },
4473
4474   { "background.envelope_1",                    "RocksScreen.pcx"       },
4475   { "background.envelope_1.x",                  "0"                     },
4476   { "background.envelope_1.y",                  "0"                     },
4477   { "background.envelope_1.width",              "560"                   },
4478   { "background.envelope_1.height",             "560"                   },
4479   { "background.envelope_1.anim_mode",          "default"               },
4480   { "background.envelope_1.draw_masked",        "false"                 },
4481   { "background.envelope_2",                    "RocksScreen.pcx"       },
4482   { "background.envelope_2.x",                  "0"                     },
4483   { "background.envelope_2.y",                  "0"                     },
4484   { "background.envelope_2.width",              "560"                   },
4485   { "background.envelope_2.height",             "560"                   },
4486   { "background.envelope_2.anim_mode",          "default"               },
4487   { "background.envelope_2.draw_masked",        "false"                 },
4488   { "background.envelope_3",                    "RocksScreen.pcx"       },
4489   { "background.envelope_3.x",                  "0"                     },
4490   { "background.envelope_3.y",                  "0"                     },
4491   { "background.envelope_3.width",              "560"                   },
4492   { "background.envelope_3.height",             "560"                   },
4493   { "background.envelope_3.anim_mode",          "default"               },
4494   { "background.envelope_3.draw_masked",        "false"                 },
4495   { "background.envelope_4",                    "RocksScreen.pcx"       },
4496   { "background.envelope_4.x",                  "0"                     },
4497   { "background.envelope_4.y",                  "0"                     },
4498   { "background.envelope_4.width",              "560"                   },
4499   { "background.envelope_4.height",             "560"                   },
4500   { "background.envelope_4.anim_mode",          "default"               },
4501   { "background.envelope_4.draw_masked",        "false"                 },
4502
4503   { "background",                               UNDEFINED_FILENAME      },
4504   { "background.TITLE",                         UNDEFINED_FILENAME      },
4505   { "background.MESSAGE",                       UNDEFINED_FILENAME      },
4506   { "background.MAIN",                          UNDEFINED_FILENAME      },
4507   { "background.LEVELS",                        UNDEFINED_FILENAME      },
4508   { "background.SCORES",                        UNDEFINED_FILENAME      },
4509   { "background.EDITOR",                        UNDEFINED_FILENAME      },
4510   { "background.INFO",                          UNDEFINED_FILENAME      },
4511   { "background.INFO[ELEMENTS]",                UNDEFINED_FILENAME      },
4512   { "background.INFO[MUSIC]",                   UNDEFINED_FILENAME      },
4513   { "background.INFO[CREDITS]",                 UNDEFINED_FILENAME      },
4514   { "background.INFO[PROGRAM]",                 UNDEFINED_FILENAME      },
4515   { "background.INFO[LEVELSET]",                UNDEFINED_FILENAME      },
4516   { "background.SETUP",                         UNDEFINED_FILENAME      },
4517   { "background.DOOR",                          UNDEFINED_FILENAME      },
4518
4519   { "titlescreen_initial_1",                    UNDEFINED_FILENAME      },
4520   { "titlescreen_initial_2",                    UNDEFINED_FILENAME      },
4521   { "titlescreen_initial_3",                    UNDEFINED_FILENAME      },
4522   { "titlescreen_initial_4",                    UNDEFINED_FILENAME      },
4523   { "titlescreen_initial_5",                    UNDEFINED_FILENAME      },
4524   { "titlescreen_1",                            UNDEFINED_FILENAME      },
4525   { "titlescreen_2",                            UNDEFINED_FILENAME      },
4526   { "titlescreen_3",                            UNDEFINED_FILENAME      },
4527   { "titlescreen_4",                            UNDEFINED_FILENAME      },
4528   { "titlescreen_5",                            UNDEFINED_FILENAME      },
4529
4530   /* the following directives are not associated with an image, but
4531      probably make sense to be defined in "graphicsinfo.conf", too */
4532
4533   { "global.num_toons",                         "20"                    },
4534
4535   { "border.draw_masked.TITLE",                 "false"                 },
4536   { "border.draw_masked.MAIN",                  "false"                 },
4537   { "border.draw_masked.LEVELS",                "false"                 },
4538   { "border.draw_masked.SCORES",                "false"                 },
4539   { "border.draw_masked.EDITOR",                "false"                 },
4540   { "border.draw_masked.INFO",                  "false"                 },
4541   { "border.draw_masked.SETUP",                 "false"                 },
4542   { "border.draw_masked.PLAYING",               "false"                 },
4543   { "border.draw_masked.DOOR",                  "false"                 },
4544
4545   { "title.fade_delay",                         "500"                   },
4546   { "title.post_delay",                         "250"                   },
4547   { "title.auto_delay",                         "-1"                    },
4548
4549   { "menu.fade_delay",                          "250"                   },
4550   { "menu.post_delay",                          "125"                   },
4551   { "menu.auto_delay",                          "-1"                    },
4552
4553   { "menu.draw_xoffset",                        "0"                     },
4554   { "menu.draw_yoffset",                        "0"                     },
4555   { "menu.draw_xoffset.MAIN",                   "0"                     },
4556   { "menu.draw_yoffset.MAIN",                   "0"                     },
4557   { "menu.draw_xoffset.LEVELS",                 "0"                     },
4558   { "menu.draw_yoffset.LEVELS",                 "0"                     },
4559   { "menu.draw_xoffset.SCORES",                 "0"                     },
4560   { "menu.draw_yoffset.SCORES",                 "0"                     },
4561   { "menu.draw_xoffset.EDITOR",                 "0"                     },
4562   { "menu.draw_yoffset.EDITOR",                 "0"                     },
4563   { "menu.draw_xoffset.INFO",                   "0"                     },
4564   { "menu.draw_yoffset.INFO",                   "0"                     },
4565   { "menu.draw_xoffset.INFO[ELEMENTS]",         "0"                     },
4566   { "menu.draw_yoffset.INFO[ELEMENTS]",         "0"                     },
4567   { "menu.draw_xoffset.INFO[MUSIC]",            "0"                     },
4568   { "menu.draw_yoffset.INFO[MUSIC]",            "0"                     },
4569   { "menu.draw_xoffset.INFO[CREDITS]",          "0"                     },
4570   { "menu.draw_yoffset.INFO[CREDITS]",          "0"                     },
4571   { "menu.draw_xoffset.INFO[PROGRAM]",          "0"                     },
4572   { "menu.draw_yoffset.INFO[PROGRAM]",          "0"                     },
4573   { "menu.draw_xoffset.INFO[LEVELSET]",         "0"                     },
4574   { "menu.draw_yoffset.INFO[LEVELSET]",         "0"                     },
4575   { "menu.draw_xoffset.SETUP",                  "0"                     },
4576   { "menu.draw_yoffset.SETUP",                  "0"                     },
4577
4578   { "menu.scrollbar_xoffset",                   "0"                     },
4579
4580   { "menu.list_size",                           "-1"                    },
4581   { "menu.list_size.LEVELS",                    "-1"                    },
4582   { "menu.list_size.SCORES",                    "-1"                    },
4583   { "menu.list_size.INFO",                      "-1"                    },
4584
4585   { "main.button.name.x",                       "0"                     },
4586   { "main.button.name.y",                       "64"                    },
4587   { "main.button.levels.x",                     "0"                     },
4588   { "main.button.levels.y",                     "96"                    },
4589   { "main.button.scores.x",                     "0"                     },
4590   { "main.button.scores.y",                     "128"                   },
4591   { "main.button.editor.x",                     "0"                     },
4592   { "main.button.editor.y",                     "160"                   },
4593   { "main.button.info.x",                       "0"                     },
4594   { "main.button.info.y",                       "192"                   },
4595   { "main.button.game.x",                       "0"                     },
4596   { "main.button.game.y",                       "224"                   },
4597   { "main.button.setup.x",                      "0"                     },
4598   { "main.button.setup.y",                      "256"                   },
4599   { "main.button.quit.x",                       "0"                     },
4600   { "main.button.quit.y",                       "288"                   },
4601
4602   { "main.button.prev_level.x",                 "320"                   },
4603   { "main.button.prev_level.y",                 "96"                    },
4604   { "main.button.next_level.x",                 "448"                   },
4605   { "main.button.next_level.y",                 "96"                    },
4606
4607   { "main.text.name.x",                         "-1"                    },
4608   { "main.text.name.y",                         "-1"                    },
4609   { "main.text.name.width",                     "-1"                    },
4610   { "main.text.name.height",                    "-1"                    },
4611   { "main.text.name.align",                     "left"                  },
4612   { "main.text.levels.x",                       "-1"                    },
4613   { "main.text.levels.y",                       "-1"                    },
4614   { "main.text.levels.width",                   "-1"                    },
4615   { "main.text.levels.height",                  "-1"                    },
4616   { "main.text.levels.align",                   "left"                  },
4617   { "main.text.scores.x",                       "-1"                    },
4618   { "main.text.scores.y",                       "-1"                    },
4619   { "main.text.scores.width",                   "-1"                    },
4620   { "main.text.scores.height",                  "-1"                    },
4621   { "main.text.scores.align",                   "left"                  },
4622   { "main.text.editor.x",                       "-1"                    },
4623   { "main.text.editor.y",                       "-1"                    },
4624   { "main.text.editor.width",                   "-1"                    },
4625   { "main.text.editor.height",                  "-1"                    },
4626   { "main.text.editor.align",                   "left"                  },
4627   { "main.text.info.x",                         "-1"                    },
4628   { "main.text.info.y",                         "-1"                    },
4629   { "main.text.info.width",                     "-1"                    },
4630   { "main.text.info.height",                    "-1"                    },
4631   { "main.text.info.align",                     "left"                  },
4632   { "main.text.game.x",                         "-1"                    },
4633   { "main.text.game.y",                         "-1"                    },
4634   { "main.text.game.width",                     "-1"                    },
4635   { "main.text.game.height",                    "-1"                    },
4636   { "main.text.game.align",                     "left"                  },
4637   { "main.text.setup.x",                        "-1"                    },
4638   { "main.text.setup.y",                        "-1"                    },
4639   { "main.text.setup.width",                    "-1"                    },
4640   { "main.text.setup.height",                   "-1"                    },
4641   { "main.text.setup.align",                    "left"                  },
4642   { "main.text.quit.x",                         "-1"                    },
4643   { "main.text.quit.y",                         "-1"                    },
4644   { "main.text.quit.width",                     "-1"                    },
4645   { "main.text.quit.height",                    "-1"                    },
4646   { "main.text.quit.align",                     "left"                  },
4647
4648   { "main.text.current_level.x",                "352"                   },
4649   { "main.text.current_level.y",                "96"                    },
4650   { "main.text.current_level.align",            "left"                  },
4651   { "main.text.first_level.x",                  "488"                   },
4652   { "main.text.first_level.y",                  "98"                    },
4653   { "main.text.first_level.align",              "left"                  },
4654   { "main.text.last_level.x",                   "488"                   },
4655   { "main.text.last_level.y",                   "112"                   },
4656   { "main.text.last_level.align",               "left"                  },
4657   { "main.text.level_info_1.x",                 "272"                   },
4658   { "main.text.level_info_1.y",                 "352"                   },
4659   { "main.text.level_info_1.align",             "center"                },
4660   { "main.text.level_info_2.x",                 "272"                   },
4661   { "main.text.level_info_2.y",                 "523"                   },
4662   { "main.text.level_info_2.align",             "center"                },
4663   { "main.text.title_1.x",                      "272"                   },
4664   { "main.text.title_1.y",                      "8"                     },
4665   { "main.text.title_1.align",                  "center"                },
4666   { "main.text.title_2.x",                      "272"                   },
4667   { "main.text.title_2.y",                      "46"                    },
4668   { "main.text.title_2.align",                  "center"                },
4669   { "main.text.title_3.x",                      "272"                   },
4670   { "main.text.title_3.y",                      "326"                   },
4671   { "main.text.title_3.align",                  "center"                },
4672
4673   { "main.input.name.x",                        "-1"                    },
4674   { "main.input.name.y",                        "-1"                    },
4675   { "main.input.name.align",                    "left"                  },
4676
4677   { "preview.x",                                "272"                   },
4678   { "preview.y",                                "380"                   },
4679   { "preview.align",                            "center"                },
4680   { "preview.xsize",                            "66"                    },
4681   { "preview.ysize",                            "34"                    },
4682   { "preview.xoffset",                          "0"                     },
4683   { "preview.yoffset",                          "0"                     },
4684   { "preview.tile_size",                        "4"                     },
4685   { "preview.step_offset",                      "1"                     },
4686   { "preview.step_delay",                       "50"                    },
4687   { "preview.anim_mode",                        "default"               },
4688
4689   { "door_1.width",                             "-1"                    },
4690   { "door_1.height",                            "-1"                    },
4691   { "door_1.step_offset",                       "2"                     },
4692   { "door_1.step_delay",                        "10"                    },
4693   { "door_1.anim_mode",                         "default"               },
4694
4695   { "door_2.width",                             "-1"                    },
4696   { "door_2.height",                            "-1"                    },
4697   { "door_2.step_offset",                       "2"                     },
4698   { "door_2.step_delay",                        "10"                    },
4699   { "door_2.anim_mode",                         "default"               },
4700
4701   { "game.panel.level.x",                       "37"                    },
4702   { "game.panel.level.y",                       "20"                    },
4703   { "game.panel.gems.x",                        "29"                    },
4704   { "game.panel.gems.y",                        "54"                    },
4705   { "game.panel.inventory.x",                   "29"                    },
4706   { "game.panel.inventory.y",                   "89"                    },
4707   { "game.panel.keys.x",                        "18"                    },
4708   { "game.panel.keys.y",                        "123"                   },
4709   { "game.panel.score.x",                       "15"                    },
4710   { "game.panel.score.y",                       "159"                   },
4711   { "game.panel.time.x",                        "29"                    },
4712   { "game.panel.time.y",                        "194"                   },
4713
4714   { "[player].boring_delay_fixed",              "1000"                  },
4715   { "[player].boring_delay_random",             "1000"                  },
4716   { "[player].sleeping_delay_fixed",            "2000"                  },
4717   { "[player].sleeping_delay_random",           "2000"                  },
4718
4719   { NULL,                                       NULL                    }
4720 };