File: deprecated.lua

package info (click to toggle)
boswars 2.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 96,652 kB
  • sloc: cpp: 57,250; python: 1,715; sh: 25; makefile: 17
file content (670 lines) | stat: -rw-r--r-- 23,135 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
-- These patches are deprecated. 
-- Please do not use these any more.
-- 
-- All their PNGs are still present, but the patch names are 
-- changed to be conform the others.
-- 
-- The patches included here will be removed after 
-- the following major release.
-- 

patchType("gosh-terrain0200", "patches/gosh/terrain2000.png", 4, 4, {
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x000b, 0x000b, 0x0013, 0x0013,
 0x000b, 0x0023, 0x0013, 0x0013,
}, "deprecated")
patchType("gosh-terrain0201", "patches/gosh/terrain2001.png", 4, 4, {
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0023, 0x000b,
 0x0013, 0x0013, 0x000b, 0x0043,
}, "deprecated")
patchType("gosh-terrain0202", "patches/gosh/terrain2002.png", 4, 4, {
 0x0013, 0x0013, 0x0023, 0x0043,
 0x0013, 0x0013, 0x0023, 0x000b,
 0x0013, 0x0013, 0x0023, 0x0023,
 0x0013, 0x0013, 0x0013, 0x0013,
}, "deprecated")
patchType("gosh-terrain0203", "patches/gosh/terrain2003.png", 4, 4, {
 0x0043, 0x0023, 0x0013, 0x0013,
 0x000b, 0x0023, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
}, "deprecated")
patchType("gosh-terrain0204", "patches/gosh/terrain2004.png", 4, 4, {
 0x0013, 0x0023, 0x000b, 0x0043,
 0x0023, 0x000b, 0x0043, 0x0043,
 0x0023, 0x000b, 0x0043, 0x0043,
 0x0013, 0x0023, 0x000b, 0x0043,
}, "deprecated")
patchType("gosh-terrain0205", "patches/gosh/terrain2005.png", 4, 4, {
 0x0043, 0x000b, 0x0023, 0x0013,
 0x0043, 0x0043, 0x0023, 0x0013,
 0x0043, 0x0043, 0x000b, 0x0023,
 0x0043, 0x000b, 0x0023, 0x0013,
}, "deprecated")
patchType("gosh-terrain0206", "patches/gosh/terrain2006.png", 4, 4, {
 0x0043, 0x000b, 0x0023, 0x0013,
 0x0043, 0x0043, 0x000b, 0x0023,
 0x0043, 0x0043, 0x000b, 0x0013,
 0x0043, 0x000b, 0x0023, 0x0013,
}, "deprecated")
patchType("gosh-terrain0207", "patches/gosh/terrain2007.png", 4, 4, {
 0x0013, 0x0023, 0x000b, 0x0043,
 0x0023, 0x0043, 0x0043, 0x0043,
 0x0023, 0x000b, 0x0043, 0x0043,
 0x0023, 0x000b, 0x000b, 0x0043,
}, "deprecated")
patchType("gosh-terrain0208", "patches/gosh/terrain2008.png", 4, 4, {
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x000b, 0x000b,
 0x0013, 0x0013, 0x000b, 0x0043,
}, "deprecated")
patchType("gosh-terrain0209", "patches/gosh/terrain2009.png", 4, 4, {
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x000b, 0x0023, 0x0013, 0x0013,
 0x0043, 0x000b, 0x0013, 0x0013,
}, "deprecated") 


patchType("gosh-terrain0300", "patches/gosh/terrain3000.png", 4, 4, {
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
}, "deprecated")
patchType("gosh-terrain0301", "patches/gosh/terrain3001.png", 4, 4, {
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
}, "deprecated")
patchType("gosh-terrain0302", "patches/gosh/terrain3002.png", 4, 4, {
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
}, "deprecated")
patchType("gosh-terrain0303", "patches/gosh/terrain3003.png", 4, 4, {
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
}, "deprecated")
patchType("gosh-terrain0304", "patches/gosh/terrain3004.png", 4, 4, {
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
}, "deprecated")
patchType("gosh-terrain0305", "patches/gosh/terrain3005.png", 4, 4, {
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
}, "deprecated")
patchType("gosh-terrain0306", "patches/gosh/terrain3006.png", 4, 4, {
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
}, "deprecated")
patchType("gosh-terrain0307", "patches/gosh/terrain3007.png", 4, 4, {
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
}, "deprecated")
patchType("gosh-terrain0308", "patches/gosh/terrain3008.png", 4, 4, {
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
}, "deprecated")
patchType("gosh-terrain0309", "patches/gosh/terrain3009.png", 4, 4, {
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
}, "deprecated")


