Upgrading to GPLv3
[supernova.git] / src / VOCAB.PAS
1 {//-------------------------------------------------------------------------}\r
2 {/*                                                                         }\r
3 {Copyright (C) 1990, 2009 - Apogee Software, Ltd.                           }\r
4 {                                                                           }\r
5 {This file is part of Supernova.  Supernova is free software; you can       }\r
6 {redistribute it and/or modify it under the terms of the GNU General Public }\r
7 {License as published by the Free Software Foundation; either version 3     }\r
8 {of the License, or (at your option) any later version.                     }\r
9 {                                                                           }\r
10 {This program is distributed in the hope that it will be useful,            }\r
11 {but WITHOUT ANY WARRANTY; without even the implied warranty of             }\r
12 {MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                       }\r
13 {                                                                           }\r
14 {See the GNU General Public License for more details.                       }\r
15 {                                                                           }\r
16 {You should have received a copy of the GNU General Public License          }\r
17 {along with this program; if not, write to the Free Software                }\r
18 {Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.}\r
19 {                                                                           }\r
20 {Original Source: 1990 Scott Miller                                         }\r
21 {Prepared for public release: 03/19/09 - Joe Siegler, Apogee Software, Ltd. }\r
22 {*/                                                                         }\r
23 {//-------------------------------------------------------------------------}\r
24 (*****************************************************************************)\r
25 (*                                VOCABULARY                                 *)\r
26 (*                >> Contains the word list for Supernova <<                 *)\r
27 (*                         Programmer: Scott Miller                          *)\r
28 (*                       << Began February 2, 1985 >>                        *)\r
29 (*                       Copyright 1985 Scott Miller                         *)\r
30 (*****************************************************************************)\r
31 \r
32                        {VERB LIST:  GROUPS ALL SYNONYMS}\r
33 overlay procedure Assign1;\r
34 begin\r
35 v[1]:='north\n\fore\f\';\r
36 v[2]:='south\s\aft\a\';\r
37 v[3]:='east\e\starboa\st\';\r
38 v[4]:='west\w\port\p\';\r
39 v[5]:='ne\northea\';\r
40 v[6]:='nw\northwe\';\r
41 v[7]:='se\southea\';\r
42 v[8]:='sw\southwe\';\r
43 v[9]:='up\u\climb up\climb u\';\r
44 v[10]:='down\d\climb down\climb d\';\r
45 v[11]:='enter\in\land in\land on\';       {cont}\r
46 v[12]:='land\cross\across\';\r
47 v[13]:='exit\out\leave\retreat\';         {cont}\r
48 v[14]:='escape\';\r
49 v[15]:='wait\z\rest\relax\';\r
50 v[16]:='invento\i\ex invento\inv\';\r
51 v[17]:='drop all but\drop all except\';\r
52 v[18]:='drop\get rid\put down\let go\';\r
53 v[19]:='take off\remove\';\r
54 v[20]:='l behind\ex behind\l beside\';\r
55 v[21]:='talk to\talk\speak to\greet\';\r
56 v[22]:='l above\ex on\l on top\';         {cont}\r
57 v[23]:='ex above\ex top\l on\';\r
58 v[24]:='l in\ex in\l through\l out\';\r
59 v[25]:='say\speak\';\r
60 v[26]:='l under\ex underne\ex under\';    {cont}\r
61 v[27]:='l underne\ex below\';\r
62 v[28]:='ex\search\l at\describ\';         {cont}\r
63 v[29]:='study\check\inspect\';\r
64 v[30]:='l around\l\';\r
65 v[31]:='read\';\r
66 v[32]:='stand up\get up\stand\';\r
67 v[33]:='put\pour\lay\fill\insert\';       {cont}\r
68 v[34]:='place\slide\stick\';\r
69 v[35]:='sit on\sit in\sit down at\';      {cont}\r
70 v[36]:='get in\sit at\sit\sit down\';\r
71 v[37]:='get all but\get all except\';     {cont}\r
72 v[38]:='take all but\get everyth but\';\r
73 v[39]:='get\take\grab\steal\pick up\';    {cont}\r
74 v[40]:='catch\grasp\snatch\';\r
75 v[41]:='open\unfaste\';\r
76 v[42]:='pull on\flick\pull\flip off\';    {cont}\r
77 v[43]:='flip\turn off\deactiv\';\r
78 v[44]:='push\move\press\turn on\';        {cont}\r
79 v[45]:='activat\flip on\push on\';\r
80 end; { Assign1 }\r
81 overlay procedure Assign2;\r
82 begin\r
83 v[46]:='drink some\drink from\drink\';\r
84 v[47]:='eat\swallow\digest\consume\';\r
85 v[48]:='throw\toss\';\r
86 v[49]:='give\offer\show\hand\';\r
87 v[50]:='turn\rotate\set\spin\';\r
88 v[51]:='climb in\climb over\';            {cont}\r
89 v[52]:='climb on\climb\';\r
90 v[53]:='close\shut\fasten\connect\';\r
91 v[54]:='destroy\punch\knock on\break\';   {cont}\r
92 v[55]:='hit\knock\smash\strike\';\r
93 v[56]:='type in coordin\type coordin\';   {cont}\r
94 v[57]:='type in keyboar\type in\';        {cont}\r
95 v[58]:='type on\type on keyboar\type\';\r
96 v[59]:='jump in\jump over\jump on\';      {cont}\r
97 v[60]:='jump off\leap over\hop\';         {cont}\r
98 v[61]:='jump across\jump\leap\hop\';\r
99 v[62]:='sleep in\lie down\sleep on\';     {cont}\r
100 v[63]:='sleep\';\r
101 v[64]:='buy\purchas\pay for\order\';\r
102 v[65]:='listen to\listen\hear\';\r
103 v[66]:='bartend\waiter\';                  { Characters }\r
104 v[67]:='two aliens\alien\aliens\';\r
105 v[68]:='scienti\man\him\';\r
106 v[69]:='robot\droid\';\r
107 v[70]:='help me\pray\clue\help\';\r
108 v[71]:='compute\';\r
109 v[72]:='wear\don\';\r
110 v[73]:='find\where is\where\';\r
111 v[74]:='repair\fix\';\r
112 v[75]:='touch in\feel\touch\rub\';\r
113 v[76]:='reach in\reach under\reach\';\r
114 v[77]:='descrip\rd\r d\';\r
115 v[78]:='score\rank\';\r
116 v[79]:='quit\stop\q\';\r
117 v[80]:='hi\hello\bye\good bye\';\r
118 v[81]:='yes\no\maybe\';\r
119 v[82]:='save\';\r
120 v[83]:='smell\sniff\';\r
121 v[84]:='taste\lick\';\r
122 v[85]:='wake up\awaken\wake\';\r
123 v[86]:='restart\';\r
124 v[87]:='restore\resume\';\r
125 v[88]:='unlock\';\r
126 v[89]:='shoot at\shoot\blast\';\r
127 v[90]:='tie\untie\damn\shit\hell\';\r
128 v[91]:='follow\scott miller\scott\';\r
129 v[92]:='dig in\dig\shovel\';\r
130 v[93]:='attack\kill\fight\';\r
131 v[94]:='clean\wipe off\wipe\';\r
132 v[95]:='command\verbs\verb\words\';\r
133 end; { Assign2 }\r
134 \r
135                      {NOUN LIST:  GROUPS ALL OBJECTS}\r
136 overlay procedure Assign3;\r
137 begin\r
138 n[1]:='clear crystal\clear\crystal\';\r
139 n[2]:='device\';\r
140 n[3]:='rusty key\rusty\';\r
141 n[4]:='shiney key\shiney\';\r
142 n[5]:='brown satchel\satchel\brown\';\r
143 n[6]:='dried food\food\dried\loaf\';\r
144 n[7]:='holster\gun strap\strap\';\r
145 n[8]:='goolaa\coin\money\';\r
146 n[9]:='red jewel\jewel\red\';\r
147 n[10]:='skull\skulls\head\heads\';\r
148 n[11]:='rod\thick rod\pole\';\r
149 n[12]:='plastic access card\';            {cont}\r
150 n[13]:='plastic access\card\';            {cont}\r
151 n[14]:='access card\plastic card\';       {cont}\r
152 n[15]:='access\plastic\';\r
153 n[16]:='worn cushion\cushion\worn\';\r
154 n[17]:='grey disk\disk\grey\';\r
155 n[18]:='dusty ball\ball\dusty\';          {changes to glass ball!}\r
156 n[19]:='paper\piece paper\piece\';\r
157 n[20]:='set of goggles\set goggles\';     {cont}\r
158 n[21]:='goggles\set\glasses\band\';\r
159 n[22]:='orange crystal\orange\';\r
160 n[23]:='green crystal\green\';\r
161 n[24]:='yellow crystal\yellow\';\r
162 n[25]:='blue crystal\blue\';\r
163 n[26]:='pair of gloves\pair gloves\';     {cont}\r
164 n[27]:='gloves\glove\pair\';\r
165 n[28]:='security suit\suit\badge\';       {cont at #31}\r
166 n[29]:='mug\cup\drink\';\r
167 n[30]:='all\everyth\object\objects\';\r
168 n[31]:='securit suit\securit\';\r
169 n[32]:='containers\crate\crates\';        {cont}\r
170 n[33]:='cargo\contain\storage\';\r
171 n[34]:='ceiling\roof\up\';\r
172 n[35]:='seat\command chair\chair\';       {cont}\r
173 n[36]:='chairs\seats\toilet\';\r
174 n[37]:='computer\termina\compute\';\r
175 n[38]:='controls\machine\';               {cont}\r
176 n[39]:='control panel\control\';\r
177 n[40]:='cyan button\cyan\';               { changes to socket }\r
178 n[41]:='tan button\tan\';\r
179 n[42]:='energy flow\energy\flow\';\r
180 n[43]:='purple button\purple\violet\';\r
181 n[44]:='button\white button\white\';      {cont}\r
182 n[45]:='buttons\';\r
183 n[46]:='robot\defense robot\defense\';    {cont at #133}\r
184 n[47]:='vines\vine\branche\branch\';\r
185 end; { Assign3 }\r
186 overlay procedure Assign4;\r
187 begin\r
188 n[48]:='dial\knob\dials\knobs\tap\';\r
189 n[49]:='ground\floor\earth\deck\bay\';    {cont}\r
190 n[50]:='glass floor\rocks\down\';\r
191 n[51]:='equipment\equipme\';\r
192 n[52]:='numeric keypad\keypad\';          {cont}\r
193 n[53]:='numeric\numbers\keyboar\';\r
194 n[54]:='rail\railing\column\';\r
195 n[55]:='panel\compart\';\r
196 n[56]:='door\swingin door\doors\';        {cont}\r
197 n[57]:='swingin doors\hatch\swingin\';\r
198 n[58]:='key\keys\round recess\';\r
199 n[59]:='screen\monitor\screens\data\';\r
200 n[60]:='player\self\waist\me\myself\';    {cont}\r
201 n[61]:='hand\hands\arm\feet\foot\';\r
202 n[62]:='ship\my ship\shuttle\vehicle\';   {cont}\r
203 n[63]:='space ship\space craft\craft\';\r
204 n[64]:='slot\opening\hole\round\';        {cont}\r
205 n[65]:='niche\holes\recess\';\r
206 n[66]:='acid water\acid river\stream\';   {cont}\r
207 n[67]:='acid stream\river\acid\gap\';\r
208 n[68]:='pyramid\podium\structure\';\r
209 n[69]:='cryo tube\cryogen tube\';         {cont}\r
210 n[70]:='cryogen\cryo\tube\tubes\';\r
211 n[71]:='steps\step\stairs\ladder\';\r
212 n[72]:='picture\mural\drawing\';\r
213 n[73]:='bones\bone\skeleto\remains\';\r
214 n[74]:='flash\blindin flash\blindin\';    {object never here!}\r
215 n[75]:='creature\hairy creatur\hairy\';   {cont}\r
216 n[76]:='scaled creatur\creatur\';         {cont}\r
217 n[77]:='scaled\';\r
218 n[78]:='wheel\handle\';\r
219 n[79]:='water\';\r
220 n[80]:='bed\bunk\beds\bunks\';\r
221 n[81]:='sign\post\menu\message\note\';\r
222 n[82]:='solar map\map\solar\drawing\';    {changes to laser beam}\r
223 n[83]:='western table\western\';\r
224 n[84]:='middle table\middle\';\r
225 n[85]:='eastern table\eastern\';\r
226 n[86]:='table\tables\';\r
227 n[87]:='shelf\shelves\';\r
228 n[88]:='gun\ray gun\signpos\';\r
229 n[89]:='statue\dog statue\dog\';\r
230 n[90]:='serum dispenser\dispens\';        {cont}\r
231 n[91]:='serum dispens\';\r
232 n[92]:='serum\medicin\cure\liquid\';\r
233 n[93]:='platform\platfor\';\r
234 end; { Assign4 }\r
235 overlay procedure Assign5;\r
236 begin\r
237 n[94]:='booth\transpo\';\r
238 n[95]:='wristband\wristba\transla\';\r
239 n[96]:='building\buildin\complex\';       {cont}\r
240 n[97]:='store\station\tavern\';\r
241 n[98]:='sink\basin\tap\faucet\spout\';\r
242 n[99]:='glunk lite\lite\glunk\beer\';\r
243 n[100]:='Drink\ambross\';                 {cont}\r
244 n[101]:='pink ztulctw\ztulctw\pink\';     {cont}\r
245 n[102]:='bloody foeboz\foeboz\bloody\';\r
246 n[103]:='red star\red\star\flare\';\r
247 n[104]:='telescope\telesco\eyepiec\';\r
248 n[105]:='outer planet\inner planet\';     {cont}\r
249 n[106]:='line planet\fifth planet\';      {cont}\r
250 n[107]:='ringed planet\ringed\';          {cont}\r
251 n[108]:='inner\fifth\line\outer\';        {cont}\r
252 n[109]:='planets\planet\last\';\r
253 n[110]:='keyhole\';              { changes to speaker }\r
254 n[111]:='bartender\bartend\waiter\';\r
255 n[112]:='trees\tree\forest\jungle\';\r
256 n[113]:='path\passage\tunnel\road\';      {cont}\r
257 n[114]:='corrido\lobby\chamber\air\';\r
258 n[115]:='antenna\dish\hollow\';\r
259 n[116]:='wall\south wall\north wall\';    {cont}\r
260 n[117]:='east wall\west wall\walls\';\r
261 n[118]:='ice\snow\';\r
262 n[119]:='writing\chart\list\';\r
263 n[120]:='swamp\quicksa\';\r
264 n[121]:='radio\transmi\';\r
265 n[122]:='dirt\sand\dust\desert\rocks\';\r
266 n[123]:='scientist\scienti\him\man\';\r
267 n[124]:='aliens\two aliens\alien\';\r
268 n[125]:='fence\wire fence\wire\';\r
269 n[126]:='bar\';                    { changes to hinge }\r
270 n[127]:='window\windows\alarm\siren\';\r
271 n[128]:='reactor\regulat\';\r
272 n[129]:='gas\fumes\icy mist\mist\icy\';\r
273 n[130]:='spears\spear\';\r
274 n[131]:='light\glow\lights\catwalk\';\r
275 n[132]:='drazil tracks\tracks\drazil\';\r
276 n[133]:='droid\sensor\probe\';\r
277 \r
278 \r
279                 {SEPWORD LIST:  GROUPS ALL PREPOSITIONS}\r
280 \r
281 p[1]:='on top\around\above\over\';        {cont}\r
282 p[2]:='across\on\to\onto\';\r
283 p[3]:='against\at\toward\towards\';       {cont}\r
284 p[4]:='in directi\';\r
285 p[5]:='in\through\down\';\r
286 p[6]:='using\with\making use\by\';\r
287 p[7]:='beside\near\close to\next to\';    {cont}\r
288 p[8]:='leaning against\';\r
289 p[9]:='off\from\';\r
290 p[10]:='under\underne\beneath\below\';\r
291 p[11]:='a\for\';\r
292 \r
293                      {ADVERB LIST:  GROUPS ALL MOODS}\r
294 \r
295 a[1]:='gently1careful2softly3calmly4quietly5lightly6easily7';\r
296 a[2]:='slowly1leisure2slow3with care4cautiou5closely6';\r
297 a[3]:='strongl1firmly2solidly3powerfu4with force5hard6';\r
298 a[4]:='quickly1fast2rapidly3speedil4very fast5';\r
299 end; { Assign5 }\r
300 \r
301                                {ROOM  NAMES}\r
302 \r
303 overlay procedure Names1;\r
304 begin\r
305 rn[1]:='Bridge';\r
306 rn[2]:='Forward Corridor';\r
307 rn[3]:='Rear Corridor';\r
308 rn[4]:='Ship''s Lab';\r
309 rn[5]:='Sanitary Facilities';\r
310 rn[6]:='Sleep Chamber';\r
311 rn[7]:='Cargo Area';\r
312 rn[8]:='Tavern';\r
313 rn[9]:='West Hallway';\r
314 rn[10]:='Central Hallway';\r
315 rn[11]:='East Hallway';\r
316 rn[12]:='Suite #4';\r
317 rn[13]:='Crossroads';\r
318 rn[14]:='Dusty Road';\r
319 rn[15]:='Dusty Road';\r
320 rn[16]:='Gravel Road';\r
321 rn[17]:='Gravel Road';\r
322 rn[18]:='Paved Road';\r
323 rn[19]:='Paved Road';\r
324 rn[20]:='General Store';\r
325 rn[21]:='Gravel Lot';\r
326 rn[22]:='Top of Ship';\r
327 rn[23]:='Deep Pit';\r
328 rn[24]:=rn[22];\r
329 rn[25]:='Sandy Clearing';\r
330 rn[26]:='Winding Path';\r
331 rn[27]:=rn[26];\r
332 rn[28]:=rn[26];\r
333 rn[29]:=rn[26];\r
334 rn[30]:='Top of Tree';\r
335 rn[31]:='Quicksand Pit';\r
336 rn[32]:=rn[26];\r
337 rn[33]:=rn[26];\r
338 rn[34]:='Front of Pyramid';\r
339 rn[35]:='Vestibule';\r
340 rn[36]:='Descending Stairs';\r
341 rn[37]:='Halcyon Hall';\r
342 rn[38]:='Departure Room';\r
343 rn[39]:='Holey Hall';\r
344 rn[40]:='Pyramid Lobby';\r
345   end; { Names1 }\r
346 overlay procedure Names2;\r
347 begin\r
348 rn[41]:='Treasure''s Keeper';\r
349 rn[42]:='Ladder Room';\r
350 rn[43]:='Shifting Room';\r
351 rn[44]:=rn[43];\r
352 rn[45]:=rn[43];\r
353 rn[46]:=rn[43];\r
354 rn[47]:=rn[43];\r
355 rn[48]:=rn[43];\r
356 rn[49]:=rn[43];\r
357 rn[50]:='Stairway Room';\r
358 rn[51]:='Lower Stairway';\r
359 rn[52]:='Misty Passage';\r
360 rn[53]:='Damp Passage';\r
361 rn[54]:='Dark Passage';\r
362 rn[55]:='Circular Chamber';\r
363 rn[56]:='The Erusaert';\r
364 rn[57]:='Solar Chamber';\r
365 rn[58]:='Eternal Trap';\r
366 rn[59]:='Overgrown Path';\r
367 rn[60]:='Antenna Building';\r
368 rn[61]:='Monitor Outpost';\r
369 rn[62]:='Booth';\r
370 rn[63]:='Booth';\r
371 rn[64]:='Lobby';\r
372 rn[65]:='North Corridor';\r
373 rn[66]:='Central Corridor';\r
374 rn[67]:='South Corridor';\r
375 rn[68]:='Decontamination';\r
376 rn[69]:='Waiting Room';\r
377 rn[70]:='Transporter Booth';\r
378 rn[71]:='Monitor Station';\r
379 rn[72]:='Reactor Control';\r
380 rn[73]:='Communications';\r
381 rn[74]:='Computer Station';\r
382 rn[75]:='Elevator  1st Floor';\r
383 rn[76]:='Elevator  2nd Floor';\r
384 rn[77]:='Observatory';\r
385 rn[78]:='Icy Platform';\r
386 rn[79]:='Confirmation Port';\r
387 rn[80]:='Inspection Lobby';\r
388   end; { Names2 }\r
389 overlay procedure Names3;\r
390 begin\r
391 rn[81]:='Circular Corridor';\r
392 rn[82]:=rn[81];\r
393 rn[83]:=rn[81];\r
394 rn[84]:=rn[81];\r
395 rn[85]:=rn[81];\r
396 rn[86]:=rn[81];\r
397 rn[87]:=rn[81];\r
398 rn[88]:=rn[81];\r
399 rn[89]:='Reactors West';\r
400 rn[90]:='Reactors East';\r
401 rn[91]:='Emergency Override';\r
402 rn[92]:='Climate Control';\r
403 rn[93]:='Elevator';\r
404 rn[94]:='Maintenance';\r
405 rn[95]:='Transmission Room';\r
406 rn[96]:='Station Control';\r
407 rn[97]:='Cryogenic Chamber';\r
408 rn[98]:='Indentity Booth';\r
409 rn[99]:='Security Tunnel #1';\r
410 rn[100]:='Security Tunnel #2';\r
411 rn[101]:='Security Tunnel #3';\r
412 rn[102]:='North Catwalk';\r
413 rn[103]:='East Catwalk';\r
414 rn[104]:='South Catwalk';\r
415 rn[105]:='West Catwalk';\r
416 rn[106]:='Junction';\r
417 rn[107]:='Conference Room';\r
418 rn[108]:='Reactor Regulators';\r
419 rn[109]:='Medical Quarters #6';\r
420   end; { Names3 }\r
421 \r
422 \r
423                                {ROOM  NAMES}\r
424 overlay procedure Place1;\r
425  begin\r
426 for x:=1 to RMax do L[x]:=[];\r
427 L[1]:=[16,35..41,43,44,52,55,56,59,62,112,120,125];\r
428 L[2]:=[38,56,62,64,71,78];\r
429 L[3]:=[38,55,81];\r
430 L[4]:=[38,44,51,52,55,62,64,81,90,119];\r
431 L[5]:=[35,38,48,62,98];\r
432 L[6]:=[38,62,69,80];\r
433 L[7]:=[32,51,62,87];\r
434 L[8]:=[29,35,56,71,81,83..86,96,99,100,111,119,126];\r
435 L[9]:=[56,71];\r
436 L[10]:=[56];\r
437 L[11]:=[56];\r
438 L[12]:=[7,48,56,80,87,98,110];\r
439 L[13]:=[56,81,88,96];\r
440 L[14]:=[81,96,125];\r
441 L[15]:=[125];\r
442 L[16]:=[81,96];\r
443 L[17]:=[]; {empty}\r
444 L[18]:=[81,125];\r
445 L[19]:=[]; {empty}\r
446 L[20]:=[5,6,32,38,51,86,87,96,132];\r
447 L[21]:=[62,71,81,125];\r
448 L[22]:=[56,62,71,78,81,96,125];\r
449 L[23]:=[73,81];\r
450 L[24]:=[56,62,71,78,112,120];\r
451 L[25]:=[62,71,112,120];\r
452 L[26]:=[66,112,120];\r
453 L[27]:=[66,112,120];\r
454 L[28]:=[112,120];\r
455 L[29]:=[112,120];\r
456 L[30]:=[68,112,120];\r
457 L[31]:=[47,112,120];\r
458 L[32]:=[112,120];\r
459 L[33]:=[112,120];\r
460 L[34]:=[56,64,68,71,81,89,112,119,120,126];\r
461 L[35]:=[56,71];\r
462 L[36]:=[71];\r
463 L[37]:=[71];\r
464 L[38]:=[10,51,73];\r
465 L[39]:=[129];\r
466 L[40]:=[56,68];\r
467 L[41]:=[18,73,56,68];\r
468 L[42]:=[71];\r
469 { L[43] through L[49] are empty }\r
470 L[50]:=[71];\r
471 L[51]:=[71];\r
472 L[52]:=[64];\r
473 L[53]:=[];\r
474 L[54]:=[];\r
475 L[55]:=[11];\r
476  end; { Place1 }\r
477 overlay procedure Place2;\r
478  begin\r
479 L[56]:=[66,68,110];\r
480 L[57]:=[56,72,82,103,109];\r
481 L[59]:=[112,120];\r
482 L[60]:=[56,96,112,115,120];\r
483 L[61]:=[37,38,44,56,59,93,94,96];\r
484 L[62]:=L[61];\r
485 L[63]:=L[61]+[20];\r
486 L[64]:=[35,56,72,81,86,109,127];\r
487 L[65]:=[56];\r
488 L[66]:=[56,64];\r
489 L[67]:=[56];\r
490 L[68]:=[44,56,131];\r
491 L[69]:=[35,56,131];\r
492 L[70]:=[40,41,43,44,56,93,94];\r
493 L[71]:=[59];\r
494 L[72]:=[37,38,44,46,55,128];\r
495 L[73]:=[28,35,38,48,56,115,121,127];\r
496 L[74]:=[37,38,44,52,59];\r
497 L[75]:=[44,56];\r
498 L[76]:=[44,56];\r
499 L[77]:=[56,104,127];\r
500 L[78]:=[54,56,93,96,115,118];\r
501 L[79]:=[44,56,64];\r
502 L[80]:=[35,55,56,72,86];\r
503 L[81]:=[56,72];       { Picture of a Grey Disk }\r
504 L[82]:=[56,72,103];   { Picture of the Red Star }\r
505 L[83]:=[56,72,115];   { Picture of an Antenna }\r
506 L[84]:=[46,56,72];    { Picture of a Robot }\r
507 L[85]:=[56,72];       { Picture of a Cloud }\r
508 L[86]:=[56,64,69,72]; { Picture of a Cryogenic Tube }\r
509 L[87]:=[56,72];       { Picture of an Atomic Nucleus }\r
510 L[88]:=[56,72];       { Picture of an Atomic Nucleus }\r
511 L[89]:=[38,44,56,59,95,128];\r
512 L[90]:=[38,56,59,128];\r
513 L[91]:=[37,38,44,51,52,56,59,64,69,95,127,129];\r
514 L[92]:=[35,56,59];\r
515 L[93]:=[44,52,56];\r
516 L[94]:=[2,51,56,87];\r
517 L[95]:=[38,44,52,56,121,127];\r
518 L[96]:=[38,56,59];\r
519 L[97]:=[56,69,129];\r
520 L[98]:=[56,59,81,119];\r
521 L[99]:=[46,55,56,88];\r
522 L[100]:=[55,56];\r
523 L[101]:=[46,55,56,88];\r
524 L[102]:=[42,54,56,131];\r
525 L[103]:=[42,54,131];\r
526 L[104]:=[42,54,131];\r
527 L[105]:=[42,54,56,131];\r
528 L[106]:=[56];\r
529 L[107]:=[19,35,56,86];\r
530 L[108]:=[55,56,128];\r
531 for x:=1 to RMax do L[x]:=L[x]+[30,34,49,60,103,113,116,122,131];\r
532  end;\r
533                            {<<<*** END ***>>>}\r
534 \1a\r