1{
2  "Version": 3,
3  "MapObjects": [
4    {
5      "Name": "barrel_blue",
6      "Pic": {
7        "Type": "Normal",
8        "Pic": "barrel_blue"
9      },
10      "Wreck": "barrel_blue_wreck",
11      "Health": 40,
12      "Flags": ["Outside", "OneWall"]
13    },
14    {
15      "Name": "barrel_blue_wreck",
16      "Pic": {
17        "Type": "Normal",
18        "Pic": "barrel_blue_wreck"
19      },
20      "Health": 0,
21      "DrawBelow": true,
22      "Flags": ["Outside", "OneWall"]
23    },
24    {
25      "Name": "barrel_blue2",
26      "Pic": {
27        "Type": "Normal",
28        "Pic": "barrel_blue2"
29      },
30      "Wreck": "barrel_blue2_wreck",
31      "Health": 40,
32      "Flags": ["Outside", "OneWall"]
33    },
34    {
35      "Name": "barrel_blue2_wreck",
36      "Pic": {
37        "Type": "Normal",
38        "Pic": "barrel_blue2_wreck"
39      },
40      "Health": 0,
41      "DrawBelow": true,
42      "Flags": ["Outside", "OneWall"]
43    },
44    {
45      "Name": "barrel_green",
46      "Pic": {
47        "Type": "Normal",
48        "Pic": "barrel_green"
49      },
50      "Wreck": "barrel_green_wreck",
51      "Health": 40,
52      "Flags": ["Outside", "OneWall"]
53    },
54    {
55      "Name": "barrel_green_wreck",
56      "Pic": {
57        "Type": "Normal",
58        "Pic": "barrel_green_wreck"
59      },
60      "Health": 0,
61      "DrawBelow": true,
62      "Flags": ["Outside", "OneWall"]
63    },
64    {
65      "Name": "box",
66      "Pic": {
67        "Type": "Normal",
68        "Pic": "box"
69      },
70      "Wreck": "box_wreck",
71      "Health": 20,
72      "Flags": ["Outside", "NoWalls"],
73      "DestroySpawn": [
74        {
75          "Type": "Ammo",
76          "SpawnChance": 0.1
77        },
78        {
79          "Type": "Health",
80          "SpawnChance": 0.2
81        }
82      ]
83    },
84    {
85      "Name": "box2",
86      "Pic": {
87        "Type": "Normal",
88        "Pic": "box2"
89      },
90      "Wreck": "box_wreck",
91      "Health": 20,
92      "Flags": ["Outside", "NoWalls"],
93      "DestroySpawn": [
94        {
95          "Type": "Ammo",
96          "SpawnChance": 0.1
97        },
98        {
99          "Type": "Health",
100          "SpawnChance": 0.2
101        }
102      ]
103    },
104    {
105      "Name": "box_wreck",
106      "Pic": {
107        "Type": "Normal",
108        "Pic": "box_wreck"
109      },
110      "Health": 0,
111      "DrawBelow": true,
112      "Flags": ["Outside", "NoWalls"]
113    },
114    {
115      "Name": "crate",
116      "Pic": {
117        "Type": "Normal",
118        "Pic": "crate"
119      },
120      "Wreck": "crate_wreck",
121      "Health": 20,
122      "Flags": ["Outside", "NoWalls"],
123      "DestroySpawn": [
124        {
125          "Type": "Ammo",
126          "SpawnChance": 0.1
127        },
128        {
129          "Type": "Gun",
130          "SpawnChance": 0.05
131        }
132      ]
133    },
134    {
135      "Name": "crate_wreck",
136      "Pic": {
137        "Type": "Normal",
138        "Pic": "crate_wreck"
139      },
140      "Health": 0,
141      "DrawBelow": true,
142      "Flags": ["Outside", "NoWalls"]
143    },
144    {
145      "Name": "crate2",
146      "Pic": {
147        "Type": "Normal",
148        "Pic": "crate2"
149      },
150      "Wreck": "crate2_wreck",
151      "Health": 20,
152      "Flags": ["Outside", "NoWalls"],
153      "DestroySpawn": [
154        {
155          "Type": "Ammo",
156          "SpawnChance": 0.1
157        },
158        {
159          "Type": "Gun",
160          "SpawnChance": 0.05
161        }
162      ]
163    },
164    {
165      "Name": "crate2_wreck",
166      "Pic": {
167        "Type": "Normal",
168        "Pic": "crate2_wreck"
169      },
170      "Health": 0,
171      "DrawBelow": true,
172      "Flags": ["Outside", "NoWalls"]
173    },
174    {
175      "Name": "cabinet",
176      "Pic": {
177        "Type": "Normal",
178        "Pic": "cabinet"
179      },
180      "Wreck": "cabinet_wreck",
181      "Health": 20,
182      "Flags": ["Inside", "OneOrMoreWalls", "FreeInFront"],
183      "DestroySpawn": [
184        {
185          "Type": "Gun",
186          "SpawnChance": 0.05
187        }
188      ]
189    },
190    {
191      "Name": "cabinet_wreck",
192      "Pic": {
193        "Type": "Normal",
194        "Pic": "cabinet_wreck"
195      },
196      "Health": 0,
197      "DrawBelow": true,
198      "Flags": ["Inside", "OneOrMoreWalls", "FreeInFront"]
199    },
200    {
201      "Name": "cabinet_server",
202      "Pic": {
203        "Type": "Animated",
204        "Sprites": "cabinet_server",
205        "TicksPerFrame": 20
206      },
207      "Wreck": "cabinet_server_wreck",
208      "Health": 20,
209      "Flags": ["Inside", "OneOrMoreWalls", "FreeInFront"],
210      "DestroySpawn": [
211        {
212          "Type": "Gun",
213          "SpawnChance": 0.05
214        }
215      ],
216      "DamageSmoke": {
217        "HealthThreshold": 0.5
218      }
219    },
220    {
221      "Name": "cabinet_server_wreck",
222      "Pic": {
223        "Type": "Normal",
224        "Pic": "cabinet_server_wreck"
225      },
226      "Health": 0,
227      "DrawBelow": true,
228      "Flags": ["Inside", "OneOrMoreWalls", "FreeInFront"]
229    },
230    {
231      "Name": "plant",
232      "Pic": {
233        "Type": "Normal",
234        "Pic": "plant"
235      },
236      "Wreck": "plant_wreck",
237      "Size": [8, 6],
238      "Health": 20,
239      "Flags": ["Inside", "OneOrMoreWalls"],
240      "DestroySpawn": [
241        {
242          "Type": "Health",
243          "SpawnChance": 0.2
244        }
245      ]
246    },
247    {
248      "Name": "plant_wreck",
249      "Pic": {
250        "Type": "Normal",
251        "Pic": "plant_wreck"
252      },
253      "Health": 0,
254      "DrawBelow": true,
255      "Flags": ["Inside", "OneOrMoreWalls"]
256    },
257    {
258      "Name": "flower",
259      "Pic": {
260        "Type": "Normal",
261        "Pic": "flower"
262      },
263      "Wreck": "flower_wreck",
264      "Size": [8, 6],
265      "Health": 20,
266      "Flags": ["Inside", "OneOrMoreWalls"],
267      "DestroySpawn": [
268        {
269          "Type": "Health",
270          "SpawnChance": 0.2
271        }
272      ]
273    },
274    {
275      "Name": "flower_wreck",
276      "Pic": {
277        "Type": "Normal",
278        "Pic": "flower_wreck"
279      },
280      "Health": 0,
281      "DrawBelow": true,
282      "Flags": ["Inside", "OneOrMoreWalls"]
283    },
284    {
285      "Name": "plant_brown",
286      "Pic": {
287        "Type": "Normal",
288        "Pic": "plant_brown"
289      },
290      "Wreck": "plant_brown_wreck",
291      "Size": [8, 6],
292      "Offset": [-4, -12],
293      "Health": 20,
294      "Flags": ["Inside", "OneOrMoreWalls"],
295      "DestroySpawn": [
296        {
297          "Type": "Health",
298          "SpawnChance": 0.2
299        }
300      ]
301    },
302    {
303      "Name": "plant_brown_wreck",
304      "Pic": {
305        "Type": "Normal",
306        "Pic": "plant_brown_wreck"
307      },
308      "Health": 0,
309      "DrawBelow": true,
310      "Flags": ["Inside", "OneOrMoreWalls"]
311    },
312    {
313      "Name": "bench",
314      "Pic": {
315        "Type": "Normal",
316        "Pic": "bench"
317      },
318      "Wreck": "bench_wreck",
319      "Health": 20,
320      "Flags": ["Inside", "NoWalls"]
321    },
322    {
323      "Name": "bench_wreck",
324      "Pic": {
325        "Type": "Normal",
326        "Pic": "bench_wreck"
327      },
328      "Health": 0,
329      "DrawBelow": true,
330      "Flags": ["Inside", "NoWalls"]
331    },
332    {
333      "Name": "table",
334      "Pic": {
335        "Type": "Normal",
336        "Pic": "table"
337      },
338      "Wreck": "table_wreck",
339      "Health": 20,
340      "Flags": ["Inside", "NoWalls"]
341    },
342    {
343      "Name": "table_wreck",
344      "Pic": {
345        "Type": "Normal",
346        "Pic": "table_wreck"
347      },
348      "Health": 0,
349      "DrawBelow": true,
350      "Flags": ["Inside", "NoWalls"]
351    },
352    {
353      "Name": "table_wood",
354      "Pic": {
355        "Type": "Normal",
356        "Pic": "table_wood"
357      },
358      "Wreck": "table_wood_wreck",
359      "Health": 20,
360      "Flags": ["Inside", "NoWalls"]
361    },
362    {
363      "Name": "table_wood_candle",
364      "Pic": {
365        "Type": "Normal",
366        "Pic": "table_wood_candle"
367      },
368      "Wreck": "table_wood_wreck",
369      "Health": 20,
370      "Flags": ["Inside", "NoWalls"]
371    },
372    {
373      "Name": "table_clothed",
374      "Pic": {
375        "Type": "Normal",
376        "Pic": "table_clothed"
377      },
378      "Wreck": "table_wood_wreck",
379      "Health": 20,
380      "Flags": ["Inside", "NoWalls"]
381    },
382    {
383      "Name": "table_wood_round",
384      "Pic": {
385        "Type": "Normal",
386        "Pic": "table_wood_round"
387      },
388      "Wreck": "table_wood_round_wreck",
389      "Health": 20,
390      "Flags": ["Inside", "NoWalls"]
391    },
392    {
393      "Name": "table_wood_round_candle",
394      "Pic": {
395        "Type": "Normal",
396        "Pic": "table_wood_round_candle"
397      },
398      "Wreck": "table_wood_round_wreck",
399      "Health": 20,
400      "Flags": ["Inside", "NoWalls"]
401    },
402    {
403      "Name": "table_wood_round_wreck",
404      "Pic": {
405        "Type": "Normal",
406        "Pic": "table_wood_round_wreck"
407      },
408      "Health": 0,
409      "DrawBelow": true,
410      "Flags": ["Inside", "NoWalls"]
411    },
412    {
413      "Name": "table_wood_round_clothed",
414      "Pic": {
415        "Type": "Normal",
416        "Pic": "table_wood_round_clothed"
417      },
418      "Wreck": "table_wood_round_clothed_wreck",
419      "Health": 20,
420      "Flags": ["Inside", "NoWalls"]
421    },
422    {
423      "Name": "table_wood_round_clothed_wreck",
424      "Pic": {
425        "Type": "Normal",
426        "Pic": "table_wood_round_clothed_wreck"
427      },
428      "Health": 0,
429      "DrawBelow": true,
430      "Flags": ["Inside", "NoWalls"]
431    },
432    {
433      "Name": "table_wood_round_terminal",
434      "Pic": {
435        "Type": "Normal",
436        "Pic": "table_wood_round_terminal"
437      },
438      "Wreck": "table_wood_round_terminal_wreck",
439      "Health": 40,
440      "Flags": ["Inside", "NoWalls"],
441      "DamageSmoke": {
442        "HealthThreshold": 0.5
443      }
444    },
445    {
446      "Name": "table_wood_round_terminal_wreck",
447      "Pic": {
448        "Type": "Normal",
449        "Pic": "table_wood_round_terminal_wreck"
450      },
451      "Health": 0,
452      "DrawBelow": true,
453      "Flags": ["Inside", "NoWalls"]
454    },
455    {
456      "Name": "table_and_chairs",
457      "Pic": {
458        "Type": "Normal",
459        "Pic": "table_and_chairs"
460      },
461      "Wreck": "table_wood_round_wreck",
462      "Health": 30,
463      "Flags": ["Inside", "NoWalls"]
464    },
465    {
466      "Name": "table_steel",
467      "Pic": {
468        "Type": "Normal",
469        "Pic": "table_steel"
470      },
471      "Wreck": "safe_wreck",
472      "Health": 30,
473      "Flags": ["Inside", "NoWalls"]
474    },
475    {
476      "Name": "table_plastic",
477      "Pic": {
478        "Type": "Normal",
479        "Pic": "table_plastic"
480      },
481      "Wreck": "table_plastic_wreck",
482      "Health": 30,
483      "Flags": ["Inside", "NoWalls"]
484    },
485    {
486      "Name": "table_plastic_wreck",
487      "Pic": {
488        "Type": "Normal",
489        "Pic": "table_plastic_wreck"
490      },
491      "Health": 0,
492      "DrawBelow": true,
493      "Flags": ["Inside", "NoWalls"]
494    },
495    {
496      "Name": "chair",
497      "Pic": {
498        "Type": "Normal",
499        "Pic": "chair"
500      },
501      "Wreck": "chair_wreck",
502      "Size": [8, 6],
503      "Health": 20,
504      "Flags": ["Inside", "NoWalls"]
505    },
506    {
507      "Name": "chair_wreck",
508      "Pic": {
509        "Type": "Normal",
510        "Pic": "chair_wreck"
511      },
512      "Health": 0,
513      "DrawBelow": true,
514      "Flags": ["Inside", "NoWalls"]
515    },
516    {
517      "Name": "chair_dining_left",
518      "Pic": {
519        "Type": "Normal",
520        "Pic": "chair_dining_left"
521      },
522      "Wreck": "table_wood_round_wreck",
523      "Size": [8, 6],
524      "Offset": [-4, -10],
525      "Health": 20,
526      "Flags": ["Inside", "NoWalls"]
527    },
528    {
529      "Name": "chair_dining_right",
530      "Pic": {
531        "Type": "Normal",
532        "Pic": "chair_dining_right"
533      },
534      "Wreck": "table_wood_round_wreck",
535      "Size": [8, 6],
536      "Offset": [-4, -10],
537      "Health": 20,
538      "Flags": ["Inside", "NoWalls"]
539    },
540    {
541      "Name": "chair_dining_top",
542      "Pic": {
543        "Type": "Normal",
544        "Pic": "chair_dining_top"
545      },
546      "Wreck": "table_wood_round_wreck",
547      "Size": [8, 6],
548      "Offset": [-4, -10],
549      "Health": 20,
550      "Flags": ["Inside", "NoWalls"]
551    },
552    {
553      "Name": "chair_task",
554      "Pic": {
555        "Type": "Normal",
556        "Pic": "chair_task"
557      },
558      "Wreck": "chair_task_wreck",
559      "Size": [8, 6],
560      "Health": 20,
561      "Flags": ["Inside", "NoWalls"]
562    },
563    {
564      "Name": "chair_task_wreck",
565      "Pic": {
566        "Type": "Normal",
567        "Pic": "chair_task_wreck"
568      },
569      "Health": 0,
570      "DrawBelow": true,
571      "Flags": ["Inside", "NoWalls"]
572    },
573    {
574      "Name": "bed",
575      "Pic": {
576        "Type": "Normal",
577        "Pic": "bed"
578      },
579      "Wreck": "safe_wreck",
580      "Health": 50,
581      "Flags": ["Inside", "OneOrMoreWalls", "FreeInFront"]
582    },
583    {
584      "Name": "column",
585      "Pic": {
586        "Type": "Normal",
587        "Pic": "column"
588      },
589      "Wreck": "cabinet_wreck",
590      "Size": [8, 6],
591      "Health": 60,
592      "Flags": ["Outside", "NoWalls"],
593      "DestroySpawn": [
594        {
595          "Type": "Ammo",
596          "SpawnChance": 0.1
597        },
598        {
599          "Type": "Health",
600          "SpawnChance": 0.2
601        }
602      ],
603      "DamageSmoke": {
604        "HealthThreshold": 0.5
605      }
606    },
607    {
608      "Name": "cabinet_wreck",
609      "Pic": {
610        "Type": "Normal",
611        "Pic": "cabinet_wreck"
612      },
613      "Health": 0,
614      "DrawBelow": true,
615      "Flags": ["NoWalls"]
616    },
617    {
618      "Name": "rod",
619      "Pic": {
620        "Type": "Normal",
621        "Pic": "rod"
622      },
623      "Wreck": "rod_wreck",
624      "Size": [8, 6],
625      "Health": 60,
626      "Flags": ["Outside", "NoWalls"],
627      "DestroySpawn": [
628        {
629          "Type": "Ammo",
630          "SpawnChance": 0.1
631        },
632        {
633          "Type": "Health",
634          "SpawnChance": 0.2
635        }
636      ],
637      "DamageSmoke": {
638        "HealthThreshold": 0.5
639      }
640    },
641    {
642      "Name": "rod_wreck",
643      "Pic": {
644        "Type": "Normal",
645        "Pic": "rod_wreck"
646      },
647      "Health": 0,
648      "DrawBelow": true,
649      "Flags": ["Outside", "NoWalls"]
650    },
651    {
652      "Name": "rod_light",
653      "Pic": {
654        "Type": "Normal",
655        "Pic": "rod_light"
656      },
657      "Wreck": "rod_light_wreck",
658      "Size": [8, 6],
659      "Offset": [-4, -18],
660      "Health": 60,
661      "Flags": ["Outside", "NoWalls"],
662      "DestroySpawn": [
663        {
664          "Type": "Ammo",
665          "SpawnChance": 0.1
666        },
667        {
668          "Type": "Health",
669          "SpawnChance": 0.2
670        }
671      ],
672      "DamageSmoke": {
673        "HealthThreshold": 0.5
674      }
675    },
676    {
677      "Name": "rod_light_wreck",
678      "Pic": {
679        "Type": "Normal",
680        "Pic": "rod_light_wreck"
681      },
682      "Health": 0,
683      "DrawBelow": true,
684      "Flags": ["Outside", "NoWalls"]
685    },
686    {
687      "Name": "barrel_wood",
688      "Pic": {
689        "Type": "Normal",
690        "Pic": "barrel_wood"
691      },
692      "Wreck": "barrel_wood_wreck",
693      "Health": 40,
694      "Flags": ["Outside", "OneWall"]
695    },
696    {
697      "Name": "barrel_wood2",
698      "Pic": {
699        "Type": "Normal",
700        "Pic": "barrel_wood2"
701      },
702      "Wreck": "barrel_wood2_wreck",
703      "Health": 40,
704      "Flags": ["Outside", "OneWall"]
705    },
706    {
707      "Name": "barrel_wood2_wreck",
708      "Pic": {
709        "Type": "Normal",
710        "Pic": "barrel_wood2_wreck"
711      },
712      "Health": 0,
713      "DrawBelow": true,
714      "Flags": ["Outside", "OneWall"]
715    },
716    {
717      "Name": "box_gray",
718      "Pic": {
719        "Type": "Normal",
720        "Pic": "box_gray"
721      },
722      "Wreck": "table_wood_wreck",
723      "Health": 20,
724      "Flags": ["Outside", "OneWall"],
725      "DestroySpawn": [
726        {
727          "Type": "Ammo",
728          "SpawnChance": 0.1
729        },
730        {
731          "Type": "Health",
732          "SpawnChance": 0.2
733        },
734        {
735          "Type": "Gun",
736          "SpawnChance": 0.05
737        }
738      ]
739    },
740    {
741      "Name": "box_green",
742      "Pic": {
743        "Type": "Normal",
744        "Pic": "box_green"
745      },
746      "Wreck": "table_wood_wreck",
747      "Health": 20,
748      "Flags": ["Outside", "OneWall"],
749      "DestroySpawn": [
750        {
751          "Type": "Ammo",
752          "SpawnChance": 0.1
753        },
754        {
755          "Type": "Health",
756          "SpawnChance": 0.2
757        },
758        {
759          "Type": "Gun",
760          "SpawnChance": 0.05
761        }
762      ]
763    },
764    {
765      "Name": "box_wood",
766      "Pic": {
767        "Type": "Normal",
768        "Pic": "box_wood"
769      },
770      "Wreck": "table_wood_wreck",
771      "Health": 20,
772      "Flags": ["Outside", "OneWall"],
773      "DestroySpawn": [
774        {
775          "Type": "Ammo",
776          "SpawnChance": 0.1
777        },
778        {
779          "Type": "Health",
780          "SpawnChance": 0.2
781        },
782        {
783          "Type": "Gun",
784          "SpawnChance": 0.05
785        }
786      ]
787    },
788    {
789      "Name": "box3_gray",
790      "Pic": {
791        "Type": "Normal",
792        "Pic": "box3_gray"
793      },
794      "Wreck": "box3_gray_wreck",
795      "Health": 20,
796      "Flags": ["Outside", "OneWall"],
797      "DestroySpawn": [
798        {
799          "Type": "Ammo",
800          "SpawnChance": 0.1
801        },
802        {
803          "Type": "Health",
804          "SpawnChance": 0.2
805        },
806        {
807          "Type": "Gun",
808          "SpawnChance": 0.05
809        }
810      ]
811    },
812    {
813      "Name": "box3_gray_wreck",
814      "Pic": {
815        "Type": "Normal",
816        "Pic": "box3_gray_wreck"
817      },
818      "Health": 0,
819      "DrawBelow": true,
820      "Flags": ["Outside", "OneWall"]
821    },
822    {
823      "Name": "box3_green",
824      "Pic": {
825        "Type": "Normal",
826        "Pic": "box3_green"
827      },
828      "Wreck": "box3_green_wreck",
829      "Health": 20,
830      "Flags": ["Outside", "OneWall"],
831      "DestroySpawn": [
832        {
833          "Type": "Ammo",
834          "SpawnChance": 0.1
835        },
836        {
837          "Type": "Health",
838          "SpawnChance": 0.2
839        },
840        {
841          "Type": "Gun",
842          "SpawnChance": 0.05
843        }
844      ]
845    },
846    {
847      "Name": "box3_green_wreck",
848      "Pic": {
849        "Type": "Normal",
850        "Pic": "box3_green_wreck"
851      },
852      "Health": 0,
853      "DrawBelow": true,
854      "Flags": ["Outside", "OneWall"]
855    },
856    {
857      "Name": "floor_console",
858      "Pic": {
859        "Type": "Normal",
860        "Pic": "floor_console"
861      },
862      "Wreck": "floor_console_wreck",
863      "Health": 20,
864      "Flags": ["Outside", "OneWall"],
865      "DestroySpawn": [
866        {
867          "Type": "Ammo",
868          "SpawnChance": 0.1
869        },
870        {
871          "Type": "Gun",
872          "SpawnChance": 0.05
873        }
874      ],
875      "DamageSmoke": {
876        "HealthThreshold": 0.5
877      }
878    },
879    {
880      "Name": "floor_console_wreck",
881      "Pic": {
882        "Type": "Normal",
883        "Pic": "floor_console_wreck"
884      },
885      "Health": 0,
886      "DrawBelow": true,
887      "Flags": ["Outside", "OneWall"]
888    },
889    {
890      "Name": "bookshelf",
891      "Pic": {
892        "Type": "Normal",
893        "Pic": "bookshelf"
894      },
895      "Offset": [-8, -15],
896      "Wreck": "table_wood_wreck",
897      "Size": [16, 6],
898      "Health": 20,
899      "Flags": ["Inside", "OneOrMoreWalls", "FreeInFront"],
900      "DestroySpawn": [
901        {
902          "Type": "Ammo",
903          "SpawnChance": 0.1
904        }
905      ]
906    },
907    {
908      "Name": "bookshelf2",
909      "Pic": {
910        "Type": "Normal",
911        "Pic": "bookshelf2"
912      },
913      "Offset": [-8, -15],
914      "Wreck": "bookshelf2_wreck",
915      "Size": [16, 6],
916      "Health": 20,
917      "Flags": ["Inside", "OneOrMoreWalls", "FreeInFront"],
918      "DestroySpawn": [
919        {
920          "Type": "Ammo",
921          "SpawnChance": 0.1
922        }
923      ]
924    },
925    {
926      "Name": "bookshelf2_wreck",
927      "Pic": {
928        "Type": "Normal",
929        "Pic": "bookshelf2_wreck"
930      },
931      "Health": 0,
932      "DrawBelow": true,
933      "Flags": ["Inside", "OneOrMoreWalls", "FreeInFront"]
934    },
935    {
936      "Name": "terminal",
937      "Pic": {
938        "Type": "Animated",
939        "Sprites": "terminal",
940        "TicksPerFrame": 8
941      },
942      "Wreck": "table_wood_wreck",
943      "Health": 40,
944      "Flags": ["Inside", "NoWalls"],
945      "DamageSmoke": {
946        "HealthThreshold": 0.5
947      }
948    },
949    {
950      "Name": "safe",
951      "Pic": {
952        "Type": "Normal",
953        "Pic": "safe"
954      },
955      "Wreck": "safe_wreck",
956      "Health": 100,
957      "Flags": ["Inside", "OneOrMoreWalls", "FreeInFront"],
958      "DestroySpawn": [
959        {
960          "Type": "Ammo",
961          "SpawnChance": 0.5
962        },
963        {
964          "Type": "Health",
965          "SpawnChance": 0.5
966        },
967        {
968          "Type": "Gun",
969          "SpawnChance": 0.2
970        }
971      ]
972    },
973    {
974      "Name": "safe2",
975      "Pic": {
976        "Type": "Normal",
977        "Pic": "safe2"
978      },
979      "Wreck": "safe2_wreck",
980      "Health": 100,
981      "Flags": ["Inside", "OneOrMoreWalls", "FreeInFront"],
982      "DestroySpawn": [
983        {
984          "Type": "Ammo",
985          "SpawnChance": 0.5
986        },
987        {
988          "Type": "Health",
989          "SpawnChance": 0.5
990        },
991        {
992          "Type": "Gun",
993          "SpawnChance": 0.2
994        }
995      ],
996      "DamageSmoke": {
997        "HealthThreshold": 0.5
998      }
999    },
1000    {
1001      "Name": "safe2_wreck",
1002      "Pic": {
1003        "Type": "Normal",
1004        "Pic": "safe2_wreck"
1005      },
1006      "Health": 0,
1007      "DrawBelow": true,
1008      "Flags": ["Inside", "OneOrMoreWalls", "FreeInFront"]
1009    },
1010    {
1011      "Name": "statue_ogre",
1012      "Pic": {
1013        "Type": "Normal",
1014        "Pic": "statue_ogre"
1015      },
1016      "Wreck": "safe_wreck",
1017      "Health": 80,
1018      "Flags": ["Inside", "OneOrMoreWalls", "FreeInFront"],
1019      "DestroySpawn": [
1020        {
1021          "Type": "Gun",
1022          "SpawnChance": 0.8
1023        }
1024      ]
1025    },
1026    {
1027      "Name": "statue_behemoth",
1028      "Pic": {
1029        "Type": "Normal",
1030        "Pic": "statue_behemoth"
1031      },
1032      "Wreck": "safe_wreck",
1033      "Health": 80,
1034      "Flags": ["Inside", "OneOrMoreWalls", "FreeInFront"],
1035      "DestroySpawn": [
1036        {
1037          "Type": "Gun",
1038          "SpawnChance": 0.8
1039        }
1040      ]
1041    },
1042    {
1043      "Name": "egg",
1044      "Pic": {
1045        "Type": "Animated",
1046        "Sprites": "egg",
1047        "TicksPerFrame": 20
1048      },
1049      "Wreck": "egg_wreck",
1050      "Health": 30,
1051      "DestroySpawn": [
1052        {
1053          "Type": "Health",
1054          "SpawnChance": 0.2
1055        }
1056      ]
1057    },
1058    {
1059      "Name": "egg_wreck",
1060      "Pic": {
1061        "Type": "Animated",
1062        "Sprites": "egg_wreck",
1063        "TicksPerFrame": 20
1064      },
1065      "Health": 0,
1066      "DrawBelow": true
1067    },
1068    {
1069      "Name": "egg2",
1070      "Pic": {
1071        "Type": "Animated",
1072        "Sprites": "egg2",
1073        "TicksPerFrame": 20
1074      },
1075      "Wreck": "egg2_wreck",
1076      "Health": 30,
1077      "DestroySpawn": [
1078        {
1079          "Type": "Health",
1080          "SpawnChance": 0.2
1081        }
1082      ]
1083    },
1084    {
1085      "Name": "egg2_wreck",
1086      "Pic": {
1087        "Type": "Normal",
1088        "Pic": "egg2_wreck"
1089      },
1090      "Health": 0,
1091      "DrawBelow": true
1092    },
1093    {
1094      "Name": "tree",
1095      "Pic": {
1096        "Type": "Animated",
1097        "Sprites": "tree",
1098        "TicksPerFrame": 10
1099      },
1100      "Wreck": "tree_wreck",
1101      "Size": [8, 6],
1102      "Health": 40,
1103      "Flags": ["Outside", "NoWalls"]
1104    },
1105    {
1106      "Name": "tree_wreck",
1107      "Pic": {
1108        "Type": "Normal",
1109        "Pic": "tree_wreck"
1110      },
1111      "Health": 0,
1112      "DrawBelow": true,
1113      "Flags": ["Outside", "NoWalls"]
1114    },
1115    {
1116      "Name": "tree_dead",
1117      "Pic": {
1118        "Type": "Normal",
1119        "Pic": "tree_dead"
1120      },
1121      "Wreck": "tree_dead_wreck",
1122      "Size": [8, 6],
1123      "Health": 40,
1124      "Flags": ["Outside", "NoWalls"]
1125    },
1126    {
1127      "Name": "tree_dead_wreck",
1128      "Pic": {
1129        "Type": "Normal",
1130        "Pic": "tree_dead_wreck"
1131      },
1132      "Health": 0,
1133      "DrawBelow": true,
1134      "Flags": ["Outside", "NoWalls"]
1135    },
1136    {
1137      "Name": "tree_autumn",
1138      "Pic": {
1139        "Type": "Animated",
1140        "Sprites": "tree_autumn",
1141        "TicksPerFrame": 10
1142      },
1143      "Wreck": "tree_autumn_wreck",
1144      "Size": [8, 6],
1145      "Health": 40,
1146      "Flags": ["Outside", "NoWalls"]
1147    },
1148    {
1149      "Name": "tree_autumn_wreck",
1150      "Pic": {
1151        "Type": "Normal",
1152        "Pic": "tree_autumn_wreck"
1153      },
1154      "Health": 0,
1155      "DrawBelow": true,
1156      "Flags": ["Outside", "NoWalls"]
1157    },
1158    {
1159      "Name": "barrel",
1160      "Pic": {
1161        "Type": "Normal",
1162        "Pic": "barrel"
1163      },
1164      "Wreck": "barrel_wood_wreck",
1165      "Health": 40,
1166      "DestroyGuns": ["fire_explosion"],
1167      "Flags": ["Outside", "OneWall"],
1168      "DamageSmoke": {
1169        "HealthThreshold": 0.5
1170      }
1171    },
1172    {
1173      "Name": "barrel_flame",
1174      "Pic": {
1175        "Type": "Normal",
1176        "Pic": "barrel_flame"
1177      },
1178      "Wreck": "barrel_flame_wreck",
1179      "Health": 40,
1180      "DestroyGuns": ["fire_explosion"],
1181      "Flags": ["Outside", "OneWall"],
1182      "DamageSmoke": {
1183        "HealthThreshold": 0.5
1184      }
1185    },
1186    {
1187      "Name": "barrel_flame_wreck",
1188      "Pic": {
1189        "Type": "Normal",
1190        "Pic": "barrel_flame_wreck"
1191      },
1192      "Health": 0,
1193      "DrawBelow": true,
1194      "Flags": ["Outside", "OneWall"]
1195    },
1196    {
1197      "Name": "barrel_skull",
1198      "Pic": {
1199        "Type": "Normal",
1200        "Pic": "barrel_skull"
1201      },
1202      "Wreck": "barrel_wood_wreck",
1203      "Health": 40,
1204      "DestroyGuns": [
1205        "explosion1",
1206        "explosion2",
1207        "explosion3"
1208      ],
1209      "Flags": ["Outside", "OneWall"],
1210      "DamageSmoke": {
1211        "HealthThreshold": 0.5
1212      }
1213    },
1214    {
1215      "Name": "barrel_wood_wreck",
1216      "Pic": {
1217        "Type": "Normal",
1218        "Pic": "barrel_wood_wreck"
1219      },
1220      "Health": 0,
1221      "DrawBelow": true,
1222      "Flags": ["Outside", "OneWall"]
1223    },
1224    {
1225      "Name": "barrel_skull2",
1226      "Pic": {
1227        "Type": "Normal",
1228        "Pic": "barrel_skull2"
1229      },
1230      "Wreck": "barrel_wood2_wreck",
1231      "Health": 40,
1232      "DestroyGuns": [
1233        "explosion1",
1234        "explosion2",
1235        "explosion3"
1236      ],
1237      "Flags": ["Outside", "OneWall"],
1238      "DamageSmoke": {
1239        "HealthThreshold": 0.5
1240      }
1241    },
1242    {
1243      "Name": "barrel_wood2_wreck",
1244      "Pic": {
1245        "Type": "Normal",
1246        "Pic": "barrel_wood2_wreck"
1247      },
1248      "Health": 0,
1249      "DrawBelow": true,
1250      "Flags": ["Outside", "OneWall"]
1251    },
1252    {
1253      "Name": "box_metal_green",
1254      "Pic": {
1255        "Type": "Normal",
1256        "Pic": "box_metal_green"
1257      },
1258      "Wreck": "box_metal_green_wreck",
1259      "Health": 40,
1260      "DestroyGuns": [
1261        "big_quake",
1262        "explosion1",
1263        "explosion2",
1264        "explosion3"
1265      ],
1266      "Flags": ["Outside", "OneWall"],
1267      "DamageSmoke": {
1268        "HealthThreshold": 0.5
1269      }
1270    },
1271    {
1272      "Name": "box_metal_green_wreck",
1273      "Pic": {
1274        "Type": "Normal",
1275        "Pic": "box_metal_green_wreck"
1276      },
1277      "Health": 0,
1278      "DrawBelow": true,
1279      "Flags": ["Outside", "OneWall"]
1280    },
1281    {
1282      "Name": "box3_gas",
1283      "Pic": {
1284        "Type": "Animated",
1285        "Sprites": "box3_gas",
1286        "TicksPerFrame": 16
1287      },
1288      "Wreck": "box3",
1289      "Health": 20,
1290      "DestroyGuns": [
1291        "gas_poison_explosion"
1292      ],
1293      "Flags": ["Outside", "OneWall"],
1294      "DamageSmoke": {
1295        "HealthThreshold": 0.5
1296      }
1297    },
1298    {
1299      "Name": "box3",
1300      "Pic": {
1301        "Type": "Normal",
1302        "Pic": "box3"
1303      },
1304      "Wreck": "box3_gray_wreck",
1305      "Health": 40,
1306      "DestroyGuns": [
1307        "big_quake",
1308        "explosion1",
1309        "explosion2",
1310        "explosion3"
1311      ],
1312      "Flags": ["Outside", "OneWall"],
1313      "DamageSmoke": {
1314        "HealthThreshold": 0.5
1315      }
1316    },
1317    {
1318      "Name": "box3_gray_wreck",
1319      "Pic": {
1320        "Type": "Normal",
1321        "Pic": "box3_gray_wreck"
1322      },
1323      "Health": 0,
1324      "DrawBelow": true,
1325      "Flags": ["Outside", "OneWall"]
1326    },
1327    {
1328      "Name": "box_red",
1329      "Pic": {
1330        "Type": "Normal",
1331        "Pic": "box_red"
1332      },
1333      "Wreck": "table_wood_wreck",
1334      "Health": 40,
1335      "DestroyGuns": ["fire_explosion"],
1336      "Flags": ["Outside", "OneWall"],
1337      "DamageSmoke": {
1338        "HealthThreshold": 0.5
1339      }
1340    },
1341    {
1342      "Name": "table_wood_wreck",
1343      "Pic": {
1344        "Type": "Normal",
1345        "Pic": "table_wood_wreck"
1346      },
1347      "Health": 0,
1348      "DrawBelow": true
1349    },
1350    {
1351      "Name": "box3_red",
1352      "Pic": {
1353        "Type": "Normal",
1354        "Pic": "box3_red"
1355      },
1356      "Wreck": "box3_red_wreck",
1357      "Health": 40,
1358      "DestroyGuns": ["fire_explosion"],
1359      "Flags": ["Outside", "OneWall"],
1360      "DamageSmoke": {
1361        "HealthThreshold": 0.5
1362      }
1363    },
1364    {
1365      "Name": "box3_red_wreck",
1366      "Pic": {
1367        "Type": "Normal",
1368        "Pic": "box3_red_wreck"
1369      },
1370      "Wreck": "table_wood_wreck",
1371      "Health": 40,
1372      "DestroyGuns": ["fire_explosion"],
1373      "Flags": ["Outside", "OneWall"]
1374    },
1375    {
1376      "Name": "table_lab",
1377      "Pic": {
1378        "Type": "Normal",
1379        "Pic": "table_lab"
1380      },
1381      "Wreck": "safe_wreck",
1382      "Health": 60,
1383      "DestroyGuns": ["gas_poison_explosion"],
1384      "Flags": ["Inside", "OneOrMoreWalls", "FreeInFront"],
1385      "DestroySpawn": [
1386        {
1387          "Type": "Health",
1388          "SpawnChance": 0.5
1389        }
1390      ],
1391      "DamageSmoke": {
1392        "HealthThreshold": 0.5
1393      }
1394    },
1395    {
1396      "Name": "safe_wreck",
1397      "Pic": {
1398        "Type": "Normal",
1399        "Pic": "safe_wreck"
1400      },
1401      "Health": 0,
1402      "DrawBelow": true,
1403      "Flags": ["Inside"]
1404    },
1405    {
1406      "Name": "table_plastic_lab",
1407      "Pic": {
1408        "Type": "Normal",
1409        "Pic": "table_plastic_lab"
1410      },
1411      "Wreck": "table_plastic_lab_wreck",
1412      "Health": 60,
1413      "DestroyGuns": ["gas_poison_explosion"],
1414      "Flags": ["Inside", "OneOrMoreWalls", "FreeInFront"],
1415      "DestroySpawn": [
1416        {
1417          "Type": "Health",
1418          "SpawnChance": 0.5
1419        }
1420      ],
1421      "DamageSmoke": {
1422        "HealthThreshold": 0.5
1423      }
1424    },
1425    {
1426      "Name": "table_plastic_lab_wreck",
1427      "Pic": {
1428        "Type": "Normal",
1429        "Pic": "table_plastic_lab_wreck"
1430      },
1431      "Health": 0,
1432      "DrawBelow": true,
1433      "Flags": ["Inside", "OneOrMoreWalls", "FreeInFront"]
1434    },
1435    {
1436      "Name": "rocket",
1437      "Pic": {
1438        "Type": "Normal",
1439        "Pic": "rocket"
1440      },
1441      "Wreck": "rocket_wreck",
1442      "Health": 40,
1443      "DestroyGuns": [
1444        "big_quake",
1445        "explosion1",
1446        "explosion2",
1447        "explosion3"
1448      ],
1449      "Flags": ["Outside", "OneWall"],
1450      "DamageSmoke": {
1451        "HealthThreshold": 0.5
1452      }
1453    },
1454    {
1455      "Name": "rocket2",
1456      "Pic": {
1457        "Type": "Normal",
1458        "Pic": "rocket2"
1459      },
1460      "Wreck": "rocket_wreck",
1461      "Health": 40,
1462      "DestroyGuns": [
1463        "big_quake",
1464        "explosion1",
1465        "explosion2",
1466        "explosion3"
1467      ],
1468      "Flags": ["Outside", "OneWall"],
1469      "DamageSmoke": {
1470        "HealthThreshold": 0.5
1471      }
1472    },
1473    {
1474      "Name": "rocket_wreck",
1475      "Pic": {
1476        "Type": "Normal",
1477        "Pic": "rocket_wreck"
1478      },
1479      "Health": 0,
1480      "DrawBelow": true,
1481      "Flags": ["Outside", "OneWall"]
1482    },
1483    {
1484      "Name": "bloodstain",
1485      "Pic": {
1486        "Type": "Normal",
1487        "Pic": "bloodstain"
1488      },
1489      "Offset": [-6, -11],
1490      "Health": 0,
1491      "Flags": ["OnWall"]
1492    },
1493    {
1494      "Name": "bloodstain1",
1495      "Pic": {
1496        "Type": "Normal",
1497        "Pic": "bloodstain1"
1498      },
1499      "Offset": [-6, -11],
1500      "Health": 0,
1501      "Flags": ["OnWall"]
1502    },
1503    {
1504      "Name": "bloodstain2",
1505      "Pic": {
1506        "Type": "Normal",
1507        "Pic": "bloodstain2"
1508      },
1509      "Offset": [-6, -11],
1510      "Health": 0,
1511      "Flags": ["OnWall"]
1512    },
1513    {
1514      "Name": "wall_skull",
1515      "Pic": {
1516        "Type": "Normal",
1517        "Pic": "wall_skull"
1518      },
1519      "Offset": [-4, -11],
1520      "Health": 0,
1521      "Flags": ["OnWall"]
1522    },
1523    {
1524      "Name": "wall_skull2",
1525      "Pic": {
1526        "Type": "Normal",
1527        "Pic": "wall_skull2"
1528      },
1529      "Offset": [-4, -11],
1530      "Health": 0,
1531      "Flags": ["OnWall"]
1532    },
1533    {
1534      "Name": "bulletmarks",
1535      "Pic": {
1536        "Type": "Normal",
1537        "Pic": "particles/bulletmarks"
1538      },
1539      "Offset": [-5, -10],
1540      "Health": 0,
1541      "Flags": ["OnWall"]
1542    },
1543    {
1544      "Name": "scratch",
1545      "Pic": {
1546        "Type": "Normal",
1547        "Pic": "particles/scratch"
1548      },
1549      "Offset": [-5, -10],
1550      "Health": 0,
1551      "Flags": ["OnWall"]
1552    },
1553    {
1554      "Name": "wall_stuff",
1555      "Pic": {
1556        "Type": "Normal",
1557        "Pic": "wall_stuff"
1558      },
1559      "Offset": [-4, -14],
1560      "Health": 0,
1561      "Flags": ["OnWall"]
1562    },
1563    {
1564      "Name": "wall_goo",
1565      "Pic": {
1566        "Type": "Normal",
1567        "Pic": "wall_goo"
1568      },
1569      "Offset": [-5, -11],
1570      "Health": 0,
1571      "Flags": ["OnWall"]
1572    },
1573    {
1574      "Name": "wall_goo2",
1575      "Pic": {
1576        "Type": "Normal",
1577        "Pic": "wall_goo2"
1578      },
1579      "Offset": [-5, -11],
1580      "Health": 0,
1581      "Flags": ["OnWall"]
1582    },
1583    {
1584      "Name": "jail_cell",
1585      "Pic": {
1586        "Type": "Normal",
1587        "Pic": "jail_cell"
1588      },
1589      "Offset": [-6, -11],
1590      "Health": 0,
1591      "Flags": ["Inside", "OnWall"]
1592    },
1593    {
1594      "Name": "jail_cell_skeleton",
1595      "Pic": {
1596        "Type": "Normal",
1597        "Pic": "jail_cell_skeleton"
1598      },
1599      "Offset": [-6, -11],
1600      "Health": 0,
1601      "Flags": ["Inside", "OnWall"]
1602    },
1603    {
1604      "Name": "no_sign",
1605      "Pic": {
1606        "Type": "Normal",
1607        "Pic": "no_sign"
1608      },
1609      "Offset": [-5, -9],
1610      "Health": 0,
1611      "Flags": ["OnWall"]
1612    },
1613    {
1614      "Name": "map",
1615      "Pic": {
1616        "Type": "Normal",
1617        "Pic": "map"
1618      },
1619      "Offset": [-6, -10],
1620      "Health": 0,
1621      "Flags": ["OnWall"]
1622    },
1623    {
1624      "Name": "wall_vent",
1625      "Pic": {
1626        "Type": "Normal",
1627        "Pic": "wall_vent"
1628      },
1629      "Offset": [-4, -3],
1630      "Health": 0,
1631      "Flags": ["OnWall", "Outside"]
1632    },
1633    {
1634      "Name": "bone_blood",
1635      "Pic": {
1636        "Type": "Normal",
1637        "Pic": "bone_blood"
1638      },
1639      "Offset": [-6, -3],
1640      "Health": 0,
1641      "DrawBelow": true
1642    },
1643    {
1644      "Name": "bones",
1645      "Pic": {
1646        "Type": "Normal",
1647        "Pic": "bones"
1648      },
1649      "Health": 0,
1650      "DrawBelow": true
1651    },
1652    {
1653      "Name": "bones2",
1654      "Pic": {
1655        "Type": "Normal",
1656        "Pic": "bones2"
1657      },
1658      "Health": 0,
1659      "DrawBelow": true
1660    },
1661    {
1662      "Name": "bones3",
1663      "Pic": {
1664        "Type": "Normal",
1665        "Pic": "bones3"
1666      },
1667      "Health": 0,
1668      "DrawBelow": true
1669    },
1670    {
1671      "Name": "gibs",
1672      "Pic": {
1673        "Type": "Normal",
1674        "Pic": "gibs"
1675      },
1676      "Offset": [-6, -3],
1677      "Health": 0,
1678      "DrawBelow": true
1679    },
1680    {
1681      "Name": "skull",
1682      "Pic": {
1683        "Type": "Normal",
1684        "Pic": "skull"
1685      },
1686      "Offset": [-6, -4],
1687      "Health": 0,
1688      "DrawBelow": true
1689    },
1690    {
1691      "Name": "skull2",
1692      "Pic": {
1693        "Type": "Normal",
1694        "Pic": "skull2"
1695      },
1696      "Offset": [-6, -4],
1697      "Health": 0,
1698      "DrawBelow": true
1699    },
1700    {
1701      "Name": "blood0",
1702      "Pic": {
1703        "Type": "Normal",
1704        "Pic": "particles/blood0",
1705        "Mask": "ff0000"
1706      },
1707      "Offset": [-8, -3],
1708      "Health": 0,
1709      "DrawBelow": true
1710    },
1711    {
1712      "Name": "blood1",
1713      "Pic": {
1714        "Type": "Normal",
1715        "Pic": "particles/blood1",
1716        "Mask": "ff0000"
1717      },
1718      "Offset": [-8, -3],
1719      "Health": 0,
1720      "DrawBelow": true
1721    },
1722    {
1723      "Name": "blood2",
1724      "Pic": {
1725        "Type": "Normal",
1726        "Pic": "particles/blood2",
1727        "Mask": "ff0000"
1728      },
1729      "Offset": [-8, -3],
1730      "Health": 0,
1731      "DrawBelow": true
1732    },
1733    {
1734      "Name": "blood3",
1735      "Pic": {
1736        "Type": "Normal",
1737        "Pic": "particles/blood3",
1738        "Mask": "ff0000"
1739      },
1740      "Offset": [-8, -3],
1741      "Health": 0,
1742      "DrawBelow": true
1743    },
1744    {
1745      "Name": "blood4",
1746      "Pic": {
1747        "Type": "Normal",
1748        "Pic": "particles/blood4",
1749        "Mask": "ff0000"
1750      },
1751      "Offset": [-8, -3],
1752      "Health": 0,
1753      "DrawBelow": true
1754    },
1755    {
1756      "Name": "goo",
1757      "Pic": {
1758        "Type": "Normal",
1759        "Pic": "goo"
1760      },
1761      "Offset": [-8, -6],
1762      "Health": 0,
1763      "DrawBelow": true
1764    },
1765    {
1766      "Name": "drain0",
1767      "Pic": {
1768        "Type": "Normal",
1769        "Pic": "drain0"
1770      },
1771      "Offset": [-8, -6],
1772      "Health": 0,
1773      "DrawBelow": true,
1774      "DamageSmoke": {
1775        "HealthThreshold": 1.0
1776      }
1777    },
1778    {
1779      "Name": "drain1",
1780      "Pic": {
1781        "Type": "Normal",
1782        "Pic": "drain1"
1783      },
1784      "Offset": [-8, -6],
1785      "Health": 0,
1786      "DrawBelow": true,
1787      "DamageSmoke": {
1788        "HealthThreshold": 1.0
1789      }
1790    },
1791    {
1792      "Name": "drain2",
1793      "Pic": {
1794        "Type": "Normal",
1795        "Pic": "drain2"
1796      },
1797      "Offset": [-8, -6],
1798      "Health": 0,
1799      "DrawBelow": true,
1800      "DamageSmoke": {
1801        "HealthThreshold": 1.0
1802      }
1803    },
1804    {
1805      "Name": "pool_water",
1806      "Pic": {
1807        "Type": "Normal",
1808        "Pic": "pool_water"
1809      },
1810      "Offset": [-8, -6],
1811      "Health": 0,
1812      "DrawBelow": true
1813    },
1814    {
1815      "Name": "health spawner",
1816      "Pic": {
1817        "Type": "Animated",
1818        "Sprites": "spawn_pad",
1819        "TicksPerFrame": 8
1820      },
1821      "Offset": [-8, -6],
1822      "Health": 0,
1823      "DrawBelow": true,
1824      "Type": "PickupSpawner",
1825      "Pickup": "health"
1826    },
1827    {
1828      "Name": "fan",
1829      "Pic": {
1830        "Type": "Animated",
1831        "Sprites": "fan",
1832        "TicksPerFrame": 4
1833      },
1834      "Offset": [-8, -6],
1835      "Health": 0,
1836      "DrawBelow": true
1837    },
1838    {
1839      "Name": "wscreen1",
1840      "Pic": {
1841        "Type": "Animated",
1842        "Sprites": "wscreen1",
1843        "TicksPerFrame": 10
1844      },
1845      "Size": [14, 1],
1846      "PosOffset": [0, 2],
1847      "Offset": [-7, -11],
1848      "Wreck": "wscreen1_wreck",
1849      "Health": 10,
1850      "Flags": ["OnWall"],
1851      "DamageSmoke": {
1852        "HealthThreshold": 0.5
1853      }
1854    },
1855    {
1856      "Name": "wscreen2",
1857      "Pic": {
1858        "Type": "Animated",
1859        "Sprites": "wscreen2",
1860        "TicksPerFrame": 10
1861      },
1862      "Size": [14, 1],
1863      "PosOffset": [0, 2],
1864      "Offset": [-7, -11],
1865      "Wreck": "wscreen1_wreck",
1866      "Health": 10,
1867      "Flags": ["OnWall"],
1868      "DamageSmoke": {
1869        "HealthThreshold": 0.5
1870      }
1871    },
1872    {
1873      "Name": "wscreen1_wreck",
1874      "Pic": {
1875        "Type": "Normal",
1876        "Pic": "wscreen1_broken"
1877      },
1878      "Offset": [-7, -11],
1879      "Health": 0,
1880      "Flags": ["OnWall"]
1881    }
1882  ]
1883}
1884