patchType("gosh-terrain08000", "patches/gosh/terrain8000.png", 4, 4, {
 0x0043, 0x0043, 0x0043, 0x0043,
 0x000b, 0x000b, 0x0043, 0x0043,
 0x000b, 0x000b, 0x0043, 0x0043,
 0x000b, 0x000b, 0x0043, 0x0043,
}, "deprecated")
patchType("gosh-terrain08001", "patches/gosh/terrain8001.png", 4, 4, {
 0x0043, 0x0043, 0x0043, 0x0043,
 0x0043, 0x0043, 0x0043, 0x000b,
 0x0043, 0x0043, 0x000b, 0x000b,
 0x0043, 0x0043, 0x000b, 0x000b,
}, "deprecated")
patchType("gosh-terrain08002", "patches/gosh/terrain8002.png", 4, 4, {
 0x0043, 0x0043, 0x000b, 0x000b,
 0x0043, 0x0043, 0x000b, 0x000b,
 0x0043, 0x0043, 0x000b, 0x000b,
 0x0043, 0x0043, 0x0043, 0x0043,
}, "deprecated")
patchType("gosh-terrain08003", "patches/gosh/terrain8003.png", 4, 4, {
 0x000b, 0x000b, 0x0043, 0x0043,
 0x000b, 0x000b, 0x0043, 0x0043,
 0x000b, 0x0043, 0x0043, 0x0043,
 0x0043, 0x0043, 0x0043, 0x0043,
}, "deprecated")
patchType("gosh-terrain08004", "patches/gosh/terrain8004.png", 4, 4, {
 0x0043, 0x000b, 0x000b, 0x000b,
 0x000b, 0x000b, 0x000b, 0x000b,
 0x000b, 0x000b, 0x000b, 0x000b,
 0x0043, 0x000b, 0x000b, 0x000b,
}, "deprecated")
patchType("gosh-terrain08005", "patches/gosh/terrain8005.png", 4, 4, {
 0x000b, 0x000b, 0x000b, 0x0043,
 0x000b, 0x000b, 0x000b, 0x000b,
 0x000b, 0x000b, 0x000b, 0x000b,
 0x000b, 0x000b, 0x000b, 0x000b,
}, "deprecated")
patchType("gosh-terrain08006", "patches/gosh/terrain8006.png", 4, 4, {
 0x000b, 0x000b, 0x000b, 0x0043,
 0x000b, 0x000b, 0x000b, 0x000b,
 0x000b, 0x000b, 0x000b, 0x000b,
 0x000b, 0x000b, 0x000b, 0x0043,
}, "deprecated")
patchType("gosh-terrain08007", "patches/gosh/terrain8007.png", 4, 4, {
 0x000b, 0x000b, 0x000b, 0x000b,
 0x000b, 0x000b, 0x000b, 0x000b,
 0x000b, 0x000b, 0x000b, 0x000b,
 0x000b, 0x000b, 0x000b, 0x000b,
}, "deprecated")
patchType("gosh-terrain08008", "patches/gosh/terrain8008.png", 4, 4, {
 0x0043, 0x0043, 0x0043, 0x0043,
 0x0043, 0x0043, 0x0043, 0x0043,
 0x0043, 0x0043, 0x000b, 0x000b,
 0x0043, 0x0043, 0x000b, 0x000b,
}, "deprecated")
patchType("gosh-terrain08009", "patches/gosh/terrain8009.png", 4, 4, {
 0x0043, 0x0043, 0x0043, 0x0043,
 0x0043, 0x0043, 0x0043, 0x0043,
 0x000b, 0x000b, 0x0043, 0x0043,
 0x000b, 0x000b, 0x0043, 0x0043,
}, "deprecated")
patchType("gosh-terrain08010", "patches/gosh/terrain8010.png", 4, 4, {
 0x000b, 0x000b, 0x0043, 0x0043,
 0x000b, 0x000b, 0x0043, 0x0043,
 0x0043, 0x0043, 0x0043, 0x0043,
 0x0043, 0x0043, 0x0043, 0x0043,
}, "deprecated")
patchType("gosh-terrain08011", "patches/gosh/terrain8011.png", 4, 4, {
 0x0043, 0x0043, 0x000b, 0x000b,
 0x0043, 0x0043, 0x000b, 0x000b,
 0x0043, 0x0043, 0x0043, 0x0043,
 0x0043, 0x0043, 0x0043, 0x0043,
}, "deprecated")
patchType("gosh-terrain08012", "patches/gosh/terrain8012.png", 4, 4, {
 0x0043, 0x0043, 0x0043, 0x0043,
 0x000b, 0x0043, 0x000b, 0x0043,
 0x000b, 0x000b, 0x000b, 0x000b,
 0x000b, 0x000b, 0x000b, 0x000b,
}, "deprecated")
patchType("gosh-terrain08013", "patches/gosh/terrain8013.png", 4, 4, {
 0x0043, 0x0043, 0x0043, 0x0043,
 0x0043, 0x000b, 0x0043, 0x000b,
 0x000b, 0x000b, 0x000b, 0x000b,
 0x000b, 0x000b, 0x000b, 0x000b,
}, "deprecated")
patchType("gosh-terrain08014", "patches/gosh/terrain8014.png", 4, 4, {
 0x000b, 0x000b, 0x000b, 0x000b,
 0x000b, 0x000b, 0x000b, 0x000b,
 0x0043, 0x000b, 0x000b, 0x000b,
 0x0043, 0x0043, 0x0043, 0x0043,
}, "deprecated")
patchType("gosh-terrain08015", "patches/gosh/terrain8015.png", 4, 4, {
 0x000b, 0x000b, 0x000b, 0x000b,
 0x000b, 0x000b, 0x000b, 0x000b,
 0x000b, 0x000b, 0x000b, 0x0043,
 0x0043, 0x0043, 0x0043, 0x0043,
}, "deprecated")
patchType("gosh-terrain08016", "patches/gosh/terrain8016.png", 4, 4, {
 0x0043, 0x000b, 0x000b, 0x000b,
 0x0043, 0x0043, 0x000b, 0x000b,
 0x0043, 0x000b, 0x000b, 0x000b,
 0x0043, 0x0043, 0x000b, 0x000b,
}, "deprecated")
patchType("gosh-terrain08017", "patches/gosh/terrain8017.png", 4, 4, {
 0x0043, 0x0043, 0x000b, 0x000b,
 0x0043, 0x000b, 0x000b, 0x000b,
 0x0043, 0x000b, 0x000b, 0x000b,
 0x0043, 0x000b, 0x000b, 0x000b,
}, "deprecated")
patchType("gosh-terrain08018", "patches/gosh/terrain8018.png", 4, 4, {
 0x000b, 0x000b, 0x0043, 0x0043,
 0x000b, 0x000b, 0x000b, 0x0043,
 0x000b, 0x000b, 0x000b, 0x0043,
 0x000b, 0x000b, 0x000b, 0x0043,
}, "deprecated")
patchType("gosh-terrain08019", "patches/gosh/terrain8019.png", 4, 4, {
 0x000b, 0x000b, 0x000b, 0x0043,
 0x000b, 0x000b, 0x0043, 0x0043,
 0x000b, 0x000b, 0x0043, 0x0043,
 0x000b, 0x000b, 0x0043, 0x0043,
}, "deprecated")
patchType("gosh-terrain08020", "patches/gosh/terrain8020.png", 4, 4, {
 0x0043, 0x0043, 0x000b, 0x000b,
 0x000b, 0x0043, 0x000b, 0x000b,
 0x000b, 0x000b, 0x000b, 0x000b,
 0x000b, 0x000b, 0x000b, 0x000b,
}, "deprecated")
patchType("gosh-terrain08021", "patches/gosh/terrain8021.png", 4, 4, {
 0x000b, 0x000b, 0x0043, 0x0043,
 0x000b, 0x000b, 0x0043, 0x000b,
 0x000b, 0x000b, 0x000b, 0x000b,
 0x000b, 0x000b, 0x000b, 0x000b,
}, "deprecated")
patchType("gosh-terrain08022", "patches/gosh/terrain8022.png", 4, 4, {
 0x000b, 0x000b, 0x000b, 0x000b,
 0x000b, 0x000b, 0x000b, 0x000b,
 0x000b, 0x000b, 0x0043, 0x0043,
 0x000b, 0x000b, 0x0043, 0x0043,
}, "deprecated")
patchType("gosh-terrain08023", "patches/gosh/terrain8023.png", 4, 4, {
 0x000b, 0x000b, 0x000b, 0x000b,
 0x000b, 0x000b, 0x000b, 0x000b,
 0x000b, 0x0043, 0x000b, 0x000b,
 0x0043, 0x0043, 0x000b, 0x000b,
}, "deprecated")
patchType("gosh-terrain08024", "patches/gosh/terrain8024.png", 4, 4, {
 0x0043, 0x000b, 0x000b, 0x0043,
 0x000b, 0x000b, 0x000b, 0x000b,
 0x000b, 0x000b, 0x000b, 0x000b,
 0x000b, 0x000b, 0x000b, 0x000b,
}, "deprecated")
patchType("gosh-terrain08025", "patches/gosh/terrain8025.png", 4, 4, {
 0x0043, 0x000b, 0x000b, 0x0043,
 0x000b, 0x000b, 0x000b, 0x000b,
 0x000b, 0x000b, 0x000b, 0x000b,
 0x000b, 0x000b, 0x000b, 0x000b,
}, "deprecated")
patchType("gosh-terrain08026", "patches/gosh/terrain8026.png", 4, 4, {
 0x000b, 0x000b, 0x000b, 0x000b,
 0x000b, 0x000b, 0x000b, 0x000b,
 0x000b, 0x000b, 0x000b, 0x000b,
 0x0043, 0x000b, 0x000b, 0x0043,
}, "deprecated")
patchType("gosh-terrain08027", "patches/gosh/terrain8027.png", 4, 4, {
 0x000b, 0x000b, 0x000b, 0x000b,
 0x000b, 0x000b, 0x000b, 0x000b,
 0x000b, 0x000b, 0x000b, 0x000b,
 0x0043, 0x000b, 0x000b, 0x000b,
}, "deprecated")



patchType("goshgeom-2130", "patches/goshgeom/terrain1030.png", 4, 4, {
 0x0043, 0x000b, 0x0023, 0x0013,
 0x0043, 0x000b, 0x0023, 0x0013,
 0x0043, 0x000b, 0x0023, 0x0013,
 0x0043, 0x000b, 0x0023, 0x0013,
}, "deprecated")

patchType("goshgeom-2131", "patches/goshgeom/terrain1031.png", 4, 4, {
 0x0013, 0x0023, 0x000b, 0x0043,
 0x0013, 0x0023, 0x000b, 0x0043,
 0x0013, 0x0023, 0x000b, 0x0043,
 0x0013, 0x0023, 0x000b, 0x0043,
}, "deprecated")

patchType("goshgeom-2132", "patches/goshgeom/terrain1032.png", 4, 4, {
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0023, 0x0023, 0x0023, 0x0023,
 0x000b, 0x000b, 0x000b, 0x000b,
 0x0043, 0x0043, 0x0043, 0x0043,
}, "deprecated")

patchType("goshgeom-2133", "patches/goshgeom/terrain1033.png", 4, 4, {
 0x0043, 0x0043, 0x0043, 0x0043,
 0x000b, 0x000b, 0x000b, 0x000b,
 0x0023, 0x0023, 0x0023, 0x0023,
 0x0013, 0x0013, 0x0013, 0x0013,
}, "deprecated")

patchType("goshgeom-2134", "patches/goshgeom/terrain1034.png", 4, 4, {
 0x0043, 0x000b, 0x0023, 0x0013,
 0x000b, 0x0023, 0x0013, 0x0013,
 0x0023, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
}, "deprecated")

patchType("goshgeom-2135", "patches/goshgeom/terrain1035.png", 4, 4, {
 0x0013, 0x0023, 0x000b, 0x0043,
 0x0013, 0x0013, 0x0023, 0x000b,
 0x0013, 0x0013, 0x0013, 0x0023,
 0x0013, 0x0013, 0x0013, 0x0013,
}, "deprecated")

patchType("goshgeom-2136", "patches/goshgeom/terrain1036.png", 4, 4, {
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0023,
 0x0013, 0x0013, 0x0023, 0x000b,
 0x0013, 0x0023, 0x000b, 0x0043,
}, "deprecated")

patchType("goshgeom-2137", "patches/goshgeom/terrain1037.png", 4, 4, {
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0023, 0x0013, 0x0013, 0x0013,
 0x000b, 0x0023, 0x0013, 0x0013,
 0x0043, 0x000b, 0x0023, 0x0013,
}, "deprecated")

patchType("goshgeom-2140", "patches/goshgeom/terrain1040.png", 4, 4, {
 0x0013, 0x0023, 0x000b, 0x0043,
 0x0023, 0x0013, 0x0023, 0x000b,
 0x000b, 0x0023, 0x0013, 0x0023,
 0x0043, 0x000b, 0x0023, 0x0013,
}, "deprecated")

patchType("goshgeom-2141", "patches/goshgeom/terrain1041.png", 4, 4, {
 0x0043, 0x000b, 0x0023, 0x0013,
 0x000b, 0x0023, 0x0013, 0x0023,
 0x0023, 0x0013, 0x0023, 0x000b,
 0x0013, 0x0023, 0x000b, 0x0043,
}, "deprecated")

patchType("goshgeom-2142", "patches/goshgeom/terrain1042.png", 4, 4, {
 0x0043, 0x000b, 0x0023, 0x0013,
 0x000b, 0x0013, 0x0013, 0x0023,
 0x0023, 0x0013, 0x0013, 0x000b,
 0x0013, 0x0023, 0x000b, 0x0043,
}, "deprecated")

patchType("goshgeom-2143", "patches/goshgeom/terrain1043.png", 4, 4, {
 0x0013, 0x0023, 0x000b, 0x0043,
 0x0023, 0x0013, 0x0013, 0x000b,
 0x000b, 0x0013, 0x0013, 0x0023,
 0x0043, 0x000b, 0x0023, 0x0013,
}, "deprecated")

patchType("goshgeom-2144", "patches/goshgeom/terrain1044.png", 4, 4, {
 0x0043, 0x000b, 0x0023, 0x0013,
 0x000b, 0x0013, 0x0013, 0x0013,
 0x0023, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
}, "deprecated")

patchType("goshgeom-2145", "patches/goshgeom/terrain1045.png", 4, 4, {
 0x0013, 0x0023, 0x000b, 0x0043,
 0x0013, 0x0013, 0x0013, 0x000b,
 0x0013, 0x0013, 0x0013, 0x0023,
 0x0013, 0x0013, 0x0013, 0x0013,
}, "deprecated")

patchType("goshgeom-2146", "patches/goshgeom/terrain1046.png", 4, 4, {
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0023,
 0x0013, 0x0013, 0x0013, 0x000b,
 0x0013, 0x0023, 0x000b, 0x0043,
}, "deprecated")

patchType("goshgeom-2147", "patches/goshgeom/terrain1047.png", 4, 4, {
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0023, 0x0013, 0x0013, 0x0013,
 0x000b, 0x0013, 0x0013, 0x0013,
 0x0043, 0x000b, 0x0023, 0x0013,
}, "deprecated")

patchType("goshgeom-2148", "patches/goshgeom/terrain1048.png", 4, 4, {
 0x0013, 0x0023, 0x000b, 0x0043,
 0x0023, 0x0023, 0x0043, 0x0043,
 0x000b, 0x0043, 0x0043, 0x0043,
 0x0043, 0x0043, 0x0043, 0x0043,
}, "deprecated")

patchType("goshgeom-2149", "patches/goshgeom/terrain1049.png", 4, 4, {
 0x0043, 0x000b, 0x0023, 0x0013,
 0x0043, 0x0043, 0x0023, 0x0023,
 0x0043, 0x0043, 0x0043, 0x000b,
 0x0043, 0x0043, 0x0043, 0x0043,
}, "deprecated")

patchType("goshgeom-2150", "patches/goshgeom/terrain1050.png", 4, 4, {
 0x0043, 0x0043, 0x0043, 0x0043,
 0x0043, 0x0043, 0x0043, 0x000b,
 0x0043, 0x0043, 0x0023, 0x0023,
 0x0043, 0x000b, 0x0023, 0x0013,
}, "deprecated")

patchType("goshgeom-2151", "patches/goshgeom/terrain1051.png", 4, 4, {
 0x0043, 0x0043, 0x0043, 0x0043,
 0x000b, 0x0043, 0x0043, 0x0043,
 0x0023, 0x0023, 0x0043, 0x0043,
 0x0013, 0x0023, 0x000b, 0x0043,
}, "deprecated")

patchType("goshgeom-2152", "patches/goshgeom/terrain1052.png", 4, 4, {
 0x0043, 0x000b, 0x0023, 0x0013,
 0x000b, 0x0043, 0x0023, 0x0023,
 0x0023, 0x0023, 0x0043, 0x000b,
 0x0013, 0x0023, 0x000b, 0x0043,
}, "deprecated")

patchType("goshgeom-2153", "patches/goshgeom/terrain1053.png", 4, 4, {
 0x0013, 0x0023, 0x000b, 0x0043,
 0x0023, 0x0023, 0x0043, 0x000b,
 0x000b, 0x0043, 0x0023, 0x0023,
 0x0043, 0x000b, 0x0023, 0x0013,
}, "deprecated")

patchType("goshgeom-2154", "patches/goshgeom/terrain1054.png", 4, 4, {
 0x0013, 0x0023, 0x000b, 0x0043,
 0x0023, 0x0043, 0x0043, 0x000b,
 0x000b, 0x0043, 0x0043, 0x0023,
 0x0043, 0x000b, 0x0023, 0x0013,
}, "deprecated")

patchType("goshgeom-2155", "patches/goshgeom/terrain1055.png", 4, 4, {
 0x0043, 0x000b, 0x0023, 0x0013,
 0x000b, 0x0043, 0x0043, 0x0023,
 0x0023, 0x0043, 0x0043, 0x000b,
 0x0013, 0x0023, 0x000b, 0x0043,
}, "deprecated")

patchType("goshgeom-2156", "patches/goshgeom/terrain1056.png", 4, 4, {
 0x0013, 0x0023, 0x000b, 0x0043,
 0x0023, 0x0043, 0x0043, 0x0043,
 0x000b, 0x0043, 0x0043, 0x0043,
 0x0043, 0x0043, 0x0043, 0x0043,
}, "deprecated")

patchType("goshgeom-2157", "patches/goshgeom/terrain1057.png", 4, 4, {
 0x0043, 0x000b, 0x0023, 0x0013,
 0x0043, 0x0043, 0x0043, 0x0023,
 0x0043, 0x0043, 0x0043, 0x000b,
 0x0043, 0x0043, 0x0043, 0x0043,
}, "deprecated")

patchType("goshgeom-2158", "patches/goshgeom/terrain1058.png", 4, 4, {
 0x0043, 0x0043, 0x0043, 0x0043,
 0x0043, 0x0043, 0x0043, 0x000b,
 0x0043, 0x0043, 0x0043, 0x0023,
 0x0043, 0x000b, 0x0023, 0x0013,
}, "deprecated")

patchType("goshgeom-2159", "patches/goshgeom/terrain1059.png", 4, 4, {
 0x0043, 0x0043, 0x0043, 0x0043,
 0x000b, 0x0043, 0x0043, 0x0043,
 0x0023, 0x0043, 0x0043, 0x0043,
 0x0013, 0x0023, 0x000b, 0x0043,
}, "deprecated")


patchType("gosh-terrain2028", "patches/gosh/terrain1000.png", 4, 4, {
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x000b, 0x0023, 0x0013, 0x0013,
 0x000b, 0x0023, 0x0013, 0x0013,
}, "deprecated")
patchType("gosh-terrain2029", "patches/gosh/terrain1001.png", 4, 4, {
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0023, 0x000b,
 0x0013, 0x0013, 0x0023, 0x0043,
}, "deprecated")
patchType("gosh-terrain2030", "patches/gosh/terrain1002.png", 4, 4, {
 0x0013, 0x0013, 0x0023, 0x0043,
 0x0013, 0x0013, 0x0023, 0x000b,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
}, "deprecated")
patchType("gosh-terrain2031", "patches/gosh/terrain1003.png", 4, 4, {
 0x0043, 0x0023, 0x0013, 0x0013,
 0x000b, 0x0023, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
}, "deprecated")
patchType("gosh-terrain2032", "patches/gosh/terrain1004.png", 4, 4, {
 0x0013, 0x0023, 0x000b, 0x0043,
 0x0013, 0x000b, 0x0043, 0x0043,
 0x0013, 0x000b, 0x0043, 0x0043,
 0x0013, 0x0013, 0x000b, 0x0043,
}, "deprecated")
patchType("gosh-terrain2033", "patches/gosh/terrain1005.png", 4, 4, {
 0x0043, 0x000b, 0x0023, 0x0013,
 0x0043, 0x0043, 0x0013, 0x0013,
 0x0043, 0x0043, 0x000b, 0x0013,
 0x0043, 0x000b, 0x0023, 0x0013,
}, "deprecated")
patchType("gosh-terrain2034", "patches/gosh/terrain1006.png", 4, 4, {
 0x0043, 0x000b, 0x0013, 0x0013,
 0x0043, 0x0043, 0x000b, 0x0013,
 0x0043, 0x0043, 0x000b, 0x0013,
 0x0043, 0x000b, 0x0023, 0x0013,
}, "deprecated")
patchType("gosh-terrain2035", "patches/gosh/terrain1007.png", 4, 4, {
 0x0013, 0x0023, 0x000b, 0x0043,
 0x0023, 0x0043, 0x0043, 0x0043,
 0x0013, 0x0043, 0x0043, 0x0043,
 0x0013, 0x0023, 0x000b, 0x0043,
}, "deprecated")
patchType("gosh-terrain2036", "patches/gosh/terrain1008.png", 4, 4, {
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0023, 0x0023,
 0x0013, 0x0013, 0x000b, 0x0043,
}, "deprecated")
patchType("gosh-terrain2037", "patches/gosh/terrain1009.png", 4, 4, {
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0023, 0x0013, 0x0013, 0x0013,
 0x0043, 0x0023, 0x0013, 0x0013,
}, "deprecated")
patchType("gosh-terrain2038", "patches/gosh/terrain1010.png", 4, 4, {
 0x0043, 0x0023, 0x0013, 0x0013,
 0x0023, 0x0023, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
}, "deprecated")
patchType("gosh-terrain2039", "patches/gosh/terrain1011.png", 4, 4, {
 0x0013, 0x0013, 0x0023, 0x0043,
 0x0013, 0x0013, 0x0013, 0x0023,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
}, "deprecated")
patchType("gosh-terrain2040", "patches/gosh/terrain1012.png", 4, 4, {
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
 0x000b, 0x0023, 0x000b, 0x0023,
 0x0043, 0x0043, 0x0043, 0x0043,
}, "deprecated")
patchType("gosh-terrain2041", "patches/gosh/terrain1013.png", 4, 4, {
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0013, 0x0023, 0x0013, 0x0013,
 0x0023, 0x0043, 0x0023, 0x000b,
 0x0043, 0x0043, 0x0043, 0x0043,
}, "deprecated")
patchType("gosh-terrain2042", "patches/gosh/terrain1014.png", 4, 4, {
 0x000b, 0x0043, 0x0043, 0x0043,
 0x0013, 0x000b, 0x0043, 0x000b,
 0x0013, 0x0013, 0x0023, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
}, "deprecated")
patchType("gosh-terrain2043", "patches/gosh/terrain1015.png", 4, 4, {
 0x0043, 0x0043, 0x0043, 0x0043,
 0x000b, 0x0043, 0x000b, 0x0023,
 0x0013, 0x0023, 0x0013, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
}, "deprecated")
patchType("gosh-terrain2044", "patches/gosh/terrain1016.png", 4, 4, {
 0x0013, 0x0013, 0x000b, 0x0043,
 0x0013, 0x0013, 0x0023, 0x0043,
 0x0013, 0x0013, 0x000b, 0x0043,
 0x0013, 0x0013, 0x0023, 0x0043,
}, "deprecated")
patchType("gosh-terrain2045", "patches/gosh/terrain1017.png", 4, 4, {
 0x0013, 0x0013, 0x0023, 0x0043,
 0x0013, 0x0013, 0x000b, 0x0043,
 0x0013, 0x0013, 0x000b, 0x0043,
 0x0013, 0x0013, 0x000b, 0x0043,
}, "deprecated")
patchType("gosh-terrain2046", "patches/gosh/terrain1018.png", 4, 4, {
 0x0043, 0x0023, 0x0013, 0x0013,
 0x0043, 0x000b, 0x0013, 0x0013,
 0x0043, 0x0043, 0x0023, 0x0013,
 0x0043, 0x000b, 0x0013, 0x0013,
}, "deprecated")
patchType("gosh-terrain2047", "patches/gosh/terrain1019.png", 4, 4, {
 0x0043, 0x000b, 0x0013, 0x0013,
 0x000b, 0x0013, 0x0013, 0x0013,
 0x000b, 0x0023, 0x0013, 0x0013,
 0x0043, 0x0023, 0x0013, 0x0013,
}, "deprecated")
patchType("gosh-terrain2048", "patches/gosh/terrain1020.png", 4, 4, {
 0x0013, 0x0013, 0x0023, 0x0043,
 0x0013, 0x0013, 0x0023, 0x0043,
 0x000b, 0x0023, 0x000b, 0x0043,
 0x0043, 0x0043, 0x0043, 0x0043,
}, "deprecated")
patchType("gosh-terrain2049", "patches/gosh/terrain1021.png", 4, 4, {
 0x0043, 0x0023, 0x0013, 0x0013,
 0x0043, 0x0013, 0x0013, 0x0013,
 0x0043, 0x0023, 0x0013, 0x000b,
 0x0043, 0x0043, 0x0043, 0x0043,
}, "deprecated")
patchType("gosh-terrain2050", "patches/gosh/terrain1022.png", 4, 4, {
 0x0043, 0x0043, 0x000b, 0x0043,
 0x000b, 0x0013, 0x0013, 0x0023,
 0x000b, 0x0013, 0x0013, 0x0013,
 0x0043, 0x0023, 0x0013, 0x0013,
}, "deprecated")
patchType("gosh-terrain2051", "patches/gosh/terrain1023.png", 4, 4, {
 0x0043, 0x0043, 0x0043, 0x0043,
 0x000b, 0x0023, 0x000b, 0x0043,
 0x0013, 0x0013, 0x0023, 0x0043,
 0x0013, 0x0013, 0x0023, 0x0043,
}, "deprecated")
patchType("gosh-terrain2052", "patches/gosh/terrain1024.png", 4, 4, {
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0023, 0x000b, 0x000b, 0x0023,
 0x000b, 0x0043, 0x0043, 0x000b,
 0x0043, 0x0043, 0x0043, 0x0043,
}, "deprecated")
patchType("gosh-terrain2053", "patches/gosh/terrain1025.png", 4, 4, {
 0x0013, 0x0013, 0x0013, 0x0013,
 0x0023, 0x0023, 0x000b, 0x0013,
 0x000b, 0x0043, 0x0043, 0x000b,
 0x0043, 0x0043, 0x0043, 0x0043,
}, "deprecated")
patchType("gosh-terrain2054", "patches/gosh/terrain1026.png", 4, 4, {
 0x0043, 0x0043, 0x0043, 0x0043,
 0x000b, 0x0043, 0x0043, 0x000b,
 0x0013, 0x0023, 0x0023, 0x0013,
 0x0013, 0x0013, 0x0013, 0x0013,
}, "deprecated")
patchType("gosh-terrain2055", "patches/gosh/terrain1027.png", 4, 4, {
 0x0043, 0x0043, 0x0043, 0x0043,
 0x000b, 0x0043, 0x0043, 0x000b,
 0x0013, 0x0023, 0x0043, 0x0013,
 0x0013, 0x0013, 0x0023, 0x0013,
}, "deprecated